Skip to content

Installer structure improved & ConfigData created. #898

Installer structure improved & ConfigData created.

Installer structure improved & ConfigData created. #898

Triggered via pull request March 23, 2024 15:26
Status Failure
Total duration 3m 21s
Artifacts

build.yml

on: pull_request
dotnet-build-logic
3m 11s
dotnet-build-logic
dotnet-build-install
2m 24s
dotnet-build-install
dotnet-build-launcher
55s
dotnet-build-launcher
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 20 warnings
dotnet-build-install: installer/ViewModel/InstallViewModel.cs#L28
'Local_Data' does not contain a definition for 'InstallPath' and no accessible extension method 'InstallPath' accepting a first argument of type 'Local_Data' could be found (are you missing a using directive or an assembly reference?)
dotnet-build-install: installer/ViewModel/InstallViewModel.cs#L28
'Local_Data' does not contain a definition for 'InstallPath' and no accessible extension method 'InstallPath' accepting a first argument of type 'Local_Data' could be found (are you missing a using directive or an assembly reference?)
dotnet-build-install
Process completed with exit code 1.
dotnet-build-install: installer/Model/Downloader.cs#L125
The variable 'temp' is declared but never used
dotnet-build-install: installer/Model/EEsast.cs#L69
Dereference of a possibly null reference.
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#L222
The variable 'e' is declared but never used
dotnet-build-install: installer/Model/Downloader.cs#L125
The variable 'temp' is declared but never used
dotnet-build-install: installer/Model/EEsast.cs#L69
Dereference of a possibly null reference.
dotnet-build-install: installer/Model/EEsast.cs#L129
Dereference of a possibly null reference.
dotnet-build-logic: logic/ClientTest/Program.cs#L41
Unreachable code detected
dotnet-build-logic: logic/Client/Interact/Command.cs#L57
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#L260
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#L261
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#L204
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#L56
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#L69
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#L70
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#L574
Field 'GeneralViewModel.drawPicLock' is never assigned to, and will always have its default value null
dotnet-build-logic: logic/Client/ViewModel/MapViewModel.cs#L59
The field 'GeneralViewModel.ChargeStationPositionIndex' is never used