More fixes on optimizer #3043
Annotations
1 error and 20 warnings
Check format
Process completed with exit code 2.
|
Build Solution:
neo/src/Neo/ProtocolSettings.cs#L121
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build Solution:
neo/src/Neo/NeoSystem.cs#L118
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build Solution:
neo/src/Neo/NeoSystem.cs#L118
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build Solution:
tests/Neo.SmartContract.Framework.TestContracts/Contract_ExtraAttribute.cs#L9
'Contract_ExtraAttribute.Main(string, object[])' has the wrong signature to be an entry point
|
Build Solution:
tests/Neo.SmartContract.Framework.TestContracts/Contract_SupportedStandard17Enum.cs#L16
Non-nullable property 'Symbol' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build Solution:
tests/Neo.SmartContract.Framework.TestContracts/Contract_SupportedStandard11Enum.cs#L13
Non-nullable property 'Symbol' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build Solution:
tests/Neo.SmartContract.Framework.TestContracts/Contract_Blockchain.cs#L37
Possible null reference return.
|
Build Solution:
tests/Neo.SmartContract.Framework.TestContracts/Contract_Blockchain.cs#L75
Possible null reference return.
|
Build Solution:
tests/Neo.SmartContract.Framework.TestContracts/Contract_Blockchain.cs#L103
Possible null reference return.
|
Build Solution:
tests/Neo.SmartContract.Framework.TestContracts/Contract_Helper.cs#L9
Cannot convert null literal to non-nullable reference type.
|
Build Neo.Compiler.CSharp:
neo/src/Neo/NeoSystem.cs#L118
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build Neo.Compiler.CSharp:
neo/src/Neo/NeoSystem.cs#L118
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build Neo.Compiler.CSharp:
neo/src/Neo/ProtocolSettings.cs#L121
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build Neo.Compiler.CSharp:
src/Neo.SmartContract.Testing/Coverage/AbiMethod.cs#L90
Nullability of reference types in type of parameter 'other' doesn't match implemented member 'bool IEquatable<AbiMethod>.Equals(AbiMethod? other)' (possibly because of nullability attributes).
|
Build Neo.Compiler.CSharp:
src/Neo.SmartContract.Testing/Coverage/AbiMethod.cs#L83
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
Build Neo.Compiler.CSharp:
src/Neo.SmartContract.Testing/Native/NeoToken.cs#L49
The event 'NeoToken.OnCandidateStateChanged' is never used
|
Build Neo.Compiler.CSharp:
src/Neo.SmartContract.Testing/Native/GasToken.cs#L13
The event 'GasToken.OnTransfer' is never used
|
Build Neo.Compiler.CSharp:
src/Neo.SmartContract.Testing/Native/RoleManagement.cs#L14
The event 'RoleManagement.OnDesignation' is never used
|
Build Neo.Compiler.CSharp:
src/Neo.SmartContract.Testing/Native/NeoToken.cs#L57
The event 'NeoToken.OnVote' is never used
|
Build Neo.Compiler.CSharp:
src/Neo.SmartContract.Testing/Native/ContractManagement.cs#L18
The event 'ContractManagement.OnDestroy' is never used
|
The logs for this run have expired and are no longer available.
Loading