Skip to content

Merge pull request #32 from Atralupus/fix/csv-parser #27

Merge pull request #32 from Atralupus/fix/csv-parser

Merge pull request #32 from Atralupus/fix/csv-parser #27

Triggered via push July 31, 2023 05:29
Status Success
Total duration 42s
Artifacts
build-and-tests
32s
build-and-tests
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build-and-tests: backend/app/Libplanet.Headless/LibplanetBuilder.cs#L157
The variable '_' is assigned but its value is never used
build-and-tests: backend/app/Libplanet.Headless/LibplanetBuilder.cs#L28
The field 'LibplanetBuilder._stateStore' is never used
build-and-tests: backend/app/Savor22b/Model/VillageCharacteristic.cs#L8
Non-nullable property 'AvailableSeedId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-tests: backend/app/Savor22b/Model/Village.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-tests: backend/app/Savor22b/Model/Stat.cs#L8
Non-nullable property 'Grade' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-tests: backend/app/Savor22b/Model/Seed.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-tests: backend/app/Savor22b/Model/RecipeStat.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-tests: backend/app/Savor22b/Model/RecipeStat.cs#L7
Non-nullable property 'MinGrade' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-tests: backend/app/Savor22b/Model/RecipeStat.cs#L8
Non-nullable property 'MaxGrade' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.