-
Notifications
You must be signed in to change notification settings - Fork 178
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
Migrate .NET Framework 4.6.2 to .NET 6 #29
base: master
Are you sure you want to change the base?
Conversation
Is this getting merged? |
One thing - I did not do unit tests. Because the new version of the svg->xaml converter adds unique element guid's each time. I thought to discuss this with the owner of the repository, but there has been silence for a long time. And so everything works correctly. |
Also, I was wondering. Why isn't this targeted to .Net Standard 2.0? Update: Never mind. I see it uses SharpVectors.Converters.Wpf. |
That was experimental feature for hit testing and it is removed now. In the previous release before 1.8.0, you can simple set the interactivity property in the settings to While developing the new features, I posted an invitation #30 to test it and provide feedbacks, but there was no response. |
Test app(WpfTestSvgSample) at https://github.com/ElinamLLC/SharpVectors does the same or not? So this project is not so necessary. The funny thing is that the original library (on the basis of which this project is made) SharpVectors has fewer stars. |
WpfTestSvgSample is simply a demo sample for the
It is necessary. It can be simplified though, by using the new converter class. The new converter class can use multiple directory sources that is not demonstrated by WpfTestSvgSample for instance.
This app extended SharpVectors to provide |
Why not.
Also updated all nuggets.