Hello, Thanks for the update. Any plans to create ...
# pact-net
e
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
If you re-read the update, there is a pull request that covers your very point 🙂
https://github.com/DiUS/pact-workshop-dotnet-core-v3/pulls and this point in particular https://github.com/DiUS/pact-workshop-dotnet-core-v3/pull/7#issuecomment-1523213495 we are more than happy for our community to help build out and contribute to the example repos and workshops as well as our actual repos that contain the core pact code
e
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.