Skip to content
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

Preprocessor blocks UI #7

Open
lastWords opened this issue Aug 23, 2020 · 0 comments
Open

Preprocessor blocks UI #7

lastWords opened this issue Aug 23, 2020 · 0 comments

Comments

@lastWords
Copy link

I noticed the preprocessor only flashes a progress bar after a delay before the "complete" notification is displayed. Looks like the UI is blocked and call to GeneratePreprocessingAsync should be made on a separate thread, i.e.

            line 194: await Task.Run(() => processor.GeneratePreprocessingAsync(preprocessingFile));

Another issue I had at build was a missing resource so I added this to App.xaml:

 <Application.Resources>
    <XamlControlsResources xmlns="using:Microsoft.UI.Xaml.Controls" />
</Application.Resources>

Maybe I am missing some kind of global definition?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant