Skip to content

Merge pull request #257 from DreamEnderKing/dev #117

Merge pull request #257 from DreamEnderKing/dev

Merge pull request #257 from DreamEnderKing/dev #117

Triggered via push April 19, 2024 05:45
Status Success
Total duration 2m 28s
Artifacts

build.yml

on: push
dotnet-build-logic
2m 16s
dotnet-build-logic
dotnet-build-install
2m 10s
dotnet-build-install
dotnet-build-launcher
41s
dotnet-build-launcher
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
dotnet-build-install: installer/ViewModel/InstallViewModel.cs#L26
Non-nullable field 'downloadPath' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
dotnet-build-install: installer/ViewModel/InstallViewModel.cs#L26
Non-nullable field 'downloadBtnText' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
dotnet-build-install: installer/Model/EEsast.cs#L58
Dereference of a possibly null reference.
dotnet-build-install: installer/Model/EEsast.cs#L116
Dereference of a possibly null reference.
dotnet-build-install: installer/Model/EEsast.cs#L183
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.
dotnet-build-install: installer/Data/ConfigFileData.cs#L310
The event 'ConfigData.OnFileChanged' is never used
dotnet-build-install: installer/Model/EEsast.cs#L58
Dereference of a possibly null reference.
dotnet-build-install: installer/Model/EEsast.cs#L116
Dereference of a possibly null reference.
dotnet-build-install: installer/Model/EEsast.cs#L183
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.
dotnet-build-install: installer/ViewModel/InstallViewModel.cs#L26
Non-nullable field 'downloadPath' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
dotnet-build-logic: logic/ClientTest/Program.cs#L41
Unreachable code detected
dotnet-build-logic: logic/Preparation/Utility/Value/SafeValue/SafeMethod/InterlockedEx.cs#L73
Converting null literal or possible null value to non-nullable type.
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#L23
Possible null reference argument for parameter 'meth' in 'void ILGenerator.Emit(OpCode opcode, MethodInfo meth)'.
dotnet-build-logic: logic/Client/Interact/Command.cs#L23
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
dotnet-build-logic: logic/Client/PlaybackClient.cs#L56
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
dotnet-build-logic: logic/Client/PlaybackClient.cs#L45
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
dotnet-build-logic: logic/Client/PlaybackClient.cs#L23
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
dotnet-build-logic: logic/Client/Interact/Command.cs#L59
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
dotnet-build-logic: logic/Client/Interact/Command.cs#L100
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.