KillzXGaming / Switch-Toolbox

A tool to edit many video game file formats
GNU General Public License v3.0
959 stars 155 forks source link

Can't build #334

Open ColonelThirtyTwo opened 3 years ago

ColonelThirtyTwo commented 3 years ago

Checked out commit 3ccd38ea66908de934a66ec2dc76c3de80d2c560, building Debug Any CPU, Rebuild All, on Visual Studio 2019, Windows 10:

Rebuild started...
1>------ Rebuild All started: Project: Toolbox_Library, Configuration: Debug Any CPU ------
2>------ Rebuild All started: Project: Updater, Configuration: Debug Any CPU ------
1>  Cleaning native Assimp libraries...
2>  Updater -> C:\Users\Col\source\repos\Switch-Toolbox\Toolbox\bin\Debug\Updater.exe
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Forms\Custom\FlatTabControl\FlatTabControl.cs(14,7,14,27): warning CS0105: The using directive for 'System.Windows.Forms' appeared previously in this namespace
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Forms\Custom\BarSlider\BarSlider.cs(671,26,671,37): warning CS0109: The member 'BarSlider.LargeChange' does not hide an accessible member. The new keyword is not required.
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Forms\Custom\FlatTabControl\FlatTabControl.cs(548,20,548,31): warning CS0109: The member 'FlatTabControl.myBackColor' does not hide an accessible member. The new keyword is not required.
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Forms\Editors\TextureImport\3DS\CTR_3DSTextureImporter.cs(443,51,443,55): warning CS0108: 'CTR_3DSTextureImporter.Name' hides inherited member 'Control.Name'. Use the new keyword if hiding was intended.
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Forms\Editors\TextureImport\GenericTextureImporterList.Designer.cs(257,51,257,55): warning CS0108: 'GenericTextureImporterList.Name' hides inherited member 'Control.Name'. Use the new keyword if hiding was intended.
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Forms\Editors\TextureImport\Gamecube\GamecubeTextureImporterList.Designer.cs(328,51,328,55): warning CS0108: 'GamecubeTextureImporterList.Name' hides inherited member 'Control.Name'. Use the new keyword if hiding was intended.
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Forms\Custom\STForm.cs(417,19,417,22): warning CS0108: 'STForm.Top' hides inherited member 'Control.Top'. Use the new keyword if hiding was intended.
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Forms\Custom\STForm.cs(418,19,418,23): warning CS0108: 'STForm.Left' hides inherited member 'Control.Left'. Use the new keyword if hiding was intended.
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Forms\Custom\STForm.cs(444,19,444,25): warning CS0108: 'STForm.Bottom' hides inherited member 'Control.Bottom'. Use the new keyword if hiding was intended.
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Forms\Custom\STForm.cs(445,19,445,24): warning CS0108: 'STForm.Right' hides inherited member 'Control.Right'. Use the new keyword if hiding was intended.
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Forms\Custom\STUserControl.cs(7,23,7,27): warning CS0114: 'STUserControl.Text' hides inherited member 'UserControl.Text'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Forms\Custom\STTabControl.cs(22,34,22,45): warning CS0108: 'STTabControl.SendMessage(IntPtr, int, bool, int)' hides inherited member 'FlatTabControl.SendMessage(IntPtr, int, bool, int)'. Use the new keyword if hiding was intended.
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\FileFormats\ASTC.cs(93,21,93,31): warning CS0114: 'ASTC.FillEditor(UserControl)' hides inherited member 'STGenericTexture.FillEditor(UserControl)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\FileFormats\ASTC.cs(171,21,171,27): warning CS0114: 'ASTC.Unload()' hides inherited member 'STGenericWrapper.Unload()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\FileFormats\TGA.cs(79,21,79,31): warning CS0114: 'TGA.FillEditor(UserControl)' hides inherited member 'STGenericTexture.FillEditor(UserControl)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\FileFormats\TGA.cs(93,21,93,27): warning CS0114: 'TGA.Unload()' hides inherited member 'STGenericWrapper.Unload()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\FileFormats\DDS.cs(86,32,86,51): warning CS0114: 'DDS.GetContextMenuItems()' hides inherited member 'STGenericWrapper.GetContextMenuItems()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\FileFormats\DDS.cs(126,21,126,27): warning CS0114: 'DDS.Unload()' hides inherited member 'STGenericWrapper.Unload()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\FileFormats\DDS.cs(795,31,795,48): warning CS0108: 'DDS.ConvertBgraToRgba(byte[])' hides inherited member 'STGenericTexture.ConvertBgraToRgba(byte[])'. Use the new keyword if hiding was intended.
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\FileFormats\Animation\ANIM.cs(87,24,87,34): warning CS0168: The variable 'linearUnit' is declared but never used
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\FileFormats\Animation\ANIM.cs(87,36,87,44): warning CS0168: The variable 'timeUnit' is declared but never used
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Compression\Formats\lz4.cs(23,13,23,18): warning CS0162: Unreachable code detected
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\FileFormats\Animation\ANIM.cs(328,17,328,18): warning CS0219: The variable 'f' is assigned but its value is never used
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Compression\LZ77_WII.cs(207,13,207,19): warning CS0162: Unreachable code detected
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\IO\STFileSaver.cs(195,22,195,31): warning CS0219: The variable 'IsArchive' is assigned but its value is never used
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Animations\Animation.cs(470,21,470,26): warning CS1690: Accessing a member on 'STBone.pos' may cause a runtime exception because it is a field of a marshal-by-reference class
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Animations\Animation.cs(472,21,472,26): warning CS1690: Accessing a member on 'STBone.pos' may cause a runtime exception because it is a field of a marshal-by-reference class
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Animations\Animation.cs(474,21,474,26): warning CS1690: Accessing a member on 'STBone.pos' may cause a runtime exception because it is a field of a marshal-by-reference class
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Animations\Animation.cs(477,21,477,26): warning CS1690: Accessing a member on 'STBone.sca' may cause a runtime exception because it is a field of a marshal-by-reference class
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Animations\Animation.cs(478,22,478,27): warning CS1690: Accessing a member on 'STBone.sca' may cause a runtime exception because it is a field of a marshal-by-reference class
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Animations\Animation.cs(480,21,480,26): warning CS1690: Accessing a member on 'STBone.sca' may cause a runtime exception because it is a field of a marshal-by-reference class
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Animations\Animation.cs(481,22,481,27): warning CS1690: Accessing a member on 'STBone.sca' may cause a runtime exception because it is a field of a marshal-by-reference class
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Animations\Animation.cs(483,21,483,26): warning CS1690: Accessing a member on 'STBone.sca' may cause a runtime exception because it is a field of a marshal-by-reference class
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Animations\Animation.cs(484,22,484,27): warning CS1690: Accessing a member on 'STBone.sca' may cause a runtime exception because it is a field of a marshal-by-reference class
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Forms\Custom\BarSlider\BarSlider.cs(1414,36,1414,55): warning CS0219: The variable 'gradientOrientation' is assigned but its value is never used
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Config.cs(42,17,42,32): warning CS0168: The variable 'discordImageKey' is declared but never used
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Forms\Custom\BarSlider\BarSlider.cs(1665,13,1665,16): warning CS0162: Unreachable code detected
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Forms\Custom\BarSlider\BarSlider.cs(1732,13,1732,15): warning CS0162: Unreachable code detected
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\FileSystem\ExplorerFile.cs(131,17,131,23): warning CS0162: Unreachable code detected
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Helpers\DirectoryHelper.cs(21,13,21,26): warning CS0162: Unreachable code detected
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Compression\Formats\Yaz0.cs(54,13,54,17): warning CS0162: Unreachable code detected
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Compression\Formats\Yaz0.cs(72,13,72,16): warning CS0162: Unreachable code detected
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Compression\Formats\Yaz0.cs(99,13,99,20): warning CS0162: Unreachable code detected
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Compression\Formats\Yaz0.cs(225,13,225,19): warning CS0162: Unreachable code detected
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\IO\Extensions\StreamExport.cs(19,13,19,18): warning CS0162: Unreachable code detected
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Forms\Editors\UV\PickableUVMap.cs(135,19,135,25): warning CS0219: The variable 'bounds' is assigned but its value is never used
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Rendering\GenericModelRenderer\GenericModelRenderer.cs(66,21,66,31): warning CS0219: The variable 'groupIndex' is assigned but its value is never used
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\IO\FileReader.cs(313,17,313,21): warning CS0219: The variable 'size' is assigned but its value is never used
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Texture Decoding\Switch\TegraX1Swizzle.cs(33,22,33,33): warning CS0219: The variable 'SurfaceSize' is assigned but its value is never used
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Texture Decoding\Switch\TegraX1Swizzle.cs(34,21,34,37): warning CS0219: The variable 'blockHeightShift' is assigned but its value is never used
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Texture Decoding\Switch\TegraX1Swizzle.cs(23,18,23,23): warning CS0219: The variable 'Pitch' is assigned but its value is never used
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Texture Decoding\Switch\TegraX1Swizzle.cs(24,18,24,31): warning CS0219: The variable 'DataAlignment' is assigned but its value is never used
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\FileFormats\DDS.cs(558,18,558,28): warning CS0219: The variable 'Compressed' is assigned but its value is never used
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Rendering\DrawableCube.cs(110,17,110,21): warning CS0168: The variable 'size' is declared but never used
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Helpers\TreeHelper.cs(25,17,25,18): warning CS0219: The variable 'I' is assigned but its value is never used
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\FileFormats\DAE\DAE.cs(140,46,140,48): warning CS0168: The variable 'ex' is declared but never used
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Forms\Viewport.cs(283,17,283,28): warning CS0219: The variable 'Framebuffer' is assigned but its value is never used
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Imaging\BitmapExtension.cs(25,13,25,19): warning CS0162: Unreachable code detected
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Generics\Texture\GenericTexture.cs(602,30,602,32): warning CS0168: The variable 'ex' is declared but never used
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Forms\Custom\STComboBox.cs(107,13,107,15): warning CS0162: Unreachable code detected
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Forms\Animation\AnimationPanel.cs(458,17,458,36): warning CS0219: The variable 'frameUpdateInterval' is assigned but its value is never used
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Forms\Editors\ObjectList.cs(154,13,154,25): warning CS0162: Unreachable code detected
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Texture Decoding\Wii U\GX2.cs(489,17,489,27): warning CS0219: The variable 'DepthLevel' is assigned but its value is never used
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\FileFormats\DDS.cs(1519,25,1519,30): warning CS0219: The variable 'pixel' is assigned but its value is never used
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Rendering\RenderableTex.cs(417,83,417,91): warning CS0162: Unreachable code detected
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Rendering\RenderableTex.cs(430,83,430,91): warning CS0162: Unreachable code detected
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Generics\STSkeleton.cs(234,56,234,70): warning CS0197: Using 'STBone.ModelMatrix' as a ref or out value or taking its address may cause a runtime exception because it is a field of a marshal-by-reference class
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Texture Decoding\Wii U\GX2.cs(861,17,861,30): warning CS0219: The variable 'ArrayImageize' is assigned but its value is never used
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Generics\STSkeleton.cs(478,13,478,24): warning CS0162: Unreachable code detected
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Forms\Editors\Object Editor\ObjectEditorTree.cs(306,17,306,34): warning CS0184: The given expression is never of the provided ('STSkeleton') type
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Forms\Custom\STForm.cs(353,13,353,24): warning CS0162: Unreachable code detected
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Forms\Custom\STForm.cs(363,13,363,24): warning CS0162: Unreachable code detected
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\FileFormats\Animation\ANIM.cs(44,24,44,30): warning CS0649: Field 'ANIM.AnimKey.output' is never assigned to, and will always have its default value 0
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Texture Decoding\Gamecube\ImageDataFormat.cs(24,94,24,97): warning CS0169: The field 'ImageDataFormat._c8' is never used
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\FileFormats\Animation\ANIM.cs(44,17,44,22): warning CS0649: Field 'ANIM.AnimKey.input' is never assigned to, and will always have its default value 0
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Rendering\PBRMapGenerator.cs(17,31,17,41): warning CS0649: Field 'PBRMapGenerator.BrdfShader' is never assigned to, and will always have its default value null
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Helpers\ArchiveNodeMenuHelper.cs(14,26,14,30): warning CS0649: Field 'ArchiveNodeMenuHelper.Node' is never assigned to, and will always have its default value null
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Forms\Editors\ObjectList.cs(23,16,23,22): warning CS0169: The field 'ObjectList.Thread' is never used
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Forms\Editors\ImageEditor\HueSaturationAdjuster.cs(19,16,19,36): warning CS0169: The field 'HueSaturationAdjuster.bitmapOriginalCached' is never used
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Texture Decoding\Gamecube\ImageDataFormat.cs(24,89,24,92): warning CS0169: The field 'ImageDataFormat._c4' is never used
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Forms\Viewport.Designer.cs(410,56,410,78): warning CS0169: The field 'Viewport.walkToolStripMenuItem1' is never used
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Texture Decoding\Gamecube\ImageDataFormat.cs(24,99,24,105): warning CS0169: The field 'ImageDataFormat._c14x2' is never used
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\FileFormats\Animation\ANIM.cs(50,18,50,22): warning CS0649: Field 'ANIM.AnimData.type' is never assigned to, and will always have its default value null
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Animations\Animation.cs(304,19,304,28): warning CS0169: The field 'Animation.KeyGroup.LastFrame' is never used
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\FileFormats\Animation\ANIM.cs(50,24,50,29): warning CS0649: Field 'ANIM.AnimData.input' is never assigned to, and will always have its default value null
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\FileFormats\Animation\ANIM.cs(50,52,50,64): warning CS0649: Field 'ANIM.AnimData.postInfinity' is never assigned to, and will always have its default value null
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\FileFormats\Animation\ANIM.cs(45,25,45,31): warning CS0649: Field 'ANIM.AnimKey.outtan' is never assigned to, and will always have its default value null
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\FileFormats\Animation\ANIM.cs(45,18,45,23): warning CS0649: Field 'ANIM.AnimKey.intan' is never assigned to, and will always have its default value null
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Forms\Custom\STNumbericUpDown.cs(192,42,192,54): warning CS0067: The event 'STNumbericUpDown2.ValueChanged' is never used
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Forms\Color\ColorSelector.cs(357,31,357,39): warning CS0649: Field 'ColorSelector._squareY' is never assigned to, and will always have its default value 0
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Forms\Custom\STDataGridView.cs(11,31,11,48): warning CS0169: The field 'STDataGridView.GridViewCellStyle' is never used
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\FileFormats\Animation\ANIM.cs(50,31,50,37): warning CS0649: Field 'ANIM.AnimData.output' is never assigned to, and will always have its default value null
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Forms\Editors\Audio\AudioPlayerPanel.cs(25,30,25,43): warning CS0169: The field 'AudioPlayerPanel._pitchShifter' is never used
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Helpers\ArchiveNodeMenuHelper.cs(13,33,13,41): warning CS0169: The field 'ArchiveNodeMenuHelper.FileInfo' is never used
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Forms\Color\ColorSelector.cs(357,21,357,29): warning CS0649: Field 'ColorSelector._squareX' is never assigned to, and will always have its default value 0
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Forms\Editors\Audio\AudioPlayer.cs(25,30,25,43): warning CS0169: The field 'AudioPlayer._pitchShifter' is never used
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\FileFormats\Animation\ANIM.cs(50,39,50,50): warning CS0649: Field 'ANIM.AnimData.preInfinity' is never assigned to, and will always have its default value null
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\FileFormats\Animation\ANIM.cs(77,18,77,22): warning CS0649: Field 'ANIM.AnimBone.name' is never assigned to, and will always have its default value null
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Rendering\OpenTKSharedResources.cs(33,34,33,43): warning CS0169: The field 'OpenTKSharedResources.debugProc' is never used
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Forms\Editors\Object Editor\ObjectEditor.cs(21,34,21,44): warning CS0649: Field 'ObjectEditor.ObjectList' is never assigned to, and will always have its default value null
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Rendering\DrawableSkybox.cs(58,54,58,65): warning CS0169: The field 'DrawableSkybox.specularPbr' is never used
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Forms\Editors\TextureImport\3DS\CTR_3DSTextureImporter.cs(18,14,18,22): warning CS0414: The field 'CTR_3DSTextureImporter.IsLoaded' is assigned but its value is never used
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Forms\Editors\UV\UVEditor.cs(88,14,88,25): warning CS0414: The field 'UVEditor.IsSRTLoaded' is assigned but its value is never used
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Animations\VisibilityAnimation.cs(17,27,17,40): warning CS0414: The field 'VisibilityAnimation.visibiltyType' is assigned but its value is never used
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Forms\Editors\Object Editor\ObjectEditor.cs(135,14,135,22): warning CS0414: The field 'ObjectEditor.IsLoaded' is assigned but its value is never used
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Forms\Editors\TextureImport\3DS\CTR_3DSTextureImporter.cs(158,14,158,25): warning CS0414: The field 'CTR_3DSTextureImporter.DialogShown' is assigned but its value is never used
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Forms\Color\VertexColorTopBottomBox.cs(178,22,178,37): warning CS0414: The field 'VertexColorTopBottomBox.DisplayHitboxes' is assigned but its value is never used
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Forms\Custom\STComboBox.cs(32,28,32,36): warning CS0414: The field 'STComboBox.WM_PAINT' is assigned but its value is never used
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Forms\Editors\ImageEditor\ImageEditorBase.cs(579,14,579,25): warning CS0414: The field 'ImageEditorBase.IsCancelled' is assigned but its value is never used
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Compression\Formats\LZ77.cs(36,22,36,40): warning CS0414: The field 'LZ77.UseLZMAMagicHeader' is assigned but its value is never used
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Forms\Editors\Object Editor\ObjectEditorList.cs(102,14,102,22): warning CS0414: The field 'ObjectEditorList.IsLoaded' is assigned but its value is never used
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Forms\Color\STColorControl.cs(17,22,17,41): warning CS0414: The field 'STColorControl.CanCloseOnLostFocus' is assigned but its value is never used
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Forms\Color\VertexColorBox.cs(37,22,37,41): warning CS0414: The field 'VertexColorBox.SuppressChangeEvent' is assigned but its value is never used
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Forms\Color\VertexColorTopBottomBox.cs(36,22,36,41): warning CS0414: The field 'VertexColorTopBottomBox.SuppressChangeEvent' is assigned but its value is never used
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Forms\Editors\HexEditor\SearchHex.cs(18,22,18,30): warning CS0414: The field 'SearchHex._finding' is assigned but its value is never used
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Generics\STSkeleton.cs(397,22,397,29): warning CS0414: The field 'STSkeleton.Updated' is assigned but its value is never used
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Forms\Editors\Object Editor\ObjectEditorTree.cs(218,14,218,22): warning CS0414: The field 'ObjectEditorTree.IsLoaded' is assigned but its value is never used
1>C:\Users\Col\source\repos\Switch-Toolbox\Switch_Toolbox_Library\Animations\Animation.cs(303,17,303,26): warning CS0414: The field 'Animation.KeyGroup.LastFound' is assigned but its value is never used
1>  Toolbox_Library -> C:\Users\Col\source\repos\Switch-Toolbox\Toolbox\bin\Debug\Toolbox.Library.dll
1>  Copying native Assimp libraries...
1>  C:\Users\Col\source\repos\Switch-Toolbox\Toolbox\bin\Debug\Toolbox.Library.deps.json
3>------ Rebuild All started: Project: BrawlboxHelper, Configuration: Debug Any CPU ------
3>  BrawlboxHelper -> C:\Users\Col\source\repos\Switch-Toolbox\BrawlboxHelper\BrawlboxHelper.dll
4>------ Rebuild All started: Project: File_Format_Library, Configuration: Debug Any CPU ------
4>  No way to resolve conflict between "AssimpNet, Version=4.1.0.0, Culture=neutral, PublicKeyToken=0d51b391f59f42a6" and "AssimpNet, Version=3.3.2.0, Culture=neutral, PublicKeyToken=3edc10cb77b1bca2". Choosing "AssimpNet, Version=4.1.0.0, Culture=neutral, PublicKeyToken=0d51b391f59f42a6" arbitrarily.
4>D:\Programs\VisualStudi2019\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2123,5): warning MSB3277: Found conflicts between different versions of "WeifenLuo.WinFormsUI.Docking" that could not be resolved.  These reference conflicts are listed in the build log when log verbosity is set to detailed.
4>D:\Programs\VisualStudi2019\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2744,5): warning MSB3284: Cannot get the file path for type library "6bf52a50-394a-11d3-b153-00c04f79faa6" version 1.0. Library not registered. (Exception from HRESULT: 0x8002801D (TYPE_E_LIBNOTREGISTERED))
4>C:\Users\Col\source\repos\Switch-Toolbox\File_Format_Library\FileFormats\Layout\TextureManager.cs(4,7,4,18): warning CS0105: The using directive for 'System.Linq' appeared previously in this namespace
4>C:\Users\Col\source\repos\Switch-Toolbox\File_Format_Library\GUI\Editors\PTCL\ColorConstantPanel.cs(8,7,8,21): warning CS0105: The using directive for 'System.Drawing' appeared previously in this namespace
4>C:\Users\Col\source\repos\Switch-Toolbox\File_Format_Library\GUI\Byaml\ByamlEditor.cs(18,7,18,21): warning CS0105: The using directive for 'ByamlExt.Byaml' appeared previously in this namespace
4>C:\Users\Col\source\repos\Switch-Toolbox\File_Format_Library\GUI\Byaml\TurboCourseMuunt\Base\RenderablePathPoint.cs(27,24,27,32): warning CS0108: 'RenderablePathPoint.Selected' hides inherited member 'SingleObject.Selected'. Use the new keyword if hiding was intended.
4>C:\Users\Col\source\repos\Switch-Toolbox\File_Format_Library\GUI\Byaml\TurboCourseMuunt\Base\RenderablePathPoint.cs(33,24,33,29): warning CS0108: 'RenderablePathPoint.Color' hides inherited member 'SingleObject.Color'. Use the new keyword if hiding was intended.
4>C:\Users\Col\source\repos\Switch-Toolbox\File_Format_Library\FileFormats\BFRES\BFRESAnimFolder.cs(57,32,57,51): warning CS0114: 'BFRESAnimFolder.GetContextMenuItems()' hides inherited member 'STGenericWrapper.GetContextMenuItems()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
4>C:\Users\Col\source\repos\Switch-Toolbox\File_Format_Library\FileFormats\BFRES\BFRESGroupNode.cs(62,32,62,51): warning CS0114: 'BFRESGroupNode.GetContextMenuItems()' hides inherited member 'STGenericWrapper.GetContextMenuItems()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
4>C:\Users\Col\source\repos\Switch-Toolbox\File_Format_Library\FileFormats\Layout\BLO\BLO1\PIC1.cs(66,21,66,26): warning CS0114: 'PIC1.Write(FileWriter)' hides inherited member 'PAN1.Write(FileWriter)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
4>C:\Users\Col\source\repos\Switch-Toolbox\File_Format_Library\FileFormats\Layout\BLO\BLO1\WIN1.cs(137,21,137,26): warning CS0114: 'WIN1.Write(FileWriter)' hides inherited member 'PAN1.Write(FileWriter)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
4>C:\Users\Col\source\repos\Switch-Toolbox\File_Format_Library\FileFormats\BFRES\Bfres Structs\SubFiles\FSHA.cs(92,32,92,51): warning CS0114: 'FSHA.GetContextMenuItems()' hides inherited member 'STGenericWrapper.GetContextMenuItems()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
4>C:\Users\Col\source\repos\Switch-Toolbox\File_Format_Library\FileFormats\BFRES\Bfres Structs\SubFiles\FSCN.cs(36,32,36,51): warning CS0114: 'FSCN.GetContextMenuItems()' hides inherited member 'STGenericWrapper.GetContextMenuItems()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
4>C:\Users\Col\source\repos\Switch-Toolbox\File_Format_Library\FileFormats\BFRES\Bfres Structs\SubFiles\FMDL\FSKL.cs(208,36,208,55): warning CS0114: 'FSKL.fsklNode.GetContextMenuItems()' hides inherited member 'STGenericWrapper.GetContextMenuItems()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
4>C:\Users\Col\source\repos\Switch-Toolbox\File_Format_Library\FileFormats\BFRES\Bfres Structs\SubFiles\FMDL\FSKL.cs(225,28,225,43): warning CS0108: 'FSKL.fsklNode.ExportAllAction(object, EventArgs)' hides inherited member 'STGenericWrapper.ExportAllAction(object, EventArgs)'. Use the new keyword if hiding was intended.
4>C:\Users\Col\source\repos\Switch-Toolbox\File_Format_Library\FileFormats\CrashBandicoot\IGA_PAK.cs(227,27,227,37): warning CS0108: 'IGA_PAK.FileEntry.SourceFile' hides inherited member 'ArchiveFileInfo.SourceFile'. Use the new keyword if hiding was intended.
4>C:\Users\Col\source\repos\Switch-Toolbox\File_Format_Library\FileFormats\BCH\Wrappers\Model\H3DModelWrapper.cs(26,41,26,50): warning CS0108: 'H3DModelWrapper.Materials' hides inherited member 'STGenericModel.Materials'. Use the new keyword if hiding was intended.
4>C:\Users\Col\source\repos\Switch-Toolbox\File_Format_Library\FileFormats\NLG\LM2\TexturePOWE.cs(17,21,17,26): warning CS0108: 'TexturePOWE.Index' hides inherited member 'TreeNode.Index'. Use the new keyword if hiding was intended.
4>C:\Users\Col\source\repos\Switch-Toolbox\File_Format_Library\FileFormats\BFRES\Bfres Structs\SubFiles\FTEX.cs(719,21,719,27): warning CS0108: 'FTEX.Export(string, bool, bool, int, int)' hides inherited member 'STGenericTexture.Export(string, bool, bool, int, int)'. Use the new keyword if hiding was intended.
4>C:\Users\Col\source\repos\Switch-Toolbox\File_Format_Library\FileFormats\NLG\LM3\TexturePOWE.cs(21,21,21,26): warning CS0108: 'TexturePOWE.Index' hides inherited member 'TreeNode.Index'. Use the new keyword if hiding was intended.
4>C:\Users\Col\source\repos\Switch-Toolbox\File_Format_Library\FileFormats\Layout\CTR\MAT1.cs(68,40,68,56): warning CS0108: 'Material.ProjTexGenParams' hides inherited member 'BxlytMaterial.ProjTexGenParams'. Use the new keyword if hiding was intended.
4>C:\Users\Col\source\repos\Switch-Toolbox\File_Format_Library\FileFormats\Pikmin1\TXE.cs(112,21,112,27): warning CS0114: 'TXE.Unload()' hides inherited member 'STGenericWrapper.Unload()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
4>C:\Users\Col\source\repos\Switch-Toolbox\File_Format_Library\FileFormats\Layout\CTR\Materials\TextureRef.cs(12,22,12,24): warning CS0108: 'TextureRef.ID' hides inherited member 'BxlytTextureRef.ID'. Use the new keyword if hiding was intended.
4>C:\Users\Col\source\repos\Switch-Toolbox\File_Format_Library\FileFormats\CrashBandicoot\IGZ_TEX.cs(44,32,44,51): warning CS0114: 'IGZ_TEX.GetContextMenuItems()' hides inherited member 'STGenericWrapper.GetContextMenuItems()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
4>C:\Users\Col\source\repos\Switch-Toolbox\File_Format_Library\FileFormats\CrashBandicoot\IGZ_TEX.cs(203,21,203,27): warning CS0114: 'IGZ_TEX.Unload()' hides inherited member 'STGenericWrapper.Unload()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
4>C:\Users\Col\source\repos\Switch-Toolbox\File_Format_Library\GUI\BFLYT\Editor\Window\WindowFrameSelector.cs(130,33,130,36): warning CS0108: 'WindowFrameSelector.Top' hides inherited member 'Control.Top'. Use the new keyword if hiding was intended.
4>C:\Users\Col\source\repos\Switch-Toolbox\File_Format_Library\GUI\BFLYT\Editor\Window\WindowFrameSelector.cs(131,33,131,39): warning CS0108: 'WindowFrameSelector.Bottom' hides inherited member 'Control.Bottom'. Use the new keyword if hiding was intended.
4>C:\Users\Col\source\repos\Switch-Toolbox\File_Format_Library\GUI\BFLYT\Editor\Window\WindowFrameSelector.cs(132,33,132,38): warning CS0108: 'WindowFrameSelector.Right' hides inherited member 'Control.Right'. Use the new keyword if hiding was intended.
4>C:\Users\Col\source\repos\Switch-Toolbox\File_Format_Library\GUI\BFLYT\Editor\Window\WindowFrameSelector.cs(133,33,133,37): warning CS0108: 'WindowFrameSelector.Left' hides inherited member 'Control.Left'. Use the new keyword if hiding was intended.
4>C:\Users\Col\source\repos\Switch-Toolbox\File_Format_Library\FileFormats\Layout\Rev\MAT1.cs(68,39,68,51): warning CS0108: 'Material.TexCoordGens' hides inherited member 'BxlytMaterial.TexCoordGens'. Use the new keyword if hiding was intended.
4>C:\Users\Col\source\repos\Switch-Toolbox\File_Format_Library\FileFormats\Texture\NUT.cs(188,25,188,38): warning CS0108: 'NUT.NutImage.PaletteFormat' hides inherited member 'STGenericTexture.PaletteFormat'. Use the new keyword if hiding was intended.
4>C:\Users\Col\source\repos\Switch-Toolbox\File_Format_Library\FileFormats\Texture\BCLIM.cs(110,21,110,31): warning CS0114: 'BCLIM.FillEditor(UserControl)' hides inherited member 'STGenericTexture.FillEditor(UserControl)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
4>C:\Users\Col\source\repos\Switch-Toolbox\File_Format_Library\FileFormats\Texture\BCLIM.cs(444,21,444,27): warning CS0114: 'BCLIM.Unload()' hides inherited member 'STGenericWrapper.Unload()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
4>C:\Users\Col\source\repos\Switch-Toolbox\File_Format_Library\FileFormats\Texture\BCLIM.cs(189,22,189,32): warning CS0108: 'BCLIM.Properties' hides inherited member 'STGenericTexture.Properties'. Use the new keyword if hiding was intended.
4>C:\Users\Col\source\repos\Switch-Toolbox\File_Format_Library\FileFormats\Texture\TEX3DS.cs(85,32,85,51): warning CS0114: 'TEX3DS.GetContextMenuItems()' hides inherited member 'STGenericWrapper.GetContextMenuItems()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
4>C:\Users\Col\source\repos\Switch-Toolbox\File_Format_Library\FileFormats\Texture\TEX3DS.cs(105,21,105,31): warning CS0114: 'TEX3DS.FillEditor(UserControl)' hides inherited member 'STGenericTexture.FillEditor(UserControl)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
4>C:\Users\Col\source\repos\Switch-Toolbox\File_Format_Library\FileFormats\Texture\BTI.cs(144,21,144,27): warning CS0114: 'BTI.Unload()' hides inherited member 'STGenericWrapper.Unload()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
4>C:\Users\Col\source\repos\Switch-Toolbox\File_Format_Library\FileFormats\Texture\BFLIM.cs(87,21,87,31): warning CS0114: 'BFLIM.FillEditor(UserControl)' hides inherited member 'STGenericTexture.FillEditor(UserControl)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
4>C:\Users\Col\source\repos\Switch-Toolbox\File_Format_Library\FileFormats\Texture\BFLIM.cs(628,21,628,27): warning CS0114: 'BFLIM.Unload()' hides inherited member 'STGenericWrapper.Unload()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
4>C:\Users\Col\source\repos\Switch-Toolbox\File_Format_Library\FileFormats\Texture\BFLIM.cs(360,22,360,32): warning CS0108: 'BFLIM.Properties' hides inherited member 'STGenericTexture.Properties'. Use the new keyword if hiding was intended.
4>C:\Users\Col\source\repos\Switch-Toolbox\File_Format_Library\FileFormats\Texture\WTB.cs(214,32,214,43): warning CS0108: 'WTB.TextureWrapper.SurfaceType' hides inherited member 'STGenericTexture.SurfaceType'. Use the new keyword if hiding was intended.
4>C:\Users\Col\source\repos\Switch-Toolbox\File_Format_Library\FileFormats\Collision\KCL.cs(607,24,607,30): warning CS0108: 'KCL.KCLModel.Offset' hides inherited member 'STGenericObject.Offset'. Use the new keyword if hiding was intended.
4>C:\Users\Col\source\repos\Switch-Toolbox\File_Format_Library\FileFormats\Effects\PCTL.cs(885,25,885,30): warning CS0108: 'PTCL.TEXR.Depth' hides inherited member 'STGenericTexture.Depth'. Use the new keyword if hiding was intended.
4>C:\Users\Col\source\repos\Switch-Toolbox\File_Format_Library\FileFormats\Effects\PCTL.cs(886,25,886,33): warning CS0108: 'PTCL.TEXR.MipCount' hides inherited member 'STGenericTexture.MipCount'. Use the new keyword if hiding was intended.
4>C:\Users\Col\source\repos\Switch-Toolbox\File_Format_Library\FileFormats\Effects\PCTL.cs(893,25,893,32): warning CS0114: 'PTCL.TEXR.Replace(string)' hides inherited member 'STGenericWrapper.Replace(string)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
4>C:\Users\Col\source\repos\Switch-Toolbox\File_Format_Library\FileFormats\Texture\BNTX.cs(1648,21,1648,27): warning CS0108: 'TextureData.Export(string, bool, bool, int, int)' hides inherited member 'STGenericTexture.Export(string, bool, bool, int, int)'. Use the new keyword if hiding was intended.
4>C:\Users\Col\source\repos\Switch-Toolbox\File_Format_Library\FileFormats\Texture\SIR0.cs(88,32,88,51): warning CS0114: 'SIR0.GetContextMenuItems()' hides inherited member 'STGenericWrapper.GetContextMenuItems()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
4>C:\Users\Col\source\repos\Switch-Toolbox\File_Format_Library\FileFormats\Texture\SIR0.cs(108,21,108,31): warning CS0114: 'SIR0.FillEditor(UserControl)' hides inherited member 'STGenericTexture.FillEditor(UserControl)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
4>C:\Users\Col\source\repos\Switch-Toolbox\File_Format_Library\GUI\Byaml\TurboCourseMuunt\Paths\GravityPaths.cs(27,44,27,48): warning CS0108: 'GravityPathGroup.Prop' hides inherited member 'PropertyObject.Prop'. Use the new keyword if hiding was intended.
4>C:\Users\Col\source\repos\Switch-Toolbox\File_Format_Library\GUI\Byaml\TurboCourseMuunt\Paths\ItemPaths.cs(31,44,31,48): warning CS0108: 'ItemPathGroup.Prop' hides inherited member 'PropertyObject.Prop'. Use the new keyword if hiding was intended.
4>C:\Users\Col\source\repos\Switch-Toolbox\File_Format_Library\FileFormats\Texture\NUTEXB.cs(616,21,616,27): warning CS0114: 'NUTEXB.Unload()' hides inherited member 'STGenericWrapper.Unload()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
4>C:\Users\Col\source\repos\Switch-Toolbox\File_Format_Library\FileFormats\Texture\NUTEXB.cs(174,22,174,32): warning CS0108: 'NUTEXB.Properties' hides inherited member 'STGenericTexture.Properties'. Use the new keyword if hiding was intended.
4>C:\Users\Col\source\repos\Switch-Toolbox\File_Format_Library\GUI\Byaml\TurboCourseMuunt\Paths\GliderPaths.cs(34,44,34,48): warning CS0108: 'GlidePathGroup.Prop' hides inherited member 'PropertyObject.Prop'. Use the new keyword if hiding was intended.
4>C:\Users\Col\source\repos\Switch-Toolbox\File_Format_Library\GUI\Byaml\TurboCourseMuunt\Paths\JugemPath.cs(37,44,37,48): warning CS0108: 'JugemPathGroup.Prop' hides inherited member 'PropertyObject.Prop'. Use the new keyword if hiding was intended.
4>C:\Users\Col\source\repos\Switch-Toolbox\File_Format_Library\GUI\Byaml\TurboCourseMuunt\Paths\LapPaths.cs(39,44,39,48): warning CS0108: 'LapPathGroup.Prop' hides inherited member 'PropertyObject.Prop'. Use the new keyword if hiding was intended.
4>C:\Users\Col\source\repos\Switch-Toolbox\File_Format_Library\GUI\Byaml\TurboCourseMuunt\Paths\ObjPath.cs(37,44,37,48): warning CS0108: 'ObjPathGroup.Prop' hides inherited member 'PropertyObject.Prop'. Use the new keyword if hiding was intended.
4>C:\Users\Col\source\repos\Switch-Toolbox\File_Format_Library\GUI\Byaml\TurboCourseMuunt\Paths\Paths.cs(30,44,30,48): warning CS0108: 'PathGroup.Prop' hides inherited member 'PropertyObject.Prop'. Use the new keyword if hiding was intended.
4>C:\Users\Col\source\repos\Switch-Toolbox\File_Format_Library\GUI\Byaml\TurboCourseMuunt\Paths\PullPath.cs(30,44,30,48): warning CS0108: 'PullPathGroup.Prop' hides inherited member 'PropertyObject.Prop'. Use the new keyword if hiding was intended.
4>C:\Users\Col\source\repos\Switch-Toolbox\File_Format_Library\FileFormats\BFRES\BFRES.cs(838,21,838,27): warning CS0114: 'BFRES.Unload()' hides inherited member 'STGenericWrapper.Unload()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
4>C:\Users\Col\source\repos\Switch-Toolbox\File_Format_Library\GUI\Byaml\TurboCourseMuunt\Paths\SteerAssistPath.cs(31,44,31,48): warning CS0108: 'SteerAssistPathGroup.Prop' hides inherited member 'PropertyObject.Prop'. Use the new keyword if hiding was intended.
4>C:\Users\Col\source\repos\Switch-Toolbox\File_Format_Library\GUI\Editors\BFAVEditor.cs(46,75,46,83): error CS0246: The type or namespace name 'AxWMPLib' could not be found (are you missing a using directive or an assembly reference?)
4>C:\Users\Col\source\repos\Switch-Toolbox\File_Format_Library\FileFormats\Texture\XTX.cs(474,27,474,35): warning CS0108: 'XTX.TextureInfo.DataSize' hides inherited member 'STGenericTexture.DataSize'. Use the new keyword if hiding was intended.
4>C:\Users\Col\source\repos\Switch-Toolbox\File_Format_Library\GL\BFRES\RedPro\RedPro_Renderer.cs(502,21,502,52): warning CS0108: 'RedPro_Renderer.UpdateSingleMaterialTextureMaps(FMAT)' hides inherited member 'BFRESRenderBase.UpdateSingleMaterialTextureMaps(FMAT)'. Use the new keyword if hiding was intended.
4>C:\Users\Col\source\repos\Switch-Toolbox\File_Format_Library\GL\BFRES\RedPro\RedPro_Renderer.cs(521,21,521,38): warning CS0114: 'RedPro_Renderer.UpdateTextureMaps()' hides inherited member 'BFRESRenderBase.UpdateTextureMaps()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
4>C:\Users\Col\source\repos\Switch-Toolbox\File_Format_Library\GUI\TextureUI\Importers\BNTX\BinaryTextureImporterList.Designer.cs(387,51,387,55): warning CS0108: 'BinaryTextureImporterList.Name' hides inherited member 'Control.Name'. Use the new keyword if hiding was intended.
4>C:\Users\Col\source\repos\Switch-Toolbox\File_Format_Library\NodeWrappers\Archives\BFRESWrapper.cs(31,32,31,51): warning CS0114: 'BFRESWrapper.GetContextMenuItems()' hides inherited member 'STGenericWrapper.GetContextMenuItems()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
4>C:\Users\Col\source\repos\Switch-Toolbox\File_Format_Library\FileFormats\Byaml\BYAML.cs(56,53,56,59): warning CS0109: The member 'BYAML.hashes' does not hide an accessible member. The new keyword is not required.
4>C:\Users\Col\source\repos\Switch-Toolbox\File_Format_Library\GUI\TextureUI\Importers\GX2\GTXTextureImporter.cs(671,51,671,55): warning CS0108: 'GTXTextureImporter.Name' hides inherited member 'Control.Name'. Use the new keyword if hiding was intended.
5>------ Rebuild All started: Project: Toolbox, Configuration: Debug Any CPU ------
5>  Cleaning native Assimp libraries...
5>CSC : error CS0006: Metadata file 'C:\Users\Col\source\repos\Switch-Toolbox\Toolbox\bin\Debug\Lib\Plugins\FirstPlugin.Plg.dll' could not be found
========== Rebuild All: 3 succeeded, 2 failed, 0 skipped ==========
Mario-119 commented 3 years ago

Getting the same issue, so this doesn't seem to be only you.

Mario-119 commented 3 years ago

Any updates on this per chance?

MonsterDruide1 commented 3 years ago

So the main issue is this one: error CS0246: The type or namespace name 'AxWMPLib' could not be found (are you missing a using directive or an assembly reference?) The other error is just due to the first build being failed.

Does this issue still happen on the latest source? Building works fine for me.

Mario-119 commented 3 years ago

Yeah it builds fine for me as of recent, actually forgot to come back and mention it here.

Pysis868 commented 1 year ago

Release, Any CPU, Build Solution, Win 10 Pro 64-bit, MSVS 2022 17.5.1, .NET Framework 4.8, master HEAD c9e74e0be114885f347789f3bd348baccacf0842.

Errors, even on successive builds, and still happening even about 2 years later:

Severity    Code    Description Project File    Line    Suppression State
Error   CS0246  The type or namespace name 'AxWMPLib' could not be found (are you missing a using directive or an assembly reference?)  File_Format_Library ...\Switch-Toolbox\File_Format_Library\GUI\Editors\BFAVEditor.cs    46  Active
Error   CS0006  Metadata file '...\Switch-Toolbox\Toolbox\bin\Release\Lib\Plugins\FirstPlugin.Plg.dll' could not be found   Toolbox D:\Documents\Programming\Others\Internet\Games\Tools\Switch-Toolbox\Toolbox\CSC 1   Active