Renamed "FinTextReader" to "TextReader", since Fin is an entirely sep… #149
Annotations
13 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/
|
|
|
Schema/src/binary/io/OutOfOrderDictionary.cs#L18
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/binary/reader/IEndianBinaryReader.cs#L132
'IEndianBinaryReader.ReadLine()' hides inherited member 'IDataReader.ReadLine()'. Use the new keyword if hiding was intended.
|
Schema/src/util/AccessChainUtil.cs#L49
Cannot convert null literal to non-nullable reference type.
|
Schema/src/util/AccessChainUtil.cs#L50
Cannot convert null literal to non-nullable reference type.
|
Schema/src/util/AccessChainUtil.cs#L59
Dereference of a possibly null reference.
|
Schema/src/util/AccessChainUtil.cs#L94
Possible null reference assignment.
|
Schema/src/util/AccessChainUtil.cs#L101
Possible null reference assignment.
|
Schema/src/util/AccessChainUtil.cs#L102
Possible null reference assignment.
|
Schema/src/util/types/TypeBasedTypeV2.cs#L48
Possible null reference assignment.
|
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>[]'.
|
The logs for this run have expired and are no longer available.
Loading