Skip to content

Merge pull request #5 from SubstrateGaming/feature/v15_metadata #29

Merge pull request #5 from SubstrateGaming/feature/v15_metadata

Merge pull request #5 from SubstrateGaming/feature/v15_metadata #29

Triggered via push July 31, 2024 16:32
Status Success
Total duration 7m 13s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

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/Base/MetaDataInfo.cs#L31
Non-nullable property 'Magic' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Substrate.NET.Metadata/Base/MetaDataInfo.cs#L32
Non-nullable property 'Version' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Substrate.NET.Metadata/Base/StorageEntryTypeDoubleMap.cs#L18
Non-nullable property 'Key1Hasher' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Substrate.NET.Metadata/Base/StorageEntryTypeDoubleMap.cs#L19
Non-nullable property 'Key2Hasher' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Substrate.NET.Metadata/Base/StorageEntryTypeDoubleMap.cs#L21
Non-nullable property 'Key1' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Substrate.NET.Metadata/Base/StorageEntryTypeDoubleMap.cs#L22
Non-nullable property 'Key2' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.