Update Metadata V15 #27
Annotations
11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, actions/setup-java@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
Substrate.NET.Metadata/Base/BaseMetadata.cs#L8
Non-nullable property 'MetaDataInfo' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Substrate.NET.Metadata/Base/BaseMetadata.cs#L8
Non-nullable property 'RuntimeMetadataData' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Substrate.NET.Metadata/Base/BaseMetadata.cs#L12
Non-nullable property 'MetaDataInfo' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Substrate.NET.Metadata/Base/BaseMetadata.cs#L12
Non-nullable property 'RuntimeMetadataData' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Substrate.NET.Metadata/V9/StorageMetadataV9.cs#L31
Non-nullable property 'Prefix' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Substrate.NET.Metadata/V9/StorageMetadataV9.cs#L32
Non-nullable property 'Entries' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Substrate.NET.Metadata/Base/Variant.cs#L35
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Substrate.NET.Metadata/Base/Variant.cs#L36
Non-nullable property 'VariantFields' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Substrate.NET.Metadata/Base/Variant.cs#L37
Non-nullable property 'Index' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Substrate.NET.Metadata/Base/Variant.cs#L38
Non-nullable property 'Docs' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|