pglazkov / MvvmValidation

Lightweight library that helps reduce boilerplate when implementing validation in XAML MVVM applications
MIT License
167 stars 31 forks source link

Using this library with the JetBrains.Annotations nuget package causes namespace conflicts #25

Closed redwolf2 closed 4 years ago

redwolf2 commented 4 years ago

The compiled binary does contain the JetBrains.Annotations namespace. This causes a problem on each project that is using theJetBrains.Annotations nuget package. You can avoid that by renaming your local JetBrains.Annotations namespace to MvvmValidation.Annotations.

grafik

pglazkov commented 4 years ago

Thanks for reporting this issue. Published a fix in version 3.1.1. Please let me know if it works for you.