Skip to content

Merge pull request #2 from nimanikoo/nimanikoo-patch-dotnet-build #2

Merge pull request #2 from nimanikoo/nimanikoo-patch-dotnet-build

Merge pull request #2 from nimanikoo/nimanikoo-patch-dotnet-build #2

Triggered via push January 22, 2025 20:41
Status Success
Total duration 37s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
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>'.