[Framwork Add]Add examples #3395
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/ProtocolSettings.cs#L123
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:
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.Testing/Coverage/AbiMethod.cs#L94
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#L87
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
Build Neo.Compiler.CSharp:
src/Neo.SmartContract.Testing/Coverage/NeoDebugInfo.cs#L58
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
|
Build Solution:
examples/Example.SmartContract.Event/Event.cs#L30
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#L32
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#L27
Missing XML comment for publicly visible type or member 'SampleEvent'
|
Build Solution:
examples/Example.SmartContract.Event/Event.cs#L30
Missing XML comment for publicly visible type or member 'SampleEvent.event_name'
|
Build Solution:
examples/Example.SmartContract.Event/Event.cs#L32
Missing XML comment for publicly visible type or member 'SampleEvent.event2'
|
Build Solution:
examples/Example.SmartContract.Event/Event.cs#L34
Missing XML comment for publicly visible type or member 'SampleEvent.Main()'
|
Build Solution:
examples/Example.SmartContract.ContractCall/ContractCall.cs#L31
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#L31
Field 'SampleContractCall.DummyTarget' is never assigned to, and will always have its default value null
|
Build Solution:
examples/Example.SmartContract.ContractCall/ContractCall.cs#L28
Missing XML comment for publicly visible type or member 'SampleContractCall'
|
Build Solution:
examples/Example.SmartContract.ContractCall/ContractCall.cs#L33
Missing XML comment for publicly visible type or member 'SampleContractCall.onNEP17Payment(UInt160, BigInteger, BigInteger)'
|
Loading