Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
revert interface changes
  • Loading branch information
rainsxng committed Oct 30, 2025
commit 27f1f56e3afa6ab0592fa61d7bf21855ac19e66e
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
namespace Microsoft.Extensions.Http.Diagnostics;

/// <summary>
/// (Obsolete) Use <see cref="Microsoft.Extensions.Http.Diagnostics.HttpDependencyMetadataResolver"/>.
/// Interface for passing dependency metadata.
/// </summary>
public interface IDownstreamDependencyMetadata
{
Expand Down
Loading