upgrade from .net8 to .net9 #62
Annotations
1 error and 20 warnings
build
Process completed with exit code 1.
|
build:
src/Leo.Web.Data.SQLite/Extensions/ServiceCollectionExtensions.cs#L9
Namespace "Leo.Web.Data.SQLite" does not match folder structure, expected "Leo.Web.Data.SQLite.Extensions" (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0130)
|
build:
src/Leo.Web.Data.SQLite/Services/UnitOfWork.cs#L7
Use primary constructor (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0290)
|
build:
src/Leo.Web.Data.SQLite/Services/DbConnectionFactory.cs#L13
Use primary constructor (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0290)
|
build:
src/Leo.Web.Data.SQLite/Services/DatabaseService.cs#L15
Use primary constructor (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0290)
|
build:
src/Leo.Web.Data.SQLite/Repositories/CustomerRepository.cs#L13
Use primary constructor (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0290)
|
build:
src/Leo.Web.Data.SQLite/Repositories/CustomerDetailRepository.cs#L13
Use primary constructor (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0290)
|
build:
src/Leo.Web.Data.SqlServer/Extensions/ServiceCollectionExtensions.cs#L7
Namespace "Leo.Web.Data.SqlServer" does not match folder structure, expected "Leo.Web.Data.SqlServer.Extensions" (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0130)
|
build:
src/Leo.Web.Data.SqlServer/Services/UnitOfWork.cs#L7
Use primary constructor (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0290)
|
build:
src/Leo.Web.Data.SqlServer/Services/DbConnectionFactory.cs#L13
Use primary constructor (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0290)
|
build:
src/Leo.Web.Data.SqlServer/Repositories/CustomerDetailRepository.cs#L12
Use primary constructor (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0290)
|
build:
src/Leo.Web.Data.Domain/Dtos/MemberDetailDto.cs#L5
Namespace "Leo.Data.Domain.Dtos" does not match folder structure, expected "Leo.Web.Data.Domain.Dtos" (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0130)
|
build:
src/Leo.Web.Data.Domain/Extensions/AuditableEntityExtensions.cs#L6
Namespace "Leo.Data.Domain" does not match folder structure, expected "Leo.Web.Data.Domain.Extensions" (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0130)
|
build:
src/Leo.Web.Data.Domain/Dtos/MemberDto.cs#L7
Namespace "Leo.Data.Domain.Dtos" does not match folder structure, expected "Leo.Web.Data.Domain.Dtos" (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0130)
|
build:
src/Leo.Web.Data.Domain/Entities/Customer.cs#L3
Namespace "Leo.Data.Domain.Entities" does not match folder structure, expected "Leo.Web.Data.Domain.Entities" (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0130)
|
build:
src/Leo.Web.Data.Domain/Entities/CustomerDetail.cs#L3
Namespace "Leo.Data.Domain.Entities" does not match folder structure, expected "Leo.Web.Data.Domain.Entities" (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0130)
|
build:
src/Leo.Web.Data.Domain/Entities/Gender.cs#L3
Namespace "Leo.Data.Domain.Entities" does not match folder structure, expected "Leo.Web.Data.Domain.Entities" (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0130)
|
build:
src/Leo.Web.Data.Domain/Entities/IAuditableEntity.cs#L3
Namespace "Leo.Data.Domain.Entities" does not match folder structure, expected "Leo.Web.Data.Domain.Entities" (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0130)
|
build:
src/Leo.Web.Data.Domain/Extensions/ServiceCollectionExtensions.cs#L5
Namespace "Microsoft.Extensions.DependencyInjection" does not match folder structure, expected "Leo.Web.Data.Domain.Extensions" (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0130)
|
build:
src/Leo.Web.Data.Domain/Abstractions/IDatabaseService.cs#L3
Namespace "Leo.Web.Data" does not match folder structure, expected "Leo.Web.Data.Domain.Abstractions" (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0130)
|
build:
src/Leo.Web.Data.Domain/Abstractions/IDbConnectionFactory.cs#L5
Namespace "Leo.Web.Data" does not match folder structure, expected "Leo.Web.Data.Domain.Abstractions" (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0130)
|