Skip to content

Updated version.

Updated version. #272

Triggered via push August 13, 2024 03:28
Status Success
Total duration 3m 42s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

14 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, actions/setup-node@v2, coverallsapp/github-action@master. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build: Schema/src/util/data/OutOfOrderDictionary.cs#L14
The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'IOutOfOrderDictionary<TKey, TValue>'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.
build: Schema/src/binary/attributes/sequence/RSequenceLengthSourceAttribute.cs#L15
Non-nullable property 'OtherMember' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Schema/src/binary/attributes/memory/WSizeOfMemberInBytesAttribute.cs#L23
Non-nullable property 'AccessChainToOtherMember' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Schema/src/binary/attributes/align/AlignAttribute.cs#L10
Non-nullable property 'OtherMember' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Schema/src/binary/attributes/align/AlignAttribute.cs#L15
Non-nullable property 'OtherMember' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Schema/src/binary/attributes/memory/WPointerToAttribute.cs#L14
Non-nullable property 'AccessChainToOtherMember' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Schema/src/binary/attributes/sequence/SequenceLengthSourceAttribute.cs#L12
Non-nullable property 'OtherMember' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Schema/src/binary/attributes/sequence/SequenceLengthSourceAttribute.cs#L20
Non-nullable property 'OtherMember' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Schema/src/binary/writer/SchemaBinaryWriter.cs#L33
Possible null reference assignment.
build: Schema/src/binary/writer/SchemaBinaryWriter.cs#L31
Non-nullable field 'impl_' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.