Fixed issue where subreads assumed that local positions were wanted. #94
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/lib/System/IO/reader/IEndianBinaryReader.cs#L137
'IEndianBinaryReader.ReadLine()' hides inherited member 'IDataReader.ReadLine()'. Use the new keyword if hiding was intended.
|
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/lib/System/IO/writer/EndianBinaryWriter.cs#L30
Possible null reference assignment.
|
Schema/lib/System/IO/writer/EndianBinaryWriter.cs#L28
Non-nullable field 'impl_' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Schema/src/util/AccessChainUtil.cs#L45
Cannot convert null literal to non-nullable reference type.
|
Schema/src/util/AccessChainUtil.cs#L46
Cannot convert null literal to non-nullable reference type.
|
Schema/src/util/AccessChainUtil.cs#L88
Possible null reference assignment.
|
Schema/src/util/AccessChainUtil.cs#L94
Possible null reference assignment.
|
Schema/src/util/AccessChainUtil.cs#L227
Non-nullable property 'StructureSymbol' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Schema/src/util/AccessChainUtil.cs#L228
Non-nullable property 'MemberSymbol' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading