Skip to content

feature/EBSVC-3503 #265

feature/EBSVC-3503

feature/EBSVC-3503 #265

Triggered via pull request August 6, 2025 02:59
Status Success
Total duration 53s
Artifacts

dotnet.yml

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

Annotations

10 warnings
build (8.0.x): src/Cortside.AspNetCore.EntityFramework/Conventions/BlankTriggerAddingConvention.cs#L22
Loops should be simplified using the "Where" LINQ method (https://rules.sonarsource.com/csharp/RSPEC-3267)
build (8.0.x): src/Cortside.AspNetCore.EntityFramework/NoOpTransaction.cs#L7
Fix this implementation of 'IDisposable' to conform to the dispose pattern. (https://rules.sonarsource.com/csharp/RSPEC-3881)
build (8.0.x): src/Cortside.AspNetCore.EntityFramework/NoTrackingTransaction.cs#L14
Fix this implementation of 'IDisposable' to conform to the dispose pattern. (https://rules.sonarsource.com/csharp/RSPEC-3881)
build (8.0.x): src/Cortside.AspNetCore.EntityFramework/QueryableExtensions.cs#L128
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
build (8.0.x): src/Cortside.AspNetCore.EntityFramework/QueryableExtensions.cs#L52
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
build (8.0.x): src/Cortside.AspNetCore.EntityFramework/QueryableExtensions.cs#L33
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
build (8.0.x): src/Cortside.AspNetCore.EntityFramework/Interceptors/AuditableInterceptor.cs#L26
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
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)