Skip to content

Upgraded build and remaining projects to .NET 7.0 #10

Upgraded build and remaining projects to .NET 7.0

Upgraded build and remaining projects to .NET 7.0 #10

Triggered via push September 16, 2023 09:21
Status Failure
Total duration 2m 24s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

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).