v1.0.0.2 #4
Annotations
22 errors and 40 warnings
Release (macOS):
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.
|
Release (macOS):
SSLTrack/Components/Layout/MainLayout.razor#L3
Attribute '@rendermode' is only valid when used on a component.
|
Release (macOS):
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'.
|
Release (macOS)
Process completed with exit code 1.
|
Release (linux)
The job was canceled because "macOS" failed.
|
Release (linux):
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.
|
Release (linux):
SSLTrack/Components/Layout/MainLayout.razor#L3
Attribute '@rendermode' is only valid when used on a component.
|
Release (linux):
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'.
|
Release (linux)
The operation was canceled.
|
Release (linux-arm64)
The job was canceled because "macOS" failed.
|
Release (linux-arm64):
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.
|
Release (linux-arm64):
SSLTrack/Components/Layout/MainLayout.razor#L3
Attribute '@rendermode' is only valid when used on a component.
|
Release (linux-arm64):
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'.
|
Release (linux-arm64)
The operation was canceled.
|
Release (linux-arm)
The job was canceled because "macOS" failed.
|
Release (linux-arm):
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.
|
Release (linux-arm):
SSLTrack/Components/Layout/MainLayout.razor#L3
Attribute '@rendermode' is only valid when used on a component.
|
Release (linux-arm):
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'.
|
Release (linux-arm)
The operation was canceled.
|
Release (windows)
The job was canceled because "macOS" failed.
|
Release (windows)
The operation was canceled.
|
Build image
buildx failed with: ERROR: failed to solve: process "/bin/sh -c if [ \"$TARGETPLATFORM\" = \"linux/amd64\" ]; then RID=linux-x64 ; elif [ \"$TARGETPLATFORM\" = \"linux/arm64\" ]; then RID=linux-arm64 ; elif [ \"$TARGETPLATFORM\" = \"linux/arm/v7\" ]; then RID=linux-arm ; fi && dotnet publish \"SSLTrack/SSLTrack.csproj\" -c Release -o /app/publish -r $RID --self-contained false" did not complete successfully: exit code: 1
|
Release (macOS):
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.
|
Release (macOS):
SSLTrack/Components/Pages/NewDomain.razor#L53
Possible null reference argument for parameter 'domainName' in 'Task<IEnumerable<Domain>> DomainService.GetDomain(string domainName)'.
|
Release (macOS):
SSLTrack/Components/Pages/NewDomain.razor#L61
Dereference of a possibly null reference.
|
Release (macOS):
SSLTrack/Components/Pages/NewDomain.razor#L72
Dereference of a possibly null reference.
|
Release (macOS):
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.
|
Release (macOS):
SSLTrack/Components/Pages/Domains.razor#L25
Possible null reference return.
|
Release (macOS):
SSLTrack/Components/Pages/Domains.razor#L27
Possible null reference return.
|
Release (macOS):
SSLTrack/Components/Pages/Domains.razor#L28
Possible null reference return.
|
Release (macOS):
SSLTrack/Components/Pages/Domains.razor#L46
Possible null reference argument for parameter 'domainName' in 'Task Domains.DeleteDomain(string domainName)'.
|
Release (macOS):
SSLTrack/Components/Pages/Domains.razor#L65
Dereference of a possibly null reference.
|
Release (linux):
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.
|
Release (linux):
SSLTrack/Components/Pages/NewDomain.razor#L53
Possible null reference argument for parameter 'domainName' in 'Task<IEnumerable<Domain>> DomainService.GetDomain(string domainName)'.
|
Release (linux):
SSLTrack/Components/Pages/NewDomain.razor#L61
Dereference of a possibly null reference.
|
Release (linux):
SSLTrack/Components/Pages/NewDomain.razor#L72
Dereference of a possibly null reference.
|
Release (linux):
SSLTrack/Repository/Repository.cs#L21
Possible null reference return.
|
Release (linux):
SSLTrack/Repository/Repository.cs#L27
Possible null reference return.
|
Release (linux):
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.
|
Release (linux):
SSLTrack/Components/Pages/Domains.razor#L25
Possible null reference return.
|
Release (linux):
SSLTrack/Components/Pages/Domains.razor#L27
Possible null reference return.
|
Release (linux):
SSLTrack/Components/Pages/Domains.razor#L28
Possible null reference return.
|
Release (linux-arm64):
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.
|
Release (linux-arm64):
SSLTrack/Components/Pages/NewDomain.razor#L53
Possible null reference argument for parameter 'domainName' in 'Task<IEnumerable<Domain>> DomainService.GetDomain(string domainName)'.
|
Release (linux-arm64):
SSLTrack/Components/Pages/NewDomain.razor#L61
Dereference of a possibly null reference.
|
Release (linux-arm64):
SSLTrack/Components/Pages/NewDomain.razor#L72
Dereference of a possibly null reference.
|
Release (linux-arm64):
SSLTrack/Repository/Repository.cs#L21
Possible null reference return.
|
Release (linux-arm64):
SSLTrack/Repository/Repository.cs#L27
Possible null reference return.
|
Release (linux-arm64):
SSLTrack/Components/Pages/Domains.razor#L25
Possible null reference return.
|
Release (linux-arm64):
SSLTrack/Components/Pages/Domains.razor#L27
Possible null reference return.
|
Release (linux-arm64):
SSLTrack/Components/Pages/Domains.razor#L28
Possible null reference return.
|
Release (linux-arm64):
SSLTrack/Components/Pages/Domains.razor#L46
Possible null reference argument for parameter 'domainName' in 'Task Domains.DeleteDomain(string domainName)'.
|
Release (linux-arm):
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.
|
Release (linux-arm):
SSLTrack/Components/Pages/NewDomain.razor#L53
Possible null reference argument for parameter 'domainName' in 'Task<IEnumerable<Domain>> DomainService.GetDomain(string domainName)'.
|
Release (linux-arm):
SSLTrack/Components/Pages/NewDomain.razor#L61
Dereference of a possibly null reference.
|
Release (linux-arm):
SSLTrack/Components/Pages/NewDomain.razor#L72
Dereference of a possibly null reference.
|
Release (linux-arm):
SSLTrack/Repository/Repository.cs#L21
Possible null reference return.
|
Release (linux-arm):
SSLTrack/Repository/Repository.cs#L27
Possible null reference return.
|
Release (linux-arm):
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.
|
Release (linux-arm):
SSLTrack/Components/Pages/Domains.razor#L25
Possible null reference return.
|
Release (linux-arm):
SSLTrack/Components/Pages/Domains.razor#L27
Possible null reference return.
|
Release (linux-arm):
SSLTrack/Components/Pages/Domains.razor#L28
Possible null reference return.
|