Skip to content

chore(deps): bump Microsoft.VisualStudio.Threading.Analyzers from 17.12.19 to 17.13.2 #139

chore(deps): bump Microsoft.VisualStudio.Threading.Analyzers from 17.12.19 to 17.13.2

chore(deps): bump Microsoft.VisualStudio.Threading.Analyzers from 17.12.19 to 17.13.2 #139

Triggered via pull request February 12, 2025 21:57
Status Success
Total duration 1m 29s
Artifacts

sonarcloud.yml

on: pull_request
check if SONAR_TOKEN is set in github secrets
0s
check if SONAR_TOKEN is set in github secrets
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build: src/Microsoft.Graph.Core/CoreConstants.cs#L101
Rename this field to not shadow the outer class' member with the same name. (https://rules.sonarsource.com/csharp/RSPEC-3218)
Build: src/Microsoft.Graph.Core/Requests/AsyncMonitor.cs#L22
Make 'client' 'readonly'. (https://rules.sonarsource.com/csharp/RSPEC-2933)
Build: src/Microsoft.Graph.Core/Requests/AsyncMonitor.cs#L21
Remove the field 'asyncOperationStatus' and declare it as a local variable in the relevant methods. (https://rules.sonarsource.com/csharp/RSPEC-1450)
Build: src/Microsoft.Graph.Core/Models/UploadResult.cs#L18
Make this field 'private' and encapsulate it in a 'public' property. (https://rules.sonarsource.com/csharp/RSPEC-1104)
Build: src/Microsoft.Graph.Core/Models/UploadResult.cs#L23
Make this field 'private' and encapsulate it in a 'public' property. (https://rules.sonarsource.com/csharp/RSPEC-1104)
Build: src/Microsoft.Graph.Core/Models/UploadResult.cs#L28
Make this field 'private' and encapsulate it in a 'public' property. (https://rules.sonarsource.com/csharp/RSPEC-1104)
Build: src/Microsoft.Graph.Core/Requests/GraphResponse.cs#L15
Fix this implementation of 'IDisposable' to conform to the dispose pattern. (https://rules.sonarsource.com/csharp/RSPEC-3881)
Build: src/Microsoft.Graph.Core/Requests/GraphResponse.cs#L50
Make this field 'private' and encapsulate it in a 'public' property. (https://rules.sonarsource.com/csharp/RSPEC-1104)
Build: src/Microsoft.Graph.Core/Helpers/ReadOnlySubStream.cs#L24
Make '_canSeek' 'readonly'. (https://rules.sonarsource.com/csharp/RSPEC-2933)
Build: src/Microsoft.Graph.Core/Requests/FeatureFlag.cs#L12
Rename this enumeration to match the regular expression: '^([A-Z]{1,3}[a-z0-9]+)*([A-Z]{2})?s$'. (https://rules.sonarsource.com/csharp/RSPEC-2342)