Bump test project SDK and package versions #342
Annotations
1 error and 21 warnings
build
Process completed with exit code 1.
|
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build:
src/Core/Echo.ControlFlow/Analysis/Domination/DominatorTreeNodeAdorner.cs#L8
Missing XML comment for publicly visible type or member 'DominatorTreeNodeAdorner<TInstruction>'
|
build:
src/Core/Echo.ControlFlow/Analysis/Domination/DominatorTreeNodeAdorner.cs#L11
Missing XML comment for publicly visible type or member 'DominatorTreeNodeAdorner<TInstruction>.DominatorTreeNodeAdorner()'
|
build:
src/Core/Echo.ControlFlow/Analysis/Domination/DominatorTreeNodeAdorner.cs#L16
Missing XML comment for publicly visible type or member 'DominatorTreeNodeAdorner<TInstruction>.DominatorTreeNodeAdorner(IDotNodeAdorner)'
|
build:
src/Core/Echo.ControlFlow/Analysis/Domination/DominatorTreeNodeAdorner.cs#L21
Missing XML comment for publicly visible type or member 'DominatorTreeNodeAdorner<TInstruction>.NodeAdorner'
|
build:
src/Core/Echo.DataFlow/Construction/StateTransitioner.cs#L45
Missing XML comment for publicly visible type or member 'StateTransitioner<TInstruction>.OffsetMap'
|
build:
src/Platforms/Echo.Platforms.AsmResolver/Emulation/Stack/CallFrame.cs#L323
Converting null literal or possible null value to non-nullable type.
|
build:
src/Platforms/Echo.Platforms.AsmResolver/Emulation/Stack/CallFrame.cs#L323
Possible null reference argument for parameter 'handler' in 'void ExceptionHandlerFrame.AddHandler(CilExceptionHandler handler)'.
|
build:
src/Platforms/Echo.Platforms.AsmResolver/Emulation/Dispatch/ObjectModel/CallHandlerBase.cs#L259
Missing XML comment for publicly visible type or member 'CallHandlerBase.FindMethodImplementationInType(TypeDefinition?, MethodDefinition?)'
|
build:
test/Core/Echo.DataFlow.Tests/Emulation/SymbolicStackStateTest.cs#L35
Comparing an instance of System.Collections.Generic.HashSet<Echo.DataFlow.DataFlowNode<Echo.Platforms.DummyPlatform.Code.DummyInstruction>> with an instance of System.Collections.Generic.IEnumerable<Echo.DataFlow.DataFlowNode<Echo.Platforms.DummyPlatform.Code.DummyInstruction>> has undefined results, because the order of items in the set is not predictable. Create a stable order for the set (i.e., by using OrderBy from Linq). (https://xunit.net/xunit.analyzers/rules/xUnit2027)
|
build:
test/Core/Echo.DataFlow.Tests/Emulation/SymbolicVariableStateTest.cs#L37
Comparing an instance of System.Collections.Generic.HashSet<Echo.DataFlow.DataFlowNode<Echo.Platforms.DummyPlatform.Code.DummyInstruction>> with an instance of System.Collections.Generic.IEnumerable<Echo.DataFlow.DataFlowNode<Echo.Platforms.DummyPlatform.Code.DummyInstruction>> has undefined results, because the order of items in the set is not predictable. Create a stable order for the set (i.e., by using OrderBy from Linq). (https://xunit.net/xunit.analyzers/rules/xUnit2027)
|
build:
src/Core/Echo.ControlFlow/Analysis/Domination/DominatorTreeNodeAdorner.cs#L8
Missing XML comment for publicly visible type or member 'DominatorTreeNodeAdorner<TInstruction>'
|
build:
src/Core/Echo.ControlFlow/Analysis/Domination/DominatorTreeNodeAdorner.cs#L11
Missing XML comment for publicly visible type or member 'DominatorTreeNodeAdorner<TInstruction>.DominatorTreeNodeAdorner()'
|
build:
src/Core/Echo.ControlFlow/Analysis/Domination/DominatorTreeNodeAdorner.cs#L16
Missing XML comment for publicly visible type or member 'DominatorTreeNodeAdorner<TInstruction>.DominatorTreeNodeAdorner(IDotNodeAdorner)'
|
build:
src/Core/Echo.ControlFlow/Analysis/Domination/DominatorTreeNodeAdorner.cs#L21
Missing XML comment for publicly visible type or member 'DominatorTreeNodeAdorner<TInstruction>.NodeAdorner'
|
build:
src/Core/Echo.DataFlow/Construction/StateTransitioner.cs#L45
Missing XML comment for publicly visible type or member 'StateTransitioner<TInstruction>.OffsetMap'
|
build:
src/Platforms/Echo.Platforms.AsmResolver/Emulation/Stack/CallFrame.cs#L323
Converting null literal or possible null value to non-nullable type.
|
build:
src/Platforms/Echo.Platforms.AsmResolver/Emulation/Stack/CallFrame.cs#L323
Possible null reference argument for parameter 'handler' in 'void ExceptionHandlerFrame.AddHandler(CilExceptionHandler handler)'.
|
build:
src/Platforms/Echo.Platforms.AsmResolver/Emulation/Dispatch/ObjectModel/CallHandlerBase.cs#L259
Missing XML comment for publicly visible type or member 'CallHandlerBase.FindMethodImplementationInType(TypeDefinition?, MethodDefinition?)'
|
build
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "AsmResolver.DotNet
|
build:
test/Core/Echo.DataFlow.Tests/Emulation/SymbolicVariableStateTest.cs#L37
Comparing an instance of System.Collections.Generic.HashSet<Echo.DataFlow.DataFlowNode<Echo.Platforms.DummyPlatform.Code.DummyInstruction>> with an instance of System.Collections.Generic.IEnumerable<Echo.DataFlow.DataFlowNode<Echo.Platforms.DummyPlatform.Code.DummyInstruction>> has undefined results, because the order of items in the set is not predictable. Create a stable order for the set (i.e., by using OrderBy from Linq). (https://xunit.net/xunit.analyzers/rules/xUnit2027)
|