Fred

Results 16 comments of Fred

@Friendly0Fire I did some work on the redesign on my fork. Some minor things are to be done, yet. But it seems to work so far. Are there any open...

Based on https://github.com/dotnet/wpf/discussions/8488 WPF should be trimmable now. I've read that they also implemented native AOT for WPF with .NET 8, if I recall correctly. But can't find the issue...

Hey Simon, thanks for your quick response! Regarding 1.: Like you said, restarting the app will fix that. Regarding 2.: Ah yes, now I see! That seems as expected, indeed....

Have you tried uninstalling it via Visual Studio Installer? Launch it, choose the VS version and click Change. On the right you should see XAML Styler as a installed extension.

Could be fixed by #453. But for that we need a new release. @grochocki, @NicoVermeir, is there any chance to publish a release, please?

Tried this PR as well, did work for my non-admin account on Windows 10. EDIT: in order to run this script, one needs to set `Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass`...