.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.
 
 
 
 
sonyps5201314 554ec92e73 Fix the issue where parameters in the base class constructor call are not passed correctly for inherited classes declared using the primary constructor form (e.g., the `DeserializationException` type in RestSharp), and also fix the subsequent issue where an extra parenthesis '()' is output if the base class is an interface (e.g., the `XmlRestSerializer` type in RestSharp). 6 months ago
..
AddCheckedBlocks.cs dev: Strip BOM mark from text files 7 months ago
AddXmlDocumentationTransform.cs dev: Strip BOM mark from text files 7 months ago
CombineQueryExpressions.cs dev: Strip BOM mark from text files 7 months ago
ContextTrackingVisitor.cs dev: Strip BOM mark from text files 7 months ago
CustomPatterns.cs dev: Strip BOM mark from text files 7 months ago
DeclareVariables.cs Fix out var for expressions appearing in a lambda and not in a statement. 6 months ago
EscapeInvalidIdentifiers.cs dev: Strip BOM mark from text files 7 months ago
FixNameCollisions.cs dev: Strip BOM mark from text files 7 months ago
FlattenSwitchBlocks.cs dev: Strip BOM mark from text files 7 months ago
IAstTransform.cs dev: Strip BOM mark from text files 7 months ago
IntroduceExtensionMethods.cs dev: Strip BOM mark from text files 7 months ago
IntroduceQueryExpressions.cs dev: Strip BOM mark from text files 7 months ago
IntroduceUnsafeModifier.cs dev: Strip BOM mark from text files 7 months ago
IntroduceUsingDeclarations.cs dev: Strip BOM mark from text files 7 months ago
NormalizeBlockStatements.cs dev: Strip BOM mark from text files 7 months ago
PatternStatementTransform.cs Add PropertyAndEventBackingFieldLookup to improve performance of MemberIsHidden. 10 months ago
PrettifyAssignments.cs dev: Strip BOM mark from text files 7 months ago
RemoveCLSCompliantAttribute.cs dev: Strip BOM mark from text files 7 months ago
ReplaceMethodCallsWithOperators.cs dev: Strip BOM mark from text files 7 months ago
TransformContext.cs dev: Strip BOM mark from text files 7 months ago
TransformFieldAndConstructorInitializers.cs Fix the issue where parameters in the base class constructor call are not passed correctly for inherited classes declared using the primary constructor form (e.g., the `DeserializationException` type in RestSharp), and also fix the subsequent issue where an extra parenthesis '()' is output if the base class is an interface (e.g., the `XmlRestSerializer` type in RestSharp). 6 months ago