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

Delete JetBrains assembly from bin? #1

Closed kkalitowski closed 11 years ago

kkalitowski commented 11 years ago

Simon, perhaps JetBrains.Annotations.dll should be deleted from the bin folder after all of the references to it are removed? It seems like an obvious thing to do so I'm thinking you are intentionally leaving the assembly there.

Sure I can manually remove the assembly during each deployment but I'd rather see it done automatically if possible. If you agree I can add the line or so of code to do this.

Thanks, Kevin

SimonCropp commented 11 years ago

Cool. Pull Request?

kkalitowski commented 11 years ago

I have the code but I chose to use VS 2013 to do the code changes and it gives me a 403 when I try to publish my branch 0_o. ETA unknown. It's my first time using Git so I assume its my lack of knowledge causing the issues.

kkalitowski commented 11 years ago

Pull request created.