Skip to content

add-worlds-fetcher (#82) #17

add-worlds-fetcher (#82)

add-worlds-fetcher (#82) #17

Triggered via push June 22, 2024 00:55
Status Success
Total duration 44s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Fetcher/src/BulkDataFetcher.cs#L59
Possible null reference return.
build: src/Fetcher/src/BulkDataFetcher.cs#L79
Possible null reference return.
build: src/Fetcher/src/SingleDataFetcher.cs#L66
Possible null reference return.
build: src/Fetcher/src/ItemFetcher.cs#L37
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/Pocos/ItemWebPocoExtensions.cs#L24
Possible null reference argument for parameter 'webPoco' in 'ItemPoco ItemWebPocoExtensions.ToItemPoco(ItemWebPoco webPoco)'.
build: src/Fetcher/src/Pocos/PriceWebResponse.cs#L12
Possible null reference assignment.
build: src/Fetcher/src/Pocos/PriceWebResponse.cs#L10
Non-nullable property 'Items' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Fetcher/src/Pocos/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/Pocos/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)'.