JetBrainsAnnotations.Fody
JetBrainsAnnotations.Fody copied to clipboard
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.
While not for everyone, it could help when using `InternalsVisibleToAttribute`
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...
In multi target solutions, the fixed output path of the `[AssemblyName].ExternalAnnotations.xml` leads to problems. If such a solution is build in parallel multiple programs, will attempt to write possible different...
Simply modify the FodyWeavers.xml file with a couple of attributes to enable this behavior, e.g.: ```xml ``` See also updated section in `README.md`.