Skip to content

Commit

Permalink
Merge pull request #38791 from BillWagner/manual-publish
Browse files Browse the repository at this point in the history
* Clarify L2 identifier names (#38761)

* Clarify L2 identifier names

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

* typo

* Update package index with latest published versions (#38772)

* Wrap M1 and M2 methods in C class to avoid errors (#38773)

* Tag the F# team for review and ownership (#38770)

* 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

* Update package index with latest published versions (#38776)

* Reflect in the documentation that the LOHThreshold has to be less than region_size

* Expand on source link breaking change (#38777)

* Update package index with latest published versions (#38780)

* Upgrade TFMs to .NET 8.0, and packages (#38752)

* Upgrade TFMs to .NET 8.0, and packages

* Remove worker versioning

* Fix ranges, etc.

* Edit pass for LINQ "get started" section. (#38723)

* Fix Open issues

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

Fixes #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 (#38459)

* 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>

---------

Co-authored-by: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Co-authored-by: Bartosz Klonowski <70535775+BartoszKlonowski@users.noreply.github.com>
Co-authored-by: Andrew Au <cshung@gmail.com>
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Co-authored-by: David Pine <david.pine@microsoft.com>
Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
Co-authored-by: Jakub Jareš <me@jakubjares.com>
Co-authored-by: Amaury Levé <amaury.leve@gmail.com>
Co-authored-by: Amaury Levé <amauryleve@microsoft.com>
  • Loading branch information
10 people authored Dec 15, 2023
2 parents 5d1154e + 4b3a8c4 commit d1ae57f
Show file tree
Hide file tree
Showing 289 changed files with 1,967 additions and 3,903 deletions.
22 changes: 21 additions & 1 deletion .openpublishing.redirection.csharp.json
Original file line number Diff line number Diff line change
Expand Up @@ -1296,6 +1296,14 @@
"source_path_from_root": "/docs/csharp/language-reference/proposals/csharp-11.0/index.md",
"redirect_url": "/dotnet/csharp/language-reference/proposals/csharp-11.0/static-abstracts-in-interfaces"
},
{
"source_path_from_root": "/docs/csharp/linq/query-expression-basics.md",
"redirect_url": "/dotnet/csharp/linq/get-started/query-expression-basics"
},
{
"source_path_from_root": "/docs/csharp/linq/write-linq-queries.md",
"redirect_url": "/dotnet/csharp/linq/get-started/write-linq-queries"
},
{
"source_path_from_root": "/docs/csharp/linq/linq-in-csharp.md",
"redirect_url": "/dotnet/csharp/linq/"
Expand Down Expand Up @@ -2357,6 +2365,18 @@
"source_path_from_root": "/docs/csharp/programming-guide/concepts/linq/introduction-to-linq.md",
"redirect_url": "/dotnet/csharp/programming-guide/concepts/linq"
},
{
"source_path_from_root": "/docs/csharp/programming-guide/concepts/linq/introduction-to-linq-queries.md",
"redirect_url": "/dotnet/csharp/linq/get-started/introduction-to-linq-queries"
},
{
"source_path_from_root": "/docs/csharp/programming-guide/concepts/linq/type-relationships-in-linq-query-operations.md",
"redirect_url": "/dotnet/csharp/linq/get-started/type-relationships-in-linq-query-operations"
},
{
"source_path_from_root": "/docs/csharp/programming-guide/concepts/linq/features-that-support-linq.md",
"redirect_url": "/dotnet/csharp/linq/get-started/features-that-support-linq"
},
{
"source_path_from_root": "/docs/csharp/programming-guide/concepts/linq/introduction-to-pure-functional-transformations.md",
"redirect_url": "/dotnet/standard/linq/introduction-pure-functional-transformations",
Expand Down Expand Up @@ -3030,7 +3050,7 @@
},
{
"source_path_from_root": "/docs/csharp/programming-guide/linq-query-expressions/query-expression-basics.md",
"redirect_url": "/dotnet/csharp/linq/query-expression-basics"
"redirect_url": "/dotnet/csharp/linq/get-started/query-expression-basics"
},
{
"source_path_from_root": "/docs/csharp/programming-guide/main-and-command-args/command-line-arguments.md",
Expand Down
9 changes: 4 additions & 5 deletions docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,6 @@
"docs/core/extensions/**/**.md": "IEvangelist",
"docs/core/docker/**/**.md": "IEvangelist",
"docs/core/native-interop/**/**.md": "jkoritzinsky",
"docs/core/porting/**/**.md": "cartermp",
"docs/core/project-sdk/**/**.md": "gewarren",
"docs/core/runtime-config/**/**.md": "gewarren",
"docs/core/testing/**/**.md": "IEvangelist",
Expand Down Expand Up @@ -351,7 +350,7 @@
"docs/framework/unmanaged-api/tlbexp/**/**.md": "jeffschwMSFT",
"docs/framework/whats-new/**/**.md": "gewarren",
"docs/framework/wcf/**/**.md": "HongGit",
"docs/fsharp/**/**.md": "cartermp",
"docs/fsharp/**/**.md": "KathleenDollard",
"docs/fundamentals/code-analysis/**/**.md": "gewarren",
"docs/fundamentals/syslib-diagnostics/**/**.md": "gewarren",
"docs/iot/**/*.*": "camsoper",
Expand All @@ -365,7 +364,7 @@
"docs/standard/collections/**/**.md": "IEvangelist",
"docs/standard/commandline/**/**.md": "tdykstra",
"docs/standard/data/**/**.md": "gewarren",
"docs/standard/data/sqlite/**/**.md": "bricelam",
"docs/standard/data/sqlite/**/**.md": "ajcvickers",
"docs/standard/datetime/**/**.md": "adegeo",
"docs/standard/design-guidelines/**/**.md": "KrzysztofCwalina",
"docs/standard/events/**/**.md": "IEvangelist",
Expand Down Expand Up @@ -437,7 +436,7 @@
"docs/framework/unmanaged-api/strong-naming/**/**.md": "jeffschw",
"docs/framework/unmanaged-api/tlbexp/**/**.md": "jeffschw",
"docs/framework/whats-new/**/**.md": "gewarren",
"docs/fsharp/**/**.md": "dotnetcontent",
"docs/fsharp/**/**.md": "kdollard",
"docs/fundamentals/code-analysis/**/*.md": "gewarren",
"docs/fundamentals/syslib-diagnostics/**/**.md": "gewarren",
"docs/iot/**/*.*": "casoper",
Expand All @@ -451,7 +450,7 @@
"docs/standard/collections/**/**.md": "dapine",
"docs/standard/commandline/**/**.md": "tdykstra",
"docs/standard/data/**/**.md": "gewarren",
"docs/standard/data/sqlite/**/**.md": "bricelam",
"docs/standard/data/sqlite/**/**.md": "avickers",
"docs/standard/datetime/**/**.md": "adegeo",
"docs/standard/design-guidelines/**/**.md": "kcwalina",
"docs/standard/events/**/**.md": "dapine",
Expand Down
8 changes: 4 additions & 4 deletions docs/azure/includes/dotnet-all.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
| Conversational Language Understanding | NuGet [1.1.0](https://www.nuget.org/packages/Azure.AI.Language.Conversations/1.1.0) | [docs](/dotnet/api/overview/azure/AI.Language.Conversations-readme) | GitHub [1.1.0](https://github.com/Azure/azure-sdk-for-net/tree/Azure.AI.Language.Conversations_1.1.0/sdk/cognitivelanguage/Azure.AI.Language.Conversations/) |
| Core - Client - AMQP | NuGet [1.3.0](https://www.nuget.org/packages/Azure.Core.Amqp/1.3.0) | [docs](/dotnet/api/overview/azure/Core.Amqp-readme) | GitHub [1.3.0](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Core.Amqp_1.3.0/sdk/core/Azure.Core.Amqp/) |
| Core - Client - Core | NuGet [1.36.0](https://www.nuget.org/packages/Azure.Core/1.36.0) | [docs](/dotnet/api/overview/azure/Core-readme) | GitHub [1.36.0](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Core_1.36.0/sdk/core/Azure.Core/) |
| Core Newtonsoft Json | NuGet [2.0.0](https://www.nuget.org/packages/Microsoft.Azure.Core.NewtonsoftJson/2.0.0) | | GitHub [2.0.0](https://github.com/Azure/azure-sdk-for-net/tree/Microsoft.Azure.Core.NewtonsoftJson_2.0.0/sdk/core/Microsoft.Azure.Core.NewtonsoftJson/) |
| Cosmos DB | NuGet [4.0.0-preview3](https://www.nuget.org/packages/Azure.Cosmos/4.0.0-preview3) | [docs](https://learn.microsoft.com/dotnet/api/azure.cosmos) | GitHub [4.0.0-preview3](https://github.com/Azure/azure-cosmos-dotnet-v3/tree/releases/4.0.0-preview3) |
| Data Movement | NuGet [12.0.0-beta.4](https://www.nuget.org/packages/Azure.Storage.DataMovement/12.0.0-beta.4) | [docs](/dotnet/api/overview/azure/Storage.DataMovement-readme?view=azure-dotnet-preview&amp;preserve-view=true) | GitHub [12.0.0-beta.4](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Storage.DataMovement_12.0.0-beta.4/sdk/storage/Azure.Storage.DataMovement/) |
| Dev Center | NuGet [1.0.0-beta.3](https://www.nuget.org/packages/Azure.Developer.DevCenter/1.0.0-beta.3) | [docs](/dotnet/api/overview/azure/Developer.DevCenter-readme?view=azure-dotnet-preview&amp;preserve-view=true) | GitHub [1.0.0-beta.3](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Developer.DevCenter_1.0.0-beta.3/sdk/devcenter/Azure.Developer.DevCenter/) |
Expand Down Expand Up @@ -81,7 +82,7 @@
| Synapse - Managed Private Endpoints | NuGet [1.0.0-beta.5](https://www.nuget.org/packages/Azure.Analytics.Synapse.ManagedPrivateEndpoints/1.0.0-beta.5) | [docs](/dotnet/api/overview/azure/Analytics.Synapse.ManagedPrivateEndpoints-readme?view=azure-dotnet-preview&amp;preserve-view=true) | GitHub [1.0.0-beta.5](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Analytics.Synapse.ManagedPrivateEndpoints_1.0.0-beta.5/sdk/synapse/Azure.Analytics.Synapse.ManagedPrivateEndpoints/) |
| Synapse - Monitoring | NuGet [1.0.0-beta.3](https://www.nuget.org/packages/Azure.Analytics.Synapse.Monitoring/1.0.0-beta.3) | [docs](/dotnet/api/overview/azure/Analytics.Synapse.Monitoring-readme?view=azure-dotnet-preview&amp;preserve-view=true) | GitHub [1.0.0-beta.3](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Analytics.Synapse.Monitoring_1.0.0-beta.3/sdk/synapse/Azure.Analytics.Synapse.Monitoring/) |
| Synapse - Spark | NuGet [1.0.0-preview.8](https://www.nuget.org/packages/Azure.Analytics.Synapse.Spark/1.0.0-preview.8) | [docs](/dotnet/api/overview/azure/Analytics.Synapse.Spark-readme?view=azure-dotnet-preview&amp;preserve-view=true) | GitHub [1.0.0-preview.8](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Analytics.Synapse.Spark_1.0.0-preview.8/sdk/synapse/Azure.Analytics.Synapse.Spark/) |
| System.ClientModel | NuGet [1.0.0-beta.1](https://www.nuget.org/packages/System.ClientModel/1.0.0-beta.1) | | GitHub [1.0.0-beta.1](https://github.com/Azure/azure-sdk-for-net/tree/System.ClientModel_1.0.0-beta.1/sdk/core/System.ClientModel/) |
| System.ClientModel | NuGet [1.0.0-beta.2](https://www.nuget.org/packages/System.ClientModel/1.0.0-beta.2) | | GitHub [1.0.0-beta.2](https://github.com/Azure/azure-sdk-for-net/tree/System.ClientModel_1.0.0-beta.2/sdk/core/System.ClientModel/) |
| Tables | NuGet [12.8.2](https://www.nuget.org/packages/Azure.Data.Tables/12.8.2) | [docs](/dotnet/api/overview/azure/Data.Tables-readme) | GitHub [12.8.2](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Data.Tables_12.8.2/sdk/tables/Azure.Data.Tables/) |
| Text Analytics | NuGet [5.3.0](https://www.nuget.org/packages/Azure.AI.TextAnalytics/5.3.0) | [docs](/dotnet/api/overview/azure/AI.TextAnalytics-readme) | GitHub [5.3.0](https://github.com/Azure/azure-sdk-for-net/tree/Azure.AI.TextAnalytics_5.3.0/sdk/textanalytics/Azure.AI.TextAnalytics/) |
| Text Translation | NuGet [1.0.0-beta.1](https://www.nuget.org/packages/Azure.AI.Translation.Text/1.0.0-beta.1) | [docs](/dotnet/api/overview/azure/AI.Translation.Text-readme?view=azure-dotnet-preview&amp;preserve-view=true) | GitHub [1.0.0-beta.1](https://github.com/Azure/azure-sdk-for-net/tree/Azure.AI.Translation.Text_1.0.0-beta.1/sdk/translation/Azure.AI.Translation.Text/) |
Expand Down Expand Up @@ -376,8 +377,8 @@
| Search - Common | NuGet [10.1.0](https://www.nuget.org/packages/Microsoft.Azure.Search.Common/10.1.0) | | GitHub [10.1.0](https://github.com/Azure/azure-sdk-for-net/tree/Microsoft.Azure.Search.Common_10.1.0/sdk/search/Microsoft.Azure.Search.Common/) |
| Search - Data | NuGet [10.1.0](https://www.nuget.org/packages/Microsoft.Azure.Search.Data/10.1.0) | | GitHub [10.1.0](https://github.com/Azure/azure-sdk-for-net/tree/Microsoft.Azure.Search.Data_10.1.0/sdk/search/Microsoft.Azure.Search.Data/) |
| Search - Service | NuGet [10.1.0](https://www.nuget.org/packages/Microsoft.Azure.Search.Service/10.1.0) | | GitHub [10.1.0](https://github.com/Azure/azure-sdk-for-net/tree/Microsoft.Azure.Search.Service_10.1.0/sdk/search/Microsoft.Azure.Search.Service/) |
| Speech | NuGet [1.33.0](https://www.nuget.org/packages/Microsoft.CognitiveServices.Speech/1.33.0) | | |
| Speech Remote Conversation | NuGet [1.33.0](https://www.nuget.org/packages/Microsoft.CognitiveServices.Speech.Remoteconversation/1.33.0) | | |
| Speech | NuGet [1.34.0](https://www.nuget.org/packages/Microsoft.CognitiveServices.Speech/1.34.0) | | |
| Speech Remote Conversation | NuGet [1.34.0](https://www.nuget.org/packages/Microsoft.CognitiveServices.Speech.Remoteconversation/1.34.0) | | |
| Speech Xamarin iOS | NuGet [1.25.0](https://www.nuget.org/packages/Microsoft.CognitiveServices.Speech.Xamarin.iOS/1.25.0) | | |
| Spell Check | NuGet [4.1.0-preview.1](https://www.nuget.org/packages/Microsoft.Azure.CognitiveServices.Language.SpellCheck/4.1.0-preview.1) | | GitHub [4.1.0-preview.1](https://github.com/Azure/azure-sdk-for-net/tree/Microsoft.Azure.CognitiveServices.Language.SpellCheck_4.1.0-preview.1/sdk/cognitiveservices/Language.SpellCheck) |
| Spring Cloud Client | NuGet [2.0.0-preview.3](https://www.nuget.org/packages/Microsoft.Azure.SpringCloud.Client/2.0.0-preview.3) | | |
Expand All @@ -397,7 +398,6 @@
| App Service - API Apps Common | NuGet [0.9.36](https://www.nuget.org/packages/Microsoft.Azure.AppService.ApiApps.Common/0.9.36) | | |
| App Service - API Apps Service | NuGet [0.9.64](https://www.nuget.org/packages/Microsoft.Azure.AppService.ApiApps.Service/0.9.64) | | |
| Code Analyzers for Durable Functions | NuGet [0.5.0](https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.DurableTask.Analyzers/0.5.0) | | GitHub [0.5.0](https://github.com/Azure/azure-functions-durable-extension/tree/Analyzer-v0.3.0/src/WebJobs.Extensions.DurableTask.Analyzers) |
| Core - Client - Newtonsoft Json | NuGet [1.0.0](https://www.nuget.org/packages/Microsoft.Azure.Core.NewtonsoftJson/1.0.0) | | |
| Cosmos DB - BulkExecutor | NuGet [2.5.1-preview](https://www.nuget.org/packages/Microsoft.Azure.CosmosDB.BulkExecutor/2.5.1-preview) | | GitHub [2.5.1-preview](https://github.com/Azure/azure-cosmosdb-bulkexecutor-dotnet-getting-started) |
| Cosmos DB - Direct | NuGet [3.32.0](https://www.nuget.org/packages/Microsoft.Azure.Cosmos.Direct/3.32.0) | | GitHub [3.32.0](https://github.com/Azure/azure-cosmos-dotnet-v3) |
| Cosmos DB - Encryption | NuGet [2.0.3](https://www.nuget.org/packages/Microsoft.Azure.Cosmos.Encryption/2.0.3) | | GitHub [2.0.3](https://github.com/Azure/azure-cosmos-dotnet-v3/tree/releases/encryption/1.0.0-preview4/Microsoft.Azure.Cosmos.Encryption) |
Expand Down
3 changes: 2 additions & 1 deletion docs/azure/includes/dotnet-new.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
| Conversational Language Understanding | NuGet [1.1.0](https://www.nuget.org/packages/Azure.AI.Language.Conversations/1.1.0) | [docs](/dotnet/api/overview/azure/AI.Language.Conversations-readme) | GitHub [1.1.0](https://github.com/Azure/azure-sdk-for-net/tree/Azure.AI.Language.Conversations_1.1.0/sdk/cognitivelanguage/Azure.AI.Language.Conversations/) |
| Core - Client - AMQP | NuGet [1.3.0](https://www.nuget.org/packages/Azure.Core.Amqp/1.3.0) | [docs](/dotnet/api/overview/azure/Core.Amqp-readme) | GitHub [1.3.0](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Core.Amqp_1.3.0/sdk/core/Azure.Core.Amqp/) |
| Core - Client - Core | NuGet [1.36.0](https://www.nuget.org/packages/Azure.Core/1.36.0) | [docs](/dotnet/api/overview/azure/Core-readme) | GitHub [1.36.0](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Core_1.36.0/sdk/core/Azure.Core/) |
| Core Newtonsoft Json | NuGet [2.0.0](https://www.nuget.org/packages/Microsoft.Azure.Core.NewtonsoftJson/2.0.0) | | GitHub [2.0.0](https://github.com/Azure/azure-sdk-for-net/tree/Microsoft.Azure.Core.NewtonsoftJson_2.0.0/sdk/core/Microsoft.Azure.Core.NewtonsoftJson/) |
| Cosmos DB | NuGet [4.0.0-preview3](https://www.nuget.org/packages/Azure.Cosmos/4.0.0-preview3) | [docs](https://learn.microsoft.com/dotnet/api/azure.cosmos) | GitHub [4.0.0-preview3](https://github.com/Azure/azure-cosmos-dotnet-v3/tree/releases/4.0.0-preview3) |
| Data Movement | NuGet [12.0.0-beta.4](https://www.nuget.org/packages/Azure.Storage.DataMovement/12.0.0-beta.4) | [docs](/dotnet/api/overview/azure/Storage.DataMovement-readme?view=azure-dotnet-preview&amp;preserve-view=true) | GitHub [12.0.0-beta.4](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Storage.DataMovement_12.0.0-beta.4/sdk/storage/Azure.Storage.DataMovement/) |
| Dev Center | NuGet [1.0.0-beta.3](https://www.nuget.org/packages/Azure.Developer.DevCenter/1.0.0-beta.3) | [docs](/dotnet/api/overview/azure/Developer.DevCenter-readme?view=azure-dotnet-preview&amp;preserve-view=true) | GitHub [1.0.0-beta.3](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Developer.DevCenter_1.0.0-beta.3/sdk/devcenter/Azure.Developer.DevCenter/) |
Expand Down Expand Up @@ -83,7 +84,7 @@
| Synapse - Managed Private Endpoints | NuGet [1.0.0-beta.5](https://www.nuget.org/packages/Azure.Analytics.Synapse.ManagedPrivateEndpoints/1.0.0-beta.5) | [docs](/dotnet/api/overview/azure/Analytics.Synapse.ManagedPrivateEndpoints-readme?view=azure-dotnet-preview&amp;preserve-view=true) | GitHub [1.0.0-beta.5](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Analytics.Synapse.ManagedPrivateEndpoints_1.0.0-beta.5/sdk/synapse/Azure.Analytics.Synapse.ManagedPrivateEndpoints/) |
| Synapse - Monitoring | NuGet [1.0.0-beta.3](https://www.nuget.org/packages/Azure.Analytics.Synapse.Monitoring/1.0.0-beta.3) | [docs](/dotnet/api/overview/azure/Analytics.Synapse.Monitoring-readme?view=azure-dotnet-preview&amp;preserve-view=true) | GitHub [1.0.0-beta.3](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Analytics.Synapse.Monitoring_1.0.0-beta.3/sdk/synapse/Azure.Analytics.Synapse.Monitoring/) |
| Synapse - Spark | NuGet [1.0.0-preview.8](https://www.nuget.org/packages/Azure.Analytics.Synapse.Spark/1.0.0-preview.8) | [docs](/dotnet/api/overview/azure/Analytics.Synapse.Spark-readme?view=azure-dotnet-preview&amp;preserve-view=true) | GitHub [1.0.0-preview.8](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Analytics.Synapse.Spark_1.0.0-preview.8/sdk/synapse/Azure.Analytics.Synapse.Spark/) |
| System.ClientModel | NuGet [1.0.0-beta.1](https://www.nuget.org/packages/System.ClientModel/1.0.0-beta.1) | | GitHub [1.0.0-beta.1](https://github.com/Azure/azure-sdk-for-net/tree/System.ClientModel_1.0.0-beta.1/sdk/core/System.ClientModel/) |
| System.ClientModel | NuGet [1.0.0-beta.2](https://www.nuget.org/packages/System.ClientModel/1.0.0-beta.2) | | GitHub [1.0.0-beta.2](https://github.com/Azure/azure-sdk-for-net/tree/System.ClientModel_1.0.0-beta.2/sdk/core/System.ClientModel/) |
| Tables | NuGet [12.8.2](https://www.nuget.org/packages/Azure.Data.Tables/12.8.2) | [docs](/dotnet/api/overview/azure/Data.Tables-readme) | GitHub [12.8.2](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Data.Tables_12.8.2/sdk/tables/Azure.Data.Tables/) |
| Text Analytics | NuGet [5.3.0](https://www.nuget.org/packages/Azure.AI.TextAnalytics/5.3.0) | [docs](/dotnet/api/overview/azure/AI.TextAnalytics-readme) | GitHub [5.3.0](https://github.com/Azure/azure-sdk-for-net/tree/Azure.AI.TextAnalytics_5.3.0/sdk/textanalytics/Azure.AI.TextAnalytics/) |
| Text Translation | NuGet [1.0.0-beta.1](https://www.nuget.org/packages/Azure.AI.Translation.Text/1.0.0-beta.1) | [docs](/dotnet/api/overview/azure/AI.Translation.Text-readme?view=azure-dotnet-preview&amp;preserve-view=true) | GitHub [1.0.0-beta.1](https://github.com/Azure/azure-sdk-for-net/tree/Azure.AI.Translation.Text_1.0.0-beta.1/sdk/translation/Azure.AI.Translation.Text/) |
Expand Down
13 changes: 13 additions & 0 deletions docs/core/compatibility/sdk/8.0/source-link.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ ms.date: 11/08/2023

The [Source Link](https://github.com/dotnet/sourcelink) build tooling is now included in the .NET SDK. Source Link enables packages and applications to embed information about the source control information of the built artifacts. As a side effect, commit information is included in the `InformationalVersion` value of built libraries and applications.

> [!NOTE]
> This change affects any project that's built with the .NET 8 SDK, even those that target .NET 7 or an earlier version.
## Previous behavior

Prior to this change, the default `InformationalVersion` of a library or application was the `Version` property.
Expand All @@ -30,3 +33,13 @@ Source Link enables rich editor tooling, like go-to-definition support for non-l
## Recommended action

If your build process or code doesn't expect Source Revision information in `InformationalVersion`, you can disable the new behavior by setting the `IncludeSourceRevisionInInformationalVersion` property to `false` in your project file.

```xml
<PropertyGroup>
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
</PropertyGroup>
```

## See also

- <xref:System.Reflection.AssemblyInformationalVersionAttribute>
Loading

0 comments on commit d1ae57f

Please sign in to comment.