Skip to content

[Framwork Add]Add examples #3118

[Framwork Add]Add examples

[Framwork Add]Add examples #3118

Triggered via pull request February 21, 2024 09:56
Status Failure
Total duration 1m 11s
Artifacts

main.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 20 warnings
Test: tests/Neo.SmartContract.TestEngine/Extensions.cs#L17
Argument 2: cannot convert from 'Neo.Persistence.MemoryStore' to 'string?'
Test: tests/Neo.SmartContract.TestEngine/Extensions.cs#L17
Argument 2: cannot convert from 'Neo.Persistence.MemoryStore' to 'string?'
Test
Process completed with exit code 1.
Test: examples/Example.SmartContract.ContractCall/ContractCall.cs#L31
Field 'SampleContractCall.DummyTarget' is never assigned to, and will always have its default value null
Test: examples/Example.SmartContract.ContractCall/ContractCall.cs#L28
Missing XML comment for publicly visible type or member 'SampleContractCall'
Test: examples/Example.SmartContract.ContractCall/ContractCall.cs#L33
Missing XML comment for publicly visible type or member 'SampleContractCall.onNEP17Payment(UInt160, BigInteger, BigInteger)'
Test: examples/Example.SmartContract.Event/Event.cs#L27
Missing XML comment for publicly visible type or member 'SampleEvent'
Test: examples/Example.SmartContract.Event/Event.cs#L30
Missing XML comment for publicly visible type or member 'SampleEvent.event_name'
Test: examples/Example.SmartContract.Event/Event.cs#L32
Missing XML comment for publicly visible type or member 'SampleEvent.event2'
Test: examples/Example.SmartContract.Event/Event.cs#L34
Missing XML comment for publicly visible type or member 'SampleEvent.Main()'
Test: examples/Example.SmartContract.Exception/Exception.cs#L26
Missing XML comment for publicly visible type or member 'SampleException'
Test: examples/Example.SmartContract.Exception/Exception.cs#L36
Missing XML comment for publicly visible type or member 'SampleException.try01()'
Test: examples/Example.SmartContract.Exception/Exception.cs#L54
Missing XML comment for publicly visible type or member 'SampleException.try02()'
Test: neo/src/Neo/NeoSystem.cs#L119
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Test: neo/src/Neo/NeoSystem.cs#L119
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Test: neo/src/Neo/NeoSystem.cs#L130
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Test: neo/src/Neo/ProtocolSettings.cs#L121
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Test: neo/src/Neo/Persistence/StoreFactory.cs#L39
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Test: 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).
Test: src/Neo.SmartContract.Testing/Coverage/AbiMethod.cs#L87
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
Test: src/Neo.SmartContract.Testing/Coverage/CoverageHit.cs#L179
Possible null reference argument for parameter 'input' in 'bool Regex.IsMatch(string input, string pattern)'.
Test: src/Neo.SmartContract.Testing/Native/GasToken.cs#L13
The event 'GasToken.OnTransfer' is never used
Test: src/Neo.SmartContract.Testing/Native/NeoToken.cs#L49
The event 'NeoToken.OnCandidateStateChanged' is never used