Skip to content

Commit

Permalink
PMI: start keeping track of missing and failing things (dotnet#132)
Browse files Browse the repository at this point in the history
Start keeping tabs on assemblies that won't load, types that can't
be instantiated, and methods that can't be instantiated.

Note this does not track methods that fail to jit. Need to think
about that some more.

Add provisional support for running PMI on all the assemblies in a
directory tree (core only for now). Report aggregate stats if we end
up PMIing multiple assemblies.

Convert remaining formatting in pmi.cs to interpolated style.
  • Loading branch information
AndyAyersMS authored Jun 4, 2018
1 parent 91a5536 commit 692b27f
Showing 1 changed file with 201 additions and 56 deletions.
Loading

0 comments on commit 692b27f

Please sign in to comment.