Skip to content

chore(main): release 1.0.0 #16

chore(main): release 1.0.0

chore(main): release 1.0.0 #16

Triggered via pull request October 27, 2025 15:35
Status Failure
Total duration 1h 55m 24s
Artifacts

dotnet-test.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build (ubuntu-latest)
Process completed with exit code 1.
build (ubuntu-latest): Net9MultiTenant/Pages/Shared/_Layout.cshtml#L2
The using directive for 'Finbuckle.MultiTenant' appeared previously in this namespace
build (ubuntu-latest): Net9MultiTenant/Pages/Index.cshtml.cs#L9
Parameter 'logger' is unread.
build (ubuntu-latest): Net9MultiTenant/Pages/NoTenant.cshtml.cs#L11
Parameter 'logger' is unread.
build (ubuntu-latest): Net9MultiTenant/Pages/Index.cshtml#L72
Dereference of a possibly null reference.
build (ubuntu-latest): Net9MultiTenant/SeedService.cs#L61
Possible null reference argument for parameter 'tenantInfo' in 'ApplicationDbContext MultiTenantDbContext.Create<ApplicationDbContext, TenantInfo>(TenantInfo tenantInfo, IServiceProvider serviceProvider, params object[] args)'.
build (ubuntu-latest): Net9MultiTenant/SeedService.cs#L51
Possible null reference argument for parameter 'tenantInfo' in 'ApplicationDbContext MultiTenantDbContext.Create<ApplicationDbContext, TenantInfo>(TenantInfo tenantInfo, IServiceProvider serviceProvider, params object[] args)'.
build (ubuntu-latest): Net9MultiTenant/SeedService.cs#L40
Possible null reference argument for parameter 'tenantInfo' in 'ApplicationDbContext MultiTenantDbContext.Create<ApplicationDbContext, TenantInfo>(TenantInfo tenantInfo, IServiceProvider serviceProvider, params object[] args)'.
build (ubuntu-latest): Net9MultiTenant/Models/ToDoItem.cs#L6
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (ubuntu-latest): Net9MultiTenant/Models/ToDoItem.cs#L5
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (ubuntu-latest): Net9MultiTenant/Pages/Shared/_Layout.cshtml#L2
The using directive for 'Finbuckle.MultiTenant' appeared previously in this namespace