chore(main): release 3.1.22 #50
Annotations
10 warnings
src/Microsoft.Graph.Core/Tasks/PageIterator.cs#L99
Use a comparison to 'default(TCollectionPage)' instead or add a constraint to 'TCollectionPage' so that it can't be a value type.
|
src/Microsoft.Graph.Core/Tasks/PageIterator.cs#L155
Use a comparison to 'default(TCollectionPage)' instead or add a constraint to 'TCollectionPage' so that it can't be a value type.
|
src/Microsoft.Graph.Core/Requests/Content/BatchResponseContent.cs#L93
Loops should be simplified using the "Where" LINQ method
|
src/Microsoft.Graph.Core/Requests/Content/BatchResponseContent.cs#L144
Do not forget to remove this deprecated code someday.
|
src/Microsoft.Graph.Core/Requests/Content/BatchResponseContent.cs#L206
Make 'GetStatusCodeFromJObject' a static method.
|
src/Microsoft.Graph.Core/Requests/Content/BatchResponseContent.cs#L174
Make 'GetResponseMessageFromJObject' a static method.
|
src/Microsoft.Graph.Core/Tasks/PageIterator.cs#L99
Use a comparison to 'default(TCollectionPage)' instead or add a constraint to 'TCollectionPage' so that it can't be a value type.
|
src/Microsoft.Graph.Core/Tasks/PageIterator.cs#L155
Use a comparison to 'default(TCollectionPage)' instead or add a constraint to 'TCollectionPage' so that it can't be a value type.
|
src/Microsoft.Graph.Core/Requests/Content/BatchResponseContent.cs#L93
Loops should be simplified using the "Where" LINQ method
|
src/Microsoft.Graph.Core/Requests/Content/BatchResponseContent.cs#L144
Do not forget to remove this deprecated code someday.
|
This job succeeded
Loading