annoyingb
✅ .net trying to find non-existent cs files
Error IDE1100 Error reading content of source file 'D:\Dev\C++\Test\TestCS\obj\Debug\net6.0\.NETCoreApp,Version=v6.0.AssemblyAttributes.cs' -- 'Could not find file 'D:\Dev\C++\Test\TestCS\obj\Debug\net6.0\.NETCoreApp,Version=v6.0.AssemblyAttributes.cs'.'. AndromedaCS D:\Dev\C++\Test\TestCS\obj\Debug\net6.0\.NETCoreApp,Version=v6.0.AssemblyAttributes.cs 1 Active
I am getting this error though my build directory is outside of the TestCS project. I am building it as a dll and it keeps trying to find AssemblyAttributes.cs and AssemblyInfo.cs and GlobalUsings.cs etc and I don't know why. I am using 4.7.2.44 replies