Skip to content

Bump BenchmarkDotNet from 0.14.0 to 0.15.3 #9

Bump BenchmarkDotNet from 0.14.0 to 0.15.3

Bump BenchmarkDotNet from 0.14.0 to 0.15.3 #9

Triggered via pull request September 17, 2025 23:28
Status Success
Total duration 1m 49s
Artifacts

dotnet-pipeline.yml

on: pull_request
Matrix: publish_single
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
test: src/Libraries/Game.Server/PlayerManager.cs#L136
Dereference of a possibly null reference.
test: src/Libraries/Game.Server/Extensions/ItemExtensions.cs#L135
Possible null reference argument for parameter 'item' in 'ValueTask<string> IRedisStore.Set(string key, object item)'.
test: 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: 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: src/Libraries/Auth.Server/AuthConnection.cs#L8
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/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/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/CorePluginAPI/Game/World/IPlayerEntity.cs#L14
'IPlayerEntity.Target' hides inherited member 'IEntity.Target'. Use the new keyword if hiding was intended.
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.