Skip to content

Set up barebones logic for reading SM64DS models. #90

Set up barebones logic for reading SM64DS models.

Set up barebones logic for reading SM64DS models. #90

Triggered via push December 1, 2024 20:00
Status Failure
Total duration 4m 27s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
build: FinModelUtility/UniversalAssetTool/UniversalAssetTool.Ui/src/winforms/right_panel/textures/TexturePanel.cs#L35
Possible null reference argument for parameter 'image' in 'void Clipboard.SetImage(Image image)'.
build: FinModelUtility/UniversalAssetTool/UniversalAssetTool.Ui/src/winforms/right_panel/animations/AnimationPlaybackPanel.cs#L67
Property 'Frame' does not configure the code serialization for its property content
build: FinModelUtility/UniversalAssetTool/UniversalAssetTool.Ui/src/winforms/right_panel/animations/AnimationPlaybackPanel.cs#L51
Property 'Impl' does not configure the code serialization for its property content
build: FinModelUtility/UniversalAssetTool/UniversalAssetTool.Ui/src/winforms/right_panel/animations/AnimationPlaybackPanel.cs#L80
Property 'TotalFrames' does not configure the code serialization for its property content
build: FinModelUtility/UniversalAssetTool/UniversalAssetTool.Ui/src/winforms/right_panel/animations/AnimationPlaybackPanel.cs#L91
Property 'FrameRate' does not configure the code serialization for its property content
build: FinModelUtility/UniversalAssetTool/UniversalAssetTool.Ui/src/winforms/right_panel/animations/AnimationPlaybackPanel.cs#L112
Property 'LoopPlayback' does not configure the code serialization for its property content
build: FinModelUtility/UniversalAssetTool/UniversalAssetTool.Ui/src/winforms/right_panel/animations/AnimationPlaybackPanel.cs#L103
Property 'IsPlaying' does not configure the code serialization for its property content
build: FinModelUtility/UniversalAssetTool/UniversalAssetTool.Ui/src/winforms/common/audio/AudioPlayerGlPanel.cs#L68
Property 'AudioFileBundles' does not configure the code serialization for its property content
build: FinModelUtility/UniversalAssetTool/UniversalAssetTool.Ui/src/winforms/right_panel/animations/AnimationsTab.cs#L26
Property 'Model' does not configure the code serialization for its property content
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
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: 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.