Skip to content

Clean

Clean #37

Triggered via push August 21, 2023 14:54
Status Failure
Total duration 2m 31s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: HeistItemFinder/MVVM/Core/ObservableObject.cs#L9
Cannot convert null literal to non-nullable reference type.
build: HeistItemFinder/MVVM/Core/RelayCommand.cs#L19
Cannot convert null literal to non-nullable reference type.
build: HeistItemFinder/Resources/en.Designer.cs#L25
The type name 'en' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: HeistItemFinder/Resources/ru.Designer.cs#L25
The type name 'ru' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: HeistItemFinder/Models/PoeNinja/UniqueEquipment/EquipmentResponse.cs#L5
Non-nullable property 'Lines' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: HeistItemFinder/Models/PoeNinja/UniqueEquipment/EquipmentResponse.cs#L6
Non-nullable property 'Language' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: HeistItemFinder/App.xaml.cs#L13
Non-nullable property 'AppHost' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: HeistItemFinder/Realizations/PoeTradeParser.cs#L12
Non-nullable field '_client' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: HeistItemFinder/Realizations/PoeNinjaParser.cs#L78
Cannot convert null literal to non-nullable reference type.
build: HeistItemFinder/Realizations/PoeNinjaParser.cs#L98
Dereference of a possibly null reference.