[SVR-66] 특정 위치의 집 설치 기능 제작 #25
Annotations
10 warnings
backend/app/Libplanet.Headless/LibplanetBuilder.cs#L157
The variable '_' is assigned but its value is never used
|
backend/app/Libplanet.Headless/LibplanetBuilder.cs#L28
The field 'LibplanetBuilder._stateStore' is never used
|
backend/app/Libplanet.Headless/LibplanetBuilder.cs#L28
Unused field '_stateStore'
|
backend/app/Savor22b/Action/GenerateFoodAction.cs#L21
Non-nullable field 'RefrigeratorStateIDs' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
The logs for this run have expired and are no longer available.
Loading