Skip to content

Remove auto release

Remove auto release #2

Triggered via push October 30, 2023 17:55
Status Failure
Total duration 9m 43s
Artifacts

ci.yml

on: push
build blazor server
16s
build blazor server
build blazor hybrid (android)
9m 30s
build blazor hybrid (android)
build blazor hybrid (windows)
8m 4s
build blazor hybrid (windows)
build blazor hybrid (iOS)
3m 48s
build blazor hybrid (iOS)
build blazor hybrid (maccatalyst)
5m 31s
build blazor hybrid (maccatalyst)
build blazor api + web assembly
1m 2s
build blazor api + web assembly
Fit to window
Zoom out
Zoom in

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/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/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/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/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/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