Skip to content

fix errors (#139)

fix errors (#139) #369

Triggered via pull request July 8, 2025 23:38
Status Success
Total duration 1m 14s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Infrastructure/DataFetcher/FetchDto.cs#L14
Non-nullable property 'DetailsId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Infrastructure/DataFetcher/FetchDto.cs#L12
Non-nullable property 'CurrencyTypeName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Infrastructure/DataFetcher/LeagueDataFetcher.cs#L38
Possible null reference argument for parameter 'source' in 'IEnumerable<HtmlNode> Enumerable.Where<HtmlNode>(IEnumerable<HtmlNode> source, Func<HtmlNode, bool> predicate)'.
build: test/Infrastructure.Test/BackgroundJobs/FetchPriceDataJobTest.cs#L98
Non-nullable property 'Path' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: test/Infrastructure.Test/BackgroundJobs/FetchPriceDataJobTest.cs#L97
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: test/Infrastructure.Test/BackgroundJobs/FetchLeagueJobTest.cs#L52
Non-nullable property 'Path' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: test/Infrastructure.Test/BackgroundJobs/FetchLeagueJobTest.cs#L51
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Infrastructure/DataFetcher/FetchDto.cs#L14
Non-nullable property 'DetailsId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Infrastructure/DataFetcher/FetchDto.cs#L12
Non-nullable property 'CurrencyTypeName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Infrastructure/DataFetcher/LeagueDataFetcher.cs#L38
Possible null reference argument for parameter 'source' in 'IEnumerable<HtmlNode> Enumerable.Where<HtmlNode>(IEnumerable<HtmlNode> source, Func<HtmlNode, bool> predicate)'.