When I created my Blazor Server app, I forgot to add OpenAI. Cheers, not only did you show me how to add it manually but you explained it so well! Cheers!
Is it possible to add XML documentation into the swagger page with Minimal APIs? I have done it with Controllers before, but it does not appear to work with Minimal APIs.
@@csharpfritz seems like it's not 100% complete at this stage. Any attempts to use .WithOpenApi() will ignore any parameter documentation entirely. Which is odd because this is the default setting. You have to remove it to get parameter documentation working again.
When I created my Blazor Server app, I forgot to add OpenAI.
Cheers, not only did you show me how to add it manually but you explained it so well!
Cheers!
Is it possible to add XML documentation into the swagger page with Minimal APIs? I have done it with Controllers before, but it does not appear to work with Minimal APIs.
Minimal APIs does support this with the new methods and support in .NET 7.
@@csharpfritz seems like it's not 100% complete at this stage. Any attempts to use .WithOpenApi() will ignore any parameter documentation entirely. Which is odd because this is the default setting. You have to remove it to get parameter documentation working again.
Do you plan to post a video on how to deploy minimal API on Azure portal? Thanks so much for your videos
That's a great idea... I'll add that to my list
@@csharpfritz thank you Sir
Thank you, sir.