[Neo Core Fix]Fix https://github.com/neo-project/neo/issues/2862 #9043
main.yml
on: pull_request
Format
1m 32s
Matrix: Test
Build-Test-Neo-Cli
37s
PublishPackage
0s
Annotations
5 errors and 30 warnings
Test (macos-latest)
Process completed with exit code 1.
|
Test (ubuntu-latest)
The job was canceled because "macos-latest" failed.
|
Test (ubuntu-latest)
The operation was canceled.
|
Test (windows-latest)
The job was canceled because "macos-latest" failed.
|
Test (windows-latest)
The operation was canceled.
|
Build-Test-Neo-Cli:
src/Neo/Ledger/MemoryPool.cs#L127
Non-nullable event 'TransactionAdded' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
Build-Test-Neo-Cli:
src/Neo/Ledger/MemoryPool.cs#L127
Non-nullable event 'TransactionRemoved' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
Build-Test-Neo-Cli:
src/Neo/Ledger/MemoryPool.cs#L170
Converting null literal or possible null value to non-nullable type.
|
Build-Test-Neo-Cli:
src/Neo/Ledger/MemoryPool.cs#L171
Converting null literal or possible null value to non-nullable type.
|
Build-Test-Neo-Cli:
src/Neo/Ledger/MemoryPool.cs#L172
Dereference of a possibly null reference.
|
Build-Test-Neo-Cli:
src/Neo/Ledger/MemoryPool.cs#L172
Possible null reference assignment.
|
Build-Test-Neo-Cli:
src/Neo/Ledger/MemoryPool.cs#L258
Converting null literal or possible null value to non-nullable type.
|
Build-Test-Neo-Cli:
src/Neo/Ledger/MemoryPool.cs#L259
Possible null reference assignment.
|
Build-Test-Neo-Cli:
src/Neo/Ledger/MemoryPool.cs#L261
Converting null literal or possible null value to non-nullable type.
|
Build-Test-Neo-Cli:
src/Neo/Ledger/MemoryPool.cs#L262
Possible null reference return.
|
Test (macos-latest):
src/Neo/Ledger/MemoryPool.cs#L127
Non-nullable event 'TransactionAdded' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
Test (macos-latest):
src/Neo/Ledger/MemoryPool.cs#L127
Non-nullable event 'TransactionRemoved' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
Test (macos-latest):
src/Neo/Ledger/MemoryPool.cs#L170
Converting null literal or possible null value to non-nullable type.
|
Test (macos-latest):
src/Neo/Ledger/MemoryPool.cs#L171
Converting null literal or possible null value to non-nullable type.
|
Test (macos-latest):
src/Neo/Ledger/MemoryPool.cs#L172
Dereference of a possibly null reference.
|
Test (macos-latest):
src/Neo/Ledger/MemoryPool.cs#L172
Possible null reference assignment.
|
Test (macos-latest):
src/Neo/Ledger/MemoryPool.cs#L258
Converting null literal or possible null value to non-nullable type.
|
Test (macos-latest):
src/Neo/Ledger/MemoryPool.cs#L259
Possible null reference assignment.
|
Test (macos-latest):
src/Neo/Ledger/MemoryPool.cs#L261
Converting null literal or possible null value to non-nullable type.
|
Test (macos-latest):
src/Neo/Ledger/MemoryPool.cs#L262
Possible null reference return.
|
Test (ubuntu-latest):
src/Neo/Ledger/MemoryPool.cs#L127
Non-nullable event 'TransactionAdded' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
Test (ubuntu-latest):
src/Neo/Ledger/MemoryPool.cs#L127
Non-nullable event 'TransactionRemoved' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
Test (ubuntu-latest):
src/Neo/Ledger/MemoryPool.cs#L170
Converting null literal or possible null value to non-nullable type.
|
Test (ubuntu-latest):
src/Neo/Ledger/MemoryPool.cs#L171
Converting null literal or possible null value to non-nullable type.
|
Test (ubuntu-latest):
src/Neo/Ledger/MemoryPool.cs#L172
Dereference of a possibly null reference.
|
Test (ubuntu-latest):
src/Neo/Ledger/MemoryPool.cs#L172
Possible null reference assignment.
|
Test (ubuntu-latest):
src/Neo/Ledger/MemoryPool.cs#L258
Converting null literal or possible null value to non-nullable type.
|
Test (ubuntu-latest):
src/Neo/Ledger/MemoryPool.cs#L259
Possible null reference assignment.
|
Test (ubuntu-latest):
src/Neo/Ledger/MemoryPool.cs#L261
Converting null literal or possible null value to non-nullable type.
|
Test (ubuntu-latest):
src/Neo/Ledger/MemoryPool.cs#L262
Possible null reference return.
|