machine / machine.specifications

Machine.Specifications is a Context/Specification framework for .NET that removes language noise and simplifies tests.
MIT License
886 stars 178 forks source link

Default namespace for JetBrains annotation attributes #282

Closed ulrichb closed 7 years ago

ulrichb commented 9 years ago

Using the method by internalizing all annotation types (as described in this blog post) we could use the default namespace for the JetBrains annotation attributes (instead of Machine.Specifications.Annotations).

This way, users don't have to configure the custom namespace in the ReSharper settings, and the [MeansImplicitUse] annotations of [Subject] and [Behaviors] work out of the box.

drauch commented 8 years ago

:+1: If you can provide a suitable pull request, I am willing to merge it :-)