AArnott / CodeGeneration.Roslyn

Assists in performing Roslyn-based code generation during a build.
Microsoft Public License
408 stars 59 forks source link

Fix tests #118

Closed amis92 closed 5 years ago

amis92 commented 5 years ago

There was a problem on netcoreapp2.1 fx because one fx reference was missing for .NET Core app: System.Private.CoreLib.dll.

Adding the reference fixes running tests, so I've reenabled failing on them for cloud builds.