Burrow Updater errors at start #11

Closed
opened 2026-03-07 12:51:30 +00:00 by Vylpes · 0 comments
Owner
/home/vylpes/projects/burrow/Burrow/tools/Burrow.Updater/Program.cs(14,22): error CS1061: 'Command' does not contain a definition for 'SetHandler' and no accessible extension method 'SetHandler' accepting a first argument of type 'Command' could be found (are you missing a using directive or an assembly reference?)
/home/vylpes/projects/burrow/Burrow/tools/Burrow.Updater/Program.cs(15,21): error CS1061: 'RootCommand' does not contain a definition for 'AddCommand' and no accessible extension method 'AddCommand' accepting a first argument of type 'RootCommand' could be found (are you missing a using directive or an assembly reference?)
/home/vylpes/projects/burrow/Burrow/tools/Burrow.Updater/Program.cs(20,21): error CS1061: 'Command' does not contain a definition for 'AddOption' and no accessible extension method 'AddOption' accepting a first argument of type 'Command' could be found (are you missing a using directive or an assembly reference?)
/home/vylpes/projects/burrow/Burrow/tools/Burrow.Updater/Program.cs(21,21): error CS1061: 'Command' does not contain a definition for 'SetHandler' and no accessible extension method 'SetHandler' accepting a first argument of type 'Command' could be found (are you missing a using directive or an assembly reference?)
/home/vylpes/projects/burrow/Burrow/tools/Burrow.Updater/Program.cs(22,21): error CS1061: 'RootCommand' does not contain a definition for 'AddCommand' and no accessible extension method 'AddCommand' accepting a first argument of type 'RootCommand' could be found (are you missing a using directive or an assembly reference?)
/home/vylpes/projects/burrow/Burrow/tools/Burrow.Updater/Program.cs(28,58): error CS1739: The best overload for 'Option' does not have a parameter named 'getDefaultValue'
/home/vylpes/projects/burrow/Burrow/tools/Burrow.Updater/Program.cs(29,55): error CS1739: The best overload for 'Option' does not have a parameter named 'getDefaultValue'
/home/vylpes/projects/burrow/Burrow/tools/Burrow.Updater/Program.cs(30,23): error CS1061: 'Command' does not contain a definition for 'AddOption' and no accessible extension method 'AddOption' accepting a first argument of type 'Command' could be found (are you missing a using directive or an assembly reference?)
/home/vylpes/projects/burrow/Burrow/tools/Burrow.Updater/Program.cs(31,23): error CS1061: 'Command' does not contain a definition for 'AddOption' and no accessible extension method 'AddOption' accepting a first argument of type 'Command' could be found (are you missing a using directive or an assembly reference?)
/home/vylpes/projects/burrow/Burrow/tools/Burrow.Updater/Program.cs(32,23): error CS1061: 'Command' does not contain a definition for 'AddOption' and no accessible extension method 'AddOption' accepting a first argument of type 'Command' could be found (are you missing a using directive or an assembly reference?)
/home/vylpes/projects/burrow/Burrow/tools/Burrow.Updater/Program.cs(33,23): error CS1061: 'Command' does not contain a definition for 'AddOption' and no accessible extension method 'AddOption' accepting a first argument of type 'Command' could be found (are you missing a using directive or an assembly reference?)
/home/vylpes/projects/burrow/Burrow/tools/Burrow.Updater/Program.cs(34,23): error CS1061: 'Command' does not contain a definition for 'SetHandler' and no accessible extension method 'SetHandler' accepting a first argument of type 'Command' could be found (are you missing a using directive or an assembly reference?)
/home/vylpes/projects/burrow/Burrow/tools/Burrow.Updater/Program.cs(35,21): error CS1061: 'RootCommand' does not contain a definition for 'AddCommand' and no accessible extension method 'AddCommand' accepting a first argument of type 'RootCommand' could be found (are you missing a using directive or an assembly reference?)
/home/vylpes/projects/burrow/Burrow/tools/Burrow.Updater/Program.cs(40,25): error CS1061: 'Command' does not contain a definition for 'AddOption' and no accessible extension method 'AddOption' accepting a first argument of type 'Command' could be found (are you missing a using directive or an assembly reference?)
/home/vylpes/projects/burrow/Burrow/tools/Burrow.Updater/Program.cs(41,25): error CS1061: 'Command' does not contain a definition for 'SetHandler' and no accessible extension method 'SetHandler' accepting a first argument of type 'Command' could be found (are you missing a using directive or an assembly reference?)
/home/vylpes/projects/burrow/Burrow/tools/Burrow.Updater/Program.cs(42,21): error CS1061: 'RootCommand' does not contain a definition for 'AddCommand' and no accessible extension method 'AddCommand' accepting a first argument of type 'RootCommand' could be found (are you missing a using directive or an assembly reference?)
/home/vylpes/projects/burrow/Burrow/tools/Burrow.Updater/Program.cs(44,34): error CS1061: 'RootCommand' does not contain a definition for 'InvokeAsync' and no accessible extension method 'InvokeAsync' accepting a first argument of type 'RootCommand' could be found (are you missing a using directive or an assembly reference?)

The build failed. Fix the build errors and run again.
```bash /home/vylpes/projects/burrow/Burrow/tools/Burrow.Updater/Program.cs(14,22): error CS1061: 'Command' does not contain a definition for 'SetHandler' and no accessible extension method 'SetHandler' accepting a first argument of type 'Command' could be found (are you missing a using directive or an assembly reference?) /home/vylpes/projects/burrow/Burrow/tools/Burrow.Updater/Program.cs(15,21): error CS1061: 'RootCommand' does not contain a definition for 'AddCommand' and no accessible extension method 'AddCommand' accepting a first argument of type 'RootCommand' could be found (are you missing a using directive or an assembly reference?) /home/vylpes/projects/burrow/Burrow/tools/Burrow.Updater/Program.cs(20,21): error CS1061: 'Command' does not contain a definition for 'AddOption' and no accessible extension method 'AddOption' accepting a first argument of type 'Command' could be found (are you missing a using directive or an assembly reference?) /home/vylpes/projects/burrow/Burrow/tools/Burrow.Updater/Program.cs(21,21): error CS1061: 'Command' does not contain a definition for 'SetHandler' and no accessible extension method 'SetHandler' accepting a first argument of type 'Command' could be found (are you missing a using directive or an assembly reference?) /home/vylpes/projects/burrow/Burrow/tools/Burrow.Updater/Program.cs(22,21): error CS1061: 'RootCommand' does not contain a definition for 'AddCommand' and no accessible extension method 'AddCommand' accepting a first argument of type 'RootCommand' could be found (are you missing a using directive or an assembly reference?) /home/vylpes/projects/burrow/Burrow/tools/Burrow.Updater/Program.cs(28,58): error CS1739: The best overload for 'Option' does not have a parameter named 'getDefaultValue' /home/vylpes/projects/burrow/Burrow/tools/Burrow.Updater/Program.cs(29,55): error CS1739: The best overload for 'Option' does not have a parameter named 'getDefaultValue' /home/vylpes/projects/burrow/Burrow/tools/Burrow.Updater/Program.cs(30,23): error CS1061: 'Command' does not contain a definition for 'AddOption' and no accessible extension method 'AddOption' accepting a first argument of type 'Command' could be found (are you missing a using directive or an assembly reference?) /home/vylpes/projects/burrow/Burrow/tools/Burrow.Updater/Program.cs(31,23): error CS1061: 'Command' does not contain a definition for 'AddOption' and no accessible extension method 'AddOption' accepting a first argument of type 'Command' could be found (are you missing a using directive or an assembly reference?) /home/vylpes/projects/burrow/Burrow/tools/Burrow.Updater/Program.cs(32,23): error CS1061: 'Command' does not contain a definition for 'AddOption' and no accessible extension method 'AddOption' accepting a first argument of type 'Command' could be found (are you missing a using directive or an assembly reference?) /home/vylpes/projects/burrow/Burrow/tools/Burrow.Updater/Program.cs(33,23): error CS1061: 'Command' does not contain a definition for 'AddOption' and no accessible extension method 'AddOption' accepting a first argument of type 'Command' could be found (are you missing a using directive or an assembly reference?) /home/vylpes/projects/burrow/Burrow/tools/Burrow.Updater/Program.cs(34,23): error CS1061: 'Command' does not contain a definition for 'SetHandler' and no accessible extension method 'SetHandler' accepting a first argument of type 'Command' could be found (are you missing a using directive or an assembly reference?) /home/vylpes/projects/burrow/Burrow/tools/Burrow.Updater/Program.cs(35,21): error CS1061: 'RootCommand' does not contain a definition for 'AddCommand' and no accessible extension method 'AddCommand' accepting a first argument of type 'RootCommand' could be found (are you missing a using directive or an assembly reference?) /home/vylpes/projects/burrow/Burrow/tools/Burrow.Updater/Program.cs(40,25): error CS1061: 'Command' does not contain a definition for 'AddOption' and no accessible extension method 'AddOption' accepting a first argument of type 'Command' could be found (are you missing a using directive or an assembly reference?) /home/vylpes/projects/burrow/Burrow/tools/Burrow.Updater/Program.cs(41,25): error CS1061: 'Command' does not contain a definition for 'SetHandler' and no accessible extension method 'SetHandler' accepting a first argument of type 'Command' could be found (are you missing a using directive or an assembly reference?) /home/vylpes/projects/burrow/Burrow/tools/Burrow.Updater/Program.cs(42,21): error CS1061: 'RootCommand' does not contain a definition for 'AddCommand' and no accessible extension method 'AddCommand' accepting a first argument of type 'RootCommand' could be found (are you missing a using directive or an assembly reference?) /home/vylpes/projects/burrow/Burrow/tools/Burrow.Updater/Program.cs(44,34): error CS1061: 'RootCommand' does not contain a definition for 'InvokeAsync' and no accessible extension method 'InvokeAsync' accepting a first argument of type 'RootCommand' could be found (are you missing a using directive or an assembly reference?) The build failed. Fix the build errors and run again. ```
Vylpes added this to the 0.1.0 milestone 2026-03-07 12:51:40 +00:00
Vylpes self-assigned this 2026-03-07 12:51:48 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
RabbitLabs/Burrow#11
No description provided.