upgrade to dotnet 8.0 #228
Annotations
22 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Publish API:
src/CZ.Azure.FileExchange.Api/AddMetadata.cs#L92
Non-nullable property 'api' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish API:
src/CZ.Azure.FileExchange.Api/AddMetadata.cs#L93
Non-nullable property 'requestId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish API:
src/CZ.Azure.FileExchange.Api/AddMetadata.cs#L94
Non-nullable property 'eTag' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish API:
src/CZ.Azure.FileExchange.Api/AddMetadata.cs#L95
Non-nullable property 'contentType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish API:
src/CZ.Azure.FileExchange.Api/AddMetadata.cs#L97
Non-nullable property 'blobType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish API:
src/CZ.Azure.FileExchange.Api/AddMetadata.cs#L98
Non-nullable property 'url' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish API:
src/CZ.Azure.FileExchange.Api/AddMetadata.cs#L99
Non-nullable property 'sequencer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish API:
src/CZ.Azure.FileExchange.Api/AddMetadata.cs#L100
Non-nullable property 'storageDiagnostics' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish API:
src/CZ.Azure.FileExchange.Api/AddMetadata.cs#L105
Non-nullable property 'batchId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish Frontend:
src/CZ.Azure.FileExchange/Pages/Download.razor.cs#L54
For improved performance, use the LoggerMessage delegates instead of calling 'LoggerExtensions.LogWarning(ILogger, string?, params object?[])' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1848)
|
Publish Frontend:
src/CZ.Azure.FileExchange/Pages/Download.razor.cs#L54
The logging message template should not vary between calls to 'LoggerExtensions.LogWarning(ILogger, string?, params object?[])' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2254)
|
Publish Frontend:
src/CZ.Azure.FileExchange/Pages/Download.razor.cs#L68
For improved performance, use the LoggerMessage delegates instead of calling 'LoggerExtensions.LogWarning(ILogger, string?, params object?[])' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1848)
|
Publish Frontend:
src/CZ.Azure.FileExchange/Pages/Download.razor.cs#L68
The logging message template should not vary between calls to 'LoggerExtensions.LogWarning(ILogger, string?, params object?[])' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2254)
|
Publish Frontend:
src/CZ.Azure.FileExchange/Pages/Download.razor.cs#L84
For improved performance, use the LoggerMessage delegates instead of calling 'LoggerExtensions.LogWarning(ILogger, string?, params object?[])' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1848)
|
Publish Frontend:
src/CZ.Azure.FileExchange/Pages/Download.razor.cs#L84
The logging message template should not vary between calls to 'LoggerExtensions.LogWarning(ILogger, string?, params object?[])' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2254)
|
Publish Frontend:
src/CZ.Azure.FileExchange/Pages/Download.razor.cs#L92
For improved performance, use the LoggerMessage delegates instead of calling 'LoggerExtensions.LogWarning(ILogger, string?, params object?[])' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1848)
|
Publish Frontend:
src/CZ.Azure.FileExchange/Pages/Download.razor.cs#L92
The logging message template should not vary between calls to 'LoggerExtensions.LogWarning(ILogger, string?, params object?[])' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2254)
|
Publish Frontend:
src/CZ.Azure.FileExchange/Pages/Index.razor.cs#L15
Change type of field 'fileInputs' from 'System.Collections.Generic.IList<string>' to 'System.Collections.Generic.List<string>' for improved performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1859)
|
Publish Frontend:
src/CZ.Azure.FileExchange/Pages/Index.razor.cs#L81
Type 'File' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "artifact".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Loading