We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca2067b commit a9e2f03Copy full SHA for a9e2f03
StyleCop.Analyzers/StyleCop.Analyzers.Test/AnalyzerConfigurationTests.cs
@@ -78,6 +78,9 @@ public CSharpTest(Type analyzerType)
78
protected override CompilationOptions CreateCompilationOptions()
79
=> new CSharpCompilationOptions(OutputKind.DynamicallyLinkedLibrary, allowUnsafe: true);
80
81
+ protected override ParseOptions CreateParseOptions()
82
+ => new CSharpParseOptions(LanguageVersion.CSharp6);
83
+
84
protected override IEnumerable<CodeFixProvider> GetCodeFixProviders()
85
=> new CodeFixProvider[0];
86
0 commit comments