You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current head 780b835370116b01cebce0cc3c592005f8e4f567 is mergeable and the visible CI surface on this exact SHA is fully green: markdown-link-check, CodeQL (Analyze (actions) and Analyze (csharp)), all Debug/Release build-and-test jobs on Ubuntu, macOS, and Windows, publish-coverage, and the aggregate CodeQL check all completed successfully. There are no review threads or review-body comments open on the current PR state, so if this Application Insights telemetry example still matches the intended direction, it looks ready for maintainer review/merge when convenient.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
APPLICATIONINSIGHTS_CONNECTION_STRINGis configured while retaining OTLP as the defaultCloses#1026
Test plan
dotnet build samples/AspNetCoreMcpServer/AspNetCoreMcpServer.csproj --configuration Debug --no-incrementaldotnet build samples/AspNetCoreMcpServer/AspNetCoreMcpServer.csproj --configuration Release --no-incrementaldotnet build ModelContextProtocol.slnx --configuration Debug --no-incrementaldotnet test ModelContextProtocol.slnx --configuration Debug --no-build --no-restore --filter "(Execution!=Manual)"(8,862 passed)dotnet formatverification for the modified C# file; the repository-wide formatter currently reports 74 pre-existing files on main