Skip to content

Commit

Permalink
Fixes dotnet#4957
Browse files Browse the repository at this point in the history
Marks new API as Experimental
  • Loading branch information
iliar-turdushev committed Sep 30, 2024
1 parent 69a412c commit ca6a4e1
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
// The .NET Foundation licenses this file to you under the MIT license.

using System;
using System.Diagnostics.CodeAnalysis;
using System.Net.Http;
using Microsoft.Extensions.Http.Resilience.Internal;
using Microsoft.Shared.DiagnosticIds;
using Microsoft.Shared.Diagnostics;
using Polly;

Expand All @@ -12,6 +14,7 @@ namespace Polly;
/// <summary>
/// Provides utility methods for working with <see cref="ResilienceContext"/>.
/// </summary>
[Experimental(diagnosticId: DiagnosticIds.Experiments.Resilience, UrlFormat = DiagnosticIds.UrlFormat)]
public static class HttpResilienceContextExtensions
{
/// <summary>
Expand Down

0 comments on commit ca6a4e1

Please sign in to comment.