You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 12, 2020. It is now read-only.
Do the CustomAdditionalCompileInputs items get fed into the compiler, or simply trigger msbuild's incremental build to run the CoreCompile target? I'm trying to understand why changing the .sol file would lead to a different result in the code generation result.
OK, that makes sense. I won't get time for much or any OSS work over the next couple weeks, so if this is urgent, or if you just feel like contributing, I'd welcome a PR.
I tried to fix this with VS guys but it seems that it's only related to the CodeGeneration.Roslyn. See dotnet/project-system#5621 (comment) for details.
I think I'l try to manage to get some time in near future but I wonder what changes could be done without being rejected (e.g. because I invalidate caches too much).
My code generator has addiitonal inputs beside C# files. So I add
to the project. VS correctly starts build when file gets edited, but
CodeGenerator.Roslyn
doesn't regenerate files. I only seeBut resulting C# code doesn't reflect actual changes. Only when I rebuild the whole project I get correct results.
The text was updated successfully, but these errors were encountered: