v1.0.0.2 #4
Annotations
4 errors and 10 warnings
SSLTrack/Components/Layout/MainLayout.razor#L3
The attribute names could not be inferred from bind attribute 'bind-IsDarkMode'. Bind attributes should be of the form 'bind' or 'bind-value' along with their corresponding optional parameters like 'bind-value:event', 'bind:format' etc.
|
SSLTrack/Components/Layout/MainLayout.razor#L3
Attribute '@rendermode' is only valid when used on a component.
|
SSLTrack/Components/Pages/Domains.razor#L35
The type of component 'MudChip' cannot be inferred based on the values provided. Consider specifying the type arguments directly using the following attributes: 'T'.
|
|
SSLTrack/Components/Layout/MainLayout.razor#L3
Found markup element with unexpected name 'MudThemingProvider'. If this is intended to be a component, add a @using directive for its namespace.
|
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/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/Components/Pages/Domains.razor#L25
Possible null reference return.
|
SSLTrack/Components/Pages/Domains.razor#L27
Possible null reference return.
|
SSLTrack/Components/Pages/Domains.razor#L28
Possible null reference return.
|
SSLTrack/Components/Pages/Domains.razor#L46
Possible null reference argument for parameter 'domainName' in 'Task Domains.DeleteDomain(string domainName)'.
|
SSLTrack/Components/Pages/Domains.razor#L65
Dereference of a possibly null reference.
|
The logs for this run have expired and are no longer available.
Loading