Add NotaryAssisted transaction attribute type #983
Annotations
20 warnings
Build Neo.Compiler.CSharp:
neo/src/Neo/NeoSystem.cs#L119
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#L119
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#L131
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build Neo.Compiler.CSharp:
neo/src/Neo/Persistence/StoreFactory.cs#L39
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#L123
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build Neo.Compiler.CSharp:
src/Neo.SmartContract.Framework/Interfaces/INEP11Payable.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build Neo.Compiler.CSharp:
src/Neo.SmartContract.Framework/Interfaces/INEP17Payable.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build Neo.Compiler.CSharp:
src/Neo.SmartContract.Framework/UInt160.cs#L88
Method, operator, or accessor 'UInt160.implicit operator UInt160(string)' is marked external and has no attributes on it. Consider adding a DllImport attribute to specify the external implementation.
|
Build Neo.Compiler.CSharp:
src/Neo.SmartContract.Framework/ECPoint.cs#L56
Method, operator, or accessor 'ECPoint.implicit operator ECPoint(string)' is marked external and has no attributes on it. Consider adding a DllImport attribute to specify the external implementation.
|
Build Neo.Compiler.CSharp:
src/Neo.SmartContract.Framework/UInt256.cs#L64
Method, operator, or accessor 'UInt256.implicit operator UInt256(string)' is marked external and has no attributes on it. Consider adding a DllImport attribute to specify the external implementation.
|
Build Solution:
examples/Example.SmartContract.ContractCall/ContractCall.cs#L29
Non-nullable field 'DummyTarget' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build Solution:
examples/Example.SmartContract.ContractCall/ContractCall.cs#L29
Field 'SampleContractCall.DummyTarget' is never assigned to, and will always have its default value null
|
Build Solution:
examples/Example.SmartContract.ContractCall/ContractCall.cs#L26
Missing XML comment for publicly visible type or member 'SampleContractCall'
|
Build Solution:
examples/Example.SmartContract.ContractCall/ContractCall.cs#L31
Missing XML comment for publicly visible type or member 'SampleContractCall.onNEP17Payment(UInt160, BigInteger, BigInteger)'
|
Build Solution:
examples/Example.SmartContract.HelloWorld/HelloWorld.cs#L25
Missing XML comment for publicly visible type or member 'HelloWorldorld'
|
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#L18
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#L15
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.
|
Loading