Upgraded build and remaining projects to .NET 7.0 #10
Annotations
3 errors and 4 warnings
build-test:
src/Infrastructure.Api.Common.IntegrationTests/WebApiSpec.cs#L4
The type or namespace name 'TestingOnly' does not exist in the namespace 'Infrastructure.WebApi.Interfaces.Operations' (are you missing an assembly reference?)
|
build-test:
src/Infrastructure.Api.Common.IntegrationTests/WebApiSpec.cs#L4
The type or namespace name 'TestingOnly' does not exist in the namespace 'Infrastructure.WebApi.Interfaces.Operations' (are you missing an assembly reference?)
|
build-test
Process completed with exit code 1.
|
build-test:
src/Infrastructure.WebApi.Common.UnitTests/SubDomainModulesSpec.cs#L111
Nullability of reference types in return type of 'Assembly? TestModule.ApiAssembly.get' doesn't match implicitly implemented member 'Assembly ISubDomainModule.ApiAssembly.get' (possibly because of nullability attributes).
|
build-test:
src/Infrastructure.WebApi.Common.UnitTests/SubDomainModulesSpec.cs#L112
Nullability of reference types in return type of 'Action<WebApplication>? TestModule.MinimalApiRegistrationFunction.get' doesn't match implicitly implemented member 'Action<WebApplication> ISubDomainModule.MinimalApiRegistrationFunction.get' (possibly because of nullability attributes).
|
build-test:
src/Infrastructure.WebApi.Common.UnitTests/SubDomainModulesSpec.cs#L111
Nullability of reference types in return type of 'Assembly? TestModule.ApiAssembly.get' doesn't match implicitly implemented member 'Assembly ISubDomainModule.ApiAssembly.get' (possibly because of nullability attributes).
|
build-test:
src/Infrastructure.WebApi.Common.UnitTests/SubDomainModulesSpec.cs#L112
Nullability of reference types in return type of 'Action<WebApplication>? TestModule.MinimalApiRegistrationFunction.get' doesn't match implicitly implemented member 'Action<WebApplication> ISubDomainModule.MinimalApiRegistrationFunction.get' (possibly because of nullability attributes).
|