You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 17, 2020. It is now read-only.
Back to my original example, I still can't make this task work.
I'm not sure whether this represents an issue of RoslynCodeTaskFactory, but a different behaviour is observed when compiling from VS (it fails, trying to load net46 .dll) and from cli (it also fails, but trying to load netstandard1.5 .dll instead), while it works when using VS built-in CodeTaskFactory.
Back to my original example, I still can't make this task work.
I'm not sure whether this represents an issue of RoslynCodeTaskFactory, but a different behaviour is observed when compiling from VS (it fails, trying to load
net46.dll) and from cli (it also fails, but trying to loadnetstandard1.5.dll instead), while it works when using VS built-in CodeTaskFactory.To invoke it:
Full example can be found here (tested with v1.2.1).