-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rewrite XAML build to use a Roslyn source generator #6974
Comments
Looking forward to this improvement |
What would be the benefits of spending time and resources on this? |
@miloush Such as remove the |
@lindexi why is that a problem? Is there something we cannot currently do that a source generator would fix? |
@miloush Some friends are troubled by the fact that sometimes the |
Potentially faster builds. |
Maybe can fix #4544 I've tried to fix this before without success. One of the reasons is that it is difficult to change the current logical code. |
I went through the code and this is a big task with a lot of test cases needed. If someone goes ahead, please make sure it works with VB.NET projects. (And obviously we lose other languages with CodeDom providers but I am not extremely concerned about those.) |
Rewrite the XAML build process to use a Roslyn code generator instead of
GenerateTemporaryTargetAssembly
and related tasks.The text was updated successfully, but these errors were encountered: