Advertisement
Guest User

Untitled

a guest
Nov 18th, 2019
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 63.74 KB | None | 0 0
  1. $ dotnet build
  2. Microsoft (R) Build Engine version 16.3.0+0f4c62fea for .NET Core
  3. Copyright (C) Microsoft Corporation. All rights reserved.
  4.  
  5. Skipping project "/home/user/WalletWasabi/WalletWasabi.Dependencies/AvalonStudio.Shell/src/AvalonStudio.Shell.Extensibility/AvalonStudio.Shell.Extensibility.csproj" because it was not found.
  6. Skipping project "/home/user/WalletWasabi/WalletWasabi.Dependencies/AvalonStudio.Shell/src/AvalonStudio.Shell/AvalonStudio.Shell.csproj" because it was not found.
  7. Skipping project "/home/user/WalletWasabi/WalletWasabi.Dependencies/AvalonStudio.Shell/src/AvalonStudio.Shell.Extensibility/AvalonStudio.Shell.Extensibility.csproj" because it was not found.
  8. Skipping project "/home/user/WalletWasabi/WalletWasabi.Dependencies/AvalonStudio.Shell/src/AvalonStudio.Shell/AvalonStudio.Shell.csproj" because it was not found.
  9. /home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj : warning NU1603: Wasabi Wallet depends on Avalonia.Desktop (>= 0.8.1-cibuild0002711-beta) but Avalonia.Desktop 0.8.1-cibuild0002711-beta was not found. An approximate best match of Avalonia.Desktop 0.8.1 was resolved.
  10. Restore completed in 935.49 ms for /home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj.
  11. Restore completed in 940.2 ms for /home/user/WalletWasabi/WalletWasabi/WalletWasabi.csproj.
  12. /home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj : warning NU1603: Wasabi Wallet depends on Avalonia.Desktop (>= 0.8.1-cibuild0002711-beta) but Avalonia.Desktop 0.8.1-cibuild0002711-beta was not found. An approximate best match of Avalonia.Desktop 0.8.1 was resolved.
  13. WalletWasabi -> /home/user/WalletWasabi/WalletWasabi/bin/Debug/netcoreapp2.2/WalletWasabi.dll
  14. /usr/share/dotnet/sdk/3.0.100/Microsoft.Common.CurrentVersion.targets(1875,5): warning : The referenced project '../WalletWasabi.Dependencies/AvalonStudio.Shell/src/AvalonStudio.Shell.Extensibility/AvalonStudio.Shell.Extensibility.csproj' does not exist. [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  15. /usr/share/dotnet/sdk/3.0.100/Microsoft.Common.CurrentVersion.targets(1875,5): warning : The referenced project '../WalletWasabi.Dependencies/AvalonStudio.Shell/src/AvalonStudio.Shell/AvalonStudio.Shell.csproj' does not exist. [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  16. Behaviors/BindSelectedTextBehavior.cs(3,16): error CS0234: The type or namespace name 'Xaml' does not exist in the namespace 'Avalonia' (are you missing an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  17. Behaviors/ClearPropertyOnLostFocusBehavior.cs(5,16): error CS0234: The type or namespace name 'Xaml' does not exist in the namespace 'Avalonia' (are you missing an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  18. Behaviors/CommandBaseBehavior.cs(2,16): error CS0234: The type or namespace name 'Xaml' does not exist in the namespace 'Avalonia' (are you missing an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  19. Behaviors/FocusBehavior.cs(3,16): error CS0234: The type or namespace name 'Xaml' does not exist in the namespace 'Avalonia' (are you missing an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  20. Behaviors/PasteAddressOnClickBehavior.cs(5,16): error CS0234: The type or namespace name 'Xaml' does not exist in the namespace 'Avalonia' (are you missing an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  21. Behaviors/SuggestionBehavior.cs(3,16): error CS0234: The type or namespace name 'Xaml' does not exist in the namespace 'Avalonia' (are you missing an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  22. Controls/ExtendedTextBox.cs(8,7): error CS0246: The type or namespace name 'AvalonStudio' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  23. Controls/ExtendedTextBox.cs(9,7): error CS0246: The type or namespace name 'ReactiveUI' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  24. Controls/MultiTextBox.cs(9,7): error CS0246: The type or namespace name 'ReactiveUI' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  25. Controls/NoparaPasswordBox.cs(8,7): error CS0246: The type or namespace name 'ReactiveUI' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  26. Controls/SortingArrow.cs(10,7): error CS0246: The type or namespace name 'ReactiveUI' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  27. Controls/WalletExplorer/CoinJoinTabViewModel.cs(3,7): error CS0246: The type or namespace name 'ReactiveUI' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  28. Controls/WalletExplorer/CoinListViewModel.cs(3,7): error CS0246: The type or namespace name 'DynamicData' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  29. Controls/WalletExplorer/CoinListViewModel.cs(4,7): error CS0246: The type or namespace name 'DynamicData' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  30. Controls/WalletExplorer/CoinListViewModel.cs(5,7): error CS0246: The type or namespace name 'ReactiveUI' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  31. Controls/WalletExplorer/CoinViewModel.cs(2,7): error CS0246: The type or namespace name 'ReactiveUI' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  32. Controls/WalletExplorer/HistoryTabViewModel.cs(2,7): error CS0246: The type or namespace name 'ReactiveUI' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  33. Controls/WalletExplorer/PinPadViewModel.cs(2,7): error CS0246: The type or namespace name 'AvalonStudio' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  34. Controls/WalletExplorer/PinPadViewModel.cs(3,7): error CS0246: The type or namespace name 'AvalonStudio' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  35. Controls/WalletExplorer/PinPadViewModel.cs(4,7): error CS0246: The type or namespace name 'ReactiveUI' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  36. Controls/WalletExplorer/ReceiveTabViewModel.cs(2,25): error CS0234: The type or namespace name 'Notifications' does not exist in the namespace 'Avalonia.Controls' (are you missing an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  37. Controls/WalletExplorer/ReceiveTabViewModel.cs(5,7): error CS0246: The type or namespace name 'ReactiveUI' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  38. Controls/WalletExplorer/ReceiveTabViewModel.cs(6,7): error CS0246: The type or namespace name 'Splat' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  39. Controls/WalletExplorer/SendTabViewModel.cs(2,7): error CS0246: The type or namespace name 'AvalonStudio' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  40. Controls/WalletExplorer/SendTabViewModel.cs(3,7): error CS0246: The type or namespace name 'AvalonStudio' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  41. Controls/WalletExplorer/SendTabViewModel.cs(5,7): error CS0246: The type or namespace name 'ReactiveUI' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  42. Controls/WalletExplorer/TransactionBroadcasterViewModel.cs(2,7): error CS0246: The type or namespace name 'AvalonStudio' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  43. Controls/WalletExplorer/TransactionBroadcasterViewModel.cs(4,7): error CS0246: The type or namespace name 'ReactiveUI' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  44. Controls/WalletExplorer/TransactionInfo.cs(1,7): error CS0246: The type or namespace name 'ReactiveUI' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  45. Controls/WalletExplorer/TransactionViewerViewModel.cs(3,7): error CS0246: The type or namespace name 'ReactiveUI' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  46. Controls/WalletExplorer/TransactionViewModel.cs(4,7): error CS0246: The type or namespace name 'ReactiveUI' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  47. Controls/WalletExplorer/WalletActionViewModel.cs(2,7): error CS0246: The type or namespace name 'AvalonStudio' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  48. Controls/WalletExplorer/WalletActionViewModel.cs(3,7): error CS0246: The type or namespace name 'AvalonStudio' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  49. Controls/WalletExplorer/WalletActionViewModel.cs(4,7): error CS0246: The type or namespace name 'ReactiveUI' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  50. Controls/WalletExplorer/WalletAdvancedViewModel.cs(1,7): error CS0246: The type or namespace name 'ReactiveUI' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  51. Controls/WalletExplorer/WalletExplorerViewModel.cs(1,7): error CS0246: The type or namespace name 'AvalonStudio' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  52. Controls/WalletExplorer/WalletExplorerViewModel.cs(2,7): error CS0246: The type or namespace name 'AvalonStudio' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  53. Controls/WalletExplorer/WalletExplorerViewModel.cs(3,7): error CS0246: The type or namespace name 'AvalonStudio' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  54. Controls/WalletExplorer/WalletExplorerViewModel.cs(4,7): error CS0246: The type or namespace name 'ReactiveUI' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  55. Controls/WalletExplorer/WalletExplorerViewModel.cs(6,14): error CS0234: The type or namespace name 'Composition' does not exist in the namespace 'System' (are you missing an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  56. Controls/WalletExplorer/WalletInfoViewModel.cs(3,7): error CS0246: The type or namespace name 'ReactiveUI' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  57. Controls/WalletExplorer/WalletViewModel.cs(2,7): error CS0246: The type or namespace name 'ReactiveUI' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  58. Converters/MoneyBrushConverter.cs(3,7): error CS0246: The type or namespace name 'AvalonStudio' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  59. Converters/PrivacyLevelValueConverter.cs(4,7): error CS0246: The type or namespace name 'AvalonStudio' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  60. Converters/PrivacyLevelValueConverter.cs(7,14): error CS0234: The type or namespace name 'Composition' does not exist in the namespace 'System' (are you missing an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  61. Converters/StatusColorConverter.cs(3,7): error CS0246: The type or namespace name 'AvalonStudio' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  62. Dialogs/CannotCloseDialogViewModel.cs(2,7): error CS0246: The type or namespace name 'AvalonStudio' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  63. Dialogs/CannotCloseDialogViewModel.cs(3,7): error CS0246: The type or namespace name 'ReactiveUI' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  64. Dialogs/GenSocksServFailDialogViewModel.cs(1,7): error CS0246: The type or namespace name 'AvalonStudio' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  65. Dialogs/GenSocksServFailDialogViewModel.cs(2,7): error CS0246: The type or namespace name 'ReactiveUI' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  66. Global.cs(2,25): error CS0234: The type or namespace name 'Notifications' does not exist in the namespace 'Avalonia.Controls' (are you missing an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  67. Global.cs(8,7): error CS0246: The type or namespace name 'Splat' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  68. MainWindow.xaml.cs(3,25): error CS0234: The type or namespace name 'Notifications' does not exist in the namespace 'Avalonia.Controls' (are you missing an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  69. MainWindow.xaml.cs(6,7): error CS0246: The type or namespace name 'AvalonStudio' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  70. MainWindow.xaml.cs(7,7): error CS0246: The type or namespace name 'AvalonStudio' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  71. MainWindow.xaml.cs(8,7): error CS0246: The type or namespace name 'AvalonStudio' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  72. MainWindow.xaml.cs(9,7): error CS0246: The type or namespace name 'AvalonStudio' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  73. MainWindow.xaml.cs(10,7): error CS0246: The type or namespace name 'Splat' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  74. Program.cs(3,7): error CS0246: The type or namespace name 'AvalonStudio' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  75. Program.cs(4,7): error CS0246: The type or namespace name 'AvalonStudio' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  76. Shell/Commands/DiskCommands.cs(1,7): error CS0246: The type or namespace name 'AvalonStudio' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  77. Shell/Commands/DiskCommands.cs(2,7): error CS0246: The type or namespace name 'ReactiveUI' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  78. Shell/Commands/DiskCommands.cs(4,14): error CS0234: The type or namespace name 'Composition' does not exist in the namespace 'System' (are you missing an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  79. Shell/Commands/ExitCommands.cs(2,7): error CS0246: The type or namespace name 'AvalonStudio' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  80. Shell/Commands/ExitCommands.cs(3,7): error CS0246: The type or namespace name 'ReactiveUI' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  81. Shell/Commands/ExitCommands.cs(5,14): error CS0234: The type or namespace name 'Composition' does not exist in the namespace 'System' (are you missing an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  82. Shell/Commands/HelpCommands.cs(4,7): error CS0246: The type or namespace name 'AvalonStudio' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  83. Shell/Commands/HelpCommands.cs(5,7): error CS0246: The type or namespace name 'AvalonStudio' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  84. Shell/Commands/HelpCommands.cs(6,7): error CS0246: The type or namespace name 'AvalonStudio' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  85. Shell/Commands/HelpCommands.cs(7,7): error CS0246: The type or namespace name 'ReactiveUI' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  86. Shell/Commands/HelpCommands.cs(9,14): error CS0234: The type or namespace name 'Composition' does not exist in the namespace 'System' (are you missing an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  87. Shell/Commands/ToolCommands.cs(1,7): error CS0246: The type or namespace name 'AvalonStudio' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  88. Shell/Commands/ToolCommands.cs(2,7): error CS0246: The type or namespace name 'AvalonStudio' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  89. Shell/Commands/ToolCommands.cs(3,7): error CS0246: The type or namespace name 'AvalonStudio' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  90. Shell/Commands/ToolCommands.cs(4,7): error CS0246: The type or namespace name 'ReactiveUI' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  91. Shell/Commands/ToolCommands.cs(6,14): error CS0234: The type or namespace name 'Composition' does not exist in the namespace 'System' (are you missing an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  92. Shell/Commands/WalletCommands.cs(1,7): error CS0246: The type or namespace name 'AvalonStudio' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  93. Shell/Commands/WalletCommands.cs(2,7): error CS0246: The type or namespace name 'AvalonStudio' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  94. Shell/Commands/WalletCommands.cs(3,7): error CS0246: The type or namespace name 'AvalonStudio' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  95. Shell/Commands/WalletCommands.cs(4,7): error CS0246: The type or namespace name 'ReactiveUI' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  96. Shell/Commands/WalletCommands.cs(5,14): error CS0234: The type or namespace name 'Composition' does not exist in the namespace 'System' (are you missing an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  97. Shell/MainMenu/FileMainMenuItems.cs(1,7): error CS0246: The type or namespace name 'AvalonStudio' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  98. Shell/MainMenu/FileMainMenuItems.cs(2,7): error CS0246: The type or namespace name 'AvalonStudio' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  99. Shell/MainMenu/FileMainMenuItems.cs(5,14): error CS0234: The type or namespace name 'Composition' does not exist in the namespace 'System' (are you missing an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  100. Shell/MainMenu/HelpMainMenuItems.cs(1,7): error CS0246: The type or namespace name 'AvalonStudio' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  101. Shell/MainMenu/HelpMainMenuItems.cs(2,7): error CS0246: The type or namespace name 'AvalonStudio' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  102. Shell/MainMenu/HelpMainMenuItems.cs(5,14): error CS0234: The type or namespace name 'Composition' does not exist in the namespace 'System' (are you missing an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  103. Shell/MainMenu/ToolsMainMenuItems.cs(1,7): error CS0246: The type or namespace name 'AvalonStudio' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  104. Shell/MainMenu/ToolsMainMenuItems.cs(2,7): error CS0246: The type or namespace name 'AvalonStudio' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  105. Shell/MainMenu/ToolsMainMenuItems.cs(5,14): error CS0234: The type or namespace name 'Composition' does not exist in the namespace 'System' (are you missing an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  106. Tabs/SettingsViewModel.cs(2,7): error CS0246: The type or namespace name 'ReactiveUI' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  107. Tabs/WalletManager/GenerateWalletSuccessViewModel.cs(2,7): error CS0246: The type or namespace name 'ReactiveUI' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  108. Tabs/WalletManager/GenerateWalletViewModel.cs(1,7): error CS0246: The type or namespace name 'AvalonStudio' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  109. Tabs/WalletManager/GenerateWalletViewModel.cs(2,7): error CS0246: The type or namespace name 'AvalonStudio' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  110. Tabs/WalletManager/GenerateWalletViewModel.cs(4,7): error CS0246: The type or namespace name 'ReactiveUI' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  111. Tabs/WalletManager/LoadWalletViewModel.cs(2,7): error CS0246: The type or namespace name 'AvalonStudio' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  112. Tabs/WalletManager/LoadWalletViewModel.cs(3,7): error CS0246: The type or namespace name 'AvalonStudio' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  113. Tabs/WalletManager/LoadWalletViewModel.cs(8,7): error CS0246: The type or namespace name 'ReactiveUI' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  114. Tabs/WalletManager/RecoverWalletViewModel.cs(1,7): error CS0246: The type or namespace name 'AvalonStudio' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  115. Tabs/WalletManager/RecoverWalletViewModel.cs(2,7): error CS0246: The type or namespace name 'AvalonStudio' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  116. Tabs/WalletManager/RecoverWalletViewModel.cs(4,7): error CS0246: The type or namespace name 'ReactiveUI' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  117. Tabs/WalletManager/SuggestionViewModel.cs(1,7): error CS0246: The type or namespace name 'ReactiveUI' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  118. Tabs/WalletManager/WalletManagerView.xaml.cs(6,7): error CS0246: The type or namespace name 'AvalonStudio' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  119. Tabs/WalletManager/WalletManagerView.xaml.cs(7,7): error CS0246: The type or namespace name 'AvalonStudio' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  120. Tabs/WalletManager/WalletManagerViewModel.cs(2,7): error CS0246: The type or namespace name 'ReactiveUI' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  121. UiConfig.cs(3,7): error CS0246: The type or namespace name 'ReactiveUI' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  122. ViewModels/AddressViewModel.cs(4,7): error CS0246: The type or namespace name 'ReactiveUI' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  123. ViewModels/MainWindowViewModel.cs(2,7): error CS0246: The type or namespace name 'AvalonStudio' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  124. ViewModels/MainWindowViewModel.cs(3,7): error CS0246: The type or namespace name 'AvalonStudio' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  125. ViewModels/MainWindowViewModel.cs(4,7): error CS0246: The type or namespace name 'AvalonStudio' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  126. ViewModels/MainWindowViewModel.cs(5,7): error CS0246: The type or namespace name 'ReactiveUI' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  127. ViewModels/MainWindowViewModel.cs(7,25): error CS0234: The type or namespace name 'Notifications' does not exist in the namespace 'Avalonia.Controls' (are you missing an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  128. ViewModels/StatusBarViewModel.cs(2,7): error CS0246: The type or namespace name 'AvalonStudio' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  129. ViewModels/StatusBarViewModel.cs(3,7): error CS0246: The type or namespace name 'AvalonStudio' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  130. ViewModels/StatusBarViewModel.cs(6,7): error CS0246: The type or namespace name 'ReactiveUI' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  131. ViewModels/ViewModelBase.cs(1,7): error CS0246: The type or namespace name 'ReactiveUI' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  132. ViewModels/WasabiDocumentTabViewModel.cs(1,7): error CS0246: The type or namespace name 'AvalonStudio' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  133. ViewModels/WasabiDocumentTabViewModel.cs(2,7): error CS0246: The type or namespace name 'AvalonStudio' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  134. ViewModels/WasabiDocumentTabViewModel.cs(3,7): error CS0246: The type or namespace name 'AvalonStudio' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  135. ViewModels/WasabiDocumentTabViewModel.cs(4,7): error CS0246: The type or namespace name 'Dock' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  136. ViewModels/WasabiDocumentTabViewModel.cs(5,7): error CS0246: The type or namespace name 'ReactiveUI' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  137. Behaviors/BindSelectedTextBehavior.cs(10,44): error CS0246: The type or namespace name 'Behavior<>' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  138. Behaviors/BindSelectedTextBehavior.cs(42,27): error CS0115: 'BindSelectedTextBehavior.OnAttached()': no suitable method found to override [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  139. Behaviors/BindSelectedTextBehavior.cs(53,27): error CS0115: 'BindSelectedTextBehavior.OnDetaching()': no suitable method found to override [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  140. Behaviors/ClearPropertyOnLostFocusBehavior.cs(12,50): error CS0246: The type or namespace name 'Behavior<>' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  141. Behaviors/ClearPropertyOnLostFocusBehavior.cs(25,27): error CS0115: 'ClearPropertyOnLostFocusBehavior.OnAttached()': no suitable method found to override [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  142. Behaviors/ClearPropertyOnLostFocusBehavior.cs(38,27): error CS0115: 'ClearPropertyOnLostFocusBehavior.OnDetaching()': no suitable method found to override [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  143. Behaviors/CommandBaseBehavior.cs(7,41): error CS0246: The type or namespace name 'Behavior<>' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  144. Behaviors/CommandBaseBehavior.cs(14,76): error CS0311: The type 'WalletWasabi.Gui.Behaviors.CommandBasedBehavior<T>' cannot be used as type parameter 'TOwner' in the generic type or method 'DirectProperty<TOwner, TValue>'. There is no implicit reference conversion from 'WalletWasabi.Gui.Behaviors.CommandBasedBehavior<T>' to 'Avalonia.IAvaloniaObject'. [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  145. Behaviors/CommandOnClickBehavior.cs(11,27): error CS0115: 'CommandOnClickBehavior.OnAttached()': no suitable method found to override [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  146. Behaviors/CommandOnClickBehavior.cs(23,27): error CS0115: 'CommandOnClickBehavior.OnDetaching()': no suitable method found to override [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  147. Behaviors/CommandOnEnterBehavior.cs(10,27): error CS0115: 'CommandOnEnterBehavior.OnAttached()': no suitable method found to override [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  148. Behaviors/CommandOnEnterBehavior.cs(25,27): error CS0115: 'CommandOnEnterBehavior.OnDetaching()': no suitable method found to override [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  149. Shell/Commands/DiskCommands.cs(86,10): error CS0246: The type or namespace name 'CommandDefinition' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  150. Shell/Commands/DiskCommands.cs(89,10): error CS0246: The type or namespace name 'CommandDefinition' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  151. Shell/Commands/DiskCommands.cs(92,10): error CS0246: The type or namespace name 'CommandDefinition' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  152. Shell/Commands/DiskCommands.cs(95,10): error CS0246: The type or namespace name 'CommandDefinition' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  153. Shell/Commands/DiskCommands.cs(98,10): error CS0246: The type or namespace name 'CommandDefinition' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  154. Shell/Commands/DiskCommands.cs(13,23): error CS0246: The type or namespace name 'CommandIconService' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  155. Shell/Commands/DiskCommands.cs(12,4): error CS0246: The type or namespace name 'ImportingConstructorAttribute' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  156. Shell/Commands/DiskCommands.cs(12,4): error CS0246: The type or namespace name 'ImportingConstructor' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  157. Shell/Commands/DiskCommands.cs(85,4): error CS0246: The type or namespace name 'ExportCommandDefinitionAttribute' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  158. Shell/Commands/DiskCommands.cs(85,4): error CS0246: The type or namespace name 'ExportCommandDefinition' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  159. Shell/Commands/DiskCommands.cs(88,4): error CS0246: The type or namespace name 'ExportCommandDefinitionAttribute' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  160. Shell/Commands/DiskCommands.cs(88,4): error CS0246: The type or namespace name 'ExportCommandDefinition' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  161. Shell/Commands/DiskCommands.cs(91,4): error CS0246: The type or namespace name 'ExportCommandDefinitionAttribute' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  162. Shell/Commands/DiskCommands.cs(91,4): error CS0246: The type or namespace name 'ExportCommandDefinition' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  163. Shell/Commands/DiskCommands.cs(94,4): error CS0246: The type or namespace name 'ExportCommandDefinitionAttribute' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  164. Shell/Commands/DiskCommands.cs(94,4): error CS0246: The type or namespace name 'ExportCommandDefinition' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  165. Shell/Commands/DiskCommands.cs(97,4): error CS0246: The type or namespace name 'ExportCommandDefinitionAttribute' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  166. Shell/Commands/DiskCommands.cs(97,4): error CS0246: The type or namespace name 'ExportCommandDefinition' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  167. Shell/Commands/ExitCommands.cs(12,10): error CS0246: The type or namespace name 'CommandDefinition' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  168. Shell/Commands/ExitCommands.cs(15,23): error CS0246: The type or namespace name 'CommandIconService' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  169. Shell/Commands/ExitCommands.cs(11,4): error CS0246: The type or namespace name 'ExportCommandDefinitionAttribute' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  170. Shell/Commands/ExitCommands.cs(11,4): error CS0246: The type or namespace name 'ExportCommandDefinition' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  171. Shell/Commands/ExitCommands.cs(14,4): error CS0246: The type or namespace name 'ImportingConstructorAttribute' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  172. Shell/Commands/ExitCommands.cs(14,4): error CS0246: The type or namespace name 'ImportingConstructor' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  173. Behaviors/SuggestionBehavior.cs(13,38): error CS0246: The type or namespace name 'Behavior<>' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  174. Shell/MainMenu/FileMainMenuItems.cs(12,11): error CS0246: The type or namespace name 'IMenuItemFactory' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  175. Behaviors/SuggestionBehavior.cs(26,27): error CS0115: 'SuggestionBehavior.OnAttached()': no suitable method found to override [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  176. Behaviors/SuggestionBehavior.cs(99,27): error CS0115: 'SuggestionBehavior.OnDetaching()': no suitable method found to override [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  177. Shell/MainMenu/FileMainMenuItems.cs(24,10): error CS0246: The type or namespace name 'IMenuItem' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  178. Shell/MainMenu/FileMainMenuItems.cs(49,10): error CS0246: The type or namespace name 'IMenuItem' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  179. Shell/MainMenu/FileMainMenuItems.cs(54,10): error CS0246: The type or namespace name 'IMenuItem' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  180. Shell/MainMenu/FileMainMenuItems.cs(59,10): error CS0246: The type or namespace name 'IMenuItem' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  181. Shell/MainMenu/HelpMainMenuItems.cs(12,11): error CS0246: The type or namespace name 'IMenuItemFactory' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  182. Shell/MainMenu/FileMainMenuItems.cs(63,10): error CS0246: The type or namespace name 'IMenuItem' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  183. Shell/MainMenu/FileMainMenuItems.cs(68,10): error CS0246: The type or namespace name 'IMenuItem' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  184. Shell/MainMenu/HelpMainMenuItems.cs(24,10): error CS0246: The type or namespace name 'IMenuItem' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  185. Shell/MainMenu/FileMainMenuItems.cs(77,10): error CS0246: The type or namespace name 'IMenuItem' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  186. Shell/MainMenu/HelpMainMenuItems.cs(49,10): error CS0246: The type or namespace name 'IMenuItem' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  187. Shell/MainMenu/FileMainMenuItems.cs(82,10): error CS0246: The type or namespace name 'IMenuItem' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  188. Shell/MainMenu/HelpMainMenuItems.cs(56,10): error CS0246: The type or namespace name 'IMenuItem' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  189. Shell/MainMenu/FileMainMenuItems.cs(87,10): error CS0246: The type or namespace name 'IMenuItem' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  190. Shell/MainMenu/HelpMainMenuItems.cs(63,10): error CS0246: The type or namespace name 'IMenuItem' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  191. Shell/MainMenu/FileMainMenuItems.cs(92,10): error CS0246: The type or namespace name 'IMenuItem' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  192. Shell/MainMenu/HelpMainMenuItems.cs(68,10): error CS0246: The type or namespace name 'IMenuItem' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  193. Shell/MainMenu/FileMainMenuItems.cs(97,10): error CS0246: The type or namespace name 'IMenuItem' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  194. Shell/MainMenu/HelpMainMenuItems.cs(73,10): error CS0246: The type or namespace name 'IMenuItem' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  195. Shell/MainMenu/HelpMainMenuItems.cs(78,10): error CS0246: The type or namespace name 'IMenuItem' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  196. Shell/MainMenu/FileMainMenuItems.cs(15,28): error CS0246: The type or namespace name 'IMenuItemFactory' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  197. Shell/MainMenu/HelpMainMenuItems.cs(83,10): error CS0246: The type or namespace name 'IMenuItem' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  198. Shell/MainMenu/HelpMainMenuItems.cs(88,10): error CS0246: The type or namespace name 'IMenuItem' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  199. Shell/MainMenu/FileMainMenuItems.cs(14,4): error CS0246: The type or namespace name 'ImportingConstructorAttribute' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  200. Shell/MainMenu/FileMainMenuItems.cs(14,4): error CS0246: The type or namespace name 'ImportingConstructor' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  201. Shell/MainMenu/HelpMainMenuItems.cs(15,28): error CS0246: The type or namespace name 'IMenuItemFactory' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  202. Shell/MainMenu/HelpMainMenuItems.cs(14,4): error CS0246: The type or namespace name 'ImportingConstructorAttribute' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  203. Shell/MainMenu/HelpMainMenuItems.cs(14,4): error CS0246: The type or namespace name 'ImportingConstructor' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  204. Shell/MainMenu/FileMainMenuItems.cs(22,4): error CS0246: The type or namespace name 'ExportMainMenuItemAttribute' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  205. Shell/MainMenu/FileMainMenuItems.cs(22,4): error CS0246: The type or namespace name 'ExportMainMenuItem' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  206. Shell/MainMenu/FileMainMenuItems.cs(23,4): error CS0246: The type or namespace name 'DefaultOrderAttribute' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  207. Shell/MainMenu/FileMainMenuItems.cs(23,4): error CS0246: The type or namespace name 'DefaultOrder' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  208. Shell/MainMenu/HelpMainMenuItems.cs(22,4): error CS0246: The type or namespace name 'ExportMainMenuItemAttribute' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  209. Shell/MainMenu/HelpMainMenuItems.cs(22,4): error CS0246: The type or namespace name 'ExportMainMenuItem' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  210. Shell/MainMenu/HelpMainMenuItems.cs(23,4): error CS0246: The type or namespace name 'DefaultOrderAttribute' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  211. Shell/MainMenu/HelpMainMenuItems.cs(23,4): error CS0246: The type or namespace name 'DefaultOrder' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  212. Shell/MainMenu/FileMainMenuItems.cs(30,4): error CS0246: The type or namespace name 'ExportMainMenuDefaultGroupAttribute' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  213. Shell/MainMenu/FileMainMenuItems.cs(30,4): error CS0246: The type or namespace name 'ExportMainMenuDefaultGroup' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  214. Shell/MainMenu/FileMainMenuItems.cs(31,4): error CS0246: The type or namespace name 'DefaultOrderAttribute' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  215. Shell/MainMenu/FileMainMenuItems.cs(31,4): error CS0246: The type or namespace name 'DefaultOrder' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  216. Shell/MainMenu/HelpMainMenuItems.cs(30,4): error CS0246: The type or namespace name 'ExportMainMenuDefaultGroupAttribute' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  217. Shell/MainMenu/HelpMainMenuItems.cs(30,4): error CS0246: The type or namespace name 'ExportMainMenuDefaultGroup' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  218. Shell/MainMenu/HelpMainMenuItems.cs(31,4): error CS0246: The type or namespace name 'DefaultOrderAttribute' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  219. Shell/MainMenu/HelpMainMenuItems.cs(31,4): error CS0246: The type or namespace name 'DefaultOrder' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  220. Shell/MainMenu/FileMainMenuItems.cs(34,4): error CS0246: The type or namespace name 'ExportMainMenuDefaultGroupAttribute' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  221. Shell/MainMenu/FileMainMenuItems.cs(34,4): error CS0246: The type or namespace name 'ExportMainMenuDefaultGroup' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  222. Shell/MainMenu/FileMainMenuItems.cs(35,4): error CS0246: The type or namespace name 'DefaultOrderAttribute' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  223. Shell/MainMenu/FileMainMenuItems.cs(35,4): error CS0246: The type or namespace name 'DefaultOrder' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  224. Shell/MainMenu/HelpMainMenuItems.cs(34,4): error CS0246: The type or namespace name 'ExportMainMenuDefaultGroupAttribute' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  225. Shell/MainMenu/HelpMainMenuItems.cs(34,4): error CS0246: The type or namespace name 'ExportMainMenuDefaultGroup' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  226. Shell/MainMenu/HelpMainMenuItems.cs(35,4): error CS0246: The type or namespace name 'DefaultOrderAttribute' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  227. Shell/MainMenu/HelpMainMenuItems.cs(35,4): error CS0246: The type or namespace name 'DefaultOrder' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  228. Shell/MainMenu/FileMainMenuItems.cs(38,4): error CS0246: The type or namespace name 'ExportMainMenuDefaultGroupAttribute' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  229. Shell/MainMenu/FileMainMenuItems.cs(38,4): error CS0246: The type or namespace name 'ExportMainMenuDefaultGroup' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  230. Shell/MainMenu/FileMainMenuItems.cs(39,4): error CS0246: The type or namespace name 'DefaultOrderAttribute' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  231. Shell/MainMenu/FileMainMenuItems.cs(39,4): error CS0246: The type or namespace name 'DefaultOrder' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  232. Shell/MainMenu/HelpMainMenuItems.cs(38,4): error CS0246: The type or namespace name 'ExportMainMenuDefaultGroupAttribute' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  233. Shell/MainMenu/HelpMainMenuItems.cs(38,4): error CS0246: The type or namespace name 'ExportMainMenuDefaultGroup' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  234. Shell/MainMenu/HelpMainMenuItems.cs(39,4): error CS0246: The type or namespace name 'DefaultOrderAttribute' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  235. Shell/MainMenu/HelpMainMenuItems.cs(39,4): error CS0246: The type or namespace name 'DefaultOrder' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  236. Shell/MainMenu/FileMainMenuItems.cs(46,4): error CS0246: The type or namespace name 'ExportMainMenuItemAttribute' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  237. Shell/MainMenu/FileMainMenuItems.cs(46,4): error CS0246: The type or namespace name 'ExportMainMenuItem' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  238. Shell/MainMenu/FileMainMenuItems.cs(47,4): error CS0246: The type or namespace name 'DefaultOrderAttribute' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  239. Shell/MainMenu/FileMainMenuItems.cs(47,4): error CS0246: The type or namespace name 'DefaultOrder' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  240. Shell/MainMenu/FileMainMenuItems.cs(48,4): error CS0246: The type or namespace name 'DefaultGroupAttribute' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  241. Shell/MainMenu/FileMainMenuItems.cs(48,4): error CS0246: The type or namespace name 'DefaultGroup' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  242. Shell/MainMenu/HelpMainMenuItems.cs(46,4): error CS0246: The type or namespace name 'ExportMainMenuItemAttribute' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  243. Shell/MainMenu/HelpMainMenuItems.cs(46,4): error CS0246: The type or namespace name 'ExportMainMenuItem' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  244. Shell/MainMenu/HelpMainMenuItems.cs(47,4): error CS0246: The type or namespace name 'DefaultOrderAttribute' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  245. Shell/MainMenu/HelpMainMenuItems.cs(47,4): error CS0246: The type or namespace name 'DefaultOrder' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  246. Shell/MainMenu/HelpMainMenuItems.cs(48,4): error CS0246: The type or namespace name 'DefaultGroupAttribute' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  247. Shell/MainMenu/HelpMainMenuItems.cs(48,4): error CS0246: The type or namespace name 'DefaultGroup' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  248. Shell/MainMenu/FileMainMenuItems.cs(51,4): error CS0246: The type or namespace name 'ExportMainMenuItemAttribute' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  249. Shell/MainMenu/FileMainMenuItems.cs(51,4): error CS0246: The type or namespace name 'ExportMainMenuItem' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  250. Shell/MainMenu/FileMainMenuItems.cs(52,4): error CS0246: The type or namespace name 'DefaultOrderAttribute' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  251. Shell/MainMenu/FileMainMenuItems.cs(52,4): error CS0246: The type or namespace name 'DefaultOrder' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  252. Shell/MainMenu/FileMainMenuItems.cs(53,4): error CS0246: The type or namespace name 'DefaultGroupAttribute' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  253. Shell/MainMenu/FileMainMenuItems.cs(53,4): error CS0246: The type or namespace name 'DefaultGroup' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  254. Shell/MainMenu/HelpMainMenuItems.cs(53,4): error CS0246: The type or namespace name 'ExportMainMenuItemAttribute' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  255. Shell/MainMenu/HelpMainMenuItems.cs(53,4): error CS0246: The type or namespace name 'ExportMainMenuItem' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  256. Shell/MainMenu/HelpMainMenuItems.cs(54,4): error CS0246: The type or namespace name 'DefaultOrderAttribute' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  257. Shell/MainMenu/HelpMainMenuItems.cs(54,4): error CS0246: The type or namespace name 'DefaultOrder' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  258. Shell/MainMenu/HelpMainMenuItems.cs(55,4): error CS0246: The type or namespace name 'DefaultGroupAttribute' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  259. Shell/MainMenu/HelpMainMenuItems.cs(55,4): error CS0246: The type or namespace name 'DefaultGroup' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  260. Shell/MainMenu/HelpMainMenuItems.cs(60,4): error CS0246: The type or namespace name 'ExportMainMenuItemAttribute' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  261. Shell/MainMenu/HelpMainMenuItems.cs(60,4): error CS0246: The type or namespace name 'ExportMainMenuItem' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  262. Shell/MainMenu/HelpMainMenuItems.cs(61,4): error CS0246: The type or namespace name 'DefaultOrderAttribute' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  263. Shell/MainMenu/HelpMainMenuItems.cs(61,4): error CS0246: The type or namespace name 'DefaultOrder' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  264. Shell/MainMenu/HelpMainMenuItems.cs(62,4): error CS0246: The type or namespace name 'DefaultGroupAttribute' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  265. Shell/MainMenu/HelpMainMenuItems.cs(62,4): error CS0246: The type or namespace name 'DefaultGroup' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  266. Shell/MainMenu/HelpMainMenuItems.cs(65,4): error CS0246: The type or namespace name 'ExportMainMenuItemAttribute' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/WalletWasabi.Gui.csproj]
  267. Shell/MainMenu/HelpMainMenuItems.cs(65,4): error CS0246: The type or namespace name 'ExportMainMenuItem' could not be found (are you missing a using directive or an assembly reference?) [/home/user/WalletWasabi/WalletWasabi.Gui/Wall
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement