Irvin Waldman

Results 7 comments of Irvin Waldman

It's been a while since I ran the project. Let me review.

A lot has changed and I have not kept up with this project. I welcome PRs!

Followed the steps above and worked out nicely. Thanks!

Tried to install ui-next-spkg and got "Installing namespaces. Failed to fetch"

Was able to download the file. Is that what you needed to know?

I was able to implement support for info and operations extensions via the `IDocumentFilter`. ```csharp public class DocumentFilter : IDocumentFilter { public void Apply(IHttpRequestDataObject request, OpenApiDocument document) { if (!document.Info.Extensions.ContainsKey("x-ms-keywords"))...