Safia Abdalla
Safia Abdalla
> The link in βhereβ seems to be wrong, can you provide the right one? Ooops. That should've been a link to https://github.com/dotnet/runtime/issues/29887. π > Can you explain this? What...
> I think it's important that MS eventually also even owns the JSON Schema model and generate it as part of System.Text.Json, eventually even the JsonConverter should have a "ConvertSchema"...
@swythan Yes, Swagger UI operates fairly independently of the OpenAPI document generation pattern. Most of the magic is in bundling the static web assets needed by Swagger UI and giving...
> We use filters and customizations a lot on the openapi generation. Mainly around conventions like schema naming, but also to add the correct authentication schemes based on the authorization...
> Just to add that we make fairly extensive usage of the currently available extension points to enhance/tweak our swagger output, things like: @jimcward I would be curious to learn...
> As an author of one of F# web frameworks around asp.net I'd like to ask for an extension method to explicitly specify inbound/return types of minimal API handler. And...
> @captainsafia the tool is called "kiota", not "kioata". You might want to update your references in this issue here just for search purposes. π€¦π½ββοΈ π Thanks! I've been misspelling...
@commonsensesoftware Any interest in helping with the example for this? I assume we'll want something similar to [this](https://github.com/dotnet/aspnet-api-versioning/blob/main/examples/AspNetCore/WebApi/MinimalApiExample/Program.cs). We may have to change the semantics of the HTTP client so...
> but I think I've got them resolved and I expect to have a .NET 8 release by EOW. Do you have a specific deadline? No specific deadline! Integrating this...
Problem with build - CSC : error CS8785: Generator 'RazorSourceGenerator' failed to generate source.
@GrtlinG0 Thanks for reporting this issue! Our CI builds are passing here so I assume that this issue is related to specific edits or configuration on your machine. @dotnet/razor-compiler in...