AspNetCore.Docs icon indicating copy to clipboard operation
AspNetCore.Docs copied to clipboard

[10.0] Missing API

Open guardrex opened this issue 2 months ago • 2 comments

@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

guardrex avatar Nov 19 '25 14:11 guardrex

TDykstra already has a work item in for a ref gen run I believe. Thanks guardrex!

wadepickett avatar Nov 19 '25 22:11 wadepickett

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.

guardrex avatar Nov 20 '25 12:11 guardrex

@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 avatar Dec 15 '25 12:12 guardrex

@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 avatar Dec 15 '25 23:12 v-alje

@v-alje ... The package is .........

https://www.nuget.org/packages/Microsoft.Identity.Web.DownstreamApi

guardrex avatar Dec 16 '25 13:12 guardrex

@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

v-alje avatar Dec 16 '25 19:12 v-alje