-
Notifications
You must be signed in to change notification settings - Fork 762
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
iliar-turdushev
merged 15 commits into
dotnet:main
from
iliar-turdushev:iliarturdu/httpclient-timeout
Sep 9, 2024
Merged
Disable HttpClient's timeout for Standard Resilience and Hedging #5363
iliar-turdushev
merged 15 commits into
dotnet:main
from
iliar-turdushev:iliarturdu/httpclient-timeout
Sep 9, 2024
Conversation
This file contains 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
Contributor
Disables HttpClient Timeout for standard resilience and hending handlers
Adds a note mentioning requirements on the Grpc.Net.ClientFactory version to avoid issues with the M.E.Http.Resilience package
iliar-turdushev
commented
Aug 15, 2024
iliar-turdushev
requested review from
martintmk,
RussKie,
joperezr and
geeknoid
August 15, 2024 08:16
RussKie
reviewed
Aug 15, 2024
RussKie
added
the
waiting-author-feedback 📭
The author of this issue needs to respond in order for us to continue investigating this issue.
label
Aug 19, 2024
martintmk
approved these changes
Aug 23, 2024
Added a target that notifies users that they use a version of the Grpc.Net.ClientFactory package that might cause the dotnet#4924 issue
dotnet-policy-service
bot
removed
the
waiting-author-feedback 📭
The author of this issue needs to respond in order for us to continue investigating this issue.
label
Aug 28, 2024
Revert changes to the Directory.Build.targets
RussKie
added
the
waiting-author-feedback 📭
The author of this issue needs to respond in order for us to continue investigating this issue.
label
Sep 2, 2024
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.
dotnet-policy-service
bot
removed
the
waiting-author-feedback 📭
The author of this issue needs to respond in order for us to continue investigating this issue.
label
Sep 2, 2024
Adds a Known issues section to the doc describing the issue with Grpc.Net.ClientFactory
iliar-turdushev
commented
Sep 2, 2024
...rosoft.Extensions.Http.Resilience/buildTransitive/Microsoft.Extensions.Http.Resilience.props
Outdated
Show resolved
Hide resolved
iliar-turdushev
commented
Sep 2, 2024
RussKie
reviewed
Sep 2, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
...rosoft.Extensions.Http.Resilience/buildTransitive/Microsoft.Extensions.Http.Resilience.props
Outdated
Show resolved
Hide resolved
...rosoft.Extensions.Http.Resilience/buildTransitive/Microsoft.Extensions.Http.Resilience.props
Outdated
Show resolved
Hide resolved
src/Libraries/Microsoft.Extensions.Http.Resilience/Microsoft.Extensions.Http.Resilience.csproj
Show resolved
Hide resolved
RussKie
added
the
waiting-author-feedback 📭
The author of this issue needs to respond in order for us to continue investigating this issue.
label
Sep 2, 2024
* 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
dotnet-policy-service
bot
removed
the
waiting-author-feedback 📭
The author of this issue needs to respond in order for us to continue investigating this issue.
label
Sep 3, 2024
RussKie
reviewed
Sep 3, 2024
src/Libraries/Microsoft.Extensions.Http.Resilience/Microsoft.Extensions.Http.Resilience.csproj
Outdated
Show resolved
Hide resolved
RussKie
reviewed
Sep 3, 2024
src/Libraries/Microsoft.Extensions.Http.Resilience/Microsoft.Extensions.Http.Resilience.csproj
Outdated
Show resolved
Hide resolved
Replaces the name of the project file with the MSBuildProjectName variable
dariusclay
reviewed
Sep 3, 2024
dariusclay
approved these changes
Sep 3, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For doc changes I leave it up to @IEvangelist to confirm, otherwise everything looks good
IEvangelist
approved these changes
Sep 3, 2024
RussKie
added
the
waiting-author-feedback 📭
The author of this issue needs to respond in order for us to continue investigating this issue.
label
Sep 3, 2024
* 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
dotnet-policy-service
bot
removed
the
waiting-author-feedback 📭
The author of this issue needs to respond in order for us to continue investigating this issue.
label
Sep 4, 2024
* Applies editorial changes to the Known issues section
iliar-turdushev
commented
Sep 4, 2024
...soft.Extensions.Http.Resilience/buildTransitive/Microsoft.Extensions.Http.Resilience.targets
Outdated
Show resolved
Hide resolved
RussKie
requested changes
Sep 5, 2024
src/Libraries/Microsoft.Extensions.Http.Resilience/Microsoft.Extensions.Http.Resilience.csproj
Outdated
Show resolved
Hide resolved
dotnet-policy-service
bot
added
the
waiting-author-feedback 📭
The author of this issue needs to respond in order for us to continue investigating this issue.
label
Sep 5, 2024
RussKie
reviewed
Sep 5, 2024
src/Libraries/Microsoft.Extensions.Http.Resilience/Microsoft.Extensions.Http.Resilience.csproj
Outdated
Show resolved
Hide resolved
* Changes the level of the compatibility log messages from Error to Warning * Updates the logic of copying buildTransitive files
dotnet-policy-service
bot
removed
the
waiting-author-feedback 📭
The author of this issue needs to respond in order for us to continue investigating this issue.
label
Sep 5, 2024
RussKie
reviewed
Sep 6, 2024
src/Libraries/Microsoft.Extensions.Http.Resilience/Microsoft.Extensions.Http.Resilience.csproj
Show resolved
Hide resolved
RussKie
reviewed
Sep 6, 2024
...soft.Extensions.Http.Resilience/buildTransitive/Microsoft.Extensions.Http.Resilience.targets
Outdated
Show resolved
Hide resolved
RussKie
approved these changes
Sep 9, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Resolves #4770
Resolves #4924
Reintroduces changes made in the following PR #4862. Originally that PR was reverted because of the following bug #4924.
Adds a note to the documentation mentioning the minimal grpc-dotnet version to be used with M.E.Http.Resilience package.
Microsoft Reviewers: Open in CodeFlow