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
path: root/Test
AgeCommit message (Expand)Author
2022-10-06Add arcade infrastructure to dotnet/cecil (#37)Tlakaelel Axayakatl Ceja
2022-09-30Address issue #873 (#874)Steve Gilham
2022-09-30ILProcessor should also update custom debug info (#867)Vitek Karas
2022-09-30Fix corrupted debug header directory entry when writing multiple such entries...Vitek Karas
2022-09-30Add support for generic attributes (#871)Sven Boemer
2022-02-22Fix custom attribute with enum on generic type (#827)Vitek Karas
2022-01-20Fix deterministic MVID and add PdbChecksum (#810)Vitek Karas
2022-01-20Harden debug scope update logic (#824)Vitek Karas
2022-01-20FieldRVA alignment (#817)David Wrighton
2022-01-14Switch to netcoreapp3.1 for tests (#823)Jb Evain
2021-08-13Addressing issue #781 (#782)Steve Gilham
2021-07-03Fix handling of empty string constants (#776)Jb Evain
2021-07-02Preserve LargeAwareAddress image flag (#775)Jb Evain
2021-06-30Avoid decompressing/compressing unresolved embedded source information (#771)Jb Evain
2021-06-24Add support for reading symbols of modules with multiple codeview debug entri...Jb Evain
2021-04-24Fix resolving from a ModuleReference (#730)AnakinSklavenwalker
2021-03-16Implement automatic handling of the HasFieldRVA field attribute. (#733)Jeremy Koritzinsky
2021-03-13Fix reading GenericInst constants in portable pdbs (#729)Jb Evain
2021-02-12Add ModuleDefinition.ImmediateRead (#713)Mike Voorhees
2021-02-12revert layout change (#720)Mike Voorhees
2021-02-12Fix type reference name in attribute argument getting mangled when such attri...Mike Voorhees
2021-01-07Allow removing value of ModuleDefinition::EntryPoint (#711)Marek Safar
2020-10-15A minimum tactical fix for issue #697 (#698)Steve Gilham
2020-10-13Add failing test for #694 (#695)Lucas Trzesniewski
2020-10-13Revert "Fix ReadSymbols in a Module that is already created (#686)"Jb Evain
2020-09-16Fix ReadSymbols in a Module that is already created (#686)Thays Grazia
2020-09-16Better way to update local scopes when method bodies are edited (#687)Vitek Karas
2020-09-16Unity's Windows Runtime changes (#394)Tautvydas Žilys
2020-07-24Automatically update local variable debug info (#676)Vitek Karas
2020-07-23Auto update local scopes in debug info when manipulating instructions (#677)Vitek Karas
2020-05-21Add Clear to ILProcessor (#662)MichalPetryka
2020-02-13Changing PdbReaderProvider to accept create EmbeddedPDB from stream. (#648)Thays Grazia
2020-01-31Fix locally scoped constant array (#644)Simon Cropp
2019-12-16Add index based method to ILProcessorMarek Safar
2019-12-10Allocate GenericArguments collections with the right sizesJb Evain
2019-10-18Add new places to look for peverifyJb Evain
2019-10-18Fix invalid ComputeHash from ByteByffer array computationJerome Laban
2019-06-29Don't verify attributes on generic constraints on MonoJb Evain
2019-06-25Add test for attributes on generic parameter constraintsJb Evain
2019-06-21Add support for custom attributes on generic constraintsJb Evain
2019-06-01Add test for deterministic scenarioJb Evain
2019-03-05Remove extra endifsJb 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-12Remove NET_4_0 define; If needed we can now use the dotnet core provided oneJb Evain
2019-02-12Remove local nunit copyJb Evain
2019-02-12Fix tests on dotnet core / macosJb Evain
2019-02-12Fix running import cecil tests on net40Jb Evain
2019-02-12Move caller attribute togetherJb Evain
2019-02-12We're only compiling cs filesJb Evain