NXS-5943: Updated all the projects in the SDK to use .NET 8.0 #84
Annotations
12 warnings
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/.
|
Determine Version
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/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/Requests/CustomerRequest.cs#L74
Non-nullable property 'TrustLevel' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
Nexus.Sdk.Shared/Requests/CustomerRequest.cs#L74
Non-nullable property 'CurrencyCode' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
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/Http/RequestBuilder.cs#L73
Possible null reference argument for parameter 'baseUri' in 'Uri.Uri(Uri baseUri, string? relativeUri)'.
|
Loading