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
2021-07-02Preserve LargeAwareAddress image flag (#775)Jb Evain
2021-02-12Add ModuleDefinition.ImmediateRead (#713)Mike Voorhees
2021-01-07Allow removing value of ModuleDefinition::EntryPoint (#711)Marek Safar
2020-01-24Improves thread safety of lazy initializationsScott Ferguson
2019-08-05Don't rely on StrongNameKeyPair (#548)Anton Tykhyy
2019-06-21Add support for custom attributes on generic constraintsJb Evain
2019-04-18Address review comments.Zoltan Varga
2019-04-18Add support for emitting deterministic guids.Zoltan Varga
2019-03-05Remove support for the readonly builds as they don't make sense in a nuget worldJb Evain
2019-02-12Remove unused methodJb Evain
2019-02-12Use .net standard 2.0 APIsJb Evain
2019-02-12Only use custom CopyTo for net_3_5Jb Evain
2019-02-01Preserve subsystem version in NT headersJb Evain
2019-01-29Remove internal IMetadataSymbolWriter that prevents external composition of s...Jb 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-02-05Develop/issue 485 (#486)Steve Gilham
2017-11-16Introduce a new action based ReadJb Evain
2017-10-28Avoid crashing if the runtime string is emptyJb Evain
2017-10-25Style and patternsJb Evain
2017-10-10Include Mono.Cecil.Tests.csproj in netstandard buildTomas Matousek
2017-08-29Add assembly references to the overridable import APIJb Evain
2017-06-08Stream must be readable and seekable (#409)Simon Cropp
2017-06-02Add support for source link and embedded sources custom debug infosJb Evain
2017-05-04add readonly configSimon Cropp
2017-04-26Dispose owned stream even when an exception is thrownJb Evain
2017-04-21Try to get a name from an input streamJb Evain
2017-04-04Clear out symbols that we can't processJb Evain
2017-03-30Target sStream is zeroed later, no need to set its position for writingJb Evain
2017-03-29Revert "Zero stream before writing a ReadWrite module. Fix #368"Jb Evain
2017-03-29Zero stream before writing a ReadWrite module. Fix #368Jb Evain
2017-03-22Remove the PCL profileJb Evain
2017-03-22Treat netstandard as a core library; Fix #362Jb Evain
2017-03-17Merge pull request #346 from jbevain/netcore-reflection-importerJb Evain
2017-03-17Fix #357, give read access to our streamJb Evain
2017-03-17Revert "Open file with ReadWrite share mode if ReaderParameters.ReadWrite is ...Jb Evain
2017-03-15Open file with ReadWrite share mode if ReaderParameters.ReadWrite is trueVirgile Bello
2017-03-14Merge pull request #354 from erozenfeld/System.Private.CoreLibJb Evain
2017-03-14Recognize System.Private.CoreLib as a core library.Eugene Rozenfeld
2017-03-13Add support for deterministic debug directoryJb Evain
2017-03-13Add support for the new embedded compressed ppdbJb Evain
2017-03-09Bring the ReflectionImporter to NET_COREJb Evain
2017-02-23Support ReadSymbols() on .NET CoreSven Boemer
2017-02-21Allow timestamp customization by module and writer parametersJb Evain
2017-02-21Preserve PE timestamps.Rolf Bjarne Kvinge
2017-02-13Improve argument checkingJb Evain
2017-01-28Add best effort reading and writing of debug symbolsJb Evain
2016-12-06Provide an API to return all custom attributes defined in a moduleJb Evain
2016-07-28Add and use CheckFileNameJb Evain