Use stripped-down resolver for perf (no GAC, deferred reading mode)#54
Conversation
1dc6eb7 to
7e3dcdc
Compare
|
@jnm2 this is currently failing during integration tests |
|
Nice! |
7e3dcdc to
1e60ab8
Compare
|
@sharwell On the master branch, Mono.Cecil is resolving mscorlib from the GAC as the core library for The failure is due to this PR removing GAC loading which causes |
|
I think the fix may require the target to resolve the netstandard1.6 core library (netstandard.dll?) and pass the path as a new parameter to the annotator. Going to get the targets PR merged first. |
6685c82 to
ed08a08
Compare
|
Failing with I verified locally that this happens to be fixed if I cherry-pick the first commit of #67. |
|
Rebased now that #67 is merged (rebasing wasn't needed, but I also wanted to retrigger CI) |
|
@sharwell CI passed. |
Contributes to #53.
Total assembly resolve time is 964 ms (version 1.0.0-alpha.99.g7d2f4a388d):
Where alpha.97 took 8328 ms:
Total time is now 17.4 seconds: