v1.0.0.3 #5
Annotations
10 warnings
SSLTrack/Components/Pages/NewDomain.razor#L53
Possible null reference argument for parameter 'domainName' in 'Task<IEnumerable<Domain>> DomainService.GetDomain(string domainName)'.
|
SSLTrack/Components/Pages/NewDomain.razor#L61
Dereference of a possibly null reference.
|
SSLTrack/Components/Pages/NewDomain.razor#L72
Dereference of a possibly null reference.
|
SSLTrack/Repository/Repository.cs#L21
Possible null reference return.
|
SSLTrack/Repository/Repository.cs#L27
Possible null reference return.
|
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.
|
SSLTrack/Services/DomainService.cs#L94
Possible null reference argument for parameter 'domain' in 'Task<X509Certificate2> CertificateService.GetCertificateAsync(string domain, int port = 443)'.
|
SSLTrack/Services/DomainService.cs#L121
Dereference of a possibly null reference.
|
SSLTrack/Components/Pages/Domains.razor#L25
Possible null reference return.
|
SSLTrack/Components/Pages/Domains.razor#L27
Possible null reference return.
|
This job succeeded
Loading