Created
April 8, 2021 02:16
-
-
Save phil-scott-78/e4269129bb3631bd10e4a96f2a940e11 to your computer and use it in GitHub Desktop.
External annotations for Spectre.Console
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="Spectre.Console"> | |
<member name="T:Spectre.Console.Cli.ICommand"> | |
<attribute ctor="M:JetBrains.Annotations.UsedImplicitlyAttribute.#ctor(JetBrains.Annotations.ImplicitUseTargetFlags)" > | |
<argument>5</argument> | |
</attribute> | |
</member> | |
<member name="T:Spectre.Console.Cli.CommandSettings"> | |
<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
Put this file in the root in a folder named
ExternalAnnotations
and Rider and Resharper will no longer complain about Spectre.Console settings and commands not being used.