Merge pull request #2 from nimanikoo/nimanikoo-patch-dotnet-build #2
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build:
WebApiCashing/Extensions/ServiceCollectionExtensions.cs#L18
Possible null reference argument for parameter 'configuration' in 'ConnectionMultiplexer ConnectionMultiplexer.Connect(string configuration, TextWriter? log = null)'.
|
Build:
WebApiCashing/Models/Customer.cs#L14
Non-nullable property 'CustomerName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
WebApiCashing/Services/CachService.cs#L44
Possible null reference return.
|
Build:
WebApiCashing/Services/CachService.cs#L49
Possible null reference return.
|
Build:
WebApiCashing/Services/CachService.cs#L103
Possible null reference return.
|
Build:
WebApiCashing/Services/CachService.cs#L108
Possible null reference return.
|
Build:
WebApiCashing/Services/CachService.cs#L141
Possible null reference argument for parameter 'key' in 'KeyValuePair<string, string>.KeyValuePair(string key, string value)'.
|
Build:
WebApiCashing/Services/CachService.cs#L141
Possible null reference argument for parameter 'value' in 'KeyValuePair<string, string>.KeyValuePair(string key, string value)'.
|
Build:
WebApiCashing/Services/CachService.cs#L184
Converting null literal or possible null value to non-nullable type.
|
Build:
WebApiCashing/Services/CachService.cs#L184
Nullability of reference types in value of type 'IEnumerable<string?>' doesn't match target type 'IEnumerable<string>'.
|
Loading