Console application to populate performance test database #2565
Annotations
7 errors and 11 warnings
Build:
Test/Altinn.Correspondence.Tests/Fixtures/TestApplicationDbContext.cs#L5
The type or namespace name 'ApplicationDbContext' could not be found (are you missing a using directive or an assembly reference?)
|
Build:
Test/Altinn.Correspondence.Tests/Fixtures/PostgresTestcontainerFixture.cs#L9
The type or namespace name 'ApplicationDbContext' could not be found (are you missing a using directive or an assembly reference?)
|
Build:
Test/Altinn.Correspondence.Tests/Fixtures/TestApplicationDbContext.cs#L7
The type or namespace name 'ApplicationDbContext' could not be found (are you missing a using directive or an assembly reference?)
|
Build:
Test/Altinn.Correspondence.Tests/Fixtures/TestApplicationDbContext.cs#L5
The type or namespace name 'ApplicationDbContext' could not be found (are you missing a using directive or an assembly reference?)
|
Build:
Test/Altinn.Correspondence.Tests/Fixtures/PostgresTestcontainerFixture.cs#L9
The type or namespace name 'ApplicationDbContext' could not be found (are you missing a using directive or an assembly reference?)
|
Build:
Test/Altinn.Correspondence.Tests/Fixtures/TestApplicationDbContext.cs#L7
The type or namespace name 'ApplicationDbContext' could not be found (are you missing a using directive or an assembly reference?)
|
Build
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build:
src/Altinn.Correspondence.Common/Helpers/Models/TokenConsumer.cs#L8
Non-nullable property 'Authority' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
src/Altinn.Correspondence.Common/Helpers/Models/TokenConsumer.cs#L11
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:
src/Altinn.Correspondence.Common/Helpers/Models/SystemUserAuthorizationDetails.cs#L8
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
src/Altinn.Correspondence.Common/Helpers/Models/SystemUserAuthorizationDetails.cs#L11
Non-nullable property 'SystemUserId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
src/Altinn.Correspondence.Common/Helpers/Models/SystemUserAuthorizationDetails.cs#L14
Non-nullable property 'SystemUserOrg' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
src/Altinn.Correspondence.Common/Helpers/Models/SystemUserAuthorizationDetails.cs#L17
Non-nullable property 'SystemId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
src/Altinn.Correspondence.Common/Helpers/Models/SystemUserAuthorizationDetails.cs#L29
Non-nullable property 'Authority' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
src/Altinn.Correspondence.Common/Helpers/Models/SystemUserAuthorizationDetails.cs#L32
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:
src/Altinn.Correspondence.Common/Helpers/Models/SystemUserAuthorizationDetails.cs#L23
Non-nullable property 'AuthorizationDetails' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
src/Altinn.Correspondence.Common/Helpers/ClaimsPrincipalExtensions.cs#L30
Dereference of a possibly null reference.
|
Loading