.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Daniel Grunwald bdea1950a8 Add `#if !NETCORE` around extension methods that are included with .NET Core 3 5 years ago
..
BitSet.cs
BusyManager.cs
CSharpPrimitiveCast.cs Fix #1795: `InvalidCastException: Cast from Boolean to Int64 not supported` when decompiling enum with bool constants 6 years ago
CacheManager.cs
CallbackOnDispose.cs Fix CA1507:UseNameofInPlaceOfString, adjust formatting of some older source files copied from NRefactory. 6 years ago
CollectionExtensions.cs Add `#if !NETCORE` around extension methods that are included with .NET Core 3 5 years ago
EmptyList.cs Fix CA1507:UseNameofInPlaceOfString, adjust formatting of some older source files copied from NRefactory. 6 years ago
ExtensionMethods.cs
GraphVizGraph.cs Fix CA1507:UseNameofInPlaceOfString, adjust formatting of some older source files copied from NRefactory. 6 years ago
Interval.cs
KeyComparer.cs Fix CA1507:UseNameofInPlaceOfString, adjust formatting of some older source files copied from NRefactory. 6 years ago
LazyInit.cs
LongDict.cs
LongSet.cs Don't match sub.ovf in SwitchAnalysis. 7 years ago
MultiDictionary.cs
Platform.cs
ProjectedList.cs Fix CA1507:UseNameofInPlaceOfString, adjust formatting of some older source files copied from NRefactory. 6 years ago
ReferenceComparer.cs
ResXResourceWriter.cs Fix CA1507:UseNameofInPlaceOfString, adjust formatting of some older source files copied from NRefactory. 6 years ago
ResourcesFile.cs Add Mono's ResXResourceWriter, so that we can write serialized objects in resources back out. 7 years ago
TreeTraversal.cs
UnicodeNewline.cs
UnionFind.cs