BeatSaberMarkupLanguage
BeatSaberMarkupLanguage copied to clipboard
Issue attempting to build BSML
For context, I am running this on Visual Studio 2019 without any prior experience building C# libraries, the only changes or setup I have done was the suggested file addition of BeatSabermarkupLanguage.csproj.user. Errors are as follows:
1>------ Build started: Project: BeatSaberMarkupLanguage, Configuration: Debug Any CPU ------
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\BSMLScrollableContainer.cs(130,25,130,39): warning CS0109: The member 'BSMLScrollableContainer.RefreshButtons()' does not hide an accessible member. The new keyword is not required.
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\BSMLScrollableContainer.cs(138,25,138,47): warning CS0109: The member 'BSMLScrollableContainer.ComputeScrollFocusPosY()' does not hide an accessible member. The new keyword is not required.
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\BSMLScrollableContainer.cs(147,25,147,54): warning CS0109: The member 'BSMLScrollableContainer.UpdateVerticalScrollIndicator(float)' does not hide an accessible member. The new keyword is not required.
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\BSMLScrollableContainer.cs(192,25,192,44): warning CS0109: The member 'BSMLScrollableContainer.PageUpButtonPressed()' does not hide an accessible member. The new keyword is not required.
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\BSMLScrollableContainer.cs(219,25,219,46): warning CS0109: The member 'BSMLScrollableContainer.PageDownButtonPressed()' does not hide an accessible member. The new keyword is not required.
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\BSMLScrollableContainer.cs(246,25,246,43): warning CS0109: The member 'BSMLScrollableContainer.SetDestinationPosY(float)' does not hide an accessible member. The new keyword is not required.
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\FloatingScreen\FloatingScreenMoverPointer.cs(61,25,61,31): warning CS0618: 'FloatingScreenMoverPointer.OnGrab' is obsolete: 'Use FloatingScreen.HandleGrabbed event'
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\FloatingScreen\FloatingScreenMoverPointer.cs(69,13,69,22): warning CS0618: 'FloatingScreenMoverPointer.OnRelease' is obsolete: 'Use FloatingScreen.HandleReleased event'
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\FloatingScreen\FloatingScreenMoverPointer.cs(74,13,74,19): warning CS0618: 'FloatingScreenMoverPointer.OnGrab' is obsolete: 'Use FloatingScreen.HandleGrabbed event'
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\FloatingScreen\FloatingScreenMoverPointer.cs(75,13,75,22): warning CS0618: 'FloatingScreenMoverPointer.OnRelease' is obsolete: 'Use FloatingScreen.HandleReleased event'
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\BSMLScrollIndicator.cs(15,20,15,27): error CS0103: The name '_handle' does not exist in the current context
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\BSMLScrollIndicator.cs(16,20,16,27): error CS0103: The name '_handle' does not exist in the current context
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\BSMLScrollableContainer.cs(13,20,13,33): error CS0103: The name '_pageUpButton' does not exist in the current context
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\BSMLScrollableContainer.cs(14,20,14,33): error CS0103: The name '_pageUpButton' does not exist in the current context
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\BSMLScrollableContainer.cs(18,20,18,35): error CS0103: The name '_pageDownButton' does not exist in the current context
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\BSMLScrollableContainer.cs(19,20,19,35): error CS0103: The name '_pageDownButton' does not exist in the current context
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\BSMLScrollableContainer.cs(24,20,24,29): error CS0103: The name '_viewport' does not exist in the current context
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\BSMLScrollableContainer.cs(25,20,25,29): error CS0103: The name '_viewport' does not exist in the current context
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\BSMLScrollableContainer.cs(30,20,30,41): error CS0103: The name '_contentRectTransform' does not exist in the current context
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\BSMLScrollableContainer.cs(31,20,31,41): error CS0103: The name '_contentRectTransform' does not exist in the current context
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\BSMLScrollableContainer.cs(36,20,36,44): error CS0103: The name '_verticalScrollIndicator' does not exist in the current context
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\BSMLScrollableContainer.cs(37,20,37,44): error CS0103: The name '_verticalScrollIndicator' does not exist in the current context
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\BSMLScrollableContainer.cs(47,26,47,42): error CS0103: The name '_destinationPosY' does not exist in the current context
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\BSMLScrollableContainer.cs(64,43,64,52): error CS0103: The name '_viewport' does not exist in the current context
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\BSMLScrollableContainer.cs(75,13,75,26): error CS0103: The name '_buttonBinder' does not exist in the current context
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\BSMLScrollableContainer.cs(84,17,84,30): error CS0103: The name '_buttonBinder' does not exist in the current context
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\BSMLScrollableContainer.cs(89,13,89,26): error CS0103: The name '_buttonBinder' does not exist in the current context
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\BSMLScrollableContainer.cs(91,17,91,30): error CS0103: The name '_buttonBinder' does not exist in the current context
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\BSMLScrollableContainer.cs(93,17,93,30): error CS0103: The name '_buttonBinder' does not exist in the current context
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\BSMLScrollableContainer.cs(98,30,98,51): error CS0103: The name '_contentRectTransform' does not exist in the current context
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\BSMLScrollableContainer.cs(99,29,99,50): error CS0103: The name '_contentRectTransform' does not exist in the current context
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\FontManager.cs(71,49,71,56): error CS0012: The type 'TaskFactory' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Threading, Version=1.0.2856.102, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\BSMLScrollableContainer.cs(114,34,114,55): error CS0103: The name '_contentRectTransform' does not exist in the current context
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\BSMLScrollableContainer.cs(114,71,114,92): error CS0103: The name '_contentRectTransform' does not exist in the current context
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\BSMLScrollableContainer.cs(119,40,119,61): error CS0103: The name '_contentRectTransform' does not exist in the current context
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\BSMLScrollableContainer.cs(119,82,119,98): error CS0103: The name '_destinationPosY' does not exist in the current context
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\BSMLScrollableContainer.cs(119,117,119,124): error CS0103: The name '_smooth' does not exist in the current context
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\BSMLScrollableContainer.cs(120,37,120,53): error CS0103: The name '_destinationPosY' does not exist in the current context
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\BSMLScrollableContainer.cs(122,27,122,43): error CS0103: The name '_destinationPosY' does not exist in the current context
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\BSMLScrollableContainer.cs(125,17,125,38): error CS0103: The name '_contentRectTransform' does not exist in the current context
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\BSMLScrollableContainer.cs(126,47,126,68): error CS0103: The name '_contentRectTransform' does not exist in the current context
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\BSMLScrollableContainer.cs(133,45,133,61): error CS0103: The name '_destinationPosY' does not exist in the current context
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\BSMLScrollableContainer.cs(135,47,135,63): error CS0103: The name '_destinationPosY' does not exist in the current context
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\BSMLScrollableContainer.cs(135,83,135,92): error CS0103: The name '_viewport' does not exist in the current context
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Plugin.cs(98,49,98,56): error CS0012: The type 'TaskScheduler' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Threading, Version=1.0.2856.102, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\ModalKeyboard.cs(125,18,125,23): warning CS0219: The variable 'found' is assigned but its value is never used
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\ModalKeyboard.cs(139,18,139,23): warning CS0219: The variable 'found' is assigned but its value is never used
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\ScrollViewContent.cs(34,24,34,40): error CS0122: 'ScrollView.SetContentHeight(float)' is inaccessible due to its protection level
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\ScrollViewContent.cs(35,24,35,38): error CS1061: 'ScrollView' does not contain a definition for 'RefreshButtons' and no accessible extension method 'RefreshButtons' accepting a first argument of type 'ScrollView' could be found (are you missing a using directive or an assembly reference?)
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\TypeHandlers\CustomCellListTableDataHandler.cs(83,33,83,41): error CS1061: 'TableView' does not contain a definition for 'LazyInit' and no accessible extension method 'LazyInit' accepting a first argument of type 'TableView' could be found (are you missing a using directive or an assembly reference?)
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\TypeHandlers\CustomListTableDataHandler.cs(85,33,85,41): error CS1061: 'TableView' does not contain a definition for 'LazyInit' and no accessible extension method 'LazyInit' accepting a first argument of type 'TableView' could be found (are you missing a using directive or an assembly reference?)
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\BSMLScrollableContainer.cs(141,13,141,30): error CS0103: The name '_scrollFocusPosYs' does not exist in the current context
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\BSMLScrollableContainer.cs(142,46,142,79): error CS0103: The name 'WorldPositionToScrollViewPosition' does not exist in the current context
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\BSMLScrollableContainer.cs(149,17,149,41): error CS0103: The name '_verticalScrollIndicator' does not exist in the current context
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\BSMLScrollableContainer.cs(151,17,151,41): error CS0103: The name '_verticalScrollIndicator' does not exist in the current context
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\BSMLScrollableContainer.cs(151,77,151,86): error CS0103: The name '_viewport' does not exist in the current context
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\BSMLScrollableContainer.cs(157,45,157,54): error CS0103: The name '_viewport' does not exist in the current context
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\BSMLScrollableContainer.cs(163,25,163,58): error CS0103: The name 'WorldPositionToScrollViewPosition' does not exist in the current context
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\BSMLScrollableContainer.cs(170,25,170,58): error CS0103: The name 'WorldPositionToScrollViewPosition' does not exist in the current context
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\BSMLScrollableContainer.cs(171,26,171,42): error CS0103: The name '_destinationPosY' does not exist in the current context
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\BSMLScrollableContainer.cs(172,26,172,42): error CS0103: The name '_destinationPosY' does not exist in the current context
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\BSMLScrollableContainer.cs(186,17,186,38): error CS0103: The name '_contentRectTransform' does not exist in the current context
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\BSMLScrollableContainer.cs(186,74,186,90): error CS0103: The name '_destinationPosY' does not exist in the current context
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\BSMLScrollableContainer.cs(194,25,194,41): error CS0103: The name '_destinationPosY' does not exist in the current context
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\BSMLScrollableContainer.cs(195,21,195,32): error CS0103: The name '_scrollType' does not exist in the current context
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\BSMLScrollableContainer.cs(198,28,198,51): error CS0103: The name '_pageStepNormalizedSize' does not exist in the current context
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\BSMLScrollableContainer.cs(201,28,201,42): error CS0103: The name '_fixedCellSize' does not exist in the current context
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\BSMLScrollableContainer.cs(201,89,201,103): error CS0103: The name '_fixedCellSize' does not exist in the current context
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\BSMLScrollableContainer.cs(202,57,202,71): error CS0103: The name '_fixedCellSize' does not exist in the current context
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\BSMLScrollableContainer.cs(202,75,202,89): error CS0103: The name '_fixedCellSize' does not exist in the current context
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\BSMLScrollableContainer.cs(206,43,206,59): error CS0103: The name '_destinationPosY' does not exist in the current context
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\BSMLScrollableContainer.cs(206,62,206,98): error CS0103: The name '_scrollItemRelativeThresholdPosition' does not exist in the current context
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\BSMLScrollableContainer.cs(207,45,207,62): error CS0103: The name '_scrollFocusPosYs' does not exist in the current context
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\BSMLScrollableContainer.cs(209,60,209,76): error CS0103: The name '_destinationPosY' does not exist in the current context
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\BSMLScrollableContainer.cs(210,32,210,55): error CS0103: The name '_pageStepNormalizedSize' does not exist in the current context
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\BSMLScrollableContainer.cs(221,25,221,41): error CS0103: The name '_destinationPosY' does not exist in the current context
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\BSMLScrollableContainer.cs(222,21,222,32): error CS0103: The name '_scrollType' does not exist in the current context
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\BSMLScrollableContainer.cs(225,28,225,51): error CS0103: The name '_pageStepNormalizedSize' does not exist in the current context
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\BSMLScrollableContainer.cs(228,28,228,42): error CS0103: The name '_fixedCellSize' does not exist in the current context
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\BSMLScrollableContainer.cs(228,89,228,103): error CS0103: The name '_fixedCellSize' does not exist in the current context
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\BSMLScrollableContainer.cs(229,56,229,70): error CS0103: The name '_fixedCellSize' does not exist in the current context
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\BSMLScrollableContainer.cs(229,74,229,88): error CS0103: The name '_fixedCellSize' does not exist in the current context
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\BSMLScrollableContainer.cs(233,43,233,59): error CS0103: The name '_destinationPosY' does not exist in the current context
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\BSMLScrollableContainer.cs(233,68,233,104): error CS0103: The name '_scrollItemRelativeThresholdPosition' does not exist in the current context
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\BSMLScrollableContainer.cs(234,45,234,62): error CS0103: The name '_scrollFocusPosYs' does not exist in the current context
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\BSMLScrollableContainer.cs(236,60,236,76): error CS0103: The name '_destinationPosY' does not exist in the current context
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\BSMLScrollableContainer.cs(237,38,237,61): error CS0103: The name '_pageStepNormalizedSize' does not exist in the current context
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\BSMLScrollableContainer.cs(248,49,248,58): error CS0103: The name '_viewport' does not exist in the current context
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Components\BSMLScrollableContainer.cs(250,13,250,29): error CS0103: The name '_destinationPosY' does not exist in the current context
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\MenuButtons\MenuButtonsViewController.cs(22,28,22,38): warning CS0649: Field 'MenuButtonsViewController.rootObject' is never assigned to, and will always have its default value null
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Settings\UI\SettingsMenuListViewController.cs(14,36,14,40): warning CS0649: Field 'SettingsMenuListViewController.list' is never assigned to, and will always have its default value null
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\Settings\UI\ModSettingsFlowCoordinator.cs(25,27,25,40): warning CS0649: Field 'ModSettingsFlowCoordinator.bottomButtons' is never assigned to, and will always have its default value null
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\GameplaySetupTest.cs(12,22,12,31): warning CS0169: The field 'GameplaySetupTest.checkbox3' is never used
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\GameplaySetupTest.cs(8,22,8,31): warning CS0169: The field 'GameplaySetupTest.checkbox1' is never used
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\GameplaySetupTest.cs(10,22,10,31): warning CS0169: The field 'GameplaySetupTest.checkbox2' is never used
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\GameplaySetup\GameplaySetupMenu.cs(21,28,21,37): warning CS0649: Field 'GameplaySetupMenu.tabObject' is never assigned to, and will always have its default value null
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\MenuButtons\MenuButtons.cs(27,34,27,46): warning CS0169: The field 'MenuButtons.parserParams' is never used
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\SettingsTest.cs(13,34,13,46): warning CS0169: The field 'SettingsTest.parserParams' is never used
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\GameplaySetup\GameplaySetupMenu.cs(24,21,24,24): warning CS0649: Field 'GameplaySetupMenu.tab' is never assigned to, and will always have its default value null
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\ViewControllers\TestViewController.cs(42,24,42,34): warning CS0414: The field 'TestViewController.loremIpsum' is assigned but its value is never used
1>C:\Users\MY_NAME\source\repos\BeatSaberMarkupLanguage-master\BeatSaberMarkupLanguage\GameplaySetupTest.cs(14,22,14,31): warning CS0414: The field 'GameplaySetupTest.checkbox4' is assigned but its value is never used
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========