roji / AsyncRewriter

Uses Roslyn to rewrite synchronous C# methods into async counterparts
MIT License
54 stars 10 forks source link

Support external assemblies #4

Open roji opened 9 years ago

roji commented 9 years ago

When compiling the provided sources, there may be references to classes in external assemblies. In order to do async rewriting we must be aware of these assemblies.

Add a way to include arbitrary assemblies via MSBuild properties.