Skip to content

Upgraded to newest version of schema. #903

Upgraded to newest version of schema.

Upgraded to newest version of schema. #903

Triggered via push July 15, 2023 20:35
Status Failure
Total duration 9m 34s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: FinModelUtility/Fin/Fin/src/gl/material/GlNullMaterialShaderV2.cs#L25
The type 'fin.model.IReadOnlyMaterial?' cannot be used as type parameter 'TMaterial' in the generic type or method 'BGlMaterialShader<TMaterial>'. Nullability of type argument 'fin.model.IReadOnlyMaterial?' doesn't match constraint type 'fin.model.IReadOnlyMaterial'.
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/data/lazy/LazyDictionary.cs#L6
The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'ConcurrentDictionary<TKey, TValue>'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.
build: FinModelUtility/Fin/Fin/src/data/NullFriendlyDictionary.cs#L11
The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.
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.