Formatted files. #267
Annotations
14 warnings
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/
|
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/
|
|
|
Schema/src/util/data/OutOfOrderDictionary.cs#L13
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.
|
Schema/src/util/AccessChainUtil.cs#L51
Cannot convert null literal to non-nullable reference type.
|
Schema/src/util/AccessChainUtil.cs#L52
Cannot convert null literal to non-nullable reference type.
|
Schema/src/util/AccessChainUtil.cs#L61
Dereference of a possibly null reference.
|
Schema/src/util/AccessChainUtil.cs#L95
Possible null reference assignment.
|
Schema/src/util/AccessChainUtil.cs#L102
Possible null reference assignment.
|
Schema/src/util/AccessChainUtil.cs#L103
Possible null reference assignment.
|
Schema/src/binary/attributes/align/AlignAttribute.cs#L9
Non-nullable property 'OtherMember' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Schema/src/binary/attributes/align/AlignAttribute.cs#L14
Non-nullable property 'OtherMember' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Schema/src/binary/attributes/string/WLengthOfStringParser.cs#L23
Nullability of reference types in value of type 'IMemberReference<string>?[]' doesn't match target type 'IMemberReference<string>[]'.
|
This job succeeded
Loading