microsoftgraph / msgraph-sdk-dotnet-auth

Archived - use the TokenCredential classes provided by Azure.Identity. https://docs.microsoft.com/en-us/dotnet/api/overview/azure/identity-readme
https://graph.microsoft.com
MIT License
78 stars 19 forks source link

Microsoft.Graph.Auth Release out of Preview #63

Closed Tanzy closed 4 years ago

Tanzy commented 4 years ago

Are there any plans on releasing the Microsoft.Graph.Auth NuGet package at anytime out of preview? General rule in our company is that we can't use preview packages in production code.

darrelmiller commented 4 years ago

Hi Tanzy,

We are not going to GA that library. That was our plan, but we have changed our plan to adopt the Azure.Identity library which fulfils an identical function. Moving to Azure.Identity will give developers a consistent experience between Graph SDKs and Azure SDKs.

I talk more about this plan in the community call here: https://developer.microsoft.com/en-us/graph/blogs/microsoft-graph-community-call-february-4-2020/

csadam commented 4 years ago

Does it mean that the Microsoft.Graph.Auth package is essentially deprecated and it is not recommended to use for new developments?
If it is, then could you please add this status to the readme.md?

Tanzy commented 4 years ago

Could also mark the NuGet package as such and point to what should be used. Thinking about it updating samples would be good as well.

christianarg commented 4 years ago

Does this means that this doc are literally deprecated? https://docs.microsoft.com/en-us/graph/sdks/create-client?tabs=CS ??