Skip to content

[Compiler Unit Fix] fix comment #3509

[Compiler Unit Fix] fix comment

[Compiler Unit Fix] fix comment #3509

Triggered via pull request March 2, 2024 16:40
Status Success
Total duration 2m 58s
Artifacts

main.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
Test: neo/src/Neo/ProtocolSettings.cs#L123
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#L119
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Test: neo/src/Neo/NeoSystem.cs#L131
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.Framework/Interfaces/INEP11Payable.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Test: 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.
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/NeoDebugInfo.cs#L58
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
Test: 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.
Test: examples/Example.SmartContract.ContractCall/ContractCall.cs#L29
Field 'SampleContractCall.DummyTarget' is never assigned to, and will always have its default value null
Test: examples/Example.SmartContract.ContractCall/ContractCall.cs#L26
Missing XML comment for publicly visible type or member 'SampleContractCall'
Test: examples/Example.SmartContract.ContractCall/ContractCall.cs#L31
Missing XML comment for publicly visible type or member 'SampleContractCall.onNEP17Payment(UInt160, BigInteger, BigInteger)'
Test: 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.
Test: 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.
Test: examples/Example.SmartContract.Event/Event.cs#L26
Missing XML comment for publicly visible type or member 'SampleEvent'
Test: examples/Example.SmartContract.Event/Event.cs#L29
Missing XML comment for publicly visible type or member 'SampleEvent.event_name'
Test: examples/Example.SmartContract.Event/Event.cs#L31
Missing XML comment for publicly visible type or member 'SampleEvent.event2'
Test: examples/Example.SmartContract.Event/Event.cs#L33
Missing XML comment for publicly visible type or member 'SampleEvent.Main()'