Skip to content

refactor: 🎨 standardize naming and introduce IAddable #904

refactor: 🎨 standardize naming and introduce IAddable

refactor: 🎨 standardize naming and introduce IAddable #904

Triggered via pull request March 26, 2024 03:54
Status Success
Total duration 3m 9s
Artifacts

build.yml

on: pull_request
dotnet-build-logic
2m 57s
dotnet-build-logic
dotnet-build-install
2m 46s
dotnet-build-install
dotnet-build-launcher
1m 1s
dotnet-build-launcher
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
dotnet-build-install: installer/Model/Downloader.cs#L125
The variable 'temp' is declared but never used
dotnet-build-install: installer/Model/Local_Data.cs#L222
The variable 'e' 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/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/Preparation/Utility/Value/SafeValue/AtomicInt.cs#L57
Possible null reference assignment.
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/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#L56
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/ViewModel/MapViewModel.cs#L57
The field 'GeneralViewModel.resourcePositionIndex' is never used