tiny mispelling #47
Merged
tiny mispelling #47
Annotations
6 warnings
|
SemanticBackup/Pages/Index.cshtml.cs#L21
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.
|
|
SemanticBackup/Pages/ResourceGroups/DatabaseBackups/Details.cshtml#L165
The result of the expression is always 'false' since a value of type 'DateTime' is never equal to 'null' of type 'DateTime?'
|
|
SemanticBackup/Pages/ResourceGroups/DatabaseBackups/Details.cshtml.cs#L156
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)
|
|
SemanticBackup/Pages/Index.cshtml.cs#L21
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.
|
|
SemanticBackup/Pages/ResourceGroups/DatabaseBackups/Details.cshtml#L165
The result of the expression is always 'false' since a value of type 'DateTime' is never equal to 'null' of type 'DateTime?'
|
|
SemanticBackup/Pages/ResourceGroups/DatabaseBackups/Details.cshtml.cs#L156
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)
|
The logs for this run have expired and are no longer available.
Loading