Remove auto release #2
ci.yml
on: push
build blazor server
16s
build blazor hybrid (android)
9m 30s
build blazor hybrid (windows)
8m 4s
build blazor hybrid (iOS)
3m 48s
build blazor hybrid (maccatalyst)
5m 31s
build blazor api + web assembly
1m 2s
Annotations
5 errors and 50 warnings
build blazor server
To build this project, the following workloads must be installed: maui-tizen
|
build blazor server
To install these workloads, run the following command: dotnet workload restore
|
build blazor server
To build this project, the following workloads must be installed: maui-tizen
|
build blazor server
To install these workloads, run the following command: dotnet workload restore
|
build blazor server
Process completed with exit code 1.
|
build blazor api + web assembly:
src/Client/Core/Shared/NotAuthorizedComponent.razor#L3
Found markup element with unexpected name 'ChangeResponseStatusCode'. If this is intended to be a component, add a @using directive for its namespace.
|
build blazor api + web assembly:
src/Client/Core/Shared/PageNotFound.razor#L3
Found markup element with unexpected name 'ChangeResponseStatusCode'. If this is intended to be a component, add a @using directive for its namespace.
|
build blazor api + web assembly:
src/Client/Core/Services/Contracts/IBitDeviceCoordinator.cs#L10
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 blazor api + web assembly:
src/Client/Core/Services/Implementations/AppAuthenticationStateProvider.cs#L60
Possible null reference return.
|
build blazor api + web assembly:
src/Client/Core/Services/Implementations/AppHttpClientHandler.cs#L38
Converting null literal or possible null value to non-nullable type.
|
build blazor api + web assembly
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
|
build blazor api + web assembly:
src/Client/Core/App.razor.cs#L17
The field 'App._cultureHasNotBeenSet' is assigned but its value is never used
|
build blazor api + web assembly:
src/Client/Core/Shared/MainLayout.razor.cs#L10
The field 'MainLayout.ErrorBoundaryRef' is assigned but its value is never used
|
build blazor api + web assembly:
src/Server/Api/Extensions/IServiceCollectionExtensions.cs#L78
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 blazor api + web assembly:
src/Server/Api/Startup/Middlewares.cs#L28
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 blazor hybrid (iOS):
src/Client/Core/Shared/NotAuthorizedComponent.razor#L3
Found markup element with unexpected name 'ChangeResponseStatusCode'. If this is intended to be a component, add a @using directive for its namespace.
|
build blazor hybrid (iOS):
src/Client/Core/Shared/PageNotFound.razor#L3
Found markup element with unexpected name 'ChangeResponseStatusCode'. If this is intended to be a component, add a @using directive for its namespace.
|
build blazor hybrid (iOS):
src/Client/Core/Services/Contracts/IBitDeviceCoordinator.cs#L10
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 blazor hybrid (iOS):
src/Client/Core/App.razor.cs#L92
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 blazor hybrid (iOS):
src/Client/Core/Services/Implementations/AppAuthenticationStateProvider.cs#L60
Possible null reference return.
|
build blazor hybrid (iOS):
src/Client/Core/Services/Implementations/ClientSideAuthTokenProvider.cs#L7
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 blazor hybrid (iOS):
src/Client/Core/Shared/Footer.razor.cs#L26
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 blazor hybrid (iOS):
src/Client/Core/Services/Implementations/AppHttpClientHandler.cs#L38
Converting null literal or possible null value to non-nullable type.
|
build blazor hybrid (iOS)
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
|
build blazor hybrid (iOS):
src/Client/Core/Shared/MainLayout.razor.cs#L10
The field 'MainLayout.ErrorBoundaryRef' is assigned but its value is never used
|
build blazor hybrid (maccatalyst):
src/Client/Core/Shared/NotAuthorizedComponent.razor#L3
Found markup element with unexpected name 'ChangeResponseStatusCode'. If this is intended to be a component, add a @using directive for its namespace.
|
build blazor hybrid (maccatalyst):
src/Client/Core/Shared/PageNotFound.razor#L3
Found markup element with unexpected name 'ChangeResponseStatusCode'. If this is intended to be a component, add a @using directive for its namespace.
|
build blazor hybrid (maccatalyst):
src/Client/Core/App.razor.cs#L92
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 blazor hybrid (maccatalyst):
src/Client/Core/Services/Contracts/IBitDeviceCoordinator.cs#L10
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 blazor hybrid (maccatalyst):
src/Client/Core/Services/Implementations/AppAuthenticationStateProvider.cs#L60
Possible null reference return.
|
build blazor hybrid (maccatalyst):
src/Client/Core/Services/Implementations/AppHttpClientHandler.cs#L38
Converting null literal or possible null value to non-nullable type.
|
build blazor hybrid (maccatalyst):
src/Client/Core/Services/Implementations/ClientSideAuthTokenProvider.cs#L7
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 blazor hybrid (maccatalyst):
src/Client/Core/Shared/Footer.razor.cs#L26
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 blazor hybrid (maccatalyst)
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
|
build blazor hybrid (maccatalyst):
src/Client/Core/Shared/MainLayout.razor.cs#L10
The field 'MainLayout.ErrorBoundaryRef' is assigned but its value is never used
|
build blazor hybrid (windows):
src/Client/Core/Shared/NotAuthorizedComponent.razor#L3
Found markup element with unexpected name 'ChangeResponseStatusCode'. If this is intended to be a component, add a @using directive for its namespace.
|
build blazor hybrid (windows):
src/Client/Core/Shared/PageNotFound.razor#L3
Found markup element with unexpected name 'ChangeResponseStatusCode'. If this is intended to be a component, add a @using directive for its namespace.
|
build blazor hybrid (windows):
src/Client/Core/App.razor.cs#L92
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 blazor hybrid (windows):
src/Client/Core/Services/Implementations/ClientSideAuthTokenProvider.cs#L7
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 blazor hybrid (windows):
src/Client/Core/Services/Implementations/AppHttpClientHandler.cs#L38
Converting null literal or possible null value to non-nullable type.
|
build blazor hybrid (windows):
src/Client/Core/Services/Implementations/AppAuthenticationStateProvider.cs#L60
Possible null reference return.
|
build blazor hybrid (windows):
src/Client/Core/Services/Contracts/IBitDeviceCoordinator.cs#L10
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 blazor hybrid (windows):
src/Client/Core/Shared/Footer.razor.cs#L26
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 blazor hybrid (windows)
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
|
build blazor hybrid (windows):
src/Client/Core/Shared/MainLayout.razor.cs#L10
The field 'MainLayout.ErrorBoundaryRef' is assigned but its value is never used
|
build blazor hybrid (android):
src/Client/Core/Shared/NotAuthorizedComponent.razor#L3
Found markup element with unexpected name 'ChangeResponseStatusCode'. If this is intended to be a component, add a @using directive for its namespace.
|
build blazor hybrid (android):
src/Client/Core/Shared/PageNotFound.razor#L3
Found markup element with unexpected name 'ChangeResponseStatusCode'. If this is intended to be a component, add a @using directive for its namespace.
|
build blazor hybrid (android):
src/Client/Core/Services/Implementations/ClientSideAuthTokenProvider.cs#L7
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 blazor hybrid (android):
src/Client/Core/Services/Implementations/AppHttpClientHandler.cs#L38
Converting null literal or possible null value to non-nullable type.
|
build blazor hybrid (android):
src/Client/Core/Services/Implementations/AppAuthenticationStateProvider.cs#L60
Possible null reference return.
|
build blazor hybrid (android):
src/Client/Core/Services/Contracts/IBitDeviceCoordinator.cs#L10
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 blazor hybrid (android):
src/Client/Core/App.razor.cs#L92
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 blazor hybrid (android):
src/Client/Core/Shared/Footer.razor.cs#L26
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 blazor hybrid (android)
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
|
build blazor hybrid (android):
src/Client/Core/Shared/MainLayout.razor.cs#L10
The field 'MainLayout.ErrorBoundaryRef' is assigned but its value is never used
|