Skip to content

Optimized bones passed into shaders to only be the ones actually used… #1244

Optimized bones passed into shaders to only be the ones actually used…

Optimized bones passed into shaders to only be the ones actually used… #1244

Triggered via push February 17, 2024 21:33
Status Failure
Total duration 2m 52s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 12 warnings
build: FinModelUtility/Games/HaloWars/KSoft/KSoft.T4/Bitwise/BitwiseT4.cs#L5
The type or namespace name 'VisualStudio' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
build: FinModelUtility/Games/HaloWars/KSoft/KSoft.T4/Bitwise/BitFondlingT4.cs#L2
The type or namespace name 'VisualStudio' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
build: FinModelUtility/Games/HaloWars/KSoft/KSoft.T4/Bitwise/ByteSwapT4.cs#L4
The type or namespace name 'VisualStudio' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
build: FinModelUtility/Games/HaloWars/KSoft/KSoft.T4/Collections/CollectionsT4.cs#L2
The type or namespace name 'VisualStudio' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
build: FinModelUtility/Games/HaloWars/KSoft/KSoft.T4/IO/TagElementStreamsT4.cs#L3
The type or namespace name 'VisualStudio' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
build: FinModelUtility/Games/HaloWars/KSoft/KSoft.T4/Math/MathT4.cs#L2
The type or namespace name 'VisualStudio' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
build: FinModelUtility/Games/HaloWars/KSoft/KSoft.T4/Text/TextT4.cs#L3
The type or namespace name 'VisualStudio' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
build: FinModelUtility/Games/HaloWars/KSoft/KSoft.T4/Utilities.cs#L2
The type or namespace name 'VisualStudio' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
build: FinModelUtility/Games/HaloWars/KSoft/KSoft.T4/Values/BittableHandleGenerator.cs#L3
The type or namespace name 'VisualStudio' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
build: FinModelUtility/Games/HaloWars/KSoft/KSoft.T4/TextTransformationCodeBlockBookmark.cs#L17
The type or namespace name 'VisualStudio' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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/counters/CounterSet.cs#L5
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/animation/Keyframes.cs#L18
'Keyframe' defines 'Equals' but not 'GetHashCode'
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/data/dictionaries/NullFriendlyDictionary.cs#L27
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#L14
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/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/io/FinDirectory.cs#L10
'FinDirectory' overrides Object.Equals(object o) but does not override Object.GetHashCode()