chore(main): release 1.0.0 #18
Annotations
1 error and 10 warnings
|
build (ubuntu-latest)
Process completed with exit code 1.
|
|
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/Index.cshtml.cs#L9
Parameter 'logger' is unread.
|
|
build (ubuntu-latest):
Net9MultiTenant/Pages/NoTenant.cshtml.cs#L14
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 (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/Pages/Shared/_Layout.cshtml#L2
The using directive for 'Finbuckle.MultiTenant' appeared previously in this namespace
|