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 (Collapse)Author
2022-01-20Fix deterministic MVID and add PdbChecksum (#810)Vitek Karas
* Fix deterministic MVID and add PdbChecksum (#31) * Fix how pdb path is calculated in the tests * Fix portable PDB stamp in CodeView header (#32) * Introduce ISymbolWriter.Write This mostly cleans up the code to make it easier to understand. `ISymbolWriter.GetDebugHeader` no longer actually writes the symbols, there's a new `Write` method for just that. The assembly writer calls `Write` first and then the image writer calls `GetDebugHeader` when it's needed. This is partially taken from https://github.com/jbevain/cecil/pull/617.
2019-10-18Fix invalid ComputeHash from ByteByffer array computationJerome Laban
2019-08-05Don't rely on StrongNameKeyPair (#548)Anton Tykhyy
2019-06-01Remove unsafe codeJb Evain
2019-05-31Compute deterministic mvid from metadataJb Evain
2019-03-05Remove support for the readonly builds as they don't make sense in a nuget worldJb Evain
2019-02-12Use .net standard 2.0 APIsJb Evain
2017-03-22Remove the PCL profileJb Evain
2016-01-23Merge branch 'master' into net_coreJb Evain
2015-05-28Simplify ifdefing out of CryptoServiceJb Evain
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-28On-going work for PCL supportJb Evain
2015-05-01Add support for the .net core profileJb Evain
2015-04-22Simplify headerJb Evain
2015-04-22Update copyrightsJb Evain
2014-09-24Fix compilation warningSebastien Lebreton
2013-11-01Throwing that specific exception will change the stacktrace to point at the ↵Ungureanu Marius
new exception point, instead of the original.
2011-04-04Update copyrightjbevain
2010-08-20computing the checksum is not necessaryjbevain
2010-04-16compile of the Compact Frameworkjbevain
2010-04-12initial commitjbevain