Last active
July 5, 2020 14:24
-
-
Save phil-scott-78/addc6f1d02c643f0b2960d1680e47b08 to your computer and use it in GitHub Desktop.
External Annotations
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<assembly name="AutoMapper"> | |
<member name="T:AutoMapper.Profile"> | |
<attribute ctor="M:JetBrains.Annotations.UsedImplicitlyAttribute.#ctor(JetBrains.Annotations.ImplicitUseTargetFlags)" > | |
<argument>5</argument> | |
</attribute> | |
</member> | |
</assembly> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<assembly name="FluentValidation"> | |
<member name="T:FluentValidation.AbstractValidator`1"> | |
<attribute ctor="M:JetBrains.Annotations.UsedImplicitlyAttribute.#ctor(JetBrains.Annotations.ImplicitUseTargetFlags)" > | |
<argument>5</argument> | |
</attribute> | |
</member> | |
</assembly> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<assembly name="MediatR"> | |
<member name="T:MediatR.IRequestHandler`2"> | |
<attribute ctor="M:JetBrains.Annotations.UsedImplicitlyAttribute.#ctor(JetBrains.Annotations.ImplicitUseTargetFlags)" > | |
<argument>5</argument> | |
</attribute> | |
</member> | |
</assembly> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To use place in a folder named
ExternalAnnotations
off the root of your project and reload your solution. Maybe clear the cache of Resharper because sometimes it takes a few tries for it to pick it up if it's new.