Skip to content

Fixed bug in showing selected bone. #168

Fixed bug in showing selected bone.

Fixed bug in showing selected bone. #168

Triggered via push January 6, 2025 07:53
Status Success
Total duration 6m 22s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

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
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
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
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
build: FinModelUtility/Fin/Fin/src/scene/impl/SceneObjectImpl.cs#L56
Nullability of reference types in return type of 'OnTick? SceneObjectImpl.TickHandler.get' doesn't match implicitly implemented member 'OnTick ISceneObject.TickHandler.get' (possibly because of nullability attributes).
build: FinModelUtility/Fin/Fin/src/scene/impl/SceneObjectImpl.cs#L56
Nullability of reference types in return type of 'OnTick? SceneObjectImpl.TickHandler.get' doesn't match implicitly implemented member 'OnTick IReadOnlySceneObject.TickHandler.get' (possibly because of nullability attributes).
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/data/dictionaries/ListDictionary.cs#L11
'IListDictionary<TKey, TValue>.HasList(TKey)' hides inherited member 'IReadOnlyListDictionary<TKey, TValue>.HasList(TKey)'. Use the new keyword if hiding was intended.