feat: upgrades to kiota bundle to simplify dependencies management #101
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
sonarcloud.yml
on: pull_request
check if SONAR_TOKEN is set in github secrets
0s
Build
1m 53s
Annotations
12 warnings
|
check if SONAR_TOKEN is set in github secrets
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
Build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
Build:
src/Microsoft.Graph.Core/Models/UploadResult.cs#L18
Make this field 'private' and encapsulate it in a 'public' property.
|
|
Build:
src/Microsoft.Graph.Core/Models/UploadResult.cs#L23
Make this field 'private' and encapsulate it in a 'public' property.
|
|
Build:
src/Microsoft.Graph.Core/Models/UploadResult.cs#L28
Make this field 'private' and encapsulate it in a 'public' property.
|
|
Build:
src/Microsoft.Graph.Core/Helpers/ReadOnlySubStream.cs#L24
Make '_canSeek' 'readonly'.
|
|
Build:
src/Microsoft.Graph.Core/CoreConstants.cs#L101
Rename this field to not shadow the outer class' member with the same name.
|
|
Build:
src/Microsoft.Graph.Core/Requests/AsyncMonitor.cs#L22
Make 'client' 'readonly'.
|
|
Build:
src/Microsoft.Graph.Core/Requests/AsyncMonitor.cs#L21
Remove the field 'asyncOperationStatus' and declare it as a local variable in the relevant methods.
|
|
Build:
src/Microsoft.Graph.Core/Requests/GraphResponse.cs#L15
Fix this implementation of 'IDisposable' to conform to the dispose pattern.
|
|
Build:
src/Microsoft.Graph.Core/Requests/GraphResponse.cs#L50
Make this field 'private' and encapsulate it in a 'public' property.
|
|
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$'.
|