Skip to content

Update dependency Grpc.Tools to 2.83.0 #547

Update dependency Grpc.Tools to 2.83.0

Update dependency Grpc.Tools to 2.83.0 #547

Triggered via pull request July 6, 2026 05:11
Status Success
Total duration 1m 13s
Artifacts

build.yml

on: pull_request
dotnet-build-logic
1m 9s
dotnet-build-logic
dotnet-build-install
46s
dotnet-build-install
dotnet-build-playback
1m 0s
dotnet-build-playback
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
dotnet-build-logic: logic/Gaming/Trade.cs#L31
Possible null reference argument for parameter 'obj' in 'string LoggingFunctional.AutoLogInfo(object obj)'.
dotnet-build-logic: logic/Gaming/Game.cs#L1022
The variable 'hpMax' is assigned but its value is never used
dotnet-build-logic: logic/Gaming/Event.cs#L45
Possible null reference argument for parameter 'description' in 'void Event.Initialize(string name, string description, IReadOnlyList<double>? multipliers, int startTimeMs, int endTimeMs)'.
dotnet-build-logic: logic/Gaming/Event.cs#L45
Possible null reference argument for parameter 'name' in 'void Event.Initialize(string name, string description, IReadOnlyList<double>? multipliers, int startTimeMs, int endTimeMs)'.
dotnet-build-logic: logic/GameClass/GameObj/Map/Map.cs#L161
Unreachable code detected
dotnet-build-logic: logic/GameClass/GameObj/Character.cs#L216
Unreachable code detected
dotnet-build-logic: logic/GameClass/GameObj/Character.cs#L197
Unreachable code detected
dotnet-build-logic: logic/Preparation/Utility/Value/SafeValue/SafeMethod/InterlockedEx.cs#L23
Possible null reference argument for parameter 'meth' in 'void ILGenerator.Emit(OpCode opcode, MethodInfo meth)'.
dotnet-build-logic: logic/Preparation/Utility/Value/SafeValue/SafeMethod/InterlockedEx.cs#L48
Possible null reference argument for parameter 'meth' in 'void ILGenerator.Emit(OpCode opcode, MethodInfo meth)'.
dotnet-build-logic: logic/Preparation/Utility/Value/SafeValue/SafeMethod/InterlockedEx.cs#L73
Converting null literal or possible null value to non-nullable type.