Skip to content

Fixed some namespace logic. #115

Fixed some namespace logic.

Fixed some namespace logic. #115

Triggered via push August 6, 2023 02:16
Status Failure
Total duration 4m 20s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build
Process completed with exit code 1.
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#L31
Possible null reference assignment.
build: Schema/lib/System/IO/writer/EndianBinaryWriter.cs#L29
Non-nullable field 'impl_' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Schema/src/util/symbols/SymbolTypeUtil.cs#L67
Cannot convert null literal to non-nullable reference type.
build: Schema/src/util/symbols/SymbolTypeUtil.cs#L443
Possible null reference assignment.
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.
build: Schema/lib/System/IO/reader/EndianBinaryReader.cs#L18
Non-nullable field 'positionManagerImpl_' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Schema/lib/System/IO/reader/EndianBinaryReader.cs#L21
Non-nullable property 'BufferedStream_' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Schema/lib/System/IO/reader/EndianBinaryReader.cs#L21
Non-nullable field 'positionManagerImpl_' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.