We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8971364 commit a635024Copy full SHA for a635024
TUnit.Core.SourceGenerator/Generators/DataSourceHelpersGenerator.cs
@@ -73,6 +73,7 @@ private static void GenerateIndividualDataSourceHelper(SourceProductionContext c
73
var sb = new StringBuilder();
74
75
sb.AppendLine("// <auto-generated />");
76
+ sb.AppendLine("#pragma warning disable");
77
sb.AppendLine("using System;");
78
sb.AppendLine("using System.Runtime.CompilerServices;");
79
sb.AppendLine("using System.Threading.Tasks;");
0 commit comments