v1.0.0.0 #2
Annotations
10 warnings
Build:
SSLTrack/Components/Pages/NewDomain.razor#L53
Possible null reference argument for parameter 'domainName' in 'Task<IEnumerable<Domain>> DomainService.GetDomain(string domainName)'.
|
Build:
SSLTrack/Components/Pages/NewDomain.razor#L61
Dereference of a possibly null reference.
|
Build:
SSLTrack/Components/Pages/NewDomain.razor#L72
Dereference of a possibly null reference.
|
Build:
SSLTrack/Repository/Repository.cs#L21
Possible null reference return.
|
Build:
SSLTrack/Repository/Repository.cs#L27
Possible null reference return.
|
Build:
SSLTrack/Services/HangfireService.cs#L14
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:
SSLTrack/Components/Pages/Domains.razor#L25
Possible null reference return.
|
Build:
SSLTrack/Components/Pages/Domains.razor#L26
Possible null reference return.
|
Build:
SSLTrack/Components/Pages/Domains.razor#L27
Possible null reference return.
|
Build:
SSLTrack/Components/Pages/Domains.razor#L44
Possible null reference argument for parameter 'domainName' in 'Task Domains.DeleteDomain(string domainName)'.
|
Loading