Skip to content

Old metadata conversion (#6) #33

Old metadata conversion (#6)

Old metadata conversion (#6) #33

Triggered via push September 16, 2024 14:27
Status Success
Total duration 6m 53s
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/V14/MetadataV14.cs#L6
The using directive for 'Substrate.NetApi.Model.Types.Metadata.Base' appeared previously in this namespace
build: Substrate.NET.Metadata/Base/Field.cs#L9
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Substrate.NET.Metadata/Base/Field.cs#L9
Non-nullable property 'FieldTy' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Substrate.NET.Metadata/Base/Field.cs#L9
Non-nullable property 'FieldTypeName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Substrate.NET.Metadata/Base/Field.cs#L9
Non-nullable property 'Docs' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Substrate.NET.Metadata/Base/Variant.cs#L9
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Substrate.NET.Metadata/Base/Variant.cs#L9
Non-nullable property 'VariantFields' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Substrate.NET.Metadata/Base/Variant.cs#L9
Non-nullable property 'Index' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Substrate.NET.Metadata/Base/Variant.cs#L9
Non-nullable property 'Docs' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Substrate.NET.Metadata/Base/MetaDataInfo.cs#L35
Non-nullable property 'Magic' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.