feat(media type formatter): add SystemTextJsonFormatter
#42
dotnet-publish.yml
on: pull_request
Package
/
build
30s
Package
/
publish
0s
Annotations
10 warnings and 1 notice
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/Utils/RegexExtensions.cs#L25
Possible null reference return.
|
Package / build:
src/FluentlyHttpClient/Middleware/FluentMiddlewareHttpHandler.cs#L42
Possible null reference argument for parameter 'key' in 'void RequestTracker.Push(string key, FluentHttpResponse response)'.
|
Package / build:
src/FluentlyHttpClient/Middleware/FluentMiddlewareHttpHandler.cs#L44
Possible null reference return.
|
Package / build:
src/FluentlyHttpClient/Caching/ResponseCacheMiddleware.cs#L59
Dereference of a possibly null reference.
|
Package / build:
src/FluentlyHttpClient/FluentHttpClient.cs#L138
Possible null reference assignment.
|
Package / build:
src/FluentlyHttpClient/FluentHttpClient.cs#L124
Non-nullable property 'BaseUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
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
dotnet cli version 8.0.303
|