Skip to content

Migrated to new sequence logic that simplifies the generated code. #44

Migrated to new sequence logic that simplifies the generated code.

Migrated to new sequence logic that simplifies the generated code. #44

Triggered via push July 15, 2023 19:59
Status Success
Total duration 4m 23s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 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: 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.