Merge pull request #109 from GuoWQ222/dev #13
build.yml
on: push
dotnet-build-logic
3m 1s
dotnet-build-install
3m 9s
dotnet-build-launcher
58s
Annotations
20 warnings
dotnet-build-logic:
logic/ClientTest/Program.cs#L45
Unreachable code detected
|
dotnet-build-logic:
logic/GameEngine/MoveEngine.cs#L65
Dereference of a possibly null reference.
|
dotnet-build-logic:
logic/Client/ViewModel/GeneralViewModel.cs#L79
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
dotnet-build-logic:
logic/Client/ViewModel/GeneralViewModel.cs#L80
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
dotnet-build-logic:
logic/Client/ViewModel/MapViewModel.cs#L57
The field 'GeneralViewModel.fortPositionIndex' is never used
|
dotnet-build-logic:
logic/Client/ViewModel/MapViewModel.cs#L58
The field 'GeneralViewModel.wormHolePositionIndex' is never used
|
dotnet-build-logic:
logic/Client/ViewModel/MapViewModel.cs#L56
The field 'GeneralViewModel.communityPositionIndex' is never used
|
dotnet-build-logic:
logic/Client/ViewModel/MapViewModel.cs#L54
The field 'GeneralViewModel.resourcePositionIndex' is never used
|
dotnet-build-logic:
logic/Client/ViewModel/MapViewModel.cs#L55
The field 'GeneralViewModel.factoryPositionIndex' is never used
|
dotnet-build-logic:
logic/Client/Old/GameStatusBar.xaml.cs#L12
The field 'GameStatusBar.WormHoleFullHp' is assigned but its value is never used
|
dotnet-build-install:
installer/Model/EEsast.cs#L69
Dereference of a possibly null reference.
|
dotnet-build-install:
installer/Model/Local_Data.cs#L42
Non-nullable field 'UserCodePostfix' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
dotnet-build-install:
installer/Model/EEsast.cs#L129
Dereference of a possibly null reference.
|
dotnet-build-install:
installer/Model/EEsast.cs#L210
Dereference of a possibly null reference.
|
dotnet-build-install:
installer/Model/EEsast.cs#L211
Dereference of a possibly null reference.
|
dotnet-build-install:
installer/Model/EEsast.cs#L212
Dereference of a possibly null reference.
|
dotnet-build-install:
installer/Model/Local_Data.cs#L256
The variable 'e' is declared but never used
|
dotnet-build-install:
installer/Model/Local_Data.cs#L42
Non-nullable field 'UserCodePostfix' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
dotnet-build-install:
installer/Model/Local_Data.cs#L256
The variable 'e' is declared but never used
|
dotnet-build-install:
installer/Model/EEsast.cs#L69
Dereference of a possibly null reference.
|