NXS-5943: Updated all packages (because .net version got updated to 8… #90
Annotations
12 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build:
Nexus.Sdk.Shared/Http/HttpRequestBuilder.cs#L30
Cannot convert null literal to non-nullable reference type.
|
build:
Nexus.Sdk.Shared/Http/HttpRequestBuilder.cs#L36
Cannot convert null literal to non-nullable reference type.
|
build:
Nexus.Sdk.Shared/Http/HttpRequestBuilder.cs#L42
Cannot convert null literal to non-nullable reference type.
|
build:
Nexus.Sdk.Shared/Authentication/AuthProvider.cs#L76
Possible null reference argument for parameter 'error' in 'AuthProviderException.AuthProviderException(string error)'.
|
build:
Nexus.Sdk.Shared/Authentication/AuthProvider.cs#L84
Possible null reference return.
|
build:
Nexus.Sdk.Shared/Requests/CustomerRequest.cs#L11
Non-nullable property 'CustomerCode' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Nexus.Sdk.Shared/Http/RequestBuilder.cs#L38
Possible null reference argument for parameter 'baseUri' in 'Uri.Uri(Uri baseUri, string? relativeUri)'.
|
build:
Nexus.Sdk.Shared/Http/RequestBuilder.cs#L55
Possible null reference argument for parameter 'baseUri' in 'Uri.Uri(Uri baseUri, string? relativeUri)'.
|
build:
Nexus.Sdk.Shared/Requests/CustomerRequest.cs#L188
Non-nullable property 'CustomerCode' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Nexus.Sdk.Shared/Http/RequestBuilder.cs#L73
Possible null reference argument for parameter 'baseUri' in 'Uri.Uri(Uri baseUri, string? relativeUri)'.
|