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

github.com/mono/cecil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-07Avoid using constant; Fix #658 (#660)Jb Evain
2019-02-12Use .net standard 2.0 APIsJb Evain
2019-01-31Fix resolving mscorlib against .net 1.1. Fix 276Jb Evain
2018-03-02Check -api folders for mscorlib on MonoJb Evain
2017-10-25Style and patternsJb Evain
2017-10-25Merge branch 'integrate-444' into NetStandardTestsJb Evain
2017-10-12Change `BaseAssemblyResolver.SearchDirectory` to protected virtualJoel Martinez
2017-10-10Include Mono.Cecil.Tests.csproj in netstandard buildTomas Matousek
2017-05-29Add an AssemblyResolutionException constructor that takes an inner exception.Rolf Bjarne Kvinge
2017-05-26On Mono also resolve assemblies in the Facades folderJb Evain
2017-03-22Remove the PCL profileJb Evain
2017-03-01Make AssemblyResolutionException available on coreSven Boemer
2017-02-13Improve argument checkingJb Evain
2017-01-25Fix BaseAssemblyResolver.SearchDirectory to try both .exe and .dll when searc...Eugene Rozenfeld
2016-11-28Remove unused overloads from IAssemblyResolverJb Evain
2016-09-23Make BaseAssemblyResolver.Dispose suppress finalizationJb Evain
2016-07-28Fix warningsJb Evain
2016-07-28Protect against module leaks triggered by the AssemblyResolverJb Evain
2016-07-27Seal typesJb Evain
2016-01-23Merge branch 'master' into net_coreJb Evain
2015-11-09Look for winmd file if it's a Windows Runtime reference.Ignas Ziberkas
2015-05-28Remove support for building against SL and the CF in favor of a PCLJb Evain
2015-05-28Compiling version of PCLJb Evain
2015-05-11AssemblyNameReference.Version should never return null. Fixes #212Jb Evain
2015-05-01Add support for the .net core profileJb Evain
2015-04-22Simplify headerJb Evain
2015-04-22Update copyrightsJb Evain
2014-12-02Also look into the GAC_64Jb Evain
2013-06-18Handle resolving of retargeteable referencesJb Evain
2011-07-09Add serialization ctor to serializable exceptions.Jb Evain
2011-07-09Make exceptions serializable. Fixes #74.Jb Evain
2011-04-04Update copyrightjbevain
2011-02-26Fix CF and SILVERLIGHT buildjbevain
2011-02-18Throw a specialized AssemblyResolutionExceptionjbevain
2011-01-21Properly use StringBuilderjbevain
2010-12-13Consider null version as zero when resolvingjbevain
2010-11-24Add overloads to IAssemblyResolver.Resolve which take a ReaderParameters for ...Jb Evain
2010-11-05Fix the computation of the gac path on MonoJb Evain
2010-07-24delay the gac paths creationjbevain
2010-05-06add ResolveFailure last chance event, fix issue #9jbevain
2010-04-30do not depend on Version.ToString which changed in .net 4.0jbevain
2010-04-23add support for the net_4_0 GACjbevain
2010-04-16compile of the Compact Frameworkjbevain
2010-04-12initial commitjbevain