Skip to content

feat(http client factory): expose Count #52

feat(http client factory): expose Count

feat(http client factory): expose Count #52

Triggered via pull request August 28, 2024 11:31
Status Success
Total duration 43s
Artifacts

dotnet-publish.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings and 1 notice
Package / build: src/FluentlyHttpClient/Utils/RegexExtensions.cs#L25
Possible null reference return.
Package / build: src/FluentlyHttpClient/Utils/ObjectExtensions.cs#L25
Possible null reference argument for parameter 'key' in 'void IDictionary<string, object>.Add(string key, object value)'.
Package / build: src/FluentlyHttpClient/Utils/ObjectExtensions.cs#L25
Possible null reference argument for parameter 'value' in 'void IDictionary<string, object>.Add(string key, object value)'.
Package / build: src/FluentlyHttpClient/Utils/ObjectExtensions.cs#L29
Nullability of reference types in value of type 'Dictionary<string, object?>' doesn't match target type 'IDictionary<string, object>'.
Package / build: src/FluentlyHttpClient/RequestTracker.cs#L30
Possible null reference return.
Package / build: src/FluentlyHttpClient/RequestTracker.cs#L34
Possible null reference assignment.
Package / build: src/FluentlyHttpClient/RequestHashingExtensions.cs#L65
Dereference of a possibly null reference.
Package / build: src/FluentlyHttpClient/RequestHashingExtensions.cs#L105
Converting null literal or possible null value to non-nullable type.
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
dotnet cli version 8.0.401