• J
    Fix SDK path issues · 78ccc0a4
    Jared Parsons 提交于
    The command line tests are largely failing on CoreClr due to the
    inability to implicitly find the SDK directory. On desktop it's possible
    to use the directory containing the object assembly. On CoreClr there is
    no real equivalent. Fixed this by just writing out mscorlib to a
    directory on disk and making that directory explicitly the SDK
    directory.
    78ccc0a4
MockCSharpCompiler.cs 2.3 KB