Closed VladimirAkopyan closed 1 month ago
I also have this question. It is not compatible with latest Microsoft.Graph.Core. Migration to .net standard from Profile111 is also necessary.
Had to remove the following code from Request classes in order to compile it against latest graph.core. this.SdkVersionHeaderPrefix = "onedrive"; They removed this property from BaseRequest class and it's no longer available. This property is added to request header and used for Telemetry, so it's safe to remove it.
Finally decided to publish my changes (.net standard 2.0, can be used in .net core, works with latest graph.core) in case someone need it: https://github.com/Mogikan/onedrive-sdk-csharp
Thank you for reaching out and for your patience. This SDK is being officially deprecated. See #259 for more information
This project appears abandoned. What is the recommended package to use now to access onedrive from DotNet?