fooberry

Sweetness without context.

ReSharper Tip of the Day -- Add UsingTask

September 8th 2008

While working in an MSBuild file I notice ReSharper will help you out with using new tasks. If you use one it doesn’t know, it’ll offer to add its UsingTask statement to reference it.

It’ll throw this in at the top of the document.

<UsingTask TaskName="Fooberry" AssemblyName=""/>>
blog comments powered by Disqus