Remove completed field and add sent to provider at #3168
Triggered via pull request
September 12, 2023 12:33
Status
Failure
Total duration
2m 21s
Artifacts
–
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 errors and 10 warnings
sonarcloud:
GetIntoTeachingApiTests/Models/Apply/ApplicationFormTests.cs#L72
'ApplicationResponse<IEnumerable<ApplicationChoice>>' does not contain a definition for 'Completed'
|
sonarcloud:
GetIntoTeachingApiTests/Models/Apply/ApplicationFormTests.cs#L73
'ApplicationResponse<IEnumerable<Reference>>' does not contain a definition for 'Completed'
|
sonarcloud:
GetIntoTeachingApiTests/Models/Apply/ApplicationFormTests.cs#L74
'ApplicationResponse<IEnumerable<object>>' does not contain a definition for 'Completed'
|
sonarcloud:
GetIntoTeachingApiTests/Models/Apply/ApplicationFormTests.cs#L75
'ApplicationResponse<IEnumerable<object>>' does not contain a definition for 'Completed'
|
sonarcloud:
GetIntoTeachingApiTests/Models/Apply/ApplicationFormTests.cs#L88
'ApplicationResponse<IEnumerable<ApplicationChoice>>' does not contain a definition for 'Completed' and no accessible extension method 'Completed' accepting a first argument of type 'ApplicationResponse<IEnumerable<ApplicationChoice>>' could be found (are you missing a using directive or an assembly reference?)
|
sonarcloud:
GetIntoTeachingApiTests/Models/Apply/ApplicationFormTests.cs#L89
'ApplicationResponse<IEnumerable<Reference>>' does not contain a definition for 'Completed' and no accessible extension method 'Completed' accepting a first argument of type 'ApplicationResponse<IEnumerable<Reference>>' could be found (are you missing a using directive or an assembly reference?)
|
sonarcloud:
GetIntoTeachingApiTests/Models/Apply/ApplicationFormTests.cs#L90
'ApplicationResponse<IEnumerable<object>>' does not contain a definition for 'Completed' and no accessible extension method 'Completed' accepting a first argument of type 'ApplicationResponse<IEnumerable<object>>' could be found (are you missing a using directive or an assembly reference?)
|
sonarcloud:
GetIntoTeachingApiTests/Models/Apply/ApplicationFormTests.cs#L91
'ApplicationResponse<IEnumerable<object>>' does not contain a definition for 'Completed' and no accessible extension method 'Completed' accepting a first argument of type 'ApplicationResponse<IEnumerable<object>>' could be found (are you missing a using directive or an assembly reference?)
|
sonarcloud:
GetIntoTeachingApiTests/Jobs/ApplyCandidateSyncJobTests.cs#L54
'ApplicationResponse<IEnumerable<ApplicationChoice>>' does not contain a definition for 'Completed'
|
sonarcloud:
GetIntoTeachingApiTests/Jobs/ApplyCandidateSyncJobTests.cs#L55
'ApplicationResponse<IEnumerable<Reference>>' does not contain a definition for 'Completed'
|
sonarcloud:
GetIntoTeachingApi/Auth/ApiClientSchemaOptions.cs#L5
Remove this empty class, write its code or make it an "interface". (https://rules.sonarsource.com/csharp/RSPEC-2094)
|
sonarcloud:
GetIntoTeachingApi/Jobs/LocationSyncJob.cs#L24
Refactor your code not to use hardcoded absolute paths or URIs. (https://rules.sonarsource.com/csharp/RSPEC-1075)
|
sonarcloud:
GetIntoTeachingApi/Models/Location.cs#L22
Pass a timeout to limit the execution time. (https://rules.sonarsource.com/csharp/RSPEC-6444)
|
sonarcloud:
GetIntoTeachingApi/Models/Location.cs#L24
Pass a timeout to limit the execution time. (https://rules.sonarsource.com/csharp/RSPEC-6444)
|
sonarcloud:
GetIntoTeachingApi/Services/CrmService.cs#L27
Remove this unread private field '_env' or refactor the code to use its value. (https://rules.sonarsource.com/csharp/RSPEC-4487)
|
sonarcloud:
GetIntoTeachingApi/Services/RedisService.cs#L14
Remove the field '_options' and declare it as a local variable in the relevant methods. (https://rules.sonarsource.com/csharp/RSPEC-1450)
|
sonarcloud:
GetIntoTeachingApi/Services/Store.cs#L26
Remove this unread private field '_env' or refactor the code to use its value. (https://rules.sonarsource.com/csharp/RSPEC-4487)
|
sonarcloud:
GetIntoTeachingApi/Utils/ValidationResultExtensions.cs#L23
Collection-specific "Exists" method should be used instead of the "Any" extension. (https://rules.sonarsource.com/csharp/RSPEC-6605)
|
sonarcloud:
GetIntoTeachingApi/Utils/ValidationResultExtensions.cs#L19
Indexing at Count-1 should be used instead of the "Enumerable" extension method "Last" (https://rules.sonarsource.com/csharp/RSPEC-6608)
|
sonarcloud:
GetIntoTeachingApi/Utils/StringExtensions.cs#L31
Pass a timeout to limit the execution time. (https://rules.sonarsource.com/csharp/RSPEC-6444)
|