Skip to content

Add CI for tests!

Add CI for tests! #1

Triggered via pull request July 29, 2024 20:28
Status Success
Total duration 1m 0s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: NbtTools/Entities/Trading/TradeService.cs#L48
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: McMerchantsLib/Models/StoreItemDefaultAlley.cs#L7
Non-nullable property 'Item' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: McMerchantsLib/Models/StoreItemDefaultAlley.cs#L9
Non-nullable property 'Alley' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: McMerchantsLib/Models/StorageRegion.cs#L10
Non-nullable property 'Alleys' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: McMerchantsLib/Stock/StoreStockResult.cs#L16
Cannot convert null literal to non-nullable reference type.
build: McMerchantsLib/Stock/StoreStockResult.cs#L14
Non-nullable property 'StockInDefaultAlley' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: McMerchantsLib/Models/ItemProviderRegion.cs#L14
Non-nullable field '_coordinates' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: McMerchantsLib/Models/ItemProviderRegion.cs#L16
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: McMerchantsLib/Models/ItemProviderRegion.cs#L18
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: McMerchantsLib/Models/ItemProviderRegion.cs#L20
Non-nullable property 'Dimension' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.