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.
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 localJetBrains.Annotations
namespace toMvvmValidation.Annotations
.