Skip to content

Bump Microsoft.Bcl.AsyncInterfaces from 7.0.0 to 8.0.0 (#1354) #3320

Bump Microsoft.Bcl.AsyncInterfaces from 7.0.0 to 8.0.0 (#1354)

Bump Microsoft.Bcl.AsyncInterfaces from 7.0.0 to 8.0.0 (#1354) #3320

Triggered via push February 12, 2024 12:12
Status Success
Total duration 8m 26s
Artifacts

sonarcloud.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
sonarcloud
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: Azure/login@v1, azure/CLI@v1, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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/Jobs/LocationSyncJob.cs#L24
Refactor your code not to use hardcoded absolute paths or URIs. (https://rules.sonarsource.com/csharp/RSPEC-1075)
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/Models/Location.cs#L24
Pass a timeout to limit the execution time. (https://rules.sonarsource.com/csharp/RSPEC-6444)
sonarcloud: GetIntoTeachingApi/Models/Location.cs#L22
Pass a timeout to limit the execution time. (https://rules.sonarsource.com/csharp/RSPEC-6444)
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/AppStart/Startup.cs#L99
Make sure this debug feature is deactivated before delivering the code in production. (https://rules.sonarsource.com/csharp/RSPEC-4507)
sonarcloud: GetIntoTeachingApi/Attributes/EntityFieldAttribute.cs#L25
The collection-specific "TrueForAll" method should be used instead of the "All" extension (https://rules.sonarsource.com/csharp/RSPEC-6603)
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)