Skip to content

Merge pull request #37 from cortside/feature/EBSVC-3503 #266

Merge pull request #37 from cortside/feature/EBSVC-3503

Merge pull request #37 from cortside/feature/EBSVC-3503 #266

Triggered via push March 6, 2026 01:43
Status Success
Total duration 50s
Artifacts

dotnet.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build (8.0.x): src/Cortside.AspNetCore/ModelBinding/UtcDateTimeModelBinder.cs#L61
Make 'GetModelName' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
build (8.0.x): src/Cortside.AspNetCore/WarmupServicesStartupTask.cs#L34
Don't use string interpolation in logging message templates. (https://rules.sonarsource.com/csharp/RSPEC-2629)
build (8.0.x): src/Cortside.AspNetCore/WarmupServicesStartupTask.cs#L39
Use PascalCase for named placeholders. (https://rules.sonarsource.com/csharp/RSPEC-6678)
build (8.0.x): src/Cortside.AspNetCore/Filters/ApiControllerVersionConvention.cs#L11
Merge this if statement with the enclosing one. (https://rules.sonarsource.com/csharp/RSPEC-1066)
build (8.0.x): src/Cortside.AspNetCore/ModelBinding/UtcDateTimeModelBinder.cs#L74
Specify AttributeUsage on 'DateTimeModelBinderAttribute' to improve readability, even though it inherits it from its base type. (https://rules.sonarsource.com/csharp/RSPEC-3993)
build (8.0.x): src/Cortside.AspNetCore/JsonNetUtility.cs#L36
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
build (8.0.x): src/Cortside.AspNetCore/Builder/WebApiBuilder.cs#L163
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
build (8.0.x): src/Cortside.AspNetCore.AccessControl/ServiceCollectionExtensions.cs#L43
Remove the unused local variable 'authenticationBuilder'. (https://rules.sonarsource.com/csharp/RSPEC-1481)
build (8.0.x): src/Cortside.AspNetCore.AccessControl/ServiceCollectionExtensions.cs#L80
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
build (8.0.x): src/Cortside.AspNetCore.Auditable/ISubjectFactory.cs#L5
Add the 'out' keyword to parameter 'TSubject' to make it 'covariant'. (https://rules.sonarsource.com/csharp/RSPEC-3246)