1 instantiation of HtmlReportWriter
Microsoft.Extensions.AI.Evaluation.Console (1)
Commands\ReportCommand.cs (1)
53Format.html => new HtmlReportWriter(outputFilePath),
3 references to HtmlReportWriter
Microsoft.Extensions.AI.Evaluation.Reporting (1)
Formats\Html\HtmlReportWriter.cs (1)
82typeof(HtmlReportWriter).Assembly.GetManifestResourceStream("Reporting.HTML.index.html")
Microsoft.Extensions.AI.Evaluation.Reporting.Tests (2)
EmbeddingTests.cs (2)
22Assert.NotEmpty(HtmlReportWriter.HtmlTemplateBefore); 23Assert.NotEmpty(HtmlReportWriter.HtmlTemplateAfter);