Dalstroem / FusionMVVM

[Deprecated] FusionMVVM is a toolkit made for WPF, and provides some easy-to-use features for creating MVVM applications, with focus on dependency injection and loosely-coupled design.
MIT License
0 stars 0 forks source link

ReSharper Annotations attributes are erased from metadata by default #18

Closed Dalstroem closed 9 years ago

Dalstroem commented 9 years ago

According to the Release Notes on JetBrains.Annotations, all usages of ReSharper Annotations attributes are erased from metadata by default, which means no actual binary reference to 'JetBrains.Annotations.dll' assembly is produced.

Just define 'JETBRAINS_ANNOTATIONS' conditional compilation symbol in the project file.

Dalstroem commented 9 years ago

Fixed in commit bb954e96f9dd14817ef711a9fc4c93e1613379fa.