Update actions/setup-java action to v4 (#836) #252
sonar.yml
on: push
Build and run sonar analysis
5m 50s
Annotations
10 warnings
Build and run sonar analysis:
Orso.Arpa.Domain/_General/GenericHandlers/Delete.cs#L15
'TEntity' is not used in the interface. (https://rules.sonarsource.com/csharp/RSPEC-2326)
|
Build and run sonar analysis:
Orso.Arpa.Domain/_General/GenericHandlers/EntityDeleteNotification.cs#L7
'TEntity' is not used in the interface. (https://rules.sonarsource.com/csharp/RSPEC-2326)
|
Build and run sonar analysis:
Orso.Arpa.Domain/_General/GenericHandlers/Modify.cs#L16
'TEntity' is not used in the interface. (https://rules.sonarsource.com/csharp/RSPEC-2326)
|
Build and run sonar analysis:
Orso.Arpa.Domain/LocalizationDomain/Model/Localization.cs#L16
Constructor has 9 new parameters, which is greater than the 7 authorized. (https://rules.sonarsource.com/csharp/RSPEC-107)
|
Build and run sonar analysis:
Orso.Arpa.Domain/AppointmentDomain/Commands/SetDates.cs#L35
Change this expression which always evaluates to the same result. (https://rules.sonarsource.com/csharp/RSPEC-2589)
|
Build and run sonar analysis:
Orso.Arpa.Domain/AppointmentDomain/Commands/SetDates.cs#L35
Change this expression which always evaluates to the same result. (https://rules.sonarsource.com/csharp/RSPEC-2589)
|
Build and run sonar analysis:
Orso.Arpa.Infrastructure/Authentication/EmailConfirmationTokenProviderOptions.cs#L5
Remove this empty class, write its code or make it an "interface". (https://rules.sonarsource.com/csharp/RSPEC-2094)
|
Build and run sonar analysis:
Orso.Arpa.Infrastructure/Authentication/TokenAccessor.cs#L46
Change this expression which always evaluates to the same result. (https://rules.sonarsource.com/csharp/RSPEC-2589)
|
Build and run sonar analysis:
Orso.Arpa.Persistence/DataAccess/ArpaContext.cs#L260
Refactor this method to reduce its Cognitive Complexity from 23 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
|
Build and run sonar analysis:
Orso.Arpa.Persistence/DataAccess/ArpaContext.cs#L372
Make sure using a dynamically formatted SQL query is safe here. (https://rules.sonarsource.com/csharp/RSPEC-2077)
|