Skip to content

Remove authorize which requires bearer token, removed unnecessart exp… #743

Remove authorize which requires bearer token, removed unnecessart exp…

Remove authorize which requires bearer token, removed unnecessart exp… #743

Triggered via push October 9, 2024 11:00
Status Success
Total duration 2m 46s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

20 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/Aspire.Npgsql/AltinnPostgresDatabaseResource.cs#L30
Constructor has 10 new parameters, which is greater than the 7 authorized. (https://rules.sonarsource.com/csharp/RSPEC-107)
Analyze: src/Altinn.Register/src/Aspire.Npgsql/Aspire.Hosting/AltinnNpgsqlAspireHostingExtensions.cs#L29
Method has 11 parameters, which is greater than the 7 authorized. (https://rules.sonarsource.com/csharp/RSPEC-107)
Analyze: src/Altinn.Platform.Models/src/Altinn.Platform.Models/Profile/UserType.cs#L6
'int' should not be explicitly used as the underlying type. (https://rules.sonarsource.com/csharp/RSPEC-1939)
Analyze: src/Altinn.Platform.Models/src/Altinn.Platform.Models/Profile/ProfileSettingPreference.cs#L17
Do not forget to remove this deprecated code someday. (https://rules.sonarsource.com/csharp/RSPEC-1133)
Analyze: src/Altinn.Platform.Models/src/Altinn.Platform.Models/Profile/ProfileSettingPreference.cs#L20
Provide a getter for 'LanguageType' or replace the property with a 'SetLanguageType' method. (https://rules.sonarsource.com/csharp/RSPEC-2376)
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/UnitOfWork/IUnitOfWorkParticipant.cs#L30
Add the 'out' keyword to parameter 'TService' to make it 'covariant'. (https://rules.sonarsource.com/csharp/RSPEC-3246)
Analyze: src/Altinn.Register/src/Altinn.Register.Core/UnitOfWork/IUnitOfWorkServiceFactory.cs#L14
Add the 'out' keyword to parameter 'TService' to make it 'covariant'. (https://rules.sonarsource.com/csharp/RSPEC-3246)
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)