jeffkl / RoslynCodeTaskFactory

An MSBuild CodeTaskFactory that uses Roslyn compiler for cross platform compatibility
MIT License
26 stars 3 forks source link

Add facade assemblies for NET46 #13

Closed jeffkl closed 6 years ago

jeffkl commented 6 years ago

Adds System.IO.FileSystem for now, I'll add more as they are reported.

Includes an assembly resolve handler to load the facades

Fixes #11

jeffkl commented 6 years ago

I tested this on Windows and it works. I'll test it on my Linux and Mac machines on Monday to make sure this doesn't break anything. I need to get a CI machine that is running Linux...

jeffkl commented 6 years ago

This worked on Linux and Mac.