Skip to content

bit platform full CI #50

bit platform full CI

bit platform full CI #50

Re-run triggered July 10, 2026 21:46
Status Failure
Total duration 8m 28s
Artifacts 3

bit.full.ci.yml

on: workflow_dispatch
Build Boilerplate itself
5m 53s
Build Boilerplate itself
Create project from template with PostgreSQL and test it
2m 21s
Create project from template with PostgreSQL and test it
Create project from template with SQL Server and test it
5m 36s
Create project from template with SQL Server and test it
Create several projects from template and build them
8m 23s
Create several projects from template and build them
Build BlazorEmpty based projects
55s
Build BlazorEmpty based projects
Build NuGet packages locally
8m 49s
Build NuGet packages locally
Build Bswup solution
1m 8s
Build Bswup solution
Build Butil solution
3m 36s
Build Butil solution
Build Brouter solution
1m 25s
Build Brouter solution
Build Bmotion solution
1m 33s
Build Bmotion solution
Build tooling solutions
32s
Build tooling solutions
Build website solutions
2m 0s
Build website solutions
Fit to window
Zoom out
Zoom in

Annotations

19 errors and 101 warnings
Create project from template with PostgreSQL and test it
Process completed with exit code 1.
Create project from template with PostgreSQL and test it
Process completed with exit code 4.
Create project from template with SQL Server and test it
Process completed with exit code 2.
Create several projects from template and build them: TestProject2/src/Tests/Features/Tenants/TenantInvitationUITests.cs#L135
'AppStrings' does not contain a definition for 'UserInvitedSuccessfullyMessage'
Create several projects from template and build them: TestProject2/src/Tests/Features/Tenants/TenantInvitationUITests.cs#L127
'AppStrings' does not contain a definition for 'InviteUserToTenant'
Create several projects from template and build them: TestProject2/src/Tests/Features/Tenants/TenantInvitationUITests.cs#L108
'AppStrings' does not contain a definition for 'EnterTenantName'
Create several projects from template and build them: TestProject2/src/Tests/Features/Tenants/TenantInvitationUITests.cs#L103
'AppStrings' does not contain a definition for 'CreateNewTenant'
Create project from template with PostgreSQL and test it
No files were found with the provided path: ./TestPostgreSQL/src/Tests/TestResults. No artifacts will be uploaded.
Create project from template with PostgreSQL and test it: TestPostgreSQL/src/Server/TestPostgreSQL.Server.Api/ServerApiSettings.cs#L103
XML comment has cref attribute 'OtpSignIn(SignInManager{Models.Identity.User}, Models.Identity.User, string)' that could not be resolved
Create project from template with PostgreSQL and test it: TestPostgreSQL/src/Server/TestPostgreSQL.Server.Api/ServerApiSettings.cs#L103
Invalid type for parameter Models.Identity.User in XML comment cref attribute: 'SignInManagerExtensions.OtpSignIn(SignInManager{Models.Identity.User}, Models.Identity.User, string)'
Create project from template with PostgreSQL and test it: TestPostgreSQL/src/Server/TestPostgreSQL.Server.Api/ServerApiSettings.cs#L103
Invalid type for parameter SignInManager{Models.Identity.User} in XML comment cref attribute: 'SignInManagerExtensions.OtpSignIn(SignInManager{Models.Identity.User}, Models.Identity.User, string)'
Create project from template with PostgreSQL and test it: TestPostgreSQL/src/Server/TestPostgreSQL.Server.Api/Infrastructure/Extensions/HttpRequestExtensions.cs#L18
Possible null reference argument for parameter 'uriString' in 'Uri.Uri(string uriString)'.
Create project from template with PostgreSQL and test it: TestPostgreSQL/src/Server/TestPostgreSQL.Server.Api/Infrastructure/Services/ApiServerExceptionHandler.cs#L186
Nullability of type of parameter 'exp' doesn't match overridden member (possibly because of nullability attributes).
Create project from template with PostgreSQL and test it: TestPostgreSQL/src/Shared/Infrastructure/Services/SharedExceptionHandler.cs#L145
This call site is reachable on all platforms. 'WebExceptionStatus.ConnectFailure' is unsupported on: 'browser'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Create project from template with PostgreSQL and test it: TestPostgreSQL/src/Shared/Infrastructure/Services/SharedExceptionHandler.cs#L145
This call site is reachable on all platforms. 'WebException.Status' is unsupported on: 'browser'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Create project from template with PostgreSQL and test it: TestPostgreSQL/src/Shared/Infrastructure/Services/SharedExceptionHandler.cs#L145
This call site is reachable on all platforms. 'WebException.Status' is unsupported on: 'browser'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Create project from template with PostgreSQL and test it
Parameter 'options' is unread.
Create project from template with PostgreSQL and test it
Parameter 'prerenderStateService' is unread.
Create project from template with PostgreSQL and test it
Parameter 'prerenderStateService' is unread.
Create project from template with PostgreSQL and test it
Parameter 'options' is unread.
Create project from template with PostgreSQL and test it: TestPostgreSQL/src/Shared/Features/Identity/Dtos/ClaimDto.cs#L4
'ClaimDto' defines operator == or operator != but does not override Object.GetHashCode()
Create project from template with PostgreSQL and test it: TestPostgreSQL/src/Shared/Features/Identity/Dtos/ClaimDto.cs#L4
'ClaimDto' defines operator == or operator != but does not override Object.Equals(object o)
Create project from template with PostgreSQL and test it
File '/home/runner/work/bitplatform/bitplatform/src/Templates/Boilerplate/README.md' is not added because the package already contains file '/README.md'
Create project from template with PostgreSQL and test it
File '/home/runner/work/bitplatform/bitplatform/LICENSE' is not added because the package already contains file '/LICENSE'
Create project from template with PostgreSQL and test it
- Add lib or ref assemblies for the net10.0 target framework
Create project from template with PostgreSQL and test it
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:
Create project from template with PostgreSQL and test it
File '/home/runner/work/bitplatform/bitplatform/src/Templates/Boilerplate/README.md' is not added because the package already contains file '/README.md'
Create project from template with PostgreSQL and test it
File '/home/runner/work/bitplatform/bitplatform/LICENSE' is not added because the package already contains file '/LICENSE'
Create project from template with PostgreSQL and test it
- Add lib or ref assemblies for the net10.0 target framework
Create project from template with PostgreSQL and test it
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:
Create project from template with PostgreSQL and test it
File '/home/runner/work/bitplatform/bitplatform/src/Templates/Boilerplate/README.md' is not added because the package already contains file '/README.md'
Create project from template with PostgreSQL and test it
File '/home/runner/work/bitplatform/bitplatform/LICENSE' is not added because the package already contains file '/LICENSE'
Create project from template with SQL Server and test it: TestSqlServer/src/Server/TestSqlServer.Server.Api/ServerApiSettings.cs#L103
XML comment has cref attribute 'OtpSignIn(SignInManager{Models.Identity.User}, Models.Identity.User, string)' that could not be resolved
Create project from template with SQL Server and test it: TestSqlServer/src/Server/TestSqlServer.Server.Api/ServerApiSettings.cs#L103
Invalid type for parameter Models.Identity.User in XML comment cref attribute: 'SignInManagerExtensions.OtpSignIn(SignInManager{Models.Identity.User}, Models.Identity.User, string)'
Create project from template with SQL Server and test it: TestSqlServer/src/Server/TestSqlServer.Server.Api/ServerApiSettings.cs#L103
Invalid type for parameter SignInManager{Models.Identity.User} in XML comment cref attribute: 'SignInManagerExtensions.OtpSignIn(SignInManager{Models.Identity.User}, Models.Identity.User, string)'
Create project from template with SQL Server and test it: TestSqlServer/src/Server/TestSqlServer.Server.Api/Infrastructure/Extensions/HttpRequestExtensions.cs#L18
Possible null reference argument for parameter 'uriString' in 'Uri.Uri(string uriString)'.
Create project from template with SQL Server and test it: TestSqlServer/src/Server/TestSqlServer.Server.Api/Infrastructure/Services/ApiServerExceptionHandler.cs#L186
Nullability of type of parameter 'exp' doesn't match overridden member (possibly because of nullability attributes).
Create project from template with SQL Server and test it: TestSqlServer/src/Shared/Infrastructure/Services/SharedExceptionHandler.cs#L145
This call site is reachable on all platforms. 'WebException.Status' is unsupported on: 'browser'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Create project from template with SQL Server and test it: TestSqlServer/src/Shared/Infrastructure/Services/SharedExceptionHandler.cs#L145
This call site is reachable on all platforms. 'WebException' is unsupported on: 'browser'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Create project from template with SQL Server and test it: TestSqlServer/src/Shared/Infrastructure/Services/SharedExceptionHandler.cs#L145
This call site is reachable on all platforms. 'WebException.Status' is unsupported on: 'browser'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Create project from template with SQL Server and test it
Parameter 'options' is unread.
Create project from template with SQL Server and test it
Parameter 'prerenderStateService' is unread.
Create project from template with SQL Server and test it
Parameter 'options' is unread.
Create project from template with SQL Server and test it
Parameter 'prerenderStateService' is unread.
Create project from template with SQL Server and test it: TestSqlServer/src/Shared/Features/Identity/Dtos/ClaimDto.cs#L4
'ClaimDto' defines operator == or operator != but does not override Object.GetHashCode()
Create project from template with SQL Server and test it: TestSqlServer/src/Shared/Features/Identity/Dtos/ClaimDto.cs#L4
'ClaimDto' defines operator == or operator != but does not override Object.Equals(object o)
Create project from template with SQL Server and test it
File '/home/runner/work/bitplatform/bitplatform/src/Templates/Boilerplate/README.md' is not added because the package already contains file '/README.md'
Create project from template with SQL Server and test it
File '/home/runner/work/bitplatform/bitplatform/LICENSE' is not added because the package already contains file '/LICENSE'
Create project from template with SQL Server and test it
- Add lib or ref assemblies for the net10.0 target framework
Create project from template with SQL Server and test it
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:
Create project from template with SQL Server and test it
File '/home/runner/work/bitplatform/bitplatform/src/Templates/Boilerplate/README.md' is not added because the package already contains file '/README.md'
Create project from template with SQL Server and test it
File '/home/runner/work/bitplatform/bitplatform/LICENSE' is not added because the package already contains file '/LICENSE'
Create project from template with SQL Server and test it
- Add lib or ref assemblies for the net10.0 target framework
Create project from template with SQL Server and test it
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:
Create project from template with SQL Server and test it
File '/home/runner/work/bitplatform/bitplatform/src/Templates/Boilerplate/README.md' is not added because the package already contains file '/README.md'
Create project from template with SQL Server and test it
File '/home/runner/work/bitplatform/bitplatform/LICENSE' is not added because the package already contains file '/LICENSE'
Create several projects from template and build them: TestProject2/src/Shared/Infrastructure/Services/SharedExceptionHandler.cs#L145
This call site is reachable on all platforms. 'WebExceptionStatus.ConnectFailure' is unsupported on: 'browser'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Create several projects from template and build them: TestProject2/src/Shared/Infrastructure/Services/SharedExceptionHandler.cs#L145
This call site is reachable on all platforms. 'WebException' is unsupported on: 'browser'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Create several projects from template and build them: TestProject2/src/Shared/Infrastructure/Services/SharedExceptionHandler.cs#L145
This call site is reachable on all platforms. 'WebException.Status' is unsupported on: 'browser'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Create several projects from template and build them: TestProject2/src/Shared/Infrastructure/Services/SharedExceptionHandler.cs#L145
This call site is reachable on all platforms. 'WebException.Status' is unsupported on: 'browser'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Create several projects from template and build them: TestProject2/src/Shared/Infrastructure/Services/AppFeatures.cs#L28
XML comment has cref attribute 'UPLOAD_DIAGNOSTIC_LOGGER_STORE' that could not be resolved
Create several projects from template and build them
Parameter 'options' is unread.
Create several projects from template and build them
Parameter 'prerenderStateService' is unread.
Create several projects from template and build them
Parameter 'options' is unread.
Create several projects from template and build them: TestProject2/src/Shared/Features/Identity/Dtos/ClaimDto.cs#L4
'ClaimDto' defines operator == or operator != but does not override Object.GetHashCode()
Create several projects from template and build them: TestProject2/src/Shared/Features/Identity/Dtos/ClaimDto.cs#L4
'ClaimDto' defines operator == or operator != but does not override Object.Equals(object o)
Create several projects from template and build them
Parameter 'prerenderStateService' is unread.
Create several projects from template and build them
Parameter 'options' is unread.
Create several projects from template and build them
Parameter 'prerenderStateService' is unread.
Create several projects from template and build them
Parameter 'options' is unread.
Create several projects from template and build them: TestProject/src/Shared/Features/Identity/Dtos/ClaimDto.cs#L4
'ClaimDto' defines operator == or operator != but does not override Object.GetHashCode()
Create several projects from template and build them: TestProject/src/Shared/Features/Identity/Dtos/ClaimDto.cs#L4
'ClaimDto' defines operator == or operator != but does not override Object.Equals(object o)
Create several projects from template and build them
Disabling the interpreter; using the interpreter and AOT at the same time is not supported. Use the interpreter for hot reload support in Debug configurations and AOT for Release configurations.
Create several projects from template and build them
Using fast deployment and a code shrinker at the same time is not recommended. Use fast deployment for Debug configurations and a code shrinker for Release configurations.
Create several projects from template and build them
Using fast deployment and AOT at the same time is not recommended. Use fast deployment for Debug configurations and AOT for Release configurations.
Create several projects from template and build them: TestStandalone/src/Shared/Infrastructure/Services/SharedExceptionHandler.cs#L145
This call site is reachable on all platforms. 'WebException.Status' is unsupported on: 'browser'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Create several projects from template and build them: TestStandalone/src/Shared/Infrastructure/Services/SharedExceptionHandler.cs#L145
This call site is reachable on all platforms. 'WebException' is unsupported on: 'browser'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Create several projects from template and build them: TestStandalone/src/Shared/Infrastructure/Services/AppFeatures.cs#L37
XML comment has cref attribute 'UPLOAD_DIAGNOSTIC_LOGGER_STORE' that could not be resolved
Create several projects from template and build them
Parameter 'prerenderStateService' is unread.
Create several projects from template and build them
Parameter 'options' is unread.
Create several projects from template and build them
Parameter 'prerenderStateService' is unread.
Create several projects from template and build them
Parameter 'options' is unread.
Create several projects from template and build them: TestStandalone/src/Shared/Features/Identity/Dtos/ClaimDto.cs#L4
'ClaimDto' defines operator == or operator != but does not override Object.GetHashCode()
Create several projects from template and build them: TestStandalone/src/Shared/Features/Identity/Dtos/ClaimDto.cs#L4
'ClaimDto' defines operator == or operator != but does not override Object.Equals(object o)
Create several projects from template and build them
File '/home/runner/work/bitplatform/bitplatform/src/Templates/Boilerplate/README.md' is not added because the package already contains file '/README.md'
Create several projects from template and build them
File '/home/runner/work/bitplatform/bitplatform/LICENSE' is not added because the package already contains file '/LICENSE'
Create several projects from template and build them
- Add lib or ref assemblies for the net10.0 target framework
Create several projects from template and build them
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:
Create several projects from template and build them
File '/home/runner/work/bitplatform/bitplatform/src/Templates/Boilerplate/README.md' is not added because the package already contains file '/README.md'
Create several projects from template and build them
File '/home/runner/work/bitplatform/bitplatform/LICENSE' is not added because the package already contains file '/LICENSE'
Create several projects from template and build them
- Add lib or ref assemblies for the net10.0 target framework
Create several projects from template and build them
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:
Create several projects from template and build them
File '/home/runner/work/bitplatform/bitplatform/src/Templates/Boilerplate/README.md' is not added because the package already contains file '/README.md'
Create several projects from template and build them
File '/home/runner/work/bitplatform/bitplatform/LICENSE' is not added because the package already contains file '/LICENSE'

Artifacts

Produced during runtime
Name Size Digest
sqlserver-tests-artifact Expired
849 KB
sha256:4407dc68a1fad745139a2b37130b98d92219139e31182c15be7d4bea9b915bbb