New Compilation
#75439
-
Hello, in previous Version 4.8.0 getting a compilation from a project and then removing all syntaxtrees from that compilation and adding a new syntaxtree to the same compilation (tree has no errors) has semantic errors now, before it worked. Errors are: system references are missing (like Func<>, Span<>, ...). Checking the compilation for errors before changing the trees everything is fine?!? |
Beta Was this translation helpful? Give feedback.
Answered by
biqas
Oct 8, 2024
Replies: 1 comment 5 replies
-
Can you please be more specific? Provide some sample code, what you expect the behavior to be, and what it is instead? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I guess this was in this instance the detail which mattered :), tried to just add the template.SyntaxTree and it has no Errors anymore. Thx.