feat: update to bit 6.0.0 #23 (#24) #12
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
ci.yml
on: push
build blazor server
1m 6s
build blazor hybrid (android)
3m 3s
build blazor hybrid (windows)
5m 54s
build blazor hybrid (iOS)
3m 55s
build blazor hybrid (maccatalyst)
9m 9s
build blazor api + web assembly
2m 14s
Annotations
60 warnings
build blazor server:
src/Shared/Exceptions/UnknownException.cs#L24
'ApplicationException.ApplicationException(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
build blazor server:
src/Shared/Exceptions/KnownException.cs#L33
'ApplicationException.ApplicationException(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
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/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
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/Pages/Products/AddOrEditProductModal.razor#L33
Possible null reference argument for parameter 's' in 'int int.Parse(string s)'.
|
build blazor api + web assembly:
src/Shared/Exceptions/UnknownException.cs#L24
'ApplicationException.ApplicationException(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
build blazor api + web assembly:
src/Shared/Exceptions/KnownException.cs#L33
'ApplicationException.ApplicationException(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
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/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 hybrid (android)
Starting with .NET 8, setting <UseMauiEssentials>true</UseMauiEssentials> does not automatically include NuGet package references in your project. Update your project by including this item: <PackageReference Include="Microsoft.Maui.Essentials" Version="8.0.0-rc.1.9171" />. You can skip this warning by setting <SkipValidateMauiImplicitPackageReferences>true</SkipValidateMauiImplicitPackageReferences> in your project file.
|
build blazor hybrid (android)
Starting with .NET 8, setting <UseMauiEssentials>true</UseMauiEssentials> does not automatically include NuGet package references in your project. Update your project by including this item: <PackageReference Include="Microsoft.Maui.Essentials" Version="8.0.0-rc.1.9171" />. You can skip this warning by setting <SkipValidateMauiImplicitPackageReferences>true</SkipValidateMauiImplicitPackageReferences> in your project file.
|
build blazor hybrid (android):
src/Shared/Exceptions/UnknownException.cs#L24
'ApplicationException.ApplicationException(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
build blazor hybrid (android):
src/Shared/Exceptions/KnownException.cs#L33
'ApplicationException.ApplicationException(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
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/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 (iOS)
Starting with .NET 8, setting <UseMauiEssentials>true</UseMauiEssentials> does not automatically include NuGet package references in your project. Update your project by including this item: <PackageReference Include="Microsoft.Maui.Essentials" Version="8.0.0-rc.1.9171" />. You can skip this warning by setting <SkipValidateMauiImplicitPackageReferences>true</SkipValidateMauiImplicitPackageReferences> in your project file.
|
build blazor hybrid (iOS)
Starting with .NET 8, setting <UseMauiEssentials>true</UseMauiEssentials> does not automatically include NuGet package references in your project. Update your project by including this item: <PackageReference Include="Microsoft.Maui.Essentials" Version="8.0.0-rc.1.9171" />. You can skip this warning by setting <SkipValidateMauiImplicitPackageReferences>true</SkipValidateMauiImplicitPackageReferences> in your project file.
|
build blazor hybrid (iOS):
src/Shared/Exceptions/UnknownException.cs#L24
'ApplicationException.ApplicationException(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
build blazor hybrid (iOS):
src/Shared/Exceptions/KnownException.cs#L33
'ApplicationException.ApplicationException(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
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/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):
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/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)
Starting with .NET 8, setting <UseMauiEssentials>true</UseMauiEssentials> does not automatically include NuGet package references in your project. Update your project by including this item: <PackageReference Include="Microsoft.Maui.Essentials" Version="8.0.0-rc.1.9171" />. You can skip this warning by setting <SkipValidateMauiImplicitPackageReferences>true</SkipValidateMauiImplicitPackageReferences> in your project file.
|
build blazor hybrid (windows)
Starting with .NET 8, setting <UseMauiEssentials>true</UseMauiEssentials> does not automatically include NuGet package references in your project. Update your project by including this item: <PackageReference Include="Microsoft.Maui.Essentials" Version="8.0.0-rc.1.9171" />. You can skip this warning by setting <SkipValidateMauiImplicitPackageReferences>true</SkipValidateMauiImplicitPackageReferences> in your project file.
|
build blazor hybrid (windows):
src/Shared/Exceptions/UnknownException.cs#L24
'ApplicationException.ApplicationException(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
build blazor hybrid (windows):
src/Shared/Exceptions/KnownException.cs#L33
'ApplicationException.ApplicationException(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
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/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 (maccatalyst)
Starting with .NET 8, setting <UseMauiEssentials>true</UseMauiEssentials> does not automatically include NuGet package references in your project. Update your project by including this item: <PackageReference Include="Microsoft.Maui.Essentials" Version="8.0.0-rc.1.9171" />. You can skip this warning by setting <SkipValidateMauiImplicitPackageReferences>true</SkipValidateMauiImplicitPackageReferences> in your project file.
|
build blazor hybrid (maccatalyst)
Starting with .NET 8, setting <UseMauiEssentials>true</UseMauiEssentials> does not automatically include NuGet package references in your project. Update your project by including this item: <PackageReference Include="Microsoft.Maui.Essentials" Version="8.0.0-rc.1.9171" />. You can skip this warning by setting <SkipValidateMauiImplicitPackageReferences>true</SkipValidateMauiImplicitPackageReferences> in your project file.
|
build blazor hybrid (maccatalyst):
src/Shared/Exceptions/UnknownException.cs#L24
'ApplicationException.ApplicationException(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
build blazor hybrid (maccatalyst):
src/Shared/Exceptions/KnownException.cs#L33
'ApplicationException.ApplicationException(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
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/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.
|