Skip to content

Update README.md

Update README.md #35

Triggered via pull request August 17, 2024 16:24
Status Success
Total duration 46s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Fetcher/src/MarketableItemIdsFetcher.cs#L27
Non-nullable property 'Client' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
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/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 adding the 'required' modifier or declaring the property as nullable.
build: src/Fetcher/src/Pocos/PriceWebPocoExtensions.cs#L24
Possible null reference argument for parameter 'webPoco' in 'PricePoco PriceWebPocoExtensions.ToPricePoco(PriceWebPoco webPoco)'.
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/SingleDataFetcher.cs#L66
Possible null reference return.
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)'.