JetBrainsAnnotations.Fody icon indicating copy to clipboard operation
JetBrainsAnnotations.Fody copied to clipboard

Added ability to use custom assembly containing embedded R# annotations

Open jpeirson opened this issue 6 years ago • 1 comments

Simply modify the FodyWeavers.xml file with a couple of attributes to enable this behavior, e.g.:

<Weavers>
  <JetBrainsAnnotations assembly="MyInternalResharperAnnotations" remove="true"/>
</Weavers>

See also updated section in README.md.

jpeirson avatar Sep 21 '18 17:09 jpeirson

Fixed issue with using wrong Config element, for modifying own assembly.

jpeirson avatar Sep 21 '18 18:09 jpeirson