Skip to content

chore(deps): bump Serilog from 4.0.1 to 4.2.0 in /src #355

chore(deps): bump Serilog from 4.0.1 to 4.2.0 in /src

chore(deps): bump Serilog from 4.0.1 to 4.2.0 in /src #355

Triggered via pull request December 6, 2024 04:40
Status Success
Total duration 1m 46s
Artifacts

gh-pages-test.yml

on: pull_request
Test deployment
1m 39s
Test deployment
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Test deployment
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Test deployment: 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 deployment: 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 deployment: 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 deployment: 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 deployment: src/Libraries/Game.Server/GameConnection.cs#L15
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 deployment: src/Libraries/Game.Server/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 deployment: src/Libraries/Game.Server/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 deployment: src/Libraries/Game.Server/Extensions/ItemExtensions.cs#L127
Possible null reference argument for parameter 'item' in 'ValueTask<string> IRedisStore.Set(string key, object item)'.
Test deployment: src/Libraries/Game.Server/Extensions/GameOptions.cs#L46
Non-nullable property 'Boss' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Test deployment: src/Libraries/Game.Server/Extensions/GameOptions.cs#L47
Non-nullable property 'Normal' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.