Skip to content

Add Player layout and pages #5

Add Player layout and pages

Add Player layout and pages #5

Triggered via push October 30, 2023 19:23
Status Success
Total duration 11m 0s
Artifacts

ci.yml

on: push
build blazor server
36s
build blazor server
build blazor hybrid (android)
10m 46s
build blazor hybrid (android)
build blazor hybrid (windows)
10m 38s
build blazor hybrid (windows)
build blazor hybrid (iOS)
5m 25s
build blazor hybrid (iOS)
build blazor hybrid (maccatalyst)
5m 41s
build blazor hybrid (maccatalyst)
build blazor api + web assembly
52s
build blazor api + web assembly
Fit to window
Zoom out
Zoom in

Annotations

60 warnings
build blazor server: 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 server: 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 server: 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 server: 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 server: src/Client/Core/Services/Implementations/AppHttpClientHandler.cs#L38
Converting null literal or possible null value to non-nullable type.
build blazor server: src/Client/Core/Shared/NavMenu.razor.cs#L11
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 server: src/Client/Core/Shared/NavMenu.razor.cs#L48
The variable 'exp' is declared but never used
build blazor server: src/Client/Core/Shared/Header.razor.cs#L21
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 server: 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/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/Shared/Header.razor.cs#L21
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/Shared/NavMenu.razor.cs#L11
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/Shared/NavMenu.razor.cs#L48
The variable 'exp' is declared but never used
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: 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/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 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/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/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/Shared/Header.razor.cs#L21
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): src/Client/Core/Shared/NavMenu.razor.cs#L11
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/NavMenu.razor.cs#L48
The variable 'exp' is declared but 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/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/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/Shared/Header.razor.cs#L21
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/NavMenu.razor.cs#L11
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/NavMenu.razor.cs#L48
The variable 'exp' is declared but never used
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/Services/Implementations/AppHttpClientHandler.cs#L38
Converting null literal or possible null value to non-nullable type.
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/Shared/NavMenu.razor.cs#L11
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/NavMenu.razor.cs#L48
The variable 'exp' is declared but never used
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/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/Services/Implementations/AppHttpClientHandler.cs#L38
Converting null literal or possible null value to non-nullable type.
build blazor hybrid (windows): src/Client/Core/Shared/Header.razor.cs#L21
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/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/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/NavMenu.razor.cs#L11
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/NavMenu.razor.cs#L48
The variable 'exp' is declared but never used
build blazor hybrid (android): src/Client/Core/Shared/Header.razor.cs#L21
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/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.