Skip to content

just build & tests (#85) #15

just build & tests (#85)

just build & tests (#85) #15

Triggered via push June 22, 2024 00:47
Status Success
Total duration 52s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Fetcher/src/BulkDataFetcher.cs#L58
Possible null reference return.
build: src/Fetcher/src/MarketableItemIdsFetcher.cs#L27
Non-nullable property 'Client' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Fetcher/src/SingleDataFetcher.cs#L66
Possible null reference return.
build: src/Fetcher/src/BulkDataFetcher.cs#L78
Possible null reference return.
build: src/Fetcher/src/ItemWebPocoExtensions.cs#L24
Possible null reference argument for parameter 'webPoco' in 'ItemPoco ItemWebPocoExtensions.ToItemPoco(ItemWebPoco webPoco)'.
build: src/Fetcher/src/PriceWebPocoExtensions.cs#L24
Possible null reference argument for parameter 'webPoco' in 'PricePoco PriceWebPocoExtensions.ToPricePoco(PriceWebPoco webPoco)'.
build: src/Fetcher/src/ItemWebPocoConverter.cs#L23
Possible null reference argument for parameter 'name' in 'ItemWebPoco.ItemWebPoco(int id, string name, string description, int iconId, int priceLow, int priceMid, int stackSize, int level, int canBeHq)'.
build: src/Fetcher/src/ItemWebPocoConverter.cs#L23
Possible null reference argument for parameter 'description' in 'ItemWebPoco.ItemWebPoco(int id, string name, string description, int iconId, int priceLow, int priceMid, int stackSize, int level, int canBeHq)'.
build: src/Fetcher/src/ItemFetcher.cs#L36
Possible null reference return.
build: src/Api/src/Pocos/CraftSummaryPoco.cs#L44
Nullability of reference types in type of parameter 'obj' of 'int CraftSummaryPoco.CompareTo(object obj)' doesn't match implicitly implemented member 'int IComparable.CompareTo(object? obj)' (possibly because of nullability attributes).