4 references to RunGenerator
Microsoft.Gen.ComplianceReports.Unit.Tests (4)
GeneratorTests.cs (4)
67var d = await RunGenerator(File.ReadAllText(inputFile), tmp, options); 92_ = await RunGenerator(File.ReadAllText(inputFile), goldenReportFile, options); 130var diags = await RunGenerator(await File.ReadAllTextAsync(inputFile), options: options); 153var diags = await RunGenerator(await File.ReadAllTextAsync(inputFile), options: options);