-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Update Live with current Master #6340
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
Merged
Conversation
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
Does only work with
```
AppContext.SetSwitch("System.Net.Http.UseSocketsHttpHandler", false);
```
…6299) * Refactor installation of F# * Make .NET CLI guide just use latest * Feedback and more console annotations * Rename to be install * period
…ces eBook) (#5854) * Content added for API Gateways implementation with Ocelot * Content added for API Gateways implementation with Ocelot * Changed minor narrative * Content added for API Gateways implementation with Ocelot * Changed minor narrative * Narrative changes improved with the help of Acrolinx * Additional changes based on Bill's and Maira's feedback * Updates based on additional feedback for Ocelot page
…tpClientFactory in .NET Core 2.1 with Polly (#5900) * Uodates HttpClientFactory netcore2.1 with Polly Retries & Circuit-Breaks * Uodates HttpClientFactory netcore2.1 with Polly Retries & Circuit-Breaks * Updates based on Bill Wagner's feedback * Updates based on Feedback from Maira and Bill
* Removed duplicate thread timers topics * Updated the topic description * Added topic description * Reworked the timers topic
Hello, @mairaw , Localization team has reported source content issue that causes localized version to have broken/different format compared to en-us version. "[ and ] are the codes used to create "[" and "]" characters. However, when it is localized it is shown as [ and ] breaking the code" Please review and merge the proposed file change to fix to target versions. If you make related fix in another PR then share your PR number so we can confirm and close this PR. Many thanks in advance.
L28686: Changing code to avoid broken content in localization
Corrected erroneous note about events raised.
* add more details on abstract classes and methods Fixes #5523 * addressed feedback In addition to suggestions: . update ms.date . run acrolinx. . second pass at distinctions on abstract classes and abstract methods.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Update Live with current Master