feat: update to bit 7.1.0 #27 (#28) #14
Annotations
10 warnings
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.
|
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.
|
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.
|
src/Client/Core/Services/AppAuthenticationStateProvider.cs#L57
Possible null reference return.
|
src/Client/Core/Pages/Products/AddOrEditProductModal.razor#L33
Possible null reference argument for parameter 's' in 'int int.Parse(string s)'.
|
|
src/Client/Core/Shared/AppErrorBoundary.razor.cs#L9
Field 'AppErrorBoundary._showException' is never assigned to, and will always have its default value false
|
src/Client/Core/Shared/MainLayout.razor.cs#L10
The field 'MainLayout._errorBoundaryRef' is assigned but its value is never used
|
src/Client/Core/Shared/NavMenu.razor.cs#L13
Component parameter 'Bit.TemplatePlayground.Client.Core.Shared.NavMenu.IsMenuOpen' should be auto property
|
src/Client/Core/Shared/SignOutConfirmModal.razor.cs#L8
Component parameter 'Bit.TemplatePlayground.Client.Core.Shared.SignOutConfirmModal.IsOpen' should be auto property
|
The logs for this run have expired and are no longer available.
Loading