Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable HttpClient's timeout for Standard Resilience and Hedging #5363

Merged

Commits on Aug 14, 2024

  1. Fixes dotnet#4924 and dotnet#4770

    Disables HttpClient Timeout for standard resilience and hending handlers
    iliar-turdushev committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    8630043 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Fixes dotnet#4924

    Adds a note mentioning requirements on the Grpc.Net.ClientFactory version to avoid issues with the M.E.Http.Resilience package
    iliar-turdushev committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    6227c46 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Fixes dotnet#4924

    Added a target that notifies users that they use a version of the Grpc.Net.ClientFactory package that might cause the dotnet#4924 issue
    iliar-turdushev committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    141c7db View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Fixes dotnet#4924

    Revert changes to the Directory.Build.targets
    iliar-turdushev committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    62de03f View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Fixes dotnet#4924

    Adds a target that checks whether M.E.Http.Resilience package is used together with Grpc.Net.ClientFactory 2.64.0 or later. If not the target warns a user.
    iliar-turdushev committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    8d08cb8 View commit details
    Browse the repository at this point in the history
  2. Fixes dotnet#4924

    Adds a Known issues section to the doc describing the issue with Grpc.Net.ClientFactory
    iliar-turdushev committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    37fc46d View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Fixes dotnet#4924

    * Moves the contents of the .props file into the .targets file
    * For net462 we now import the contents of the .targets file instead of setting it as a CDATA value in the .csproj file
    iliar-turdushev committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    904dda2 View commit details
    Browse the repository at this point in the history
  2. Fixes dotnet#4924

    Replaces the name of the project file with the MSBuildProjectName variable
    iliar-turdushev committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    35b0971 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Fixes dotnet#4924

    * Add conditions to pack buildTransitive .targets for net462 only when net462 is included as a target framework
    * Changed the documentation link to the learn.microsoft.com site
    iliar-turdushev committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    60ef8ee View commit details
    Browse the repository at this point in the history
  2. Fixes dotnet#4924

    * Applies editorial changes to the Known issues section
    iliar-turdushev committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    f219224 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Fixes dotnet#4924

    * Changes the level of the compatibility log messages from Error to Warning
    * Updates the logic of copying buildTransitive files
    iliar-turdushev committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    51721ad View commit details
    Browse the repository at this point in the history
  2. Removed extra spaces

    iliar-turdushev committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    db347b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ce354b View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    f530e8b View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    a548fbc View commit details
    Browse the repository at this point in the history