Skip to content

Switched to ctrtool for extracting CIAs, since HackingToolkit9ds was … #894

Switched to ctrtool for extracting CIAs, since HackingToolkit9ds was …

Switched to ctrtool for extracting CIAs, since HackingToolkit9ds was … #894

Triggered via push June 19, 2023 06:26
Status Success
Total duration 6m 24s
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

11 warnings
build
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/setup-node@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
build: FinModelUtility/Fin/Fin/src/io/FinDirectory.cs#L16
'FinDirectory.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/FinFile.cs#L24
'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/language/equations/fixedFunction/impl/ColorValues.cs#L20
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/ColorValues.cs#L23
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/ScalarValues.cs#L14
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/ScalarValues.cs#L17
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/ColorValues.cs#L295
'FixedFunctionEquations<TIdentifier>.ColorExpression.Add(IColorValue, params IColorValue[])' hides inherited member 'FixedFunctionEquations<TIdentifier>.BColorValue.Add(IColorValue, params IColorValue[])'. Use the new keyword if hiding was intended.
build: FinModelUtility/Fin/Fin/src/language/equations/fixedFunction/impl/ColorValues.cs#L308
'FixedFunctionEquations<TIdentifier>.ColorExpression.Add(IScalarValue, params IScalarValue[])' hides inherited member 'FixedFunctionEquations<TIdentifier>.BColorValue.Add(IScalarValue, params IScalarValue[])'. Use the new keyword if hiding was intended.
build: FinModelUtility/Fin/Fin/src/language/equations/fixedFunction/impl/ColorValues.cs#L301
'FixedFunctionEquations<TIdentifier>.ColorExpression.Subtract(IColorValue, params IColorValue[])' hides inherited member 'FixedFunctionEquations<TIdentifier>.BColorValue.Subtract(IColorValue, params IColorValue[])'. Use the new keyword if hiding was intended.
build: FinModelUtility/Fin/Fin/src/language/equations/fixedFunction/impl/ColorValues.cs#L315
'FixedFunctionEquations<TIdentifier>.ColorExpression.Subtract(IScalarValue, params IScalarValue[])' hides inherited member 'FixedFunctionEquations<TIdentifier>.BColorValue.Subtract(IScalarValue, params IScalarValue[])'. Use the new keyword if hiding was intended.