Cleaned up the audio types quite a bit, to make them a bit easier to … #1077
Annotations
1 error and 11 warnings
|
|
FinModelUtility/Fin/Fin/src/io/FinDirectory.cs#L11
'FinDirectory' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
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.
|
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
|
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.
|
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.
|
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.
|
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.
|
FinModelUtility/Fin/Fin/src/language/equations/fixedFunction/impl/FixedFunctionEquations_ColorValues.cs#L200
'ColorExpression.Add(IColorValue, params IColorValue[])' hides inherited member 'BColorValue.Add(IColorValue, params IColorValue[])'. Use the new keyword if hiding was intended.
|
FinModelUtility/Fin/Fin/src/language/equations/fixedFunction/impl/FixedFunctionEquations_ColorValues.cs#L213
'ColorExpression.Add(IScalarValue, params IScalarValue[])' hides inherited member 'BColorValue.Add(IScalarValue, params IScalarValue[])'. Use the new keyword if hiding was intended.
|
FinModelUtility/Fin/Fin/src/language/equations/fixedFunction/impl/FixedFunctionEquations_ColorValues.cs#L206
'ColorExpression.Subtract(IColorValue, params IColorValue[])' hides inherited member 'BColorValue.Subtract(IColorValue, params IColorValue[])'. Use the new keyword if hiding was intended.
|
The logs for this run have expired and are no longer available.
Loading