Skip to content

Cleaned up some of the types for importing audio. #1068

Cleaned up some of the types for importing audio.

Cleaned up some of the types for importing audio. #1068

Triggered via push October 8, 2023 22:54
Status Failure
Total duration 5m 29s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

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: FinModelUtility/Fin/Fin/src/util/strings/StringNumberSuffixComparer.cs#L8
Nullability of reference types in type of parameter 'lhs' of 'int StringNumberSuffixComparer.Compare(string lhs, string rhs)' doesn't match implicitly implemented member 'int IComparer<string>.Compare(string? x, string? y)' (possibly because of nullability attributes).
build: FinModelUtility/Fin/Fin/src/util/strings/StringNumberSuffixComparer.cs#L8
Nullability of reference types in type of parameter 'rhs' of 'int StringNumberSuffixComparer.Compare(string lhs, string rhs)' doesn't match implicitly implemented member 'int IComparer<string>.Compare(string? x, string? y)' (possibly because of nullability attributes).
build: FinModelUtility/Fin/Fin/src/image/io/ImageIoInterfaces.cs#L49
The default value specified for parameter 'endianness' will have no effect because it applies to a member that is used in contexts that do not allow optional arguments
build: FinModelUtility/Fin/Fin/src/io/FinDirectory.cs#L11
'FinDirectory' overrides Object.Equals(object o) but does not override Object.GetHashCode()
build: FinModelUtility/Fin/Fin/src/io/FinFile.cs#L23
'FinFile.Equals(object?)' hides inherited member 'ValueType.Equals(object?)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build: FinModelUtility/Fin/Fin/src/io/Interfaces_FileHierarchy_Overrides.cs#L98
The default value specified for parameter 'includeSubdirs' will have no effect because it applies to a member that is used in contexts that do not allow optional arguments
build: FinModelUtility/Fin/Fin/src/language/equations/fixedFunction/impl/FixedFunctionEquations_ColorValues.cs#L19
The type 'TIdentifier' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'TIdentifier' doesn't match 'notnull' constraint.
build: FinModelUtility/Fin/Fin/src/language/equations/fixedFunction/impl/FixedFunctionEquations_ColorValues.cs#L22
The type 'TIdentifier' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'TIdentifier' doesn't match 'notnull' constraint.
build: FinModelUtility/Fin/Fin/src/language/equations/fixedFunction/impl/FixedFunctionEquations_ScalarValues.cs#L15
The type 'TIdentifier' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'TIdentifier' doesn't match 'notnull' constraint.
build: FinModelUtility/Fin/Fin/src/language/equations/fixedFunction/impl/FixedFunctionEquations_ScalarValues.cs#L18
The type 'TIdentifier' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'TIdentifier' doesn't match 'notnull' constraint.