Skip to content

chore(packages): use central package manager + set to c# 12 #21

chore(packages): use central package manager + set to c# 12

chore(packages): use central package manager + set to c# 12 #21

Triggered via pull request February 2, 2024 13:15
Status Success
Total duration 54s
Artifacts

dotnet-publish.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings and 1 notice
Package / build
dotnet cli version 8.0.101
Package / build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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/Middleware/FluentMiddlewareHttpHandler.cs#L42
Possible null reference argument for parameter 'key' in 'void RequestTracker.Push(string key, FluentHttpResponse response)'.
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/GraphQL/GqlRequest.cs#L16
Non-nullable property 'Query' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Package / build: src/FluentlyHttpClient/Caching/ResponseCacheMiddleware.cs#L59
Dereference of a possibly null reference.