-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
External Non-WPF IssueExternal issue, not caused by WPFExternal issue, not caused by WPF
Description
Application Name: NuGetPackageExplorer
OS: Windows 10 RS5
CPU: X64
.NET Build Number: 6.0.100-preview.1.21071.10
Verify Scenarios:
1). Windows 10 RS5 X64 + .NET Core SDK build 6.0.100-preview.1.21071.10: Fail
2). Windows 10 RS5 X64 + .NET Core SDK build 5.0.102: Pass
Repro steps:
- Source Code check https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1268706
- dotnet build
Expected Result:
Build succeeded
Actual Result:
CSC : error CS5001: Program does not contain a static 'Main' method suitable for an entry point [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\ValidationResultWindow.xaml.cs(13,13): error CS0103: The name 'InitializeComponent' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\TaskShortcut.xaml.cs(12,13): error CS0103: The name 'InitializeComponent' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\SignPackageDialog.xaml.cs(14,13): error CS0103: The name 'InitializeComponent' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\SignPackageDialog.xaml.cs(25,34): error CS0103: The name 'CertificatePasswordBox' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\RenameWindow.xaml.cs(24,13): error CS0103: The name 'InitializeComponent' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\RenameWindow.xaml.cs(33,13): error CS0103: The name 'NameBox' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\RenameWindow.xaml.cs(48,26): error CS0103: The name 'DescriptionText' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\RenameWindow.xaml.cs(49,19): error CS0103: The name 'DescriptionText' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\RenameWindow.xaml.cs(59,41): error CS0103: The name 'NameBox' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\RenameWindow.xaml.cs(67,13): error CS0103: The name 'NameBox' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\RenameWindow.xaml.cs(68,13): error CS0103: The name 'NameBox' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PublishPackageWindow.xaml.cs(13,13): error CS0103: The name 'InitializeComponent' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PublishPackageWindow.xaml.cs(27,27): error CS0103: The name 'DialogBindingGroup' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PortableLibraryDialog.xaml.cs(15,13): error CS0103: The name 'InitializeComponent' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PortableLibraryDialog.xaml.cs(22,47): error CS0103: The name 'NetFx' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PortableLibraryDialog.xaml.cs(22,54): error CS0103: The name 'SilverlightFx' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PortableLibraryDialog.xaml.cs(22,69): error CS0103: The name 'WPSLFx' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PortableLibraryDialog.xaml.cs(22,77): error CS0103: The name 'WindowsFx' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PortableLibraryDialog.xaml.cs(40,17): error CS0103: The name 'WindowsPhoneCheckBox' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PortableLibraryDialog.xaml.cs(63,51): error CS0103: The name 'NetCheckBox' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PortableLibraryDialog.xaml.cs(63,64): error CS0103: The name 'SilverlightCheckBox' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PortableLibraryDialog.xaml.cs(63,85): error CS0103: The name 'WindowsCheckBox' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PortableLibraryDialog.xaml.cs(63,102): error CS0103: The name 'WPSLCheckBox' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PortableLibraryDialog.xaml.cs(63,116): error CS0103: The name 'WindowsPhoneCheckBox' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PortableLibraryDialog.xaml.cs(65,13): error CS0103: The name 'OKButton' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PluginManagerDialog.xaml.cs(14,13): error CS0103: The name 'InitializeComponent' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageViewer.xaml.cs(172,13): error CS0103: The name 'InitializeComponent' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageViewer.xaml.cs(177,13): error CS0120: An object reference is required for the non-static field, method, or property 'PackageMetadataEditor.UIServices' [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageViewer.xaml.cs(178,13): error CS0120: An object reference is required for the non-static field, method, or property 'PackageMetadataEditor.PackageChooser' [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageViewer.xaml.cs(192,17): error CS0103: The name 'ContentGrid' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageViewer.xaml.cs(193,17): error CS0103: The name 'ContentGrid' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageViewer.xaml.cs(194,17): error CS0103: The name 'ContentGrid' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageViewer.xaml.cs(196,21): error CS0103: The name 'FileContentContainer' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageViewer.xaml.cs(198,21): error CS0103: The name 'FileContentContainer' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageViewer.xaml.cs(203,50): error CS0103: The name 'ContentGrid' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageViewer.xaml.cs(204,49): error CS0103: The name 'ContentGrid' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageViewer.xaml.cs(206,17): error CS0103: The name 'ContentGrid' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageViewer.xaml.cs(207,17): error CS0103: The name 'ContentGrid' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageViewer.xaml.cs(217,37): error CS0103: The name 'ContentGrid' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageViewer.xaml.cs(218,37): error CS0103: The name 'ContentGrid' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageViewer.xaml.cs(223,21): error CS0103: The name 'ContentGrid' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageViewer.xaml.cs(226,21): error CS0103: The name 'ContentGrid' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageViewer.xaml.cs(229,17): error CS0103: The name 'ContentGrid' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageViewer.xaml.cs(230,17): error CS0103: The name 'ContentGrid' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageViewer.xaml.cs(231,17): error CS0103: The name 'ContentGrid' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageViewer.xaml.cs(232,17): error CS0103: The name 'ContentGrid' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageViewer.xaml.cs(234,21): error CS0103: The name 'PackageAnalyzerContainer' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageViewer.xaml.cs(236,21): error CS0103: The name 'PackageAnalyzerContainer' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageViewer.xaml.cs(241,37): error CS0103: The name 'ContentGrid' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageViewer.xaml.cs(242,37): error CS0103: The name 'ContentGrid' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageViewer.xaml.cs(243,38): error CS0103: The name 'ContentGrid' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageViewer.xaml.cs(248,17): error CS0103: The name 'ContentGrid' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageViewer.xaml.cs(249,17): error CS0103: The name 'ContentGrid' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageViewer.xaml.cs(250,17): error CS0103: The name 'ContentGrid' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageViewer.xaml.cs(251,17): error CS0103: The name 'ContentGrid' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageViewer.xaml.cs(268,38): error CS0103: The name 'PackagesTreeView' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageReferencesEditor.xaml.cs(23,13): error CS0103: The name 'InitializeComponent' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageReferencesEditor.xaml.cs(25,13): error CS0103: The name 'ReferenceGroupList' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageReferencesEditor.xaml.cs(38,17): error CS0103: The name 'ReferenceGroupList' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageReferencesEditor.xaml.cs(53,53): error CS0103: The name 'ReferenceGroupList' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageReferencesEditor.xaml.cs(59,40): error CS0103: The name 'TargetFrameworkBox' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageReferencesEditor.xaml.cs(95,17): error CS0103: The name 'ReferenceGroupList' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageReferencesEditor.xaml.cs(97,17): error CS0103: The name 'ReferenceGroupList' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageReferencesEditor.xaml.cs(106,33): error CS0103: The name 'ReferenceGroupList' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageReferencesEditor.xaml.cs(108,64): error CS0103: The name 'ReferenceGroupList' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageReferencesEditor.xaml.cs(114,17): error CS0103: The name 'ReferenceGroupList' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageReferencesEditor.xaml.cs(127,32): error CS0103: The name 'NewReferenceFile' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageReferencesEditor.xaml.cs(141,13): error CS0103: The name 'NewReferenceFile' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageMetadataEditor.xaml.cs(29,13): error CS0103: The name 'InitializeComponent' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageMetadataEditor.xaml.cs(34,13): error CS0103: The name 'NewAssemblyName' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageMetadataEditor.xaml.cs(34,43): error CS0103: The name 'NewSupportedFramework' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageMetadataEditor.xaml.cs(58,13): error CS0103: The name 'FrameworkAssembliesList' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageMetadataEditor.xaml.cs(64,13): error CS0103: The name 'NewAssemblyName' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageMetadataEditor.xaml.cs(64,43): error CS0103: The name 'NewSupportedFramework' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageMetadataEditor.xaml.cs(69,13): error CS0103: The name 'LanguageBox' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageMetadataEditor.xaml.cs(82,21): error CS0103: The name 'NewAssemblyName' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageMetadataEditor.xaml.cs(112,43): error CS0103: The name 'NewAssemblyName' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageMetadataEditor.xaml.cs(112,95): error CS0103: The name 'NewSupportedFramework' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageMetadataEditor.xaml.cs(118,43): error CS0103: The name 'NewAssemblyName' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageMetadataEditor.xaml.cs(123,18): error CS0103: The name 'NewFrameworkAssembly' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageMetadataEditor.xaml.cs(188,13): error CS0103: The name 'PackageMetadataGroup' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageMetadataEditor.xaml.cs(194,13): error CS0103: The name 'PackageMetadataGroup' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageMetadataEditor.xaml.cs(206,25): error CS0103: The name 'PackageMetadataGroup' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageDependencyEditor.xaml.cs(30,13): error CS0103: The name 'InitializeComponent' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageDependencyEditor.xaml.cs(32,13): error CS0103: The name 'DependencyGroupList' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageDependencyEditor.xaml.cs(45,17): error CS0103: The name 'DependencyGroupList' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageDependencyEditor.xaml.cs(60,54): error CS0103: The name 'DependencyGroupList' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageDependencyEditor.xaml.cs(66,40): error CS0103: The name 'TargetFrameworkBox' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageDependencyEditor.xaml.cs(73,49): error CS0103: The name 'NewDependencyId' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageDependencyEditor.xaml.cs(116,17): error CS0103: The name 'DependencyGroupList' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageDependencyEditor.xaml.cs(118,17): error CS0103: The name 'DependencyGroupList' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageDependencyEditor.xaml.cs(127,33): error CS0103: The name 'DependencyGroupList' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageDependencyEditor.xaml.cs(129,66): error CS0103: The name 'DependencyGroupList' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageDependencyEditor.xaml.cs(135,17): error CS0103: The name 'DependencyGroupList' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageDependencyEditor.xaml.cs(148,38): error CS0103: The name 'NewDependencyId' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageDependencyEditor.xaml.cs(149,38): error CS0103: The name 'NewDependencyVersion' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageDependencyEditor.xaml.cs(154,18): error CS0103: The name 'NewPackageDependencyGroup' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageDependencyEditor.xaml.cs(170,13): error CS0103: The name 'NewDependencyId' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageDependencyEditor.xaml.cs(170,43): error CS0103: The name 'NewDependencyVersion' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageChooser\PackageListItem.xaml.cs(12,13): error CS0103: The name 'InitializeComponent' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageChooser\PackageDetailControl.xaml.cs(15,13): error CS0103: The name 'InitializeComponent' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageChooser\PackageDetailActionsControl.xaml.cs(18,13): error CS0103: The name 'InitializeComponent' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageChooser\PackageDetailActionsControl.xaml.cs(26,58): error CS0103: The name 'AllVersionsGrid' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageChooser\PackageDetailActionsControl.xaml.cs(57,40): error CS0103: The name 'PackageGridView' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageChooser\PackageChooserDialog.xaml.cs(25,13): error CS0103: The name 'InitializeComponent' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageChooser\PackageChooserDialog.xaml.cs(72,42): error CS0103: The name 'ClearSearchButton' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageChooser\PackageChooserDialog.xaml.cs(85,13): error CS0103: The name 'SearchButton' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageChooser\PackageChooserDialog.xaml.cs(128,28): error CS0103: The name 'SearchBox' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageChooser\PackageChooserDialog.xaml.cs(132,17): error CS0103: The name 'SearchBox' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageChooser\PackageChooserDialog.xaml.cs(132,34): error CS0103: The name 'SearchBox' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageChooser\PackageChooserDialog.xaml.cs(140,30): error CS0103: The name 'PackageSourceBox' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageAnalyzerPane.xaml.cs(12,13): error CS0103: The name 'InitializeComponent' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\MainWindow.xaml.cs(45,13): error CS0103: The name 'InitializeComponent' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\MainWindow.xaml.cs(47,13): error CS0103: The name 'RecentFilesMenuItem' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\MainWindow.xaml.cs(48,13): error CS0103: The name 'RecentFilesContainer' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\MainWindow.xaml.cs(52,17): error CS0103: The name 'pluginMenuItem' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\MainWindow.xaml.cs(53,17): error CS0103: The name 'pluginMenuItem' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\MainWindow.xaml.cs(54,17): error CS0103: The name 'mnuPluginSep' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\MainWindow.xaml.cs(85,24): error CS0103: The name 'PackageCommandsContainer' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\MainWindow.xaml.cs(86,72): error CS0103: The name 'PackageCommandsContainer' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\MainWindow.xaml.cs(91,21): error CS0103: The name 'PackageCommandsContainer' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\MainWindow.xaml.cs(93,21): error CS0103: The name 'PackageCommandsContainer' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\MainWindow.xaml.cs(145,30): error CS0103: The name 'PackageSourceItem' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\MainWindow.xaml.cs(146,13): error CS0103: The name 'PackageSourceItem' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\MainWindow.xaml.cs(154,17): error CS0103: The name 'PackageSourceItem' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\MainWindow.xaml.cs(230,21): error CS0103: The name 'MainContentContainer' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\MainWindow.xaml.cs(233,51): error CS1061: 'PackageViewer' does not contain a definition for 'PackageMetadataEditor' and no accessible extension method 'PackageMetadataEditor' accepting a first argument of type 'PackageViewer' could be found (are you missing a using directive or an assembly reference?) [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\MainWindow.xaml.cs(273,31): error CS0103: The name 'RootLayout' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\MainWindow.xaml.cs(626,20): error CS0103: The name 'MainContentContainer' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\FrameworkReferencesEditor.xaml.cs(23,13): error CS0103: The name 'InitializeComponent' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\FrameworkReferencesEditor.xaml.cs(25,13): error CS0103: The name 'ReferenceGroupList' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\FrameworkReferencesEditor.xaml.cs(38,17): error CS0103: The name 'ReferenceGroupList' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\FrameworkReferencesEditor.xaml.cs(53,57): error CS0103: The name 'ReferenceGroupList' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\FrameworkReferencesEditor.xaml.cs(59,40): error CS0103: The name 'TargetFrameworkBox' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\FrameworkReferencesEditor.xaml.cs(95,17): error CS0103: The name 'ReferenceGroupList' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\FrameworkReferencesEditor.xaml.cs(97,17): error CS0103: The name 'ReferenceGroupList' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\FrameworkReferencesEditor.xaml.cs(106,33): error CS0103: The name 'ReferenceGroupList' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\FrameworkReferencesEditor.xaml.cs(108,68): error CS0103: The name 'ReferenceGroupList' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\FrameworkReferencesEditor.xaml.cs(114,17): error CS0103: The name 'ReferenceGroupList' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\FrameworkReferencesEditor.xaml.cs(127,32): error CS0103: The name 'NewReferenceFile' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\FrameworkReferencesEditor.xaml.cs(141,13): error CS0103: The name 'NewReferenceFile' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\FileEditor.xaml.cs(26,13): error CS0103: The name 'InitializeComponent' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\FileEditor.xaml.cs(33,13): error CS0103: The name 'SyntaxDefinitions' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\FileEditor.xaml.cs(36,13): error CS0103: The name 'FontChoice' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\FileEditor.xaml.cs(37,13): error CS0103: The name 'FontChoice' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\FileEditor.xaml.cs(40,13): error CS0103: The name 'Editor' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\FileEditor.xaml.cs(41,13): error CS0103: The name 'Editor' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\FileEditor.xaml.cs(42,13): error CS0103: The name 'Editor' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\FileEditor.xaml.cs(43,13): error CS0103: The name 'Editor' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\FileEditor.xaml.cs(45,13): error CS0103: The name 'Editor' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\FileEditor.xaml.cs(47,51): error CS0103: The name 'Editor' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\FileEditor.xaml.cs(63,17): error CS0103: The name 'Editor' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\FileEditor.xaml.cs(81,17): error CS0103: The name 'SyntaxDefinitions' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\FileEditor.xaml.cs(86,21): error CS0103: The name 'Editor' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\FileEditor.xaml.cs(105,13): error CS0103: The name 'Editor' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\Controls\Spinner.xaml.cs(63,13): error CS0103: The name 'InitializeComponent' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\Controls\PdbSourcesViewer.xaml.cs(25,13): error CS0103: The name 'InitializeComponent' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\Controls\PdbInfoViewer.xaml.cs(14,13): error CS0103: The name 'InitializeComponent' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\ContentViewerPane.xaml.cs(23,13): error CS0103: The name 'InitializeComponent' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\ContentViewerPane.xaml.cs(28,13): error CS0103: The name 'LanguageBox' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\ContentViewerPane.xaml.cs(31,13): error CS0103: The name 'contentBox' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\ContentViewerPane.xaml.cs(32,13): error CS0103: The name 'contentBox' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\ContentViewerPane.xaml.cs(33,13): error CS0103: The name 'contentBox' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\ContentViewerPane.xaml.cs(34,13): error CS0103: The name 'contentBox' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\ContentViewerPane.xaml.cs(36,48): error CS0103: The name 'contentBox' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\ContentViewerPane.xaml.cs(46,17): error CS0103: The name 'LanguageBox' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\ContentViewerPane.xaml.cs(47,17): error CS0103: The name 'contentBox' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\ContentViewerPane.xaml.cs(48,17): error CS0103: The name 'contentBox' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\ContentViewerPane.xaml.cs(52,17): error CS0103: The name 'contentBox' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\AboutWindow.xaml.cs(36,13): error CS0103: The name 'InitializeComponent' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\AboutWindow.xaml.cs(38,13): error CS0103: The name 'ProductTitle' does not exist in the current context [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
CSC : warning CA9998: FxCopAnalyzers package has been deprecated in favor of 'Microsoft.CodeAnalysis.NetAnalyzers', that ships with the .NET SDK. Please refer to https://docs.microsoft.com/visualstudio/code-quality/migrate-from-fxcop-analyzers-to-net-analyzers to migrate to .NET analyzers. [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
CSC : warning CA9998: FxCopAnalyzers package has been deprecated in favor of 'Microsoft.CodeAnalysis.NetAnalyzers', that ships with the .NET SDK. Please refer to https://docs.microsoft.com/visualstudio/code-quality/migrate-from-fxcop-analyzers-to-net-analyzers to migrate to .NET analyzers. [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
CSC : warning CA9998: FxCopAnalyzers package has been deprecated in favor of 'Microsoft.CodeAnalysis.NetAnalyzers', that ships with the .NET SDK. Please refer to https://docs.microsoft.com/visualstudio/code-quality/migrate-from-fxcop-analyzers-to-net-analyzers to migrate to .NET analyzers. [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\RenameWindow.xaml.cs(46,23): warning CA1822: Member 'Description' does not access instance data and can be marked as static [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PortableLibraryDialog.xaml.cs(20,23): warning CA1822: Member 'GetSelectedFrameworkName' does not access instance data and can be marked as static [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageReferencesEditor.xaml.cs(139,22): warning CA1822: Member 'ClearDependencyTextBox' does not access instance data and can be marked as static [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageReferencesEditor.xaml.cs(49,45): warning CA1822: Member 'ActivePackageReferenceSet' does not access instance data and can be marked as static [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageMetadataEditor.xaml.cs(75,22): warning CA1822: Member 'PopulateFrameworkAssemblyNames' does not access instance data and can be marked as static [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageMetadataEditor.xaml.cs(67,22): warning CA1822: Member 'PopulateLanguagesForLanguageBox' does not access instance data and can be marked as static [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageDependencyEditor.xaml.cs(56,46): warning CA1822: Member 'ActivePackageDependencySet' does not access instance data and can be marked as static [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\PackageChooser\PackageChooserDialog.xaml.cs(126,22): warning CA1822: Member 'FocusSearchBox' does not access instance data and can be marked as static [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\MainWindow.xaml.cs(624,22): warning CA1822: Member 'HasLoadedContent' does not access instance data and can be marked as static [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\MainWindow.xaml.cs(80,57): warning CA1822: Member 'PackageCommands' does not access instance data and can be marked as static [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\FrameworkReferencesEditor.xaml.cs(139,22): warning CA1822: Member 'ClearDependencyTextBox' does not access instance data and can be marked as static [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\FrameworkReferencesEditor.xaml.cs(49,49): warning CA1822: Member 'ActivePackageReferenceSet' does not access instance data and can be marked as static [C:\Users\valtunc\Desktop\AppSources\NuGetPackageExplorer\PackageExplorer\NuGetPackageExplorer.csproj]
Build FAILED.
@dotnet-actwx-bot @dotnet/compat
lindexi and ryalanms
Metadata
Metadata
Assignees
Labels
External Non-WPF IssueExternal issue, not caused by WPFExternal issue, not caused by WPF