Quick question: Is your ‘Toy’ project one project or 2 projects? In our use case we have a series of projects each one containing the FunctionApp code. We have a single, separate project for all the test cases. That ‘test case’ project has separate folders, one folder for each FunctionApp project.
I’m working on creating a ‘reproducer project’ pair: one project for the FunctionApp and a separate one for the test case.
1 Like
It’s a solution with one project and one test project with all the tests.
Being in separate folders or having multiple projects should not matter too much - as long as all the projects are properly known to the solution and are not excluded.
Thanks a lot for taking the time to create a repro project! Much appreciated.