Fixed errors that came up during migration steps. #1202
Annotations
1 error and 11 warnings
build
Process completed with exit code 1.
|
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
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
|
build:
FinModelUtility/Fin/Fin/src/data/counters/CounterSet.cs#L7
The type 'T' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'T' doesn't match 'notnull' constraint.
|
build:
FinModelUtility/Fin/Fin/src/data/dictionaries/NullFriendlyDictionary.cs#L28
Nullability of reference types in return type of 'IEnumerable<TKey?> NullFriendlyDictionary<TKey, TValue>.Keys.get' doesn't match implicitly implemented member 'IEnumerable<TKey> IReadOnlyFinDictionary<TKey, TValue>.Keys.get'.
|
build:
FinModelUtility/Fin/Fin/src/data/dictionaries/NullFriendlyDictionary.cs#L15
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/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/io/FinDirectory.cs#L11
'FinDirectory' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
build:
FinModelUtility/Fin/Fin/src/io/FinFile.cs#L19
'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.
|