Skip to content

Cleaned up the new TypeV2 logic a bit more. #117

Cleaned up the new TypeV2 logic a bit more.

Cleaned up the new TypeV2 logic a bit more. #117

Triggered via push August 6, 2023 05:11
Status Failure
Total duration 3m 6s
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#L54
Argument 1: cannot convert from 'Microsoft.CodeAnalysis.ISymbol' to 'Microsoft.CodeAnalysis.ITypeSymbol'
build: Schema/src/util/types/SymbolTypeV2.cs#L152
Possible null reference argument for parameter 'diagnosticReporter' in 'IEnumerable<TAttribute> SymbolTypeUtil.GetAttributes<TAttribute>(ISymbol symbol, IDiagnosticReporter diagnosticReporter)'.
build: Schema/src/util/types/SymbolTypeV2.cs#L162
Argument 2: cannot convert from 'schema.util.types.ITypeV2' to 'Microsoft.CodeAnalysis.ITypeSymbol'
build: Schema/src/util/types/SymbolTypeV2.cs#L54
Argument 1: cannot convert from 'Microsoft.CodeAnalysis.ISymbol' to 'Microsoft.CodeAnalysis.ITypeSymbol'
build: Schema/src/util/types/SymbolTypeV2.cs#L152
Possible null reference argument for parameter 'diagnosticReporter' in 'IEnumerable<TAttribute> SymbolTypeUtil.GetAttributes<TAttribute>(ISymbol symbol, IDiagnosticReporter diagnosticReporter)'.
build: Schema/src/util/types/SymbolTypeV2.cs#L162
Argument 2: cannot convert from 'schema.util.types.ITypeV2' to 'Microsoft.CodeAnalysis.ITypeSymbol'
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/types/TypeTypeV2.cs#L47
Possible null reference assignment.
build: Schema/src/util/types/TypeTypeV2.cs#L65
Possible null reference assignment.
build: Schema/src/util/types/TypeTypeV2.cs#L98
Cannot convert null literal to non-nullable reference type.
build: Schema/src/util/types/TypeTypeV2.cs#L110
Cannot convert null literal to non-nullable reference type.
build: Schema/src/util/types/TypeTypeV2.cs#L116
Cannot convert null literal to non-nullable reference type.
build: Schema/src/util/types/SymbolTypeV2.cs#L74
Possible null reference assignment.