Skip to content
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

Manual publish #38791

Merged
merged 12 commits into from
Dec 15, 2023
Merged

Manual publish #38791

merged 12 commits into from
Dec 15, 2023

Conversation

BillWagner
Copy link
Member

@BillWagner BillWagner commented Dec 15, 2023

The CODEOWNERS file has changed.

DO NOT SQUASH THIS PR


Internal previews

Toggle expand/collapse
📄 File 🔗 Preview link
docs/core/compatibility/sdk/8.0/source-link.md Source Link included in the .NET SDK
docs/core/extensions/cloud-service.md Deploy a Worker Service to Azure
docs/core/extensions/queue-service.md Create a Queue Service
docs/core/extensions/scoped-service.md Use scoped services within a BackgroundService
docs/core/extensions/timer-service.md docs/core/extensions/timer-service
docs/core/extensions/windows-service-with-installer.md Create a Windows Service installer
docs/core/extensions/windows-service.md Create Windows Service using BackgroundService
docs/core/extensions/workers.md Worker services in .NET
docs/core/whats-new/dotnet-8.md Copy everything else and build app.
docs/csharp/fundamentals/coding-style/identifier-names.md docs/csharp/fundamentals/coding-style/identifier-names
docs/csharp/language-reference/compiler-messages/cs1941.md Compiler Error CS1941
docs/csharp/language-reference/compiler-messages/ref-modifiers-errors.md Errors and warnings associated with reference parameters, variables, and returns
docs/csharp/language-reference/keywords/from-clause.md "from clause - C# Reference"
docs/csharp/language-reference/keywords/select-clause.md select clause (C# Reference)
docs/csharp/linq/handle-exceptions-in-query-expressions.md docs/csharp/linq/handle-exceptions-in-query-expressions
docs/csharp/linq/index.md Language Integrated Query (LINQ)
docs/csharp/misc/cs1949.md Compiler Error CS1949
docs/csharp/programming-guide/concepts/linq/how-to-query-an-arraylist-with-linq.md How to query an ArrayList with LINQ (C#)
docs/csharp/programming-guide/concepts/linq/walkthrough-writing-queries-linq.md Walkthrough: Writing Queries in C# (LINQ)
docs/csharp/tutorials/working-with-linq.md Working with LINQ
docs/csharp/whats-new/csharp-version-history.md The history of C#
docs/framework/data/adonet/ef/language-reference/queries-in-linq-to-entities.md Queries in LINQ to Entities
docs/framework/data/adonet/queries-in-linq-to-dataset.md docs/framework/data/adonet/queries-in-linq-to-dataset
docs/framework/data/adonet/sql/linq/aggregate-queries.md Aggregate Queries
docs/framework/data/adonet/sql/linq/how-to-call-user-defined-functions-inline.md How to: Call User-Defined Functions Inline
docs/framework/data/adonet/sql/linq/how-to-query-for-information.md "How to: Query for Information"
docs/framework/data/adonet/sql/linq/linq-to-sql-queries.md LINQ to SQL Queries
docs/fundamentals/code-analysis/style-rules/ide0002.md Simplify member access (IDE0002)
docs/standard/linq/generate-text-files-xml.md docs/standard/linq/generate-text-files-xml
docs/standard/linq/query-xml-trees-overview.md Query XML trees overview (LINQ to XML)

Note
This table shows preview links for the 30 files with the most changes. For preview links for other files in this PR, select OpenPublishing.Build Details within checks.

BillWagner and others added 11 commits December 14, 2023 09:19
* Clarify L2 identifier names

Add an important note regarding L2 identifier names and the official GB18020-2022 standard.

* typo
* Tag the F# team for review and ownership

The F# docs had metadata that still pointed to the former language PM. Replace that with the F# compiler team and current PM.

While making those changes, update the CODEOWNERS file for the same reason.

* replace Brice with Arthur

Arthur Vickers is now responsible for SQL Lite docs.

* one typo

* Update docfx.json

* one typo

* build warnings
* Upgrade TFMs to .NET 8.0, and packages

* Remove worker versioning

* Fix ranges, etc.
* Fix Open issues

Fixes dotnet#28863 - Add a note to include a using for `System.Linq`, unless you're project includes implicit usings. Add links to both.

Fixes dotnet#36684 - The text in the article used the phrase "between 3 and 7", but the sample was less than 3 or greater than 7. Fix the code to match the text.

* move files

Move all MD files, associated snippets, and associated media for the "get started with LINQ" section into that section.

Move test project to new location.

Delete orphaned snippet projects.

* refactor sample source

Make sure all snippets are called in the main program. Remove any unused code in the snippets for this folder.

* proofread and edit.

* replace redirects.

* replace absolute links with relative links

* remove redundant links

* Apply suggestions from code review

Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>

* respond to feedback

---------

Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
* Add mstest runner docs

* Add mstest runner docs

* no trailing spaces

* Fix links

* Use proper callouts

* Apply suggestions from code review

Co-authored-by: Amaury Levé <amaury.leve@gmail.com>

* Apply suggestions from code review

Co-authored-by: Amaury Levé <amaury.leve@gmail.com>

* Update docs/core/testing/unit-testing-mstest-runner-intro.md

* Update docs/core/testing/unit-testing-mstest-runner-intro.md

* Update docs/core/testing/unit-testing-mstest-runner-intro.md

Co-authored-by: Amaury Levé <amaury.leve@gmail.com>

* Update docs/core/testing/unit-testing-mstest-runner-intro.md

* Update docs/core/testing/unit-testing-mstest-runner-intro.md

* Update docs/core/testing/unit-testing-mstest-runner-intro.md

Co-authored-by: Amaury Levé <amaury.leve@gmail.com>

* More suggestions

* Update docs/core/testing/unit-testing-mstest-runner-intro.md

* Apply suggestions from code review

Co-authored-by: David Pine <david.pine@microsoft.com>

* Refactoring

* Fix linting issue

* Fix headings in error codes

* Fix headings in error codes

* Apply suggestions from code review

Co-authored-by: Jakub Jareš <me@jakubjares.com>

* Add comparison of vstest and mstest runner

* Apply suggestions from code review

Co-authored-by: Amaury Levé <amaury.leve@gmail.com>

* Apply suggestions from code review

Co-authored-by: David Pine <david.pine@microsoft.com>

* Update docs/core/testing/unit-testing-mstest-runner-vs-vstest.md

* Update docs/core/testing/unit-testing-mstest-runner-vs-vstest.md

---------

Co-authored-by: Amaury Levé <amaury.leve@gmail.com>
Co-authored-by: David Pine <david.pine@microsoft.com>
Co-authored-by: Amaury Levé <amauryleve@microsoft.com>
@dotnet-bot dotnet-bot added this to the December 2023 milestone Dec 15, 2023
@BillWagner BillWagner merged commit d1ae57f into dotnet:live Dec 15, 2023
7 checks passed
@BillWagner BillWagner deleted the manual-publish branch December 15, 2023 15:10
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.

8 participants