Update decompiler submodule #444
Annotations
10 warnings
Extensions/ILSpy.Decompiler/ICSharpCode.Decompiler/ICSharpCode.Decompiler/Util/EmptyList.cs#L102
Ensure that 'EmptyList.System.IDisposable.Dispose' is declared as public and sealed
|
Extensions/ILSpy.Decompiler/ICSharpCode.Decompiler/ICSharpCode.Decompiler/Util/EmptyList.cs#L102
Rename 'EmptyList.System.IDisposable.Dispose' to 'Dispose' and ensure that it is declared as public and sealed
|
Extensions/ILSpy.Decompiler/ICSharpCode.Decompiler/ICSharpCode.Decompiler/Util/LongSet.cs#L31
Implement the equality operators and make their behavior identical to that of the Equals method
|
Extensions/ILSpy.Decompiler/ICSharpCode.Decompiler/ICSharpCode.Decompiler/Util/LongSet.cs#L361
GetHashCode creates an exception of type NotImplementedException. Exceptions should not be raised in this type of method. If this exception instance might be raised, change this method's logic so it no longer raises an exception.
|
Extensions/ILSpy.Decompiler/ICSharpCode.Decompiler/ICSharpCode.Decompiler/CSharp/Transforms/ReplaceMethodCallsWithOperators.cs#L449
Make 'ReplaceMethodCallsWithOperators' sealed (a breaking change if this class has previously shipped), implement the method non-explicitly, or implement a new method that exposes the functionality of 'ICSharpCode.Decompiler.CSharp.Transforms.IAstTransform.Run' and is visible to derived classes
|
Extensions/ILSpy.Decompiler/ICSharpCode.Decompiler/ICSharpCode.Decompiler/CSharp/Syntax/AstNode.cs#L667
Make 'AstNode' sealed (a breaking change if this class has previously shipped), implement the method non-explicitly, or implement a new method that exposes the functionality of 'ICSharpCode.Decompiler.CSharp.Syntax.PatternMatching.INode.DoMatchCollection' and is visible to derived classes
|
Extensions/ILSpy.Decompiler/ICSharpCode.Decompiler/ICSharpCode.Decompiler/CSharp/OutputVisitor/CSharpOutputVisitor.cs#L3615
Make 'CSharpOutputVisitor' sealed (a breaking change if this class has previously shipped), implement the method non-explicitly, or implement a new method that exposes the functionality of 'ICSharpCode.Decompiler.CSharp.Syntax.IAstVisitor.VisitErrorNode' and is visible to derived classes
|
Extensions/ILSpy.Decompiler/ICSharpCode.Decompiler/ICSharpCode.Decompiler/CSharp/Syntax/AstNodeCollection.cs#L184
Make 'AstNodeCollection' sealed (a breaking change if this class has previously shipped), implement the method non-explicitly, or implement a new method that exposes the functionality of 'System.Collections.Generic.ICollection<T>.get_IsReadOnly' and is visible to derived classes
|
Extensions/ILSpy.Decompiler/ICSharpCode.Decompiler/ICSharpCode.Decompiler/IL/Transforms/UsingTransform.cs#L33
Make 'UsingTransform' sealed (a breaking change if this class has previously shipped), implement the method non-explicitly, or implement a new method that exposes the functionality of 'ICSharpCode.Decompiler.IL.Transforms.IBlockTransform.Run' and is visible to derived classes
|
Extensions/ILSpy.Decompiler/ICSharpCode.Decompiler/ICSharpCode.Decompiler/IL/Transforms/UserDefinedLogicTransform.cs#L32
Make 'UserDefinedLogicTransform' sealed (a breaking change if this class has previously shipped), implement the method non-explicitly, or implement a new method that exposes the functionality of 'ICSharpCode.Decompiler.IL.Transforms.IStatementTransform.Run' and is visible to derived classes
|
The logs for this run have expired and are no longer available.
Loading