Annotations
11 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build with dotnet:
OSS.Services/DomainServices/ITestTableService.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build with dotnet:
OSS.Web/Startup.cs#L76
'CompatibilityVersion' is obsolete: 'This API is obsolete and will be removed in a future version. Consider removing usages.'
|
Build with dotnet:
OSS.Web/Startup.cs#L76
'CompatibilityVersion.Latest' is obsolete: 'This CompatibilityVersion value is obsolete.'
|
Build with dotnet:
OSS.Web/Startup.cs#L72
'MvcCoreMvcBuilderExtensions.SetCompatibilityVersion(IMvcBuilder, CompatibilityVersion)' is obsolete: 'This API is obsolete and will be removed in a future version. Consider removing usages.'
|
Build with dotnet:
OSS.Web/Startup.cs#L107
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Build with dotnet:
OSS.Web/ApplicationBuilderExtensions.cs#L118
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
Build with dotnet:
OSS.Web/Framework/TaskThread.cs#L84
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
Build with dotnet:
OSS.Web/Framework/SmtpBuilder.cs#L62
The variable 'ex' is declared but never used
|
Build with dotnet:
OSS.Web/Controllers/TestTablesController.cs#L98
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Build with dotnet:
OSS.Services/DomainServices/ITestTableService.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
The logs for this run have expired and are no longer available.
Loading