fix errors (#139) #369
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)'.
|