Update universal_asset_tool.exe #1139
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
13 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
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
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/image/io/ImageIoInterfaces.cs#L50
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/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.
|
build:
FinModelUtility/Fin/Fin/src/language/equations/fixedFunction/impl/FixedFunctionEquations_ColorValues.cs#L174
'ColorExpression.Add(IColorValue, params IColorValue[])' hides inherited member 'BColorValue.Add(IColorValue, params IColorValue[])'. Use the new keyword if hiding was intended.
|
build:
FinModelUtility/Fin/Fin/src/language/equations/fixedFunction/impl/FixedFunctionEquations_ColorValues.cs#L187
'ColorExpression.Add(IScalarValue, params IScalarValue[])' hides inherited member 'BColorValue.Add(IScalarValue, params IScalarValue[])'. Use the new keyword if hiding was intended.
|
build:
FinModelUtility/Fin/Fin/src/language/equations/fixedFunction/impl/FixedFunctionEquations_ColorValues.cs#L180
'ColorExpression.Subtract(IColorValue, params IColorValue[])' hides inherited member 'BColorValue.Subtract(IColorValue, params IColorValue[])'. Use the new keyword if hiding was intended.
|
build:
FinModelUtility/Fin/Fin/src/language/equations/fixedFunction/impl/FixedFunctionEquations_ColorValues.cs#L194
'ColorExpression.Subtract(IScalarValue, params IScalarValue[])' hides inherited member 'BColorValue.Subtract(IScalarValue, params IScalarValue[])'. Use the new keyword if hiding was intended.
|
build:
FinModelUtility/Fin/Fin/src/language/equations/fixedFunction/impl/FixedFunctionEquations_ColorValues.cs#L244
'ColorTerm.Multiply(IColorValue, params IColorValue[])' hides inherited member 'BColorValue.Multiply(IColorValue, params IColorValue[])'. Use the new keyword if hiding was intended.
|