Migrate to .NET 9 - #1
Open
douglasjordan2024 wants to merge 2 commits into
Open
Annotations
10 warnings
|
SampleWebApiAspNetCore/Controllers/v1/FoodsController.cs#L213
Possible null reference argument for parameter 'href' in 'LinkDto.LinkDto(string href, string rel, string method)'.
|
|
SampleWebApiAspNetCore/Controllers/v1/FoodsController.cs#L206
Possible null reference argument for parameter 'href' in 'LinkDto.LinkDto(string href, string rel, string method)'.
|
|
SampleWebApiAspNetCore/Controllers/v1/FoodsController.cs#L192
Possible null reference argument for parameter 'href' in 'LinkDto.LinkDto(string href, string rel, string method)'.
|
|
SampleWebApiAspNetCore/Repositories/FoodSqlRepository.cs#L82
Possible null reference return.
|
|
SampleWebApiAspNetCore/Repositories/FoodSqlRepository.cs#L51
Dereference of a possibly null reference.
|
|
SampleWebApiAspNetCore/Repositories/FoodSqlRepository.cs#L50
Dereference of a possibly null reference.
|
|
SampleWebApiAspNetCore/Helpers/DynamicExtensions.cs#L18
Possible null reference return.
|
|
SampleWebApiAspNetCore/Helpers/DynamicExtensions.cs#L15
Possible null reference argument for parameter 'value' in 'void IDictionary<string, object>.Add(string key, object value)'.
|
|
SampleWebApiAspNetCore/Helpers/DynamicExtensions.cs#L11
Nullability of reference types in value of type 'ExpandoObject' doesn't match target type 'IDictionary<string, object>'.
|
|
SampleWebApiAspNetCore/Repositories/FoodSqlRepository.cs#L22
Possible null reference return.
|
The logs for this run have expired and are no longer available.
Loading