Skip to content

revert: remove enqueueing the monster spawn #363

revert: remove enqueueing the monster spawn

revert: remove enqueueing the monster spawn #363

Triggered via pull request October 15, 2024 16:34
Status Success
Total duration 1m 48s
Artifacts

dotnet-pipeline.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
test: src/Weikio.PluginFramework.Microsoft.DependencyInjection/ServiceCollectionExtensions.cs#L17
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
test: src/CorePluginAPI/Core/Models/SkillData.cs#L10
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test: src/CorePluginAPI/Core/Models/AccountStatusData.cs#L6
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test: src/Core/Core/Networking/Connection.cs#L18
Nullability of reference types in return type of 'Task? BackgroundService.ExecuteTask.get' doesn't match implicitly implemented member 'Task IConnection.ExecuteTask.get' (possibly because of nullability attributes).
test: src/Executables/Auth/AuthConnection.cs#L9
Nullability of reference types in return type of 'Task? BackgroundService.ExecuteTask.get' doesn't match implicitly implemented member 'Task IConnection.ExecuteTask.get' (possibly because of nullability attributes).
test: src/Executables/Game/GameConnection.cs#L12
Nullability of reference types in return type of 'Task? BackgroundService.ExecuteTask.get' doesn't match implicitly implemented member 'Task IConnection.ExecuteTask.get' (possibly because of nullability attributes).
test: src/Executables/Game/Commands/AdvanceCommand.cs#L19
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
test: src/Executables/Game/Commands/ReloadPermissionsCommand.cs#L47
Non-nullable property 'Target' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test: src/Executables/Game/Extensions/ItemExtensions.cs#L120
Possible null reference argument for parameter 'item' in 'ValueTask<string> IRedisStore.Set(string key, object item)'.
test: src/Executables/Game/Extensions/GameOptions.cs#L47
Non-nullable property 'Boss' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.