Skip to content

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
wants to merge 29 commits into
base: main
Choose a base branch
from

Conversation

jamshedd
Copy link
Owner

@jamshedd jamshedd commented Jul 2, 2021

Summary

Describe your changes here.

Fixes #Issue_Number (if available)

sbomer and others added 24 commits July 1, 2021 22:12
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]>
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]>
@jamshedd jamshedd changed the title Update windows.md Add Server 2012 to support matrix Jul 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.