Skip to content

Old metadata conversion (#6) #10

Old metadata conversion (#6)

Old metadata conversion (#6) #10

Triggered via push September 16, 2024 14:27
Status Success
Total duration 33s
Artifacts

publish.yml

on: push
Publish to NuGet
20s
Publish to NuGet
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
Publish to NuGet
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Publish to NuGet
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v3, alirezanet/publish-nuget@v3.1.0. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Publish to NuGet: Substrate.NET.Metadata/V14/MetadataV14.cs#L6
The using directive for 'Substrate.NetApi.Model.Types.Metadata.Base' appeared previously in this namespace
Publish to NuGet: 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.
Publish to NuGet: 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.
Publish to NuGet: 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.
Publish to NuGet: 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.
Publish to NuGet: 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.
Publish to NuGet: 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.
Publish to NuGet: 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.
Publish to NuGet: 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.
Publish to NuGet: Substrate.NET.Metadata/Base/TypeDefs.cs#L355
Non-nullable property 'BitStoreType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.