[10.0] Missing API
@tdykstra @wadepickett @danroth27 ... Here's a list of missing API thus far (i.e., not in the API browser ... therefore, not linkable from articles) ...
-
Microsoft.Identity.Web.DownstreamApiExtensions -
Microsoft.AspNetCore.Components.PersistentComponentState.RegisterOnRestoring
TDykstra already has a work item in for a ref gen run I believe. Thanks guardrex!
I don't have great visibility on the process ... I never have really. I thought it was done via this form ...
https://aka.ms/publish-on-docs/reference
... per an Alma Jenks remark.
AFAIK, the internal process/form led to the API showing up, and then I can link to it from the articles (XREF). I'd rather not link to ref source, as it just creates another work item for me later.
@wadepickett @tdykstra ... I'd like to see if Alma will put the form in for this. This is blocking me from wrapping up 10.0 work. I'm already working 11.0 at this point.
Hello @v-alje and Happy Holidays!
Can you fill out the form for me (I don't have access) for the following missing API?
Microsoft.Identity.Web.DownstreamApiExtensions
It's located here in the ref source ...
https://github.com/AzureAD/microsoft-identity-web/blob/master/src/Microsoft.Identity.Web.DownstreamApi/DownstreamApiExtensions.cs
It isn't marked for the API Browser ...
https://learn.microsoft.com/en-us/dotnet/api/?term=Microsoft.Identity.Web.DownstreamApiExtensions
@guardrex @wadepickett @tdykstra the Microsoft.Identity.Web namespace belongs to the Microsoft Authentication Library, rather than ASP .NET.
The documentation belongs in @Dickson-Mwendia's https://github.com/MicrosoftDocs/microsoft-authentication-library-dotnet repo. They are updating the Microsoft Authentication Library .NET API reference themselves.
What is the name of the NuGet package that needs to be added/updated?
@v-alje ... The package is .........
https://www.nuget.org/packages/Microsoft.Identity.Web.DownstreamApi
@Dickson-Mwendia Microsoft.Identity.Web.DownstreamApi has been added to the msal-model-dotnet-latest moniker configuration and the CI job has been run. Is this the appropriate moniker for Microsoft.Identity.Web.DownstreamApi? Should we move it to a different moniker?
CC: @guardrex @wadepickett @tdykstra