Skip to content

Merge branch 'main' of https://github.com/MeltyPlayer/Schema #113

Merge branch 'main' of https://github.com/MeltyPlayer/Schema

Merge branch 'main' of https://github.com/MeltyPlayer/Schema #113

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

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

9 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/SymbolTypeV2.cs#L31
'ISymbol' does not contain a definition for 'Yield' and no accessible extension method 'Yield' 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/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/SymbolTypeV2.cs#L31
'ISymbol' does not contain a definition for 'Yield' and no accessible extension method 'Yield' 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/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/lib/System/IO/FinTextReader_Numbers.cs#L138
Argument of type 'Func<string, T>' cannot be used for parameter 'selector' of type 'Func<string?, T>' in 'IEnumerable<T> Enumerable.Select<string?, T>(IEnumerable<string?> source, Func<string?, T> selector)' due to differences in the nullability of reference types.
build: Schema/lib/System/IO/FinTextReader_Numbers.cs#L169
Argument of type 'Func<string, T>' cannot be used for parameter 'selector' of type 'Func<string?, T>' in 'IEnumerable<T> Enumerable.Select<string?, T>(IEnumerable<string?> source, Func<string?, T> selector)' due to differences in the nullability of reference types.
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.