feat: update to bit 7.1.0 #27 (#28) #14
ci.yml
on: push
build blazor server
30s
build blazor hybrid (android)
3m 54s
build blazor hybrid (windows)
4m 48s
build blazor hybrid (iOS)
4m 36s
build blazor hybrid (maccatalyst)
10m 9s
build blazor api + web assembly
1m 35s
Annotations
3 errors and 60 warnings
build blazor hybrid (iOS)
Optimizing assemblies for size failed. Optimization can be disabled by setting the PublishTrimmed property to false.
|
build blazor hybrid (iOS)
Optimizing assemblies for size failed. Optimization can be disabled by setting the PublishTrimmed property to false.
|
build blazor hybrid (iOS)
Process completed with exit code 1.
|
build blazor server:
src/Client/Core/Services/ExceptionHandlerBase.cs#L28
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
build blazor server:
src/Client/Core/Services/ExceptionHandlerBase.cs#L32
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
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/Services/AppAuthenticationStateProvider.cs#L57
Possible null reference return.
|
build blazor server:
src/Client/Core/Pages/Products/AddOrEditProductModal.razor#L33
Possible null reference argument for parameter 's' in 'int int.Parse(string s)'.
|
build blazor server
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 server:
src/Client/Core/Shared/AppErrorBoundary.razor.cs#L9
Field 'AppErrorBoundary._showException' is never assigned to, and will always have its default value false
|
build blazor server:
src/Client/Core/Shared/MainLayout.razor.cs#L10
The field 'MainLayout._errorBoundaryRef' is assigned but its value is never used
|
build blazor server:
src/Client/Core/Shared/NavMenu.razor.cs#L13
Component parameter 'Bit.TemplatePlayground.Client.Core.Shared.NavMenu.IsMenuOpen' should be auto property
|
build blazor server:
src/Client/Core/Shared/SignOutConfirmModal.razor.cs#L8
Component parameter 'Bit.TemplatePlayground.Client.Core.Shared.SignOutConfirmModal.IsOpen' should be auto property
|
build blazor api + web assembly:
src/Client/Core/Services/ExceptionHandlerBase.cs#L28
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
build blazor api + web assembly:
src/Client/Core/Services/ExceptionHandlerBase.cs#L32
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
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/AppAuthenticationStateProvider.cs#L57
Possible null reference return.
|
build blazor api + web assembly:
src/Client/Core/Pages/Products/AddOrEditProductModal.razor#L33
Possible null reference argument for parameter 's' in 'int int.Parse(string s)'.
|
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/Shared/AppErrorBoundary.razor.cs#L9
Field 'AppErrorBoundary._showException' is never assigned to, and will always have its default value false
|
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/Client/Core/Shared/SignOutConfirmModal.razor.cs#L8
Component parameter 'Bit.TemplatePlayground.Client.Core.Shared.SignOutConfirmModal.IsOpen' should be auto property
|
build blazor api + web assembly:
src/Client/Core/Shared/NavMenu.razor.cs#L13
Component parameter 'Bit.TemplatePlayground.Client.Core.Shared.NavMenu.IsMenuOpen' should be auto property
|
build blazor hybrid (android):
src/Client/Core/Shared/Footer.razor.cs#L35
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/ExceptionHandlerBase.cs#L28
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
build blazor hybrid (android):
src/Client/Core/Services/ExceptionHandlerBase.cs#L32
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
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/Services/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/AppAuthenticationStateProvider.cs#L57
Possible null reference return.
|
build blazor hybrid (android):
src/Client/Core/Pages/Products/AddOrEditProductModal.razor#L33
Possible null reference argument for parameter 's' in 'int int.Parse(string s)'.
|
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/AppErrorBoundary.razor.cs#L9
Field 'AppErrorBoundary._showException' is never assigned to, and will always have its default value false
|
build blazor hybrid (android):
src/Client/Core/Shared/MainLayout.razor.cs#L10
The field 'MainLayout._errorBoundaryRef' is assigned but its value is never used
|
build blazor hybrid (iOS):
src/Client/Core/Shared/Footer.razor.cs#L35
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/Pages/Products/AddOrEditProductModal.razor#L33
Possible null reference argument for parameter 's' in 'int int.Parse(string s)'.
|
build blazor hybrid (iOS):
src/Client/Core/Services/AppAuthenticationStateProvider.cs#L57
Possible null reference return.
|
build blazor hybrid (iOS):
src/Client/Core/Services/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/Services/ExceptionHandlerBase.cs#L28
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
build blazor hybrid (iOS):
src/Client/Core/Services/ExceptionHandlerBase.cs#L32
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
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/AppErrorBoundary.razor.cs#L9
Field 'AppErrorBoundary._showException' is never assigned to, and will always have its default value false
|
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 (windows):
src/Client/Core/Pages/Products/AddOrEditProductModal.razor#L33
Possible null reference argument for parameter 's' in 'int int.Parse(string s)'.
|
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/Services/ExceptionHandlerBase.cs#L28
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
build blazor hybrid (windows):
src/Client/Core/Services/ExceptionHandlerBase.cs#L32
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
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/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/AppAuthenticationStateProvider.cs#L57
Possible null reference return.
|
build blazor hybrid (windows):
src/Client/Core/Shared/Footer.razor.cs#L35
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/AppErrorBoundary.razor.cs#L9
Field 'AppErrorBoundary._showException' is never assigned to, and will always have its default value false
|
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 (maccatalyst):
src/Client/Core/Pages/Products/AddOrEditProductModal.razor#L33
Possible null reference argument for parameter 's' in 'int int.Parse(string s)'.
|
build blazor hybrid (maccatalyst):
src/Client/Core/Services/ExceptionHandlerBase.cs#L28
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
build blazor hybrid (maccatalyst):
src/Client/Core/Services/ExceptionHandlerBase.cs#L32
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
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/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/AppAuthenticationStateProvider.cs#L57
Possible null reference return.
|
build blazor hybrid (maccatalyst):
src/Client/Core/Shared/Footer.razor.cs#L35
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/AppErrorBoundary.razor.cs#L9
Field 'AppErrorBoundary._showException' is never assigned to, and will always have its default value false
|
build blazor hybrid (maccatalyst):
src/Client/Core/Shared/MainLayout.razor.cs#L10
The field 'MainLayout._errorBoundaryRef' is assigned but its value is never used
|