Skip to content

Cleaned up some dumb local libraries. #114

Cleaned up some dumb local libraries.

Cleaned up some dumb local libraries. #114

Triggered via push August 5, 2023 23:41
Status Failure
Total duration 5m 45s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 11 warnings
build: Schema/src/util/types/SymbolTypeV2.cs#L25
'ISymbol' does not contain a definition for 'GetFullyQualifiedNamespace' and no accessible extension method 'GetFullyQualifiedNamespace' accepting a first argument of type 'ISymbol' could be found (are you missing a using directive or an assembly reference?)
build: Schema/src/util/types/SymbolTypeV2.cs#L28
Possible null reference return.
build: Schema/src/util/types/BSymbolTypeV2.cs#L41
'ISymbol' does not contain a definition for 'GetFullyQualifiedNamespace' and no accessible extension method 'GetFullyQualifiedNamespace' accepting a first argument of type 'ISymbol' could be found (are you missing a using directive or an assembly reference?)
build: Schema/src/util/types/SymbolTypeV2.cs#L25
'ISymbol' does not contain a definition for 'GetFullyQualifiedNamespace' and no accessible extension method 'GetFullyQualifiedNamespace' accepting a first argument of type 'ISymbol' could be found (are you missing a using directive or an assembly reference?)
build: Schema/src/util/types/SymbolTypeV2.cs#L28
Possible null reference return.
build: Schema/src/util/types/BSymbolTypeV2.cs#L41
'ISymbol' does not contain a definition for 'GetFullyQualifiedNamespace' and no accessible extension method 'GetFullyQualifiedNamespace' accepting a first argument of type 'ISymbol' could be found (are you missing a using directive or an assembly reference?)
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#L170
Dereference of a possibly null reference.
build: Schema/src/util/AccessChainUtil.cs#L47
Cannot convert null literal to non-nullable reference type.
build: Schema/src/util/AccessChainUtil.cs#L48
Cannot convert null literal to non-nullable reference type.
build: Schema/src/util/AccessChainUtil.cs#L91
Possible null reference assignment.
build: Schema/src/util/AccessChainUtil.cs#L97
Possible null reference assignment.