Skip to content

Added a new attribute for aligning the end of a container. #297

Added a new attribute for aligning the end of a container.

Added a new attribute for aligning the end of a container. #297

Triggered via push November 24, 2024 21:45
Status Success
Total duration 3m 19s
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 use a deprecated Node.js version 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/BinarySchemaGenerator.cs#L30
Cannot convert null literal to non-nullable reference type.
build: Schema/src/binary/BinarySchemaStructureParser.cs#L118
The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value. For example, the pattern '(schema.binary.SequenceType)7' is not covered.
build: Schema/src/binary/attributes/align/AlignStartAttribute.cs#L10
Non-nullable property 'OtherMember' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Schema/src/binary/attributes/string/WLengthOfStringParser.cs#L24
Nullability of reference types in value of type 'IMemberReference<string>?[]' doesn't match target type 'IMemberReference<string>[]'.
build: Schema/src/util/AccessChainUtil.cs#L50
Cannot convert null literal to non-nullable reference type.
build: Schema/src/util/AccessChainUtil.cs#L51
Cannot convert null literal to non-nullable reference type.
build: Schema/src/util/AccessChainUtil.cs#L60
Dereference of a possibly null reference.
build: Schema/src/binary/BinarySchemaStructureParser.cs#L129
The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value. For example, the pattern '(schema.binary.SequenceType)7' is not covered.
build: Schema/src/util/AccessChainUtil.cs#L94
Possible null reference assignment.