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-07-16Fix MdbWriter to produce the correct MVID in case deterministic output is req...vitek-karas
2020-02-13Changing PdbReaderProvider to accept create EmbeddedPDB from stream. (#648)Thays Grazia
2019-08-30Clean public API of Mono.Cecil.PdbJb Evain
2019-08-30Add support for reading and writing document checksums in native pdbs (#616)Jb Evain
2019-08-30Update to the MIT licensed CCI from github.com/microsoft/cci (#615)Jb Evain
2019-03-05Remove support for the readonly builds as they don't make sense in a nuget worldJb Evain
2019-02-12Run symbols tests in ReadOnly mode as wellJb Evain
2019-02-12Rename test assembly right now to avoid collisions with other test projectsJb Evain
2019-02-12Fix tests on dotnet core / macosJb Evain
2019-02-12Move to SDK style projectsJb Evain
2019-01-29Remove internal IMetadataSymbolWriter that prevents external composition of s...Jb Evain
2018-11-25Fix #550: Fix flag test to correctly skip parametersVasili Galka
2018-09-21Get all tests projects run with dotnet testJb Evain
2018-06-15Do not throw if versions of the pdb are not zero as long as guid matchJb Evain
2018-03-07Fix type parsing in native pdb readerJb Evain
2018-03-03Add tests for mdb symbol mismatchJb Evain
2018-03-03Provide a better exception when symbols are not found or not matching the ass...Jb Evain
2018-03-02Switch to using document guidsJb Evain
2017-11-17Fix #461: wrong StateMachineScopeDebugInformation APIJb Evain
2017-11-17Fix #462: incorrect AsyncMethodBodyDebugInformation APIJb Evain
2017-11-16Fix reading mdb scope end (#466)Jb Evain
2017-09-28Prevent a crash when reading VB generated pdbJb Evain
2017-09-20Fixed invalid format in String.FormatHimura Kazuto
2017-07-18Update Mdb library from upstreamJb Evain
2017-06-08Do not crash on empty import symbolJb Evain
2017-06-02Add support for source link and embedded sources custom debug infosJb Evain
2017-05-17Add testJb Evain
2017-05-17Fix setting imports for native pdb scopesJb Evain
2017-05-04add readonly configSimon Cropp
2017-03-30Enable restoring of Cecil as a P2P reference in .NET CoreSven Boemer
2017-03-22Bring Mono.Cecil.Mdb and Mono.Cecil.Rocks to netstandard as wellJb Evain
2017-03-22Make Mono.Cecil.Pdb compile on netstandardJb Evain
2017-03-21Remove empty lineJb Evain
2017-03-21Merge pull request #353 from jbevain/native-pdb-integrationJb Evain
2017-03-21Avoid making CodeReader re-entrantJb Evain
2017-03-21Add support for writing back constantsJb Evain
2017-03-21Refactor and adjust coding styleJb Evain
2017-03-21NativePdb roundtrip for iterators, state machine, scopes and using namespace;...Virgile Bello
2017-03-17Make symbols readers and writers provide their counter partJb Evain
2017-03-14Added .editorconfig to use indent_style tabs (for VS2017)Virgile Bello
2017-03-13Add support for the new embedded compressed ppdbJb Evain
2017-03-09Fix handling of hidden sequence pointsJb Evain
2017-02-11Do not require loading native pdb reader by default if we only find portable ...Jb Evain
2016-10-27Fix roundtrip of native pdb info with no sequence pointsJb Evain
2016-10-23Changed PdbReaderProvider.IsPortablePdb so that it now uses FileShare.Read in...Tom van der Kleij
2016-10-20Skip pdb slots setting parameter namesJb Evain
2016-10-20Add support for pdb scopes serialized flatJb Evain
2016-10-20Remove blank lineJb Evain
2016-10-16Use .net desktop buildsJb Evain
2016-10-16Fix reading the source file for a mdb line entryJb Evain