-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Update live with current master #9533
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
* Replace String.Format with string interpolation Also added language identifiers to some code blocks in the wcf folder. * Add unsaved files * Corrections from review Add space and use interpolation instead of concatenation.
* SEO title suffix in C# reference * SEO title suffix - programming guide. * fix build warnings I hate it when a regex has two typos
Organize How-tos into sections for SEO and ease of searching.
* experiment: handling no index files We've strived for hackable URLs throughout the .NET docset. That has sometimes meant we have index.md files in directories where they don't add much value. This PR is an experiment which tries the following with the C# Guide: . Removes `whats-new/index.md` . Redirects that traffic to `whats-new/csharp-7-3` (which is currently the latest version. This PR **does not ** update the TOC.md file, bcause the JavaScript code that hightlights the current page breaks when multiple nodes in the TOC refer to the same file. This PR also **does not** change any other links pointing to the index.md file on the assumption that those links should track the current "laster" version. * update navigation for What's new A few related changes here: - Incorporate important bits from "what's new" index. - Update hub page with link for "What's New", and remove redundant link. - Fix bad link. * respond to feedback Respond to feedback / Part 1 * redirect using file redirection for easier maintenance * clarify the C# standard definition of "standard library"
Removed spaces in ML.NET product name.
Addition to #9360
Fixes #9500 /cc fredyadriano90
* Add negation for F# compiler directives Also fixes some table formatting * Update compiler-directives.md
* add missing metadata and other fixes * feedback + further changes
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.
No description provided.