[SVR-67] 모든 마을 조회 Query 추가 #103
backend-build-and-test.yml
on: pull_request
build-and-tests
53s
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/Libplanet.Headless/LibplanetBuilder.cs#L28
Unused field '_stateStore'
|
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#L10
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/Recipe.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/Recipe.cs#L7
Non-nullable property 'IngredientIDList' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-tests:
backend/app/Savor22b/Model/Recipe.cs#L8
Non-nullable property 'FoodIDList' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|