Cleaned up some of the package names for exporting/importing models. #1069
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 errors and 11 warnings
build:
FinModelUtility/Fin/Fin/src/testing/model/IModelGoldenTests.cs#L16
The type or namespace name 'IModelImporter<>' could not be found (are you missing a using directive or an assembly reference?)
|
build:
FinModelUtility/Fin/Fin/src/testing/model/ModelGoldenAssert.cs#L84
The type or namespace name 'IModelImporter<>' could not be found (are you missing a using directive or an assembly reference?)
|
build:
FinModelUtility/Fin/Fin/src/testing/model/ModelGoldenAssert.cs#L100
The type or namespace name 'IModelImporter<>' could not be found (are you missing a using directive or an assembly reference?)
|
build:
FinModelUtility/Fin/Fin/src/model/io/importers/assimp/AssimpModelImporter.cs#L24
The type or namespace name 'AssimpModelFileBundle' could not be found (are you missing a using directive or an assembly reference?)
|
build:
FinModelUtility/Fin/Fin/src/model/io/importers/assimp/AssimpModelImporter.cs#L25
The type or namespace name 'AssimpModelFileBundle' could not be found (are you missing a using directive or an assembly reference?)
|
build:
FinModelUtility/Fin/Fin/src/testing/model/IModelGoldenTests.cs#L16
The type or namespace name 'IModelImporter<>' could not be found (are you missing a using directive or an assembly reference?)
|
build:
FinModelUtility/Fin/Fin/src/testing/model/ModelGoldenAssert.cs#L84
The type or namespace name 'IModelImporter<>' could not be found (are you missing a using directive or an assembly reference?)
|
build:
FinModelUtility/Fin/Fin/src/testing/model/ModelGoldenAssert.cs#L100
The type or namespace name 'IModelImporter<>' could not be found (are you missing a using directive or an assembly reference?)
|
build:
FinModelUtility/Fin/Fin/src/model/io/importers/assimp/AssimpModelImporter.cs#L24
The type or namespace name 'AssimpModelFileBundle' could not be found (are you missing a using directive or an assembly reference?)
|
build:
FinModelUtility/Fin/Fin/src/model/io/importers/assimp/AssimpModelImporter.cs#L25
The type or namespace name 'AssimpModelFileBundle' could not be found (are you missing a using directive or an assembly reference?)
|
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/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.
|
build:
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.
|
build:
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.
|
build:
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.
|