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
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:
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.
Another issue I had at build was a missing resource so I added this to App.xaml:
Maybe I am missing some kind of global definition?
The text was updated successfully, but these errors were encountered: