comment for Pattern #991
Merged
comment for Pattern #991
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/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/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/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.Event/Event.cs#L29
Non-nullable event 'event_name' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
Build Solution:
examples/Example.SmartContract.Event/Event.cs#L31
Non-nullable event 'event2' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
Build Solution:
examples/Example.SmartContract.Event/Event.cs#L26
Missing XML comment for publicly visible type or member 'SampleEvent'
|
Build Solution:
examples/Example.SmartContract.Event/Event.cs#L29
Missing XML comment for publicly visible type or member 'SampleEvent.event_name'
|
Build Solution:
examples/Example.SmartContract.Event/Event.cs#L31
Missing XML comment for publicly visible type or member 'SampleEvent.event2'
|
Build Solution:
examples/Example.SmartContract.Event/Event.cs#L33
Missing XML comment for publicly visible type or member 'SampleEvent.Main()'
|
Loading