Hello,
Thanks for the update. Any plans to create a minimal API example without a startup class as this is what new .NET 6.0 projects involve (all is in Program.cs). Many thanks!
👋 1
y
Yousaf Nabi (pactflow.io)
04/26/2023, 5:13 PM
If you re-read the update, there is a pull request that covers your very point 🙂
Quickly looking at it, I still see that the provider uses the startup file mechanism like before, rather than the Program.cs. Will give it a more in depth look.