4 references to RunGenerator
Microsoft.Gen.ComplianceReports.Unit.Tests (4)
GeneratorTests.cs (4)
68var d = await RunGenerator(File.ReadAllText(inputFile), tmp, options); 93_ = await RunGenerator(File.ReadAllText(inputFile), goldenReportFile, options); 131var diags = await RunGenerator(await File.ReadAllTextAsync(inputFile), options: options); 154var diags = await RunGenerator(await File.ReadAllTextAsync(inputFile), options: options);