fix: resolve trimming warnings in project #12
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#L156
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/LargeFileUploadTask.cs#L293
Make 'ThrowIfUploadCancelled' 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#L156
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/LargeFileUploadTask.cs#L293
Make 'ThrowIfUploadCancelled' 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#L156
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/LargeFileUploadTask.cs#L293
Make 'ThrowIfUploadCancelled' 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.
|
This job succeeded
Loading