bit platform full CI #11
bit.full.ci.yml
on: workflow_dispatch
build and test
15m 50s
Annotations
50 warnings
build and test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build and test:
src/Websites/Platform/src/Bit.Websites.Platform.Shared/Dtos/SupportPackage/SupportPackageDto.cs#L5
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build and test:
src/Websites/Platform/src/Bit.Websites.Platform.Shared/Dtos/SupportPackage/SupportPackageDto.cs#L7
Non-nullable property 'Period' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build and test:
src/Websites/Platform/src/Bit.Websites.Platform.Shared/Dtos/SupportPackage/SupportPackageDto.cs#L8
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build and test:
src/Websites/Platform/src/Bit.Websites.Platform.Client/Services/NavManuService.cs#L5
Non-nullable event 'OnToggleMenu' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
build and test:
src/Websites/Platform/src/Bit.Websites.Platform.Client/Shared/NavigationButtons.razor.cs#L5
Non-nullable property 'Prev' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build and test:
src/Websites/Platform/src/Bit.Websites.Platform.Client/Shared/NavigationButtons.razor.cs#L6
Non-nullable property 'PrevUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build and test:
src/Websites/Platform/src/Bit.Websites.Platform.Client/Shared/NavigationButtons.razor.cs#L8
Non-nullable property 'Next' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build and test:
src/Websites/Platform/src/Bit.Websites.Platform.Client/Shared/NavigationButtons.razor.cs#L9
Non-nullable property 'NextUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build and test:
src/Websites/Platform/src/Bit.Websites.Platform.Client/Shared/AppErrorBoundary.razor.cs#L9
Field 'AppErrorBoundary.showException' is never assigned to, and will always have its default value false
|
build and test:
src/Websites/Platform/src/Bit.Websites.Platform.Client/Pages/Butil/Butil04WindowPage.razor.cs#L48
The field 'Butil04WindowPage.getInnerWidthExampleCode' is assigned but its value is never used
|
build and test
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
|
build and test
- Add lib or ref assemblies for the net8.0 target framework
|
build and test
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
|
build and test
- Add lib or ref assemblies for the net8.0 target framework
|
build and test
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
|
build and test
- Add lib or ref assemblies for the net8.0 target framework
|
build and test
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 and test
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 and test
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 and test
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 and test:
src/BlazorUI/Bit.BlazorUI/Components/Buttons/BitMenuButton/BitMenuButton.razor.cs#L193
Possible null reference assignment.
|
build and test:
src/BlazorUI/Bit.BlazorUI/Components/Buttons/BitMenuButton/BitMenuButton.razor.cs#L250
Possible null reference assignment.
|
build and test:
src/BlazorUI/Bit.BlazorUI/Components/Buttons/BitMenuButton/BitMenuButton.razor.cs#L251
Possible null reference assignment.
|
build and test:
src/BlazorUI/Bit.BlazorUI/Components/Buttons/BitMenuButton/BitMenuButton.razor.cs#L10
Non-nullable field 'selectedItem' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build and test:
src/BlazorUI/Bit.BlazorUI/Components/Swiper/BitSwiper.razor.cs#L10
The field 'BitSwiper._currentPage' is never used
|
build and test:
src/BlazorUI/Bit.BlazorUI/Components/Stack/BitStack.cs#L26
The field 'BitStack.disableShrink' is never used
|
build and test
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 and test:
AdminBPSqlServer/src/Client/AdminBPSqlServer.Client.Core/Services/AuthenticationManager.cs#L13
Cannot convert null literal to non-nullable reference type.
|
build and test
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 and test:
AdminBPSqlServer/src/Client/AdminBPSqlServer.Client.Core/Components/Layout/MainLayout.razor.cs#L10
The field 'MainLayout.errorBoundaryRef' is assigned but its value is never used
|
build and test:
AdminBPSqlServer/src/Client/AdminBPSqlServer.Client.Core/Services/Contracts/IPrerenderStateService.cs#L15
Ambiguous reference in cref attribute: 'GetValue'. Assuming 'IPrerenderStateService.GetValue<T>(Func<Task<T?>>, int, string, string)', but could have also matched other overloads including 'IPrerenderStateService.GetValue<T>(string, Func<Task<T?>>)'.
|
build and test:
AdminBPSqlServer/src/Client/AdminBPSqlServer.Client.Core/Components/Layout/SignOutConfirmModal.razor.cs#L8
Component parameter 'AdminBPSqlServer.Client.Core.Components.Layout.SignOutConfirmModal.IsOpen' should be auto property
|
build and test:
AdminBPSqlServer/src/Client/AdminBPSqlServer.Client.Maui/Services/MauiDeviceCoordinator.cs#L35
This call site is reachable on: 'Android' 24.0 and later. 'View.SystemUiFlags' is obsoleted on: 'Android' 30.0 and later (These flags are deprecated. Use WindowInsetsController instead.). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422)
|
build and test:
AdminBPSqlServer/src/Client/AdminBPSqlServer.Client.Maui/Services/MauiDeviceCoordinator.cs#L32
This call site is reachable on: 'Android' 24.0 and later. 'View.SystemUiFlags' is obsoleted on: 'Android' 30.0 and later (These flags are deprecated. Use WindowInsetsController instead.). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422)
|
build and test
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 and test:
AdminBPSqlServer/src/Client/AdminBPSqlServer.Client.Core/Services/AuthenticationManager.cs#L13
Cannot convert null literal to non-nullable reference type.
|
build and test
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 and test:
EmptyBP/src/Client/EmptyBP.Client.Core/Services/AuthenticationManager.cs#L13
Cannot convert null literal to non-nullable reference type.
|
build and test
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 and test
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 and test:
EmptyBP/src/Client/EmptyBP.Client.Core/Components/Layout/MainLayout.razor.cs#L10
The field 'MainLayout.errorBoundaryRef' is assigned but its value is never used
|
build and test:
EmptyBP/src/Client/EmptyBP.Client.Core/Services/Contracts/IPrerenderStateService.cs#L15
Ambiguous reference in cref attribute: 'GetValue'. Assuming 'IPrerenderStateService.GetValue<T>(Func<Task<T?>>, int, string, string)', but could have also matched other overloads including 'IPrerenderStateService.GetValue<T>(string, Func<Task<T?>>)'.
|
build and test:
EmptyBP/src/Client/EmptyBP.Client.Core/Components/Layout/SignOutConfirmModal.razor.cs#L8
Component parameter 'EmptyBP.Client.Core.Components.Layout.SignOutConfirmModal.IsOpen' should be auto property
|
build and test
Found a native function (sqlite3_config) with varargs in e_sqlite3. Calling such functions is not supported, and will fail at runtime. Managed DllImports:
|
build and test
System.Int32 sqlite3_config_none(System.Int32) (in
|
build and test
System.Int32 sqlite3_config_int(System.Int32, System.Int32) (in
|
build and test:
src/CodeAnalyzers/Bit.CodeAnalyzers/Extensions/ITypeSymbolExtensions.cs#L294
Dereference of a possibly null reference.
|
build and test:
src/CodeAnalyzers/Bit.CodeAnalyzers/SystemCodeFixes/DateTimeOffsetInsteadOfDateTimeCodeFixProvider.cs#L33
Dereference of a possibly null reference.
|
build and test:
src/CodeAnalyzers/Bit.CodeAnalyzers/SystemCodeFixes/DateTimeOffsetInsteadOfDateTimeCodeFixProvider.cs#L49
The type 'Microsoft.CodeAnalysis.SyntaxNode?' cannot be used as type parameter 'TRoot' in the generic type or method 'SyntaxNodeExtensions.ReplaceNode<TRoot>(TRoot, SyntaxNode, SyntaxNode)'. Nullability of type argument 'Microsoft.CodeAnalysis.SyntaxNode?' doesn't match constraint type 'Microsoft.CodeAnalysis.SyntaxNode'.
|