tom-englert / JetBrainsAnnotations.Fody

Converts all JetBrains ReSharper code annotation attributes to External Annotations, so you can provide R# annotations to 3rd parties but don't need to deploy JetBrainsAnnotations.dll.
MIT License
39 stars 6 forks source link

Always generate ExternalAnnotations.xml #13

Open TheConstructor opened 1 year ago

TheConstructor commented 1 year ago

When adding a reference to JetBrainsAnnotations.Fody, it seems the build will fail until a JetBrains.Annotations is actually used anywhere in the project. Please add an option to just generate an empty file in this case, as what would happen, when only using JetBrains.Annotations on internal elements