Skip to content

Fixed some bugs with parsing booleans. #101

Fixed some bugs with parsing booleans.

Fixed some bugs with parsing booleans. #101

Triggered via push July 30, 2023 19:32
Status Success
Total duration 2m 56s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

13 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
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build: Schema/lib/System/IO/reader/IEndianBinaryReader.cs#L137
'IEndianBinaryReader.ReadLine()' hides inherited member 'IDataReader.ReadLine()'. Use the new keyword if hiding was intended.
build: 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.
build: Schema/lib/System/IO/writer/EndianBinaryWriter.cs#L30
Possible null reference assignment.
build: 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.
build: Schema/src/util/NameofUtil.cs#L76
Cannot convert null literal to non-nullable reference type.
build: Schema/src/util/AttributeUtil.cs#L16
Dereference of a possibly null reference.
build: Schema/src/util/AttributeUtil.cs#L47
Dereference of a possibly null reference.
build: Schema/src/util/AttributeUtil.cs#L49
Dereference of a possibly null reference.
build: Schema/src/util/AttributeUtil.cs#L67
Dereference of a possibly null reference.
build: Schema/lib/System/IO/reader/EndianBinaryReader.cs#L18
Non-nullable property 'BufferedStream_' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.