Skip to content

[Feature] Merge planting seed and random seed item #172

[Feature] Merge planting seed and random seed item

[Feature] Merge planting seed and random seed item #172

Triggered via pull request December 19, 2023 07:00
Status Success
Total duration 2m 15s
Artifacts

backend-build-and-test.yml

on: pull_request
build-and-tests
2m 4s
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/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/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/States/RefrigeratorState.cs#L161
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
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.
build-and-tests: backend/app/Savor22b/Action/Exceptions/ActionException.cs#L46
Non-nullable field 'ErrorMessage' 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 property 'Metadata' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
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.