Fixed a really, really stupid issue in CMB where faces/culling were b… #205
Annotations
12 warnings
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/data/sets/IFinSet.cs#L17
'IFinSet<T>.Contains(T)' hides inherited member 'IReadOnlyFinSet<T>.Contains(T)'. Use the new keyword if hiding was intended.
|
build:
FinModelUtility/Fin/Fin/src/animation/keyframes/Keyframe.cs#L18
'Keyframe' defines 'Equals' but not 'GetHashCode'
|
build:
FinModelUtility/Fin/Fin/src/data/stacks/IFinStack.cs#L10
'IFinStack<T>.Top' hides inherited member 'IReadOnlyFinStack<T>.Top'. Use the new keyword if hiding was intended.
|
build:
FinModelUtility/Fin/Fin/src/io/FileIdDictionary.cs#L12
'IFileIdDictionary.this[uint]' hides inherited member 'IReadOnlyFileIdDictionary.this[uint]'. Use the new keyword if hiding was intended.
|
build:
FinModelUtility/Fin/Fin/src/io/FileIdDictionary.cs#L15
'IFileIdDictionary.Save(IGenericFile)' hides inherited member 'IReadOnlyFileIdDictionary.Save(IGenericFile)'. Use the new keyword if hiding was intended.
|
build:
FinModelUtility/Fin/Fin/src/data/dictionaries/IFinDictionary.cs#L10
'IFinDictionary<TKey, TValue>.Keys' hides inherited member 'IReadOnlyFinDictionary<TKey, TValue>.Keys'. Use the new keyword if hiding was intended.
|
build:
FinModelUtility/Fin/Fin/src/data/dictionaries/IFinDictionary.cs#L11
'IFinDictionary<TKey, TValue>.Values' hides inherited member 'IReadOnlyFinDictionary<TKey, TValue>.Values'. Use the new keyword if hiding was intended.
|
build:
FinModelUtility/Fin/Fin/src/data/dictionaries/IFinDictionary.cs#L17
'IFinDictionary<TKey, TValue>.ContainsKey(TKey)' hides inherited member 'IReadOnlyFinDictionary<TKey, TValue>.ContainsKey(TKey)'. Use the new keyword if hiding was intended.
|
build:
FinModelUtility/Fin/Fin/src/data/dictionaries/IFinDictionary.cs#L19
'IFinDictionary<TKey, TValue>.this[TKey]' hides inherited member 'IReadOnlyFinDictionary<TKey, TValue>.this[TKey]'. Use the new keyword if hiding was intended.
|
build:
FinModelUtility/Fin/Fin/src/io/FileIdsDictionary.cs#L14
'IFileIdsDictionary.this[uint]' hides inherited member 'IReadOnlyFileIdsDictionary.this[uint]'. Use the new keyword if hiding was intended.
|