This repository has been archived by the owner on Feb 7, 2025. It is now read-only.
이전 버전 UI로 revert하고 README 수정 #325
backend-build-and-test.yml
on: pull_request
build-and-tests
31s
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/States/ApplianceSpaceState.cs#L60
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
build-and-tests:
backend/app/Savor22b/States/KitchenEquipmentState.cs#L128
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
build-and-tests:
backend/app/Savor22b/States/RefrigeratorState.cs#L189
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
build-and-tests:
backend/app/Savor22b/Savor22bConfiguration.cs#L6
Non-nullable property 'CsvDataResourcePath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-tests:
backend/app/Savor22b/Model/CookingEquipment.cs#L9
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/CookingEquipment.cs#L11
Non-nullable property 'Price' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-tests:
backend/app/Savor22b/Model/VillageCharacteristic.cs#L9
Non-nullable property 'AvailableSeedIdList' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|