Skip to content

chore(*): house keeping - global ns, filescope ns, fmt, nullables #9

chore(*): house keeping - global ns, filescope ns, fmt, nullables

chore(*): house keeping - global ns, filescope ns, fmt, nullables #9

Triggered via pull request June 9, 2023 17:30
Status Success
Total duration 57s
Artifacts

dotnet-publish.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings and 1 notice
Package / build
dotnet cli version 7.0.302
Package / build: src/FluentlyHttpClient/Caching/ResponseCacheService.cs#L23
Nullability of reference types in value of type 'Task<FluentHttpResponse?>' doesn't match target type 'Task<FluentHttpResponse>'.
Package / build: src/FluentlyHttpClient/Caching/ResponseCacheService.cs#L23
Nullability of reference types in value of type 'Task<FluentHttpResponse>' doesn't match target type 'Task<FluentHttpResponse?>'.
Package / build: src/FluentlyHttpClient/Caching/HttpResponseSerializer.cs#L46
Dereference of a possibly null reference.
Package / build: src/FluentlyHttpClient/Caching/HttpResponseSerializer.cs#L57
Possible null reference argument for parameter 'values' in 'void HttpExtensions.AddRange(HttpHeaders headers, FluentHttpHeaders values)'.
Package / build: src/FluentlyHttpClient/Caching/ResponseCacheMiddleware.cs#L59
Dereference of a possibly null reference.
Package / build: src/FluentlyHttpClient/Middleware/FluentHttpMiddlewareConfig.cs#L27
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Package / build: src/FluentlyHttpClient/FluentHttpClient.cs#L137
Possible null reference assignment.
Package / build: src/FluentlyHttpClient/FluentHttpClient.cs#L138
Possible null reference assignment.
Package / build: src/FluentlyHttpClient/FluentHttpClient.cs#L139
Possible null reference assignment.