[Framwork Add]Add examples #3294
Annotations
3 errors and 20 warnings
Test:
tests/Neo.SmartContract.Template.UnitTests/templates/neocontractowner/OwnableContractTests.cs#L14
The type or namespace name 'Ownable' could not be found (are you missing a using directive or an assembly reference?)
|
Test:
tests/Neo.SmartContract.Template.UnitTests/templates/neocontractowner/OwnableContractTests.cs#L14
The type or namespace name 'Ownable' could not be found (are you missing a using directive or an assembly reference?)
|
Test
Process completed with exit code 1.
|
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:
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:
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:
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/Extensions/MockExtensions.cs#L32
Dereference of a possibly null reference.
|
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:
neo/src/Neo/ProtocolSettings.cs#L123
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Test:
examples/Example.SmartContract.Transfer/TransferContract.cs#L39
Missing XML comment for publicly visible type or member 'TransferContract.OnDeployment(object, bool)'
|
Test:
examples/Example.SmartContract.Transfer/TransferContract.cs#L50
Missing XML comment for publicly visible type or member 'TransferContract.Update(ByteString, string)'
|
Test:
examples/Example.SmartContract.Transfer/TransferContract.cs#L57
Missing XML comment for publicly visible type or member 'TransferContract.Destroy()'
|
Test:
examples/Example.SmartContract.NFT/Loot.Admin.cs#L56
XML comment has badly formed XML -- 'An identifier was expected.'
|
Test:
examples/Example.SmartContract.NFT/Loot.Admin.cs#L56
XML comment has badly formed XML -- 'The character(s) '0' cannot be used at this location.'
|