Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
5eaeaf8
Add support for custom headers in HostedMcpServerTool
echapmanFromBunnings Nov 17, 2025
00acd8a
Update API baselines for .NET 10 and add new AI libraries
echapmanFromBunnings Nov 17, 2025
2af4dba
Remove NLP evaluation baseline and update API files
echapmanFromBunnings Nov 18, 2025
64bb9ae
Remove Safety API contract JSON file
echapmanFromBunnings Nov 18, 2025
e24cbf4
Remove experimental evaluator classes from API JSON
echapmanFromBunnings Nov 18, 2025
6d9ec47
Mark GetCacheKey methods as Experimental
echapmanFromBunnings Nov 18, 2025
b240f4b
Merge branch 'main' into headersOnMcpTools
echapmanFromBunnings Nov 19, 2025
a321623
Merge branch 'main' into headersOnMcpTools
echapmanFromBunnings Nov 20, 2025
6703fab
Mark cache key methods as experimental
echapmanFromBunnings Nov 20, 2025
ed5deb6
Merge branch 'main' into headersOnMcpTools
echapmanFromBunnings Nov 20, 2025
1a16923
Merge branch 'main' into headersOnMcpTools
echapmanFromBunnings Nov 20, 2025
6a1d0e0
Remove IBufferedLogger interface from FakeLogger
echapmanFromBunnings Nov 20, 2025
dc6f8e9
Merge branch 'main' into headersOnMcpTools
echapmanFromBunnings Nov 21, 2025
7ee0ba9
Mark Snapshot property as obsolete and remove Experimental attribute
echapmanFromBunnings Nov 21, 2025
eb379b5
Remove Experimental attribute from resource monitoring API
echapmanFromBunnings Nov 21, 2025
e99b439
Mark resource monitoring APIs as obsolete
echapmanFromBunnings Nov 21, 2025
de2fef7
Add CP0002 baseline suppressions for .NET 10.0 APIs
echapmanFromBunnings Nov 21, 2025
44fcee2
Merge branch 'main' into headersOnMcpTools
echapmanFromBunnings Nov 21, 2025
4940271
Add missing using directives to ISnapshotProvider
echapmanFromBunnings Nov 21, 2025
5db45c7
Merge branch 'headersOnMcpTools' of https://github.com/echapmanFromBu…
echapmanFromBunnings Nov 21, 2025
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 @@ -114,7 +114,7 @@
]
},
{
"Type": "class Microsoft.Extensions.Logging.Testing.FakeLogger : Microsoft.Extensions.Logging.ILogger, Microsoft.Extensions.Logging.Abstractions.IBufferedLogger",
"Type": "class Microsoft.Extensions.Logging.Testing.FakeLogger : Microsoft.Extensions.Logging.ILogger",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I need someone to review this in particular. It seems that the baseline has this in, but we're targeting assemblies that do not have access to this interface?

"Stage": "Stable",
"Methods": [
{
Expand Down
Loading