Skip to content

Add create() overloads to support adding Authorization handler to HTTP clients #57

Add create() overloads to support adding Authorization handler to HTTP clients

Add create() overloads to support adding Authorization handler to HTTP clients #57

Triggered via pull request October 30, 2024 10:17
Status Failure
Total duration 1m 32s
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 errors and 10 warnings
Build: src/Microsoft.Graph.Core/Requests/GraphClientFactory.cs#L136
The type or namespace name 'AuthorizationHandler' could not be found (are you missing a using directive or an assembly reference?)
Build: src/Microsoft.Graph.Core/Requests/GraphClientFactory.cs#L164
The type or namespace name 'AuthorizationHandler' could not be found (are you missing a using directive or an assembly reference?)
Build: src/Microsoft.Graph.Core/Requests/GraphClientFactory.cs#L136
The type or namespace name 'AuthorizationHandler' could not be found (are you missing a using directive or an assembly reference?)
Build: src/Microsoft.Graph.Core/Requests/GraphClientFactory.cs#L136
'IEnumerable<DelegatingHandler>' does not contain a definition for 'Append' and no accessible extension method 'Append' accepting a first argument of type 'IEnumerable<DelegatingHandler>' could be found (are you missing a using directive or an assembly reference?)
Build: src/Microsoft.Graph.Core/Requests/GraphClientFactory.cs#L164
The type or namespace name 'AuthorizationHandler' could not be found (are you missing a using directive or an assembly reference?)
Build: src/Microsoft.Graph.Core/Requests/GraphClientFactory.cs#L164
'IEnumerable<DelegatingHandler>' does not contain a definition for 'Append' and no accessible extension method 'Append' accepting a first argument of type 'IEnumerable<DelegatingHandler>' could be found (are you missing a using directive or an assembly reference?)
Build: src/Microsoft.Graph.Core/Requests/GraphClientFactory.cs#L271
The name 'Timeout' does not exist in the current context
Build: src/Microsoft.Graph.Core/Requests/GraphClientFactory.cs#L271
The name 'Timeout' does not exist in the current context
Build: src/Microsoft.Graph.Core/Requests/GraphClientFactory.cs#L271
The name 'Timeout' does not exist in the current context
Build: src/Microsoft.Graph.Core/Requests/GraphClientFactory.cs#L136
The type or namespace name 'AuthorizationHandler' could not be found (are you missing a using directive or an assembly reference?)
Build: src/Microsoft.Graph.Core/Requests/GraphClientFactory.cs#L143
XML comment has badly formed XML -- 'End tag 'param' does not match the start tag 'see'.'
Build: src/Microsoft.Graph.Core/Requests/GraphClientFactory.cs#L151
XML comment has badly formed XML -- 'Expected an end tag for element 'param'.'
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/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/Requests/AsyncMonitor.cs#L22
Make 'client' 'readonly'.
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.