Skip to content

Instantly share code, notes, and snippets.

@scottcarr
Created April 2, 2015 21:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scottcarr/fdc07fad670be7006852 to your computer and use it in GitHub Desktop.
Save scottcarr/fdc07fad670be7006852 to your computer and use it in GitHub Desktop.
C:\Users\carr27\Documents\GitHub\roslyn\src\Compilers\Core\VBCSCompiler\VBCSCompiler.csproj
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Compilers\Core\VBCSCompiler\VisualBasicCompilerServer.cs[559..578)): The type or namespace name 'VisualBasicCompiler' could not be found (are you missing a using directive or an assembly reference?)
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Compilers\Core\VBCSCompiler\VisualBasicCompilerServer.cs[1522..1525)): 'VisualBasicCompilerServer.Run(TextWriter, CancellationToken)': no suitable method found to override
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Compilers\Core\VBCSCompiler\VisualBasicCompilerServer.cs[2002..2014)): 'VisualBasicCompilerServer.LoadAssembly(string)': no suitable method found to override
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Compilers\Core\VBCSCompiler\VisualBasicCompilerServer.cs[2182..2201)): 'VisualBasicCompilerServer.GetMetadataProvider()': no suitable method found to override
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Compilers\Core\VBCSCompiler\VisualBasicCompilerServer.cs[2331..2342)): 'VisualBasicCompilerServer.GetSqmAppID()': no suitable method found to override
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Compilers\Core\VBCSCompiler\VisualBasicCompilerServer.cs[2454..2473)): 'VisualBasicCompilerServer.CompilerSpecificSqm(IVsSqmMulti, uint)': no suitable method found to override
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Compilers\Core\VBCSCompiler\VisualBasicCompilerServer.cs[729..757)): The name 'VisualBasicCommandLineParser' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Compilers\Core\VBCSCompiler\VisualBasicCompilerServer.cs[1215..1234)): The name 'VisualBasicCompiler' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Compilers\Core\VBCSCompiler\VisualBasicCompilerServer.cs[1397..1406)): 'VisualBasicCompilerServer' does not contain a definition for 'Arguments' and no extension method 'Arguments' accepting a first argument of type 'VisualBasicCompilerServer' could be found (are you missing a using directive or an assembly reference?)
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Compilers\Core\VBCSCompiler\VisualBasicCompilerServer.cs[2766..2775)): The name 'Arguments' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Compilers\Core\VBCSCompiler\VisualBasicCompilerServer.cs[2912..2921)): The name 'Arguments' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Compilers\Core\VBCSCompiler\VisualBasicCompilerServer.cs[3046..3055)): The name 'Arguments' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Compilers\Core\VBCSCompiler\VisualBasicCompilerServer.cs[3232..3241)): The name 'Arguments' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Compilers\Core\VBCSCompiler\VisualBasicCompilerServer.cs[3457..3466)): The name 'Arguments' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Compilers\Core\VBCSCompiler\VisualBasicCompilerServer.cs[3586..3595)): The name 'Arguments' does not exist in the current context
C:\Users\carr27\Documents\GitHub\roslyn\src\Compilers\VisualBasic\vbc\vbc.csproj
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Compilers\VisualBasic\vbc\Vbc.cs[428..447)): The type or namespace name 'VisualBasicCompiler' could not be found (are you missing a using directive or an assembly reference?)
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Compilers\VisualBasic\vbc\Vbc.cs[1952..1964)): 'Vbc.LoadAssembly(string)': no suitable method found to override
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Compilers\VisualBasic\vbc\Vbc.cs[2088..2099)): 'Vbc.GetSqmAppID()': no suitable method found to override
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Compilers\VisualBasic\vbc\Vbc.cs[2212..2231)): 'Vbc.CompilerSpecificSqm(IVsSqmMulti, uint)': no suitable method found to override
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Compilers\VisualBasic\vbc\Vbc.cs[555..583)): The name 'VisualBasicCommandLineParser' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Compilers\VisualBasic\vbc\Vbc.cs[891..910)): The name 'VisualBasicCompiler' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Compilers\VisualBasic\vbc\Vbc.cs[1373..1382)): 'Vbc' does not contain a definition for 'Arguments' and no extension method 'Arguments' accepting a first argument of type 'Vbc' could be found (are you missing a using directive or an assembly reference?)
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Compilers\VisualBasic\vbc\Vbc.cs[1561..1572)): Argument 1: cannot convert from 'System.IO.TextWriter' to 'string'
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Compilers\VisualBasic\vbc\Vbc.cs[1574..1600)): Argument 2: cannot convert from 'System.Threading.CancellationToken' to 'string[]'
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Compilers\VisualBasic\vbc\Vbc.cs[2521..2530)): The name 'Arguments' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Compilers\VisualBasic\vbc\Vbc.cs[2661..2670)): The name 'Arguments' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Compilers\VisualBasic\vbc\Vbc.cs[2870..2879)): The name 'Arguments' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Compilers\VisualBasic\vbc\Vbc.cs[2999..3008)): The name 'Arguments' does not exist in the current context
C:\Users\carr27\Documents\GitHub\roslyn\src\Tools\Source\SyntaxVisualizer\SyntaxVisualizerControl\SyntaxVisualizerControl.csproj
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Tools\Source\SyntaxVisualizer\SyntaxVisualizerControl\SyntaxVisualizerControl.xaml.cs[2682..2701)): The name 'InitializeComponent' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Tools\Source\SyntaxVisualizer\SyntaxVisualizerControl\SyntaxVisualizerControl.xaml.cs[3113..3129)): The name 'windowsFormsHost' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Tools\Source\SyntaxVisualizer\SyntaxVisualizerControl\SyntaxVisualizerControl.xaml.cs[3219..3227)): The name 'treeView' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Tools\Source\SyntaxVisualizer\SyntaxVisualizerControl\SyntaxVisualizerControl.xaml.cs[3306..3319)): The name 'typeTextLabel' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Tools\Source\SyntaxVisualizer\SyntaxVisualizerControl\SyntaxVisualizerControl.xaml.cs[3365..3378)): The name 'kindTextLabel' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Tools\Source\SyntaxVisualizer\SyntaxVisualizerControl\SyntaxVisualizerControl.xaml.cs[3424..3438)): The name 'typeValueLabel' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Tools\Source\SyntaxVisualizer\SyntaxVisualizerControl\SyntaxVisualizerControl.xaml.cs[3476..3490)): The name 'kindValueLabel' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Tools\Source\SyntaxVisualizer\SyntaxVisualizerControl\SyntaxVisualizerControl.xaml.cs[3528..3540)): The name 'legendButton' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Tools\Source\SyntaxVisualizer\SyntaxVisualizerControl\SyntaxVisualizerControl.xaml.cs[4274..4286)): The name 'legendButton' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Tools\Source\SyntaxVisualizer\SyntaxVisualizerControl\SyntaxVisualizerControl.xaml.cs[5031..5043)): The name 'legendButton' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Tools\Source\SyntaxVisualizer\SyntaxVisualizerControl\SyntaxVisualizerControl.xaml.cs[5508..5516)): The name 'treeView' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Tools\Source\SyntaxVisualizer\SyntaxVisualizerControl\SyntaxVisualizerControl.xaml.cs[5690..5698)): The name 'treeView' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Tools\Source\SyntaxVisualizer\SyntaxVisualizerControl\SyntaxVisualizerControl.xaml.cs[6106..6130)): The name 'highlightLegendTextLabel' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Tools\Source\SyntaxVisualizer\SyntaxVisualizerControl\SyntaxVisualizerControl.xaml.cs[6181..6212)): The name 'highlightLegendDescriptionLabel' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Tools\Source\SyntaxVisualizer\SyntaxVisualizerControl\SyntaxVisualizerControl.xaml.cs[6363..6394)): The name 'highlightLegendDescriptionLabel' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Tools\Source\SyntaxVisualizer\SyntaxVisualizerControl\SyntaxVisualizerControl.xaml.cs[7398..7406)): The name 'treeView' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Tools\Source\SyntaxVisualizer\SyntaxVisualizerControl\SyntaxVisualizerControl.xaml.cs[7580..7588)): The name 'treeView' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Tools\Source\SyntaxVisualizer\SyntaxVisualizerControl\SyntaxVisualizerControl.xaml.cs[7992..8016)): The name 'highlightLegendTextLabel' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Tools\Source\SyntaxVisualizer\SyntaxVisualizerControl\SyntaxVisualizerControl.xaml.cs[8067..8098)): The name 'highlightLegendDescriptionLabel' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Tools\Source\SyntaxVisualizer\SyntaxVisualizerControl\SyntaxVisualizerControl.xaml.cs[8249..8280)): The name 'highlightLegendDescriptionLabel' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Tools\Source\SyntaxVisualizer\SyntaxVisualizerControl\SyntaxVisualizerControl.xaml.cs[8797..8805)): The name 'treeView' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Tools\Source\SyntaxVisualizer\SyntaxVisualizerControl\SyntaxVisualizerControl.xaml.cs[14400..14413)): The name 'typeTextLabel' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Tools\Source\SyntaxVisualizer\SyntaxVisualizerControl\SyntaxVisualizerControl.xaml.cs[14464..14477)): The name 'kindTextLabel' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Tools\Source\SyntaxVisualizer\SyntaxVisualizerControl\SyntaxVisualizerControl.xaml.cs[14528..14542)): The name 'typeValueLabel' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Tools\Source\SyntaxVisualizer\SyntaxVisualizerControl\SyntaxVisualizerControl.xaml.cs[14591..14605)): The name 'kindValueLabel' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Tools\Source\SyntaxVisualizer\SyntaxVisualizerControl\SyntaxVisualizerControl.xaml.cs[15610..15618)): The name 'treeView' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Tools\Source\SyntaxVisualizer\SyntaxVisualizerControl\SyntaxVisualizerControl.xaml.cs[15651..15659)): The name 'treeView' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Tools\Source\SyntaxVisualizer\SyntaxVisualizerControl\SyntaxVisualizerControl.xaml.cs[17737..17750)): The name 'typeTextLabel' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Tools\Source\SyntaxVisualizer\SyntaxVisualizerControl\SyntaxVisualizerControl.xaml.cs[17801..17814)): The name 'kindTextLabel' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Tools\Source\SyntaxVisualizer\SyntaxVisualizerControl\SyntaxVisualizerControl.xaml.cs[17865..17879)): The name 'typeValueLabel' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Tools\Source\SyntaxVisualizer\SyntaxVisualizerControl\SyntaxVisualizerControl.xaml.cs[17929..17943)): The name 'kindValueLabel' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Tools\Source\SyntaxVisualizer\SyntaxVisualizerControl\SyntaxVisualizerControl.xaml.cs[19119..19127)): The name 'treeView' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Tools\Source\SyntaxVisualizer\SyntaxVisualizerControl\SyntaxVisualizerControl.xaml.cs[19160..19168)): The name 'treeView' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Tools\Source\SyntaxVisualizer\SyntaxVisualizerControl\SyntaxVisualizerControl.xaml.cs[21501..21514)): The name 'typeTextLabel' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Tools\Source\SyntaxVisualizer\SyntaxVisualizerControl\SyntaxVisualizerControl.xaml.cs[21565..21578)): The name 'kindTextLabel' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Tools\Source\SyntaxVisualizer\SyntaxVisualizerControl\SyntaxVisualizerControl.xaml.cs[21629..21643)): The name 'typeValueLabel' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Tools\Source\SyntaxVisualizer\SyntaxVisualizerControl\SyntaxVisualizerControl.xaml.cs[21694..21708)): The name 'kindValueLabel' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Tools\Source\SyntaxVisualizer\SyntaxVisualizerControl\SyntaxVisualizerControl.xaml.cs[22609..22617)): The name 'treeView' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Tools\Source\SyntaxVisualizer\SyntaxVisualizerControl\SyntaxVisualizerControl.xaml.cs[22650..22658)): The name 'treeView' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Tools\Source\SyntaxVisualizer\SyntaxVisualizerControl\SyntaxVisualizerControl.xaml.cs[22693..22706)): The name 'typeTextLabel' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Tools\Source\SyntaxVisualizer\SyntaxVisualizerControl\SyntaxVisualizerControl.xaml.cs[22756..22769)): The name 'kindTextLabel' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Tools\Source\SyntaxVisualizer\SyntaxVisualizerControl\SyntaxVisualizerControl.xaml.cs[22819..22833)): The name 'typeValueLabel' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Tools\Source\SyntaxVisualizer\SyntaxVisualizerControl\SyntaxVisualizerControl.xaml.cs[22875..22889)): The name 'kindValueLabel' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Tools\Source\SyntaxVisualizer\SyntaxVisualizerControl\SyntaxVisualizerControl.xaml.cs[23711..23724)): The name 'typeTextLabel' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Tools\Source\SyntaxVisualizer\SyntaxVisualizerControl\SyntaxVisualizerControl.xaml.cs[23774..23787)): The name 'kindTextLabel' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Tools\Source\SyntaxVisualizer\SyntaxVisualizerControl\SyntaxVisualizerControl.xaml.cs[23837..23851)): The name 'typeValueLabel' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Tools\Source\SyntaxVisualizer\SyntaxVisualizerControl\SyntaxVisualizerControl.xaml.cs[23893..23907)): The name 'kindValueLabel' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Tools\Source\SyntaxVisualizer\SyntaxVisualizerControl\SyntaxVisualizerControl.xaml.cs[23997..24010)): The name 'typeTextLabel' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Tools\Source\SyntaxVisualizer\SyntaxVisualizerControl\SyntaxVisualizerControl.xaml.cs[24061..24074)): The name 'kindTextLabel' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Tools\Source\SyntaxVisualizer\SyntaxVisualizerControl\SyntaxVisualizerControl.xaml.cs[24125..24139)): The name 'typeValueLabel' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Tools\Source\SyntaxVisualizer\SyntaxVisualizerControl\SyntaxVisualizerControl.xaml.cs[24190..24204)): The name 'kindValueLabel' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Tools\Source\SyntaxVisualizer\SyntaxVisualizerControl\SyntaxVisualizerControl.xaml.cs[24813..24821)): The name 'treeView' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Tools\Source\SyntaxVisualizer\SyntaxVisualizerControl\SyntaxVisualizerControl.xaml.cs[24910..24918)): The name 'treeView' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Tools\Source\SyntaxVisualizer\SyntaxVisualizerControl\SyntaxVisualizerControl.xaml.cs[25962..25989)): The name 'directedSyntaxGraphMenuItem' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Tools\Source\SyntaxVisualizer\SyntaxVisualizerControl\SyntaxVisualizerControl.xaml.cs[26092..26113)): The name 'symbolDetailsMenuItem' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Tools\Source\SyntaxVisualizer\SyntaxVisualizerControl\SyntaxVisualizerControl.xaml.cs[26210..26235)): The name 'typeSymbolDetailsMenuItem' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Tools\Source\SyntaxVisualizer\SyntaxVisualizerControl\SyntaxVisualizerControl.xaml.cs[26249..26270)): The name 'symbolDetailsMenuItem' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Tools\Source\SyntaxVisualizer\SyntaxVisualizerControl\SyntaxVisualizerControl.xaml.cs[26300..26334)): The name 'convertedTypeSymbolDetailsMenuItem' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Tools\Source\SyntaxVisualizer\SyntaxVisualizerControl\SyntaxVisualizerControl.xaml.cs[26348..26369)): The name 'symbolDetailsMenuItem' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Tools\Source\SyntaxVisualizer\SyntaxVisualizerControl\SyntaxVisualizerControl.xaml.cs[26399..26425)): The name 'aliasSymbolDetailsMenuItem' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Tools\Source\SyntaxVisualizer\SyntaxVisualizerControl\SyntaxVisualizerControl.xaml.cs[26439..26460)): The name 'symbolDetailsMenuItem' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Tools\Source\SyntaxVisualizer\SyntaxVisualizerControl\SyntaxVisualizerControl.xaml.cs[26490..26518)): The name 'constantValueDetailsMenuItem' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Tools\Source\SyntaxVisualizer\SyntaxVisualizerControl\SyntaxVisualizerControl.xaml.cs[26532..26553)): The name 'symbolDetailsMenuItem' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Tools\Source\SyntaxVisualizer\SyntaxVisualizerControl\SyntaxVisualizerControl.xaml.cs[26583..26601)): The name 'menuItemSeparator1' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Tools\Source\SyntaxVisualizer\SyntaxVisualizerControl\SyntaxVisualizerControl.xaml.cs[26615..26636)): The name 'symbolDetailsMenuItem' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Tools\Source\SyntaxVisualizer\SyntaxVisualizerControl\SyntaxVisualizerControl.xaml.cs[26666..26684)): The name 'menuItemSeparator2' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Tools\Source\SyntaxVisualizer\SyntaxVisualizerControl\SyntaxVisualizerControl.xaml.cs[26698..26719)): The name 'symbolDetailsMenuItem' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Tools\Source\SyntaxVisualizer\SyntaxVisualizerControl\SyntaxVisualizerControl.xaml.cs[30232..30245)): The name 'kindTextLabel' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Tools\Source\SyntaxVisualizer\SyntaxVisualizerControl\SyntaxVisualizerControl.xaml.cs[30295..30309)): The name 'kindValueLabel' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Tools\Source\SyntaxVisualizer\SyntaxVisualizerControl\SyntaxVisualizerControl.xaml.cs[30414..30427)): The name 'typeTextLabel' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Tools\Source\SyntaxVisualizer\SyntaxVisualizerControl\SyntaxVisualizerControl.xaml.cs[30481..30495)): The name 'typeValueLabel' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Tools\Source\SyntaxVisualizer\SyntaxVisualizerControl\SyntaxVisualizerControl.xaml.cs[30659..30672)): The name 'typeTextLabel' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Tools\Source\SyntaxVisualizer\SyntaxVisualizerControl\SyntaxVisualizerControl.xaml.cs[30727..30741)): The name 'typeValueLabel' does not exist in the current context
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Tools\Source\SyntaxVisualizer\SyntaxVisualizerControl\SyntaxVisualizerControl.xaml.cs[30985..30996)): The name 'legendPopup' does not exist in the current context
C:\Users\carr27\Documents\GitHub\roslyn\src\Diagnostics\FxCop\Test\FxCopRulesDiagnosticAnalyzersTest.csproj
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Diagnostics\FxCop\Test\Design\CA1003Tests.cs[468..482)): The type or namespace name 'FxCopAnalyzers' does not exist in the namespace 'Microsoft.CodeAnalysis.VisualBasic' (are you missing an assembly reference?)
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Diagnostics\FxCop\Test\Design\CA1024Tests.cs[400..414)): The type or namespace name 'FxCopAnalyzers' does not exist in the namespace 'Microsoft.CodeAnalysis.VisualBasic' (are you missing an assembly reference?)
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Diagnostics\FxCop\Test\Design\CodeFixes\CA1008FixerTests.cs[448..462)): The type or namespace name 'FxCopAnalyzers' does not exist in the namespace 'Microsoft.CodeAnalysis.VisualBasic' (are you missing an assembly reference?)
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Diagnostics\FxCop\Test\Design\CodeFixes\EnumWithFlagsAttributesRulesFixerTests.cs[395..409)): The type or namespace name 'FxCopAnalyzers' does not exist in the namespace 'Microsoft.CodeAnalysis.VisualBasic' (are you missing an assembly reference?)
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Diagnostics\FxCop\Test\Design\EnumWithFlagsAttributeRulesTests.cs[468..482)): The type or namespace name 'FxCopAnalyzers' does not exist in the namespace 'Microsoft.CodeAnalysis.VisualBasic' (are you missing an assembly reference?)
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Diagnostics\FxCop\Test\Globalization\CA1309Tests.cs[482..496)): The type or namespace name 'FxCopAnalyzers' does not exist in the namespace 'Microsoft.CodeAnalysis.VisualBasic' (are you missing an assembly reference?)
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Diagnostics\FxCop\Test\Globalization\CodeFixes\CA1309FixerTests.cs[402..416)): The type or namespace name 'FxCopAnalyzers' does not exist in the namespace 'Microsoft.CodeAnalysis.VisualBasic' (are you missing an assembly reference?)
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Diagnostics\FxCop\Test\Globalization\CodeFixes\CA2101FixerTests.cs[465..479)): The type or namespace name 'FxCopAnalyzers' does not exist in the namespace 'Microsoft.CodeAnalysis.VisualBasic' (are you missing an assembly reference?)
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Diagnostics\FxCop\Test\Performance\CA1821Tests.cs[359..373)): The type or namespace name 'FxCopAnalyzers' does not exist in the namespace 'Microsoft.CodeAnalysis.VisualBasic' (are you missing an assembly reference?)
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Diagnostics\FxCop\Test\Performance\CodeFixes\CA1813FixerTests.cs[458..472)): The type or namespace name 'FxCopAnalyzers' does not exist in the namespace 'Microsoft.CodeAnalysis.VisualBasic' (are you missing an assembly reference?)
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Diagnostics\FxCop\Test\Performance\CodeFixes\CA1821FixerTests.cs[458..472)): The type or namespace name 'FxCopAnalyzers' does not exist in the namespace 'Microsoft.CodeAnalysis.VisualBasic' (are you missing an assembly reference?)
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Diagnostics\FxCop\Test\Reliability\CA2002Tests.cs[405..419)): The type or namespace name 'FxCopAnalyzers' does not exist in the namespace 'Microsoft.CodeAnalysis.VisualBasic' (are you missing an assembly reference?)
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Diagnostics\FxCop\Test\Usage\CA2200Tests.cs[392..406)): The type or namespace name 'FxCopAnalyzers' does not exist in the namespace 'Microsoft.CodeAnalysis.VisualBasic' (are you missing an assembly reference?)
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Diagnostics\FxCop\Test\Usage\CA2213Tests.cs[353..367)): The type or namespace name 'FxCopAnalyzers' does not exist in the namespace 'Microsoft.CodeAnalysis.VisualBasic' (are you missing an assembly reference?)
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Diagnostics\FxCop\Test\Usage\CA2214Tests.cs[373..387)): The type or namespace name 'FxCopAnalyzers' does not exist in the namespace 'Microsoft.CodeAnalysis.VisualBasic' (are you missing an assembly reference?)
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Diagnostics\FxCop\Test\Usage\CodeFixes\CA2213FixerTests.cs[394..408)): The type or namespace name 'FxCopAnalyzers' does not exist in the namespace 'Microsoft.CodeAnalysis.VisualBasic' (are you missing an assembly reference?)
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Diagnostics\FxCop\Test\Usage\CodeFixes\CA2235FixerTests.cs[446..460)): The type or namespace name 'FxCopAnalyzers' does not exist in the namespace 'Microsoft.CodeAnalysis.VisualBasic' (are you missing an assembly reference?)
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Diagnostics\FxCop\Test\Design\CA1024Tests.cs[701..730)): The type or namespace name 'BasicCA1024DiagnosticAnalyzer' could not be found (are you missing a using directive or an assembly reference?)
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Diagnostics\FxCop\Test\Usage\CodeFixes\CA2235FixerTests.cs[926..952)): The type or namespace name 'CA2235BasicCodeFixProvider' could not be found (are you missing a using directive or an assembly reference?)
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Diagnostics\FxCop\Test\Usage\CodeFixes\CA2213FixerTests.cs[688..717)): The type or namespace name 'BasicCA2213DiagnosticAnalyzer' could not be found (are you missing a using directive or an assembly reference?)
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Diagnostics\FxCop\Test\Usage\CodeFixes\CA2213FixerTests.cs[839..865)): The type or namespace name 'CA2213BasicCodeFixProvider' could not be found (are you missing a using directive or an assembly reference?)
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Diagnostics\FxCop\Test\Design\CodeFixes\CA1008FixerTests.cs[881..907)): The type or namespace name 'CA1008BasicCodeFixProvider' could not be found (are you missing a using directive or an assembly reference?)
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Diagnostics\FxCop\Test\Design\CodeFixes\EnumWithFlagsAttributesRulesFixerTests.cs[698..731)): The type or namespace name 'EnumWithFlagsBasicCodeFixProvider' could not be found (are you missing a using directive or an assembly reference?)
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Diagnostics\FxCop\Test\Design\EnumWithFlagsAttributeRulesTests.cs[783..819)): The type or namespace name 'BasicEnumWithFlagsDiagnosticAnalyzer' could not be found (are you missing a using directive or an assembly reference?)
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Diagnostics\FxCop\Test\Design\CodeFixes\EnumWithFlagsAttributesRulesFixerTests.cs[859..895)): The type or namespace name 'BasicEnumWithFlagsDiagnosticAnalyzer' could not be found (are you missing a using directive or an assembly reference?)
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Diagnostics\FxCop\Test\Globalization\CodeFixes\CA1309FixerTests.cs[927..956)): The type or namespace name 'BasicCA1309DiagnosticAnalyzer' could not be found (are you missing a using directive or an assembly reference?)
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Diagnostics\FxCop\Test\Globalization\CodeFixes\CA1309FixerTests.cs[1228..1254)): The type or namespace name 'CA1309BasicCodeFixProvider' could not be found (are you missing a using directive or an assembly reference?)
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Diagnostics\FxCop\Test\Globalization\CA1309Tests.cs[1023..1052)): The type or namespace name 'BasicCA1309DiagnosticAnalyzer' could not be found (are you missing a using directive or an assembly reference?)
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Diagnostics\FxCop\Test\Globalization\CodeFixes\CA2101FixerTests.cs[1077..1103)): The type or namespace name 'CA2101BasicCodeFixProvider' could not be found (are you missing a using directive or an assembly reference?)
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Diagnostics\FxCop\Test\Usage\CA2214Tests.cs[673..702)): The type or namespace name 'BasicCA2214DiagnosticAnalyzer' could not be found (are you missing a using directive or an assembly reference?)
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Diagnostics\FxCop\Test\Performance\CA1821Tests.cs[665..694)): The type or namespace name 'BasicCA1821DiagnosticAnalyzer' could not be found (are you missing a using directive or an assembly reference?)
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Diagnostics\FxCop\Test\Performance\CodeFixes\CA1813FixerTests.cs[932..958)): The type or namespace name 'CA1813BasicCodeFixProvider' could not be found (are you missing a using directive or an assembly reference?)
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Diagnostics\FxCop\Test\Performance\CodeFixes\CA1821FixerTests.cs[728..757)): The type or namespace name 'BasicCA1821DiagnosticAnalyzer' could not be found (are you missing a using directive or an assembly reference?)
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Diagnostics\FxCop\Test\Reliability\CA2002Tests.cs[705..734)): The type or namespace name 'BasicCA2002DiagnosticAnalyzer' could not be found (are you missing a using directive or an assembly reference?)
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Diagnostics\FxCop\Test\Usage\CA2213Tests.cs[653..682)): The type or namespace name 'BasicCA2213DiagnosticAnalyzer' could not be found (are you missing a using directive or an assembly reference?)
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Diagnostics\FxCop\Test\Usage\CA2200Tests.cs[692..721)): The type or namespace name 'BasicCA2200DiagnosticAnalyzer' could not be found (are you missing a using directive or an assembly reference?)
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Diagnostics\FxCop\Test\Design\CA1003Tests.cs[761..790)): The type or namespace name 'BasicCA1003DiagnosticAnalyzer' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\carr27\Documents\GitHub\roslyn\src\Diagnostics\Roslyn\Test\RoslynDiagnosticAnalyzersTest.csproj
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Diagnostics\Roslyn\Test\Performance\SpecializedEnumerableCreationAnalyzerTests.cs[444..455)): The type or namespace name 'VisualBasic' does not exist in the namespace 'Roslyn.Diagnostics.Analyzers' (are you missing an assembly reference?)
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Diagnostics\Roslyn\Test\Performance\SpecializedEnumerableCreationAnalyzerTests.cs[912..954)): The type or namespace name 'BasicSpecializedEnumerableCreationAnalyzer' could not be found (are you missing a using directive or an assembly reference?)
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Diagnostics\Roslyn\Test\Performance\EmptyArrayDiagnosticAnalyzerTests.cs[808..841)): The type or namespace name 'BasicEmptyArrayDiagnosticAnalyzer' could not be found (are you missing a using directive or an assembly reference?)
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Diagnostics\Roslyn\Test\Performance\EmptyArrayDiagnosticAnalyzerTests.cs[930..960)): The type or namespace name 'BasicEmptyArrayCodeFixProvider' could not be found (are you missing a using directive or an assembly reference?)
C:\Users\carr27\Documents\GitHub\roslyn\src\Features\CSharp\CSharpFeatures.csproj
SourceFile(C:\Users\carr27\Documents\GitHub\roslyn\src\Features\CSharp\CodeFixes\Suppression\CSharpSuppressionCodeFixProvider.cs[569..597)): Attribute 'ExportSuppressionFixProvider' is not valid on this declaration type. It is only valid on '' declarations.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment