BUGFIX: instantiate callee declaring types with current generic context. #318
Annotations
7 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test:
src/Platforms/Echo.Platforms.AsmResolver/Emulation/Dispatch/ObjectModel/CallHandlerBase.cs#L55
Parameter 'method' has no matching param tag in the XML comment for 'CallHandlerBase.HandleCall(CilExecutionContext, CilInstruction, IMethodDescriptor, IList<BitVector>)' (but other parameters do)
|
Test:
test/Platforms/Echo.Platforms.AsmResolver.Tests/Emulation/CilVirtualMachineTest.cs#L605
Dereference of a possibly null reference.
|
Build:
src/Platforms/Echo.Platforms.AsmResolver/Emulation/Dispatch/ObjectModel/CallHandlerBase.cs#L55
Parameter 'method' has no matching param tag in the XML comment for 'CallHandlerBase.HandleCall(CilExecutionContext, CilInstruction, IMethodDescriptor, IList<BitVector>)' (but other parameters do)
|
Build:
test/Platforms/Echo.Platforms.AsmResolver.Tests/Emulation/CilVirtualMachineTest.cs#L605
Dereference of a possibly null reference.
|
Build:
src/Platforms/Echo.Platforms.AsmResolver/Emulation/Dispatch/ObjectModel/CallHandlerBase.cs#L55
Parameter 'method' has no matching param tag in the XML comment for 'CallHandlerBase.HandleCall(CilExecutionContext, CilInstruction, IMethodDescriptor, IList<BitVector>)' (but other parameters do)
|
Build:
test/Platforms/Echo.Platforms.AsmResolver.Tests/Emulation/CilVirtualMachineTest.cs#L605
Dereference of a possibly null reference.
|
Loading