It's always hard to write integrations tests and eventually, I found your project. This is an amazing solution. Thanks for your efforts on this.
I setting up tests for a new project to which I sign up. And trying to use it.
However when I execute test it throughs the exception
"This version of MyTested.AspNetCore.Mvc only supports ASP.NET Core 5.0 applications but the 6.0.0 web framework was"
The project is written with .net 5 and .net 6 able to run it without any issue. I can set up .net 5 but I'm already moved to new apple silicon and .net 5 works very slow on m1. Is there any way to disable runtime framework checks?
It's always hard to write integrations tests and eventually, I found your project. This is an amazing solution. Thanks for your efforts on this.
I setting up tests for a new project to which I sign up. And trying to use it.
However when I execute test it throughs the exception
"This version of MyTested.AspNetCore.Mvc only supports ASP.NET Core 5.0 applications but the 6.0.0 web framework was"
The project is written with .net 5 and .net 6 able to run it without any issue. I can set up .net 5 but I'm already moved to new apple silicon and .net 5 works very slow on m1. Is there any way to disable runtime framework checks?