Skip to content

chore(deps): update dependency minver to v6 #713

chore(deps): update dependency minver to v6

chore(deps): update dependency minver to v6 #713

Triggered via pull request September 26, 2024 07:20
Status Success
Total duration 2m 32s
Artifacts

build-and-analyze.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

18 warnings
Build and Test: src/Altinn.Register/src/Altinn.Register.AppHost/obj/Debug/net8.0/Aspire/references/Altinn_Register.ProjectMetadata.g.cs#L8
Missing XML comment for publicly visible type or member 'Altinn_Register'
Build and Test: src/Altinn.Register/src/Altinn.Register.AppHost/obj/Debug/net8.0/Aspire/references/Altinn_Register.ProjectMetadata.g.cs#L10
Missing XML comment for publicly visible type or member 'Altinn_Register.ProjectPath'
Build and Test: src/Altinn.Register/src/Altinn.Register.AppHost/obj/Debug/net8.0/Aspire/references/_AppHost.ProjectMetadata.g.cs#L8
Missing XML comment for publicly visible type or member 'Altinn_Register_AppHost'
Build and Test: src/Altinn.Register/src/Altinn.Register.AppHost/obj/Debug/net8.0/Aspire/references/_AppHost.ProjectMetadata.g.cs#L11
Missing XML comment for publicly visible type or member 'Altinn_Register_AppHost.ProjectPath'
Build and Test: src/Altinn.Register/src/Altinn.Register.AppHost/obj/Debug/net8.0/Aspire/references/Altinn_Register.ProjectMetadata.g.cs#L8
Missing XML comment for publicly visible type or member 'Altinn_Register'
Build and Test: src/Altinn.Register/src/Altinn.Register.AppHost/obj/Debug/net8.0/Aspire/references/Altinn_Register.ProjectMetadata.g.cs#L10
Missing XML comment for publicly visible type or member 'Altinn_Register.ProjectPath'
Build and Test: src/Altinn.Register/src/Altinn.Register.AppHost/obj/Debug/net8.0/Aspire/references/_AppHost.ProjectMetadata.g.cs#L8
Missing XML comment for publicly visible type or member 'Altinn_Register_AppHost'
Build and Test: src/Altinn.Register/src/Altinn.Register.AppHost/obj/Debug/net8.0/Aspire/references/_AppHost.ProjectMetadata.g.cs#L11
Missing XML comment for publicly visible type or member 'Altinn_Register_AppHost.ProjectPath'
Analyze: src/Altinn.Register/src/Altinn.Register.Core/Parties/IPartyPersistence.cs#L105
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
Analyze: src/Altinn.Register/src/Altinn.Register.Core/Parties/OrganizationIdentifier.cs#L19
'ISpanParsable<OrganizationIdentifier>' implements 'IParsable<OrganizationIdentifier>' so 'IParsable<OrganizationIdentifier>' can be removed from the inheritance list. (https://rules.sonarsource.com/csharp/RSPEC-1939)
Analyze: src/Altinn.Register/src/Altinn.Register.Core/Parties/OrganizationIdentifier.cs#L21
'ISpanFormattable' implements 'IFormattable' so 'IFormattable' can be removed from the inheritance list. (https://rules.sonarsource.com/csharp/RSPEC-1939)
Analyze: src/Altinn.Register/src/Altinn.Register.Core/Utils/FieldValue.cs#L153
Remove this 'throw' expression. (https://rules.sonarsource.com/csharp/RSPEC-3877)
Analyze: src/Altinn.Register/src/Altinn.Register.Persistence/PostgreSqlPartyPersistence.cs#L256
Define a constant instead of using this literal 'party_type' 4 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
Analyze: src/Altinn.Register/src/Altinn.Register.Persistence/PostgreSqlPartyPersistence.cs#L258
Define a constant instead of using this literal 'person_identifier' 4 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
Analyze: src/Altinn.Register/src/Altinn.Register.Persistence/PostgreSqlPartyPersistence.cs#L259
Define a constant instead of using this literal 'organization_identifier' 4 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
Analyze: src/Altinn.Register/src/Altinn.Register.Persistence/PostgreSqlPartyPersistence.cs#L261
Define a constant instead of using this literal 'updated' 4 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
Analyze: src/Altinn.Register/src/Altinn.Register.Persistence/PostgreSqlPartyPersistence.cs#L426
Define a constant instead of using this literal 'mailing_address' 4 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
Analyze: src/Altinn.Register/src/Altinn.Register.Persistence/PostgreSqlPartyPersistence.cs#L543
Make 'PrepareAndReadPartiesAsync' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)