forked from dotnet/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Add Server 2012 to support matrix #1
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
Open
jamshedd
wants to merge
29
commits into
main
Choose a base branch
from
jamshedd-server2012and18months
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
This looks like someone was documenting a workaround for trimming issues they encountered in previous versions: dotnet/runtime#44260 It doesn't belong in these docs, and the analysis warnings should prevent such issues going forward.
Remove irrelevant section from trimming docs
* Info on when counters were first introduced * Update available-counters.md * Update docs/core/diagnostics/available-counters.md Co-authored-by: Bill Wagner <[email protected]>
* Update regular-expression-options.md * Update regular-expression-options.md
* Clarify description of object initializers The statement "without calling the constructor" could be easily misinterpreted as claiming that no constructor is executed. That is incorrect. * Remove missing anchors Fixes build warnings found in dotnet#24968
The example showed how to create a VB-project. But the headline descriped how to create a netstandard project.
* Update with the minimal changes needed to align existing content to the new TOC. * Adding the new page 'tooling-requirements.md' and adding initial content to resolve dotnet#24568 * Created additional pages needed for Phase 1 modifying the TOC as needed. * Created additional pages needed for Phase 1 modifying the TOC as needed. * Update docs/core/porting/premigration-needed-changes.md * Update docs/core/porting/premigration-needed-changes.md * Add breaking change page. * Add breaking change page. * Update tooling requirements page based on feedback. * Update breaking changes page. * Update breaking changes page. * Rename and move thepage about sdk, msbuild and vs versioning. * Rename and move thepage about sdk, msbuild and vs versioning. * Latest round of feedback updates. * Latest round of feedback updates. * Update docs/core/porting/breaking-changes.md Co-authored-by: Andy (Steve) De George <[email protected]> * Update breaking-changes.md * Update versioning....md * Upgrade porting-approaches.md * Upgrade premigration-needed-changes.md * Upgrade project-structure.md * Upgrade unsupported-apis.md * TOC naming changes * Update docs/core/porting/project-structure.md Co-authored-by: Andy (Steve) De George <[email protected]> * Update docs/core/porting/project-structure.md Co-authored-by: Andy (Steve) De George <[email protected]> * Update porting-approaches.md * Update premigration-needed-changes.md Co-authored-by: Andy (Steve) De George <[email protected]> Co-authored-by: Andy De George (adegeo) <[email protected]>
Correcting the typo - from Moden to Modern
* frequently-asked-questions.md converted into YML * Update docs/framework/data/adonet/sql/linq/frequently-asked-questions.yml Co-authored-by: Youssef Victor <[email protected]> * Updated questions [!INCLUDE[vbtecdlinq](../../../../../../includes/vbtecdlinq-md.md)] replaced with LINQ to SQ in Questions only as they don't support [!INCLUDE]. * link tag removed from Questions as they don't support it Co-authored-by: Youssef Victor <[email protected]>
…perties.md (dotnet#24975) Added semicolon to code example
The missing backtick meant the table syntax was invalid.
* Fix RegexOptions.IgnorePatternWhitespace # to EOL * Update regular-expression-options.md Co-authored-by: Andy (Steve) De George <[email protected]>
* Add example for Retreving Array Elements * Update docs/csharp/programming-guide/arrays/single-dimensional-arrays.md Co-authored-by: Bill Wagner <[email protected]> * Taking off the example of exception as sugested Co-authored-by: Bill Wagner <[email protected]>
Add and update the description of AsyncMethodBuilder, and the new feature that it can be applied to a method.
* promote the standard in TOC Fixes dotnet#24959 * breadcrumb and parent node - update the breadcrumb config - add "specifications" parent node. * use single C# TOC * typo in folder names * one more time. * fix nit on "specification" Many of the feature proposals aren't labeled internally as a "specification".
* Add information on sealed ToString Fixes dotnet#24077 Beginning in C# 10.0, records may declare a `ToString` method as `sealed`. This prevents derived records from creating an override. Effectively, that means the `ToString` output will not include the runtime type information. (All members and values are displayed, because derived records will still have a PrintMembers method generated.) * add note on ToString. * fix a build warning introduced This was introduced in an earlier PR * Update docs/csharp/language-reference/builtin-types/record.md Co-authored-by: Youssef Victor <[email protected]> * Apply suggestions from code review Co-authored-by: Tom Dykstra <[email protected]> Co-authored-by: Youssef Victor <[email protected]> Co-authored-by: Tom Dykstra <[email protected]>
…prod.deb after installation (dotnet#24756) * Update linux installation instructions to cleanup packages-microsoft-prod.deb after installation Currently instructions leave packages-microsoft-prod.deb in current folder after installation. Adding removal to cleanup leftovers * Update linux-debian.md Co-authored-by: Andy (Steve) De George <[email protected]>
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.
Summary
Describe your changes here.
Fixes #Issue_Number (if available)