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
In my WPF application, Prism and CommunityToolkit.Mvvm are used to operate a counter through the view model. When I don't use NetBeauty 2.0, the program can run normally in both Debug mode and Release mode. However, when I use NetBeauty 2.0 and publish the application, the program cannot start.
To confirm the correctness of the .csproj configuration I used, I used NetBeauty 2.0 in another blank .NET WPF project (and used exactly the same configuration), but without using Prism + CommunityToolkit.Mvvm. After publishing, I found that the application can work normally.
I am not sure whether there is a problem with my usage or there are some minor compatibility issues between NetBeauty 2.0 and MVVM.
So, asccording to the author's suggestion, I prepared a demo in order to reproduce this problem:
In my WPF application, Prism and CommunityToolkit.Mvvm are used to operate a counter through the view model. When I don't use NetBeauty 2.0, the program can run normally in both Debug mode and Release mode. However, when I use NetBeauty 2.0 and publish the application, the program cannot start.
To confirm the correctness of the
.csproj
configuration I used, I used NetBeauty 2.0 in another blank .NET WPF project (and used exactly the same configuration), but without using Prism + CommunityToolkit.Mvvm. After publishing, I found that the application can work normally.I am not sure whether there is a problem with my usage or there are some minor compatibility issues between NetBeauty 2.0 and MVVM.
So, asccording to the author's suggestion, I prepared a demo in order to reproduce this problem:
WPFNetBeautyDemo.zip
I wonder if there are other users who have encountered similar problems?
Thanks.
The text was updated successfully, but these errors were encountered: