Skip to content

Added some methods for returning a value from a subread. #41

Added some methods for returning a value from a subread.

Added some methods for returning a value from a subread. #41

Triggered via push June 27, 2023 04:28
Status Success
Total duration 2m 52s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Schema/lib/system/io/reader/IEndianBinaryReader.cs#L129
'IEndianBinaryReader.ReadLine()' hides inherited member 'IDataReader.ReadLine()'. Use the new keyword if hiding was intended.
build: Schema/src/binary/io/OutOfOrderDictionary.cs#L19
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/lib/system/io/writer/EndianBinaryWriter.cs#L20
Non-nullable field 'buffer_' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Schema/lib/SubstreamSharp/SubstreamSharp.cs#L173
Cannot convert null literal to non-nullable reference type.
build: Schema/lib/system/io/writer/EndianBinaryWriter.cs#L25
Non-nullable field 'buffer_' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Schema/lib/system/io/writer/EndianBinaryWriter.cs#L33
Possible null reference assignment.
build: Schema/lib/system/io/writer/EndianBinaryWriter.cs#L30
Non-nullable field 'impl_' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Schema/lib/system/io/writer/EndianBinaryWriter.cs#L30
Non-nullable field 'buffer_' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Schema/lib/system/io/writer/EndianBinaryWriter.cs#L514
Converting null literal or possible null value to non-nullable type.
build: Schema/lib/system/io/writer/EndianBinaryWriter.cs#L514
Cannot convert null literal to non-nullable reference type.