Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@
]
},
{
// After generating the baseline, manually edit this file to remove primary constructor portion
// This is needed until ICSharpCode.Decompiler adds support for primary constructors
// See: https://github.com/icsharpcode/ILSpy/issues/829
"Type": "sealed class Microsoft.Extensions.AI.Evaluation.Quality.CompletenessEvaluatorContext : Microsoft.Extensions.AI.Evaluation.EvaluationContext",
"Stage": "Stable",
"Methods": [
Expand Down Expand Up @@ -94,6 +97,9 @@
]
},
{
// After generating the baseline, manually edit this file to remove primary constructor portion
// This is needed until ICSharpCode.Decompiler adds support for primary constructors
// See: https://github.com/icsharpcode/ILSpy/issues/829
"Type": "sealed class Microsoft.Extensions.AI.Evaluation.Quality.EquivalenceEvaluatorContext : Microsoft.Extensions.AI.Evaluation.EvaluationContext",
"Stage": "Stable",
"Methods": [
Expand Down Expand Up @@ -162,6 +168,9 @@
]
},
{
// After generating the baseline, manually edit this file to remove primary constructor portion
// This is needed until ICSharpCode.Decompiler adds support for primary constructors
// See: https://github.com/icsharpcode/ILSpy/issues/829
"Type": "sealed class Microsoft.Extensions.AI.Evaluation.Quality.GroundednessEvaluatorContext : Microsoft.Extensions.AI.Evaluation.EvaluationContext",
"Stage": "Stable",
"Methods": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
]
},
{
// After generating the baseline, manually edit this file to have 'params' instead of 'scoped'
// This is needed until ICSharpCode.Decompiler adds params collection support
// See: https://github.com/icsharpcode/ILSpy/issues/829
// After generating the baseline, manually edit this file to remove primary constructor portion
// This is needed until ICSharpCode.Decompiler adds support for primary constructors
// See: https://github.com/icsharpcode/ILSpy/issues/829
"Type": "sealed class Microsoft.Extensions.AI.Evaluation.Reporting.Storage.AzureStorageResponseCacheProvider : Microsoft.Extensions.AI.Evaluation.Reporting.IEvaluationResponseCacheProvider",
"Stage": "Stable",
"Methods": [
Expand All @@ -37,8 +37,8 @@
]
},
{
// After generating the baseline, manually edit this file to have 'params' instead of 'scoped'
// This is needed until ICSharpCode.Decompiler adds params collection support
// After generating the baseline, manually edit this file to remove primary constructor portion
// This is needed until ICSharpCode.Decompiler adds support for primary constructors
// See: https://github.com/icsharpcode/ILSpy/issues/829
"Type": "sealed class Microsoft.Extensions.AI.Evaluation.Reporting.Storage.AzureStorageResultStore : Microsoft.Extensions.AI.Evaluation.Reporting.IEvaluationResultStore",
"Stage": "Stable",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
]
},
{
// After generating the baseline, manually edit this file to have 'params' instead of 'scoped'
// This is needed until ICSharpCode.Decompiler adds params collection support
// See: https://github.com/icsharpcode/ILSpy/issues/829
// After generating the baseline, manually edit this file to remove primary constructor portion
// This is needed until ICSharpCode.Decompiler adds support for primary constructors
// See: https://github.com/icsharpcode/ILSpy/issues/829
"Type": "sealed class Microsoft.Extensions.AI.Evaluation.Reporting.ChatTurnDetails",
"Stage": "Stable",
"Methods": [
Expand Down Expand Up @@ -107,9 +107,9 @@
]
},
{
// After generating the baseline, manually edit this file to have 'params' instead of 'scoped'
// This is needed until ICSharpCode.Decompiler adds params collection support
// See: https://github.com/icsharpcode/ILSpy/issues/829
// After generating the baseline, manually edit this file to remove primary constructor portion
// This is needed until ICSharpCode.Decompiler adds support for primary constructors
// See: https://github.com/icsharpcode/ILSpy/issues/829
"Type": "sealed class Microsoft.Extensions.AI.Evaluation.Reporting.Storage.DiskBasedResponseCacheProvider : Microsoft.Extensions.AI.Evaluation.Reporting.IEvaluationResponseCacheProvider",
"Stage": "Stable",
"Methods": [
Expand Down Expand Up @@ -166,9 +166,9 @@
]
},
{
// After generating the baseline, manually edit this file to have 'params' instead of 'scoped'
// This is needed until ICSharpCode.Decompiler adds params collection support
// See: https://github.com/icsharpcode/ILSpy/issues/829
// After generating the baseline, manually edit this file to remove primary constructor portion
// This is needed until ICSharpCode.Decompiler adds support for primary constructors
// See: https://github.com/icsharpcode/ILSpy/issues/829
"Type": "sealed class Microsoft.Extensions.AI.Evaluation.Reporting.Formats.Html.HtmlReportWriter : Microsoft.Extensions.AI.Evaluation.Reporting.IEvaluationReportWriter",
"Stage": "Stable",
"Methods": [
Expand Down Expand Up @@ -241,9 +241,9 @@
]
},
{
// After generating the baseline, manually edit this file to have 'params' instead of 'scoped'
// This is needed until ICSharpCode.Decompiler adds params collection support
// See: https://github.com/icsharpcode/ILSpy/issues/829
// After generating the baseline, manually edit this file to remove primary constructor portion
// This is needed until ICSharpCode.Decompiler adds support for primary constructors
// See: https://github.com/icsharpcode/ILSpy/issues/829
"Type": "sealed class Microsoft.Extensions.AI.Evaluation.Reporting.Formats.Json.JsonReportWriter : Microsoft.Extensions.AI.Evaluation.Reporting.IEvaluationReportWriter",
"Stage": "Stable",
"Methods": [
Expand Down
Loading