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
2019-02-12Use .net standard 2.0 APIsJb Evain
2019-02-12Only use custom CopyTo for net_3_5Jb Evain
2019-02-12Move to SDK style projectsJb Evain
2019-02-09Fix off-by-one error in SignatureReader.ReadUTF8String()Alexander Köplinger
2019-02-01Preserve subsystem version in NT headersJb Evain
2019-01-31Fix resolving mscorlib against .net 1.1. Fix 276Jb Evain
2019-01-31Fix reading of obfuscated self referencing typeref row. Fix #555Jb Evain
2019-01-31Simplify IsVarArg. Fix #562Jb Evain
2019-01-31Metadata tables should be stable sortedJb Evain
2019-01-29Remove internal IMetadataSymbolWriter that prevents external composition of s...Jb Evain
2018-11-29Add a way to set a method debug info to nullJb Evain
2018-10-04Do not skip trailing null char in custom attribute stringsJb Evain
2018-09-19removed usage of `nameof` in `ResolutionException`Joel Martinez
2018-09-19Added additional `ResolutionException` overload Joel Martinez
2018-06-15Do not crash if a constant signature type is zeroJb Evain
2018-06-08Merge pull request #504 from atykhyy/issue/504Jb Evain
2018-06-08Refactor AddLayoutInfoJb Evain
2018-06-02Fully qualified name for mscorlib was not properly serialized in attribute me...Virgile Bello
2018-03-23Add a ClassLayoutTable row for structs with no instance fieldsAnton Tykhyy
2018-03-07Fix type parsing in native pdb readerJb Evain
2018-03-07Do not create false type references when calling ModuleDefinition.GetTypeJb Evain
2018-03-05Pluralize symbolsJb Evain
2018-03-03Provide a better exception when symbols are not found or not matching the ass...Jb Evain
2018-03-02Merge pull request #492 from EdHarvey/null_debug_info_with_bodyJb Evain
2018-03-02Merge pull request #491 from jbevain/documentJb Evain
2018-03-02Switch to using document guidsJb Evain
2018-03-02Merge pull request #373 from Unity-Technologies/upstream-dont-call-windowsrun...Jb Evain
2018-03-02Allow type extending the importers to customize how scopes are importedJb Evain
2018-03-02Check -api folders for mscorlib on MonoJb Evain
2018-03-02null debug_info with bodyEd Harvey
2018-02-21Add [DebuggerDisplay] to CustomAttribute and SecurityAttribute (#479)Mike Voorhees
2018-02-05Develop/issue 485 (#486)Steve Gilham
2018-01-31Merge pull request #475 from sbomer/ilLibraryJb Evain
2018-01-17Protect against null reference exception when there is no yields in async methodVirgile Bello
2017-12-12Add ILLibrary ModuleAttributeSven Boemer
2017-11-22Add constructor arguments to ICustomAttribute. (#468)Rolf Bjarne Kvinge
2017-11-17Fix #461: wrong StateMachineScopeDebugInformation APIJb Evain
2017-11-17Fix #462: incorrect AsyncMethodBodyDebugInformation APIJb Evain
2017-11-16Introduce a new action based ReadJb Evain
2017-11-16Fix reading mdb scope end (#466)Jb Evain
2017-11-03Add test and fix for #459, Resolve failing on member obtained by GetMemberRef...Jb Evain
2017-10-31Fix setting of known value typesJb Evain
2017-10-31Prevent usage of TypeDefinition.set_IsValueTypeJb Evain
2017-10-28Avoid crashing if the runtime string is emptyJb 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-08-31Gracefully handle zero ranges and inline callsJb Evain
2017-08-31Protect against null variable and constant debug informationJb Evain