Skip to content

added option to not rename claims (#167) #347

added option to not rename claims (#167)

added option to not rename claims (#167) #347

Triggered via push February 19, 2024 15:16
Status Success
Total duration 3m 50s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-java@v3, actions/checkout@v3.5.3, actions/setup-node@v3.7.0, actions/setup-dotnet@v3.2.0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build: src/OLT.Core.Common.Abstractions/Constants/OltClaimTypes.cs#L246
Do not forget to remove this deprecated code someday. (https://rules.sonarsource.com/csharp/RSPEC-1133)
Build: src/OLT.Core.Common.Abstractions/Extensions/OltArgumentNullException.cs#L7
Rename this class to remove "Exception" or correct its inheritance. (https://rules.sonarsource.com/csharp/RSPEC-2166)
Build: src/OLT.Core.Common.Abstractions/Interfaces/IOltIdentityUser.cs#L15
Do not forget to remove this deprecated code someday. (https://rules.sonarsource.com/csharp/RSPEC-1133)
Build: src/OLT.Core.Common.Abstractions/GenericParameter/OltGenericParameterParser.cs#L13
Remove the member initializer, all constructors set an initial value for the member. (https://rules.sonarsource.com/csharp/RSPEC-3604)
Build: src/OLT.Core.Common.Abstractions/Models/OltAuthenticatedUserJson.cs#L25
Do not forget to remove this deprecated code someday. (https://rules.sonarsource.com/csharp/RSPEC-1133)
Build: src/OLT.Core.Common.Abstractions/Models/OltAuthenticatedUserJson.cs#L87
Do not forget to remove this deprecated code someday. (https://rules.sonarsource.com/csharp/RSPEC-1133)
Build: src/OLT.Core.Common.Abstractions/Models/OltIdentity.cs#L109
Do not forget to remove this deprecated code someday. (https://rules.sonarsource.com/csharp/RSPEC-1133)
Build: src/OLT.Core.Common.Abstractions/Utilities/OltKeyGenerator.cs#L30
Make sure that using this pseudorandom number generator is safe here. (https://rules.sonarsource.com/csharp/RSPEC-2245)
Build: src/OLT.Core.Common.Abstractions/Models/OltIdentity.cs#L172
Collection-specific "Exists" method should be used instead of the "Any" extension. (https://rules.sonarsource.com/csharp/RSPEC-6605)
Build: src/OLT.Logging.Serilog/NgxLogger/OltNgxLoggerStackJson.cs#L17
Non-nullable property 'FileName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.