Visual Studio Code – How I can run code analysis in .NET 6 / 8 application on Debug -> Start
I'm trying to configure my .NET 6 / 8 projects to run code analysis also on Debug => Start Debugging (F5) or Debug => Start Without Debugging (ctrl+F5) , but I can't do that. Writing something wrong in my code…