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