Skip to content

[SVR-291] [던전] 특정 마을의 던전 목록 READ 기능 #232

[SVR-291] [던전] 특정 마을의 던전 목록 READ 기능

[SVR-291] [던전] 특정 마을의 던전 목록 READ 기능 #232

Triggered via pull request March 18, 2024 13:47
Status Failure
Total duration 54s
Artifacts

backend-build-and-test.yml

on: pull_request
build-and-tests
44s
build-and-tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
build-and-tests: backend/app/Savor22b.Tests/Action/CancelFoodActionTests.cs#L61
The type or namespace name 'DungeonState' could not be found (are you missing a using directive or an assembly reference?)
build-and-tests: backend/app/Savor22b.Tests/Action/HarvestingSeedActionTests.cs#L22
The type or namespace name 'DungeonState' could not be found (are you missing a using directive or an assembly reference?)
build-and-tests: backend/app/Savor22b.Tests/Action/RemoveWeedActionTests.cs#L20
The type or namespace name 'DungeonState' could not be found (are you missing a using directive or an assembly reference?)
build-and-tests: backend/app/Savor22b.Tests/Action/PlaceUserHouseActionTests.cs#L67
The type or namespace name 'DungeonState' could not be found (are you missing a using directive or an assembly reference?)
build-and-tests: backend/app/Savor22b.Tests/Action/InstallKitchenEquipmentActionTests.cs#L33
The type or namespace name 'DungeonState' could not be found (are you missing a using directive or an assembly reference?)
build-and-tests: backend/app/Savor22b.Tests/Action/PlantingSeedActionTests.cs#L99
The type or namespace name 'DungeonState' could not be found (are you missing a using directive or an assembly reference?)
build-and-tests: backend/app/Savor22b.Tests/Action/InstallKitchenEquipmentActionTests.cs#L103
The type or namespace name 'DungeonState' could not be found (are you missing a using directive or an assembly reference?)
build-and-tests: backend/app/Savor22b.Tests/Action/PlaceUserHouseActionTests.cs#L144
The type or namespace name 'DungeonState' could not be found (are you missing a using directive or an assembly reference?)
build-and-tests: backend/app/Savor22b.Tests/Action/RemovePlantedSeedActionTests.cs#L22
The type or namespace name 'DungeonState' could not be found (are you missing a using directive or an assembly reference?)
build-and-tests: backend/app/Savor22b.Tests/Action/HarvestingSeedActionTests.cs#L74
The type or namespace name 'DungeonState' could not be found (are you missing a using directive or an assembly reference?)
build-and-tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1823)
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/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/States/KitchenEquipmentState.cs#L126
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/Action/CreateFoodAction.cs#L25
Non-nullable field 'RefrigeratorStateIdsToUse' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-and-tests: backend/app/Savor22b/Action/CreateFoodAction.cs#L25
Non-nullable field 'KitchenEquipmentStateIdsToUse' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-and-tests: backend/app/Savor22b/Action/Exceptions/ActionException.cs#L46
Non-nullable field 'ErrorType' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.