Skip to content

Update avalonia monorepo to 12.1.1 #557

Update avalonia monorepo to 12.1.1

Update avalonia monorepo to 12.1.1 #557

Triggered via pull request July 29, 2026 17:49
Status Success
Total duration 24m 32s
Artifacts

build.yml

on: pull_request
dotnet-build-logic
24m 28s
dotnet-build-logic
dotnet-build-install
1m 38s
dotnet-build-install
dotnet-build-playback
1m 15s
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/Character.cs#L216
Unreachable code detected
dotnet-build-logic: logic/GameClass/GameObj/Character.cs#L197
Unreachable code detected
dotnet-build-logic: logic/GameClass/GameObj/Map/Map.cs#L161
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.