Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-05-06Enable resolving of .netmodule references (#5767)Wolfgang Ziegler
2018-03-21Enable local strongname signing (#5582)Jan Kotas
sign.targets defaults assume that the strongname signing will be done by the official strongname keys. We do not want that for ILVerification.dll since we have our own local checked in key.
2018-03-07[ILVerify] Fix include/exclude pattern matching by using fully qualified ↵Michael Mayr
method name and added some verbose output (#5416) * Fix include/exclude pattern matching by using fully qualified method name and added some verbose output * Added missing file * fix stringification of FieldDesc, MethodDesc and TypeDesc * Print progress as it goes * Handle empty namespace in GetQualifiedMethodName * Use simple counters for statistics and incorporated additional PR feedback * Removed ProcessedMethodTracker class and do all counting/printing logic directly in the VerifyAssembly method
2018-03-01Fix ILVerification.Tests project (#5471)Julien Couvreur
* Use correct name to fetch embedded resource * Fix the test project * Use GetTypeInfo().Assembly
2018-03-01Use correct name to fetch embedded resource (#5464)Julien Couvreur
2018-02-24Convert ILVerify, ILVerification and ILVerification.Tests to old build (#5351)Andon Andonov
* Convert ILVerify, ILVerification and ILVerification.Tests to old build system * Respond to PR Feedback * Change target frameworks add runtime config * Change accessor and debugging files * Mirror ILCompiler debugging in ILVerify * Case change * Add runtime options property to ILVerify runtime json
2018-02-14Typos (#5386)John Doe
* acces -> access * accesss -> access * acknowleges -> acknowledges * actitivy -> activity * Additonally -> Additionally * Activable -> Activatable * adjustting -> adjusting * Aggresive -> Aggressive * agressively -> aggressively * agressive -> aggressive * Aleady -> Already * alernate -> alternate * aligh -> align * Alloctor -> Allocator * allready -> already * Althought -> Although * Amonst -> Amongst * anthing -> anything * Anthyhing -> Anything * Aquired -> Acquired * aquire -> acquire * Architecure -> Architecture * Arthimatic -> Arithmetic * artiface -> artifact * artifical -> artificial * Arugment -> Argument * assigining -> assigning * atomicly -> atomically * auxillary -> auxiliary * avilability -> availability
2018-01-18ILVerify: split into exe and library (#5258)Julien Couvreur