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

Executable ref breaking change #24418

Merged
merged 2 commits into from
May 27, 2021
Merged

Conversation

gewarren
Copy link
Contributor

@gewarren gewarren commented May 27, 2021

@dotnet-bot dotnet-bot added this to the May 2021 milestone May 27, 2021
@gewarren gewarren requested review from dsplaisted and a team May 27, 2021 04:08
Copy link
Member

@BillWagner BillWagner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This LGTM.

@gewarren gewarren merged commit 211a979 into dotnet:main May 27, 2021
@gewarren gewarren deleted the executable-references branch May 27, 2021 23:23
@gewarren
Copy link
Contributor Author

Thanks Bill!

Youssef1313 pushed a commit to Youssef1313/docs that referenced this pull request Jul 5, 2021
na632 added a commit to na632/docs that referenced this pull request Jul 25, 2021
commit 75bcabb62af9c87ffc3c13267ae0e197e2f3c007
Author: David Pine <david.pine@microsoft.com>
Date:   Fri May 28 14:01:12 2021 -0500

    Update hosting-exception-handling.md (#24433)

    * Update hosting-exception-handling.md

    * Apply suggestions from code review

    Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>

    Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>

commit 211a979fab01259e7c0ce8d1cd737b1ea4ba26f5
Author: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Date:   Thu May 27 16:23:16 2021 -0700

    Executable ref breaking change (#24418)

commit 6c791a6fe4f44088d5cdf01ff8d9e7a81eba35f9
Author: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Date:   Thu May 27 16:22:36 2021 -0700

    Add SYSLIB0021-SYSLIB0024 (#24290)

commit 8aeca6eeb31ad0d00a62cf1c8a5ff799ff991b43
Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Date:   Thu May 27 18:17:09 2021 -0400

    Update package index with latest published versions (#24431)

commit c53b5c6b5ec4a4b3c0d45141ded56c5c88d20df2
Author: Mark LeBLanc <mcleblanc@users.noreply.github.com>
Date:   Thu May 27 14:08:49 2021 -0700

    Update docfx.json (#24432)

commit c7d80195b142089da05b3f01fdcf2149dc5341f1
Author: David Pine <david.pine@microsoft.com>
Date:   Thu May 27 13:47:51 2021 -0500

    Fixed all proper product names (#24428)

    * Fixed all proper product names

    * Apply suggestions from code review

    Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>

    Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>

commit 6205edfdfe8626b68e3ff057641935b3a7d03ed8
Author: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Date:   Thu May 27 11:47:26 2021 -0700

    Add path to machine.config (#24430)

commit bdafd6cc0fc6584f93f43268c230947a385b8f05
Author: Scott Addie <10702007+scottaddie@users.noreply.github.com>
Date:   Thu May 27 11:58:10 2021 -0500

    update Azure SDK heading text (#24425)

commit 8b91d4eb307cad893af2534500628d2ee6dae5ee
Author: Hadrian Tang <hadrianwttang@outlook.com>
Date:   Fri May 28 00:52:52 2021 +0800

    New format %B (#24427)

    * New format %B

    https://github.com/dotnet/fsharp/pull/11603

    * Formatting

    * More formatting

    * Yes

commit becb98294964d4765994b8181dc3250ef22473cc
Author: Newell Clark <newellofthefuture@gmail.com>
Date:   Thu May 27 12:29:39 2021 -0400

    Ca1846 (#24325)

commit 32af2bdb644847507878ec30d915b9d1fff98ed3
Author: Scott Addie <10702007+scottaddie@users.noreply.github.com>
Date:   Thu May 27 11:22:48 2021 -0500

    Remove extra slash in code comment (#24426)

commit ba2d4d9683bb44b9cd2c5a9c1bea10d55e6abfe4
Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Date:   Thu May 27 11:50:07 2021 -0400

    Update package index with latest published versions (#24424)

commit 221027f5b1fcb5f09bbd9816e422179f6ae6ecc6
Author: David Pine <david.pine@microsoft.com>
Date:   Thu May 27 10:46:42 2021 -0500

    Worker Services in .NET articles and tutorials (#24358)

    * Initial worker project additions.

    * Save solution file too

    * Added overview article

    * Added TOC entry

    * Corrected names

    * Added links, docker bits, and rough structure of tutorials

    * Fix links

    * Pre-commit hook, applied automatic markdownlint CLI fixes

    * Add missing TOC entries

    * Added more bits, more clean up, more better...just more

    * Adding more bits, and includes, etc.

    * More clean up and fixes

    * Fix broken links

    * Most of the tutorials are solid, next the WinSvc

    * Check point save and push

    * More major updates, nearly completed Windows Serivce tut

    * A few fixes and tweaks.

    * Oops, copy pasta is tasty!

    * Fixed another link

    * Minor tweak, prior to read aloud

    * Read aloud updates to Windows Service bits

    * Read aloud updates to implement IHostedService

    * Overview tweak

    * Minor code alteration

    * Apply suggestions from code review

    Co-authored-by: Luis Quintanilla <46974588+luisquintanilla@users.noreply.github.com>
    Co-authored-by: Cam Soper <cam.soper@microsoft.com>

    * Added missing include, and added link to DI

    * Fixed MD lint warning

    * Add event log level detials

    * Minor update to formatting of string

    * Corrected terminology

    * Fix bookmark

    * Nit on code format

    * Convert images to lightbox enabled.

    Co-authored-by: Luis Quintanilla <46974588+luisquintanilla@users.noreply.github.com>
    Co-authored-by: Cam Soper <cam.soper@microsoft.com>

commit 7c6c35e09cad2f5b6317039957a13a49e5d7bb14
Author: Axel D <SetTrend@users.noreply.github.com>
Date:   Thu May 27 16:08:53 2021 +0200

    Faulty atomic group example fixed. (#24326)

commit 9a8c91f27db39b6b171bade7dcf2559a80f10243
Author: Youssef Victor <youssefvictor00@gmail.com>
Date:   Thu May 27 16:08:06 2021 +0200

    Add H2s (#24355)

commit 540a4ab7300b0362903bc8ef5e234c503c6ffd9f
Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Date:   Thu May 27 10:06:15 2021 -0400

    Update package index with latest published versions (#24416)

commit 366227007c7de0e1419959d0def1ec8c3c7c6662
Author: Eric Robson <eric@lull.com>
Date:   Thu May 27 04:21:17 2021 -0700

    fix some typos in the Docker configuration for the dapr-for-dotnet-developers getting started example (#24360)

    fixes "connection refused" error that occurs in the frontend when running the example

commit 35a186483ec52b248636777195f04609bd401785
Author: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Date:   Wed May 26 20:11:43 2021 -0700

    update for apis that throw platformnotsupportedexception (#24415)

commit 0b68f7ce292361585b3a65e5eb52769af8d4166f
Author: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>
Date:   Wed May 26 17:44:54 2021 -0700

    Restore vb compat info and add splash/about template info (#24379)

    * Add info about about/splash compat

    * Apply suggestions from code review

    Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>

    * Update includes/core-changes/visualbasic/3.0/microsoft.visualbasic.myservices-unavailable.md

    Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>

    * Add to more files

    * Update links

    Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>

commit 6d482405d0214aee3f62cdafcba04b57e7d29961
Author: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Date:   Wed May 26 14:41:09 2021 -0700

    Add SDK category for breaking changes (#24364)

commit c4e7c57b7828583562c1325a19b5b3cf2cd592e2
Author: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>
Date:   Wed May 26 13:01:56 2021 -0700

    Update screenshots and wording for debug .net app on vs/vsmac/vscode (#24413)

    * debug visual studio screenshots

    * debug vscode screenshots

    * Update screenshots and words for mac

    * Update debugging-with-visual-studio-mac.md

commit 950334b25eb18e1503232268d898afaef9dc7e66
Author: Youssef Victor <youssefvictor00@gmail.com>
Date:   Wed May 26 21:48:48 2021 +0200

    Update create-dotnet-github-action.md (#24374)

    * Update create-dotnet-github-action.md

    * Update docs/devops/create-dotnet-github-action.md

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

    * Update docs/devops/create-dotnet-github-action.md

    Co-authored-by: Cam Soper <cam.soper@microsoft.com>

    * Update create-dotnet-github-action.md

    Co-authored-by: David Pine <david.pine@microsoft.com>
    Co-authored-by: Cam Soper <cam.soper@microsoft.com>

commit 4ab001d110d7397093cdad02f0e3bcb1702c1611
Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Date:   Wed May 26 13:48:23 2021 -0400

    Update package index with latest published versions (#24412)

commit b3ac4bdea6e129c0286f36a8872503a691fea8c1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 26 11:42:58 2021 -0500

    Bump Microsoft.NET.Test.Sdk (#24401)

    Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.9.4 to 16.10.0.
    - [Release notes](https://github.com/microsoft/vstest/releases)
    - [Commits](https://github.com/microsoft/vstest/compare/v16.9.4...v16.10.0)

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 3f971508ab4ef7027c5d554a298fe6e4cf37f7ee
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 26 11:42:51 2021 -0500

    Bump MSTest.TestAdapter (#24402)

    Bumps [MSTest.TestAdapter](https://github.com/microsoft/testfx) from 2.2.3 to 2.2.4.
    - [Release notes](https://github.com/microsoft/testfx/releases)
    - [Commits](https://github.com/microsoft/testfx/compare/v2.2.3...v2.2.4)

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit a7ece5272a950eaa1985c8e78bb0f354b501e30f
Author: Lakshan Fernando <lakshanf@hotmail.com>
Date:   Wed May 26 09:34:47 2021 -0700

    update trimming doc on problematic coding patterns (#24329)

    * update trimming doc on problematic coding patterns

    * Update docs/core/deploying/trim-self-contained.md

    * Update docs/core/deploying/trim-self-contained.md

    * Update docs/core/deploying/trim-self-contained.md

    Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>

commit f0176245badc62a3d699f28ff70d8431b72e5a05
Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Date:   Wed May 26 12:03:52 2021 -0400

    Update package index with latest published versions (#24410)

commit 15e91ae0bddf676fa7e524415829a2ba8f67b651
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 26 10:54:27 2021 -0500

    Bump Microsoft.NET.Test.Sdk (#24403)

    Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.9.4 to 16.10.0.
    - [Release notes](https://github.com/microsoft/vstest/releases)
    - [Commits](https://github.com/microsoft/vstest/compare/v16.9.4...v16.10.0)

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 65ef9a37f6b48886ca739fc6363b784fad76113c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 26 10:54:17 2021 -0500

    Bump MSTest.TestFramework (#24404)

    Bumps [MSTest.TestFramework](https://github.com/microsoft/testfx) from 2.2.3 to 2.2.4.
    - [Release notes](https://github.com/microsoft/testfx/releases)
    - [Commits](https://github.com/microsoft/testfx/compare/v2.2.3...v2.2.4)

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit f6aa657ced8e1f4dfd6d14fddce8a82989b14340
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 26 10:54:10 2021 -0500

    Bump MSTest.TestFramework (#24399)

    Bumps [MSTest.TestFramework](https://github.com/microsoft/testfx) from 2.2.3 to 2.2.4.
    - [Release notes](https://github.com/microsoft/testfx/releases)
    - [Commits](https://github.com/microsoft/testfx/compare/v2.2.3...v2.2.4)

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit dd214e8f3ed99ed090002d7878d83b0666fc4d8e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 26 10:53:49 2021 -0500

    Bump Microsoft.NET.Test.Sdk (#24397)

    Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.9.4 to 16.10.0.
    - [Release notes](https://github.com/microsoft/vstest/releases)
    - [Commits](https://github.com/microsoft/vstest/compare/v16.9.4...v16.10.0)

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 4deb603681e68f561ecc8fe7fca30b3f0ca01974
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 26 10:53:38 2021 -0500

    Bump Microsoft.NET.Test.Sdk (#24388)

    Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.9.4 to 16.10.0.
    - [Release notes](https://github.com/microsoft/vstest/releases)
    - [Commits](https://github.com/microsoft/vstest/compare/v16.9.4...v16.10.0)

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 274f731ff2a943a5cad4eff89b6fcbc5b0e82529
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 26 10:40:12 2021 -0500

    Bump SciSharp.TensorFlow.Redist (#24405)

    Bumps SciSharp.TensorFlow.Redist from 2.4.1 to 2.5.0.

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 3fd14c599810dd84f4642bacc36fb952f3cc44f1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 26 10:40:02 2021 -0500

    Bump SciSharp.TensorFlow.Redist (#24406)

    Bumps SciSharp.TensorFlow.Redist from 2.4.1 to 2.5.0.

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit f5aeab97c01ade7cbe545f6f2ff188c2aced0177
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 26 10:38:48 2021 -0500

    Bump Microsoft.NET.Test.Sdk (#24400)

    Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.9.4 to 16.10.0.
    - [Release notes](https://github.com/microsoft/vstest/releases)
    - [Commits](https://github.com/microsoft/vstest/compare/v16.9.4...v16.10.0)

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 98251917e8b93dc29e1931ba43a9092dc3b2bb30
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 26 10:38:40 2021 -0500

    Bump MSTest.TestFramework (#24398)

    Bumps [MSTest.TestFramework](https://github.com/microsoft/testfx) from 2.2.3 to 2.2.4.
    - [Release notes](https://github.com/microsoft/testfx/releases)
    - [Commits](https://github.com/microsoft/testfx/compare/v2.2.3...v2.2.4)

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit b32325320bcd63cb52af6467e599c91d2026c099
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 26 10:38:31 2021 -0500

    Bump MSTest.TestFramework (#24396)

    Bumps [MSTest.TestFramework](https://github.com/microsoft/testfx) from 2.2.3 to 2.2.4.
    - [Release notes](https://github.com/microsoft/testfx/releases)
    - [Commits](https://github.com/microsoft/testfx/compare/v2.2.3...v2.2.4)

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit b0560d376fe8c63db6fba3aa8438091639d4c6ab
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 26 10:38:23 2021 -0500

    Bump Microsoft.NET.Test.Sdk (#24394)

    Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.9.4 to 16.10.0.
    - [Release notes](https://github.com/microsoft/vstest/releases)
    - [Commits](https://github.com/microsoft/vstest/compare/v16.9.4...v16.10.0)

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 3ffbbe7d3c91897c60d3375c3681f36b6ee43602
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 26 10:38:11 2021 -0500

    Bump Microsoft.NET.Test.Sdk (#24392)

    Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.9.4 to 16.10.0.
    - [Release notes](https://github.com/microsoft/vstest/releases)
    - [Commits](https://github.com/microsoft/vstest/compare/v16.9.4...v16.10.0)

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit e3853415d2be8152f198b62e00e57b6fd0ad0b6b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 26 10:27:26 2021 -0500

    Bump MSTest.TestAdapter (#24395)

    Bumps [MSTest.TestAdapter](https://github.com/microsoft/testfx) from 2.2.3 to 2.2.4.
    - [Release notes](https://github.com/microsoft/testfx/releases)
    - [Commits](https://github.com/microsoft/testfx/compare/v2.2.3...v2.2.4)

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 29a1fea86b621cc804ecc94d3050151674325474
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 26 10:27:11 2021 -0500

    Bump Microsoft.NET.Test.Sdk (#24393)

    Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.9.4 to 16.10.0.
    - [Release notes](https://github.com/microsoft/vstest/releases)
    - [Commits](https://github.com/microsoft/vstest/compare/v16.9.4...v16.10.0)

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 1d9b806cd70c2f11b715727932677cf5ccbb455c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 26 10:26:57 2021 -0500

    Bump MSTest.TestAdapter (#24385)

    Bumps [MSTest.TestAdapter](https://github.com/microsoft/testfx) from 2.2.3 to 2.2.4.
    - [Release notes](https://github.com/microsoft/testfx/releases)
    - [Commits](https://github.com/microsoft/testfx/compare/v2.2.3...v2.2.4)

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit db111d5fede272eb5fc1aba354a8eaa344051fd0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 26 10:26:43 2021 -0500

    Bump Microsoft.NET.Test.Sdk (#24391)

    Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.9.4 to 16.10.0.
    - [Release notes](https://github.com/microsoft/vstest/releases)
    - [Commits](https://github.com/microsoft/vstest/compare/v16.9.4...v16.10.0)

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit cd9651eaf5f7ef5072a6fea44eb5a156ec3e255d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 26 10:26:32 2021 -0500

    Bump Microsoft.NET.Test.Sdk (#24389)

    Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.9.4 to 16.10.0.
    - [Release notes](https://github.com/microsoft/vstest/releases)
    - [Commits](https://github.com/microsoft/vstest/compare/v16.9.4...v16.10.0)

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 432c9afe7c57eeb62fe636e4ef8080453cc3844d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 26 10:26:23 2021 -0500

    Bump Microsoft.NET.Test.Sdk in /samples/snippets/csharp/xunit-test (#24387)

    Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.9.4 to 16.10.0.
    - [Release notes](https://github.com/microsoft/vstest/releases)
    - [Commits](https://github.com/microsoft/vstest/compare/v16.9.4...v16.10.0)

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 83792bb7c4240227a2d7b39dfabf7f0cf90bea22
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 26 10:22:30 2021 -0500

    Bump Microsoft.NET.Test.Sdk (#24390)

    Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.9.4 to 16.10.0.
    - [Release notes](https://github.com/microsoft/vstest/releases)
    - [Commits](https://github.com/microsoft/vstest/compare/v16.9.4...v16.10.0)

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit a5d0006e19ef21d2451e62f843812b4a6a71ad3f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 26 10:22:08 2021 -0500

    Bump MSTest.TestFramework (#24386)

    Bumps [MSTest.TestFramework](https://github.com/microsoft/testfx) from 2.2.3 to 2.2.4.
    - [Release notes](https://github.com/microsoft/testfx/releases)
    - [Commits](https://github.com/microsoft/testfx/compare/v2.2.3...v2.2.4)

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 0d5c5cd154263c81f00202fe104c392e17ee63e2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 26 10:21:50 2021 -0500

    Bump Microsoft.NET.Test.Sdk (#24384)

    Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.9.4 to 16.10.0.
    - [Release notes](https://github.com/microsoft/vstest/releases)
    - [Commits](https://github.com/microsoft/vstest/compare/v16.9.4...v16.10.0)

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 7aee69bf0035859ff2000432a516dee557ba261c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 26 10:21:43 2021 -0500

    Bump Microsoft.NET.Test.Sdk (#24383)

    Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.9.4 to 16.10.0.
    - [Release notes](https://github.com/microsoft/vstest/releases)
    - [Commits](https://github.com/microsoft/vstest/compare/v16.9.4...v16.10.0)

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 643ba27d382ffcb1c9fcf1602e5473a0df4f93ba
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 26 10:09:45 2021 -0500

    Bump BenchmarkDotNet (#24382)

    Bumps [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet) from 0.12.1 to 0.13.0.
    - [Release notes](https://github.com/dotnet/BenchmarkDotNet/releases)
    - [Commits](https://github.com/dotnet/BenchmarkDotNet/compare/v0.12.1...v0.13.0)

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit ef8ced54303487bc14d1c6cc6d567897934fe77b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 26 10:08:17 2021 -0500

    Bump MSTest.TestAdapter (#24381)

    Bumps [MSTest.TestAdapter](https://github.com/microsoft/testfx) from 2.2.3 to 2.2.4.
    - [Release notes](https://github.com/microsoft/testfx/releases)
    - [Commits](https://github.com/microsoft/testfx/compare/v2.2.3...v2.2.4)

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 2e81255ee2474b0f7e148dadd0d419d69a366aad
Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Date:   Wed May 26 10:10:32 2021 -0400

    Update package index with latest published versions (#24362)

commit 1bfbba166367421f8b5f1a2a535973b1092d5105
Author: Youssef Victor <youssefvictor00@gmail.com>
Date:   Wed May 26 00:06:15 2021 +0200

    Clarify records behavior in naming rules (#24339)

commit 7006df9515ad919a558d21d074dc8606cf9abb43
Author: David Berry <dberry83702@yahoo.com>
Date:   Tue May 25 15:44:22 2021 -0500

    Article discussing thread safety in Azure SDK objects … (#24365)

    * Initial cut of article discussing thread safety in Azure SDK objects derived from Pavel's blog post

    * Fixing linter errors

    * Fixed the intro paragraph (which was mostly missing)

    * Fixed build warnings related to link

    * Fixing HttpClient doc link

    * Fixed casing

    Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>

    * Fixed date format (month)

    Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>

    * Change to bulleted list

    Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>

    * Grammar change to make more readable

    Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>

    * Grammatical fix

    Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>

    * Added link for thread safety article in the TOC

    * Can't spell

    * Spaces

    Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>

    * Fix wordiness

    Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>

    * Update docs/azure/sdk/azure-sdk-thread-safety.md

    Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>

    * Update docs/azure/sdk/azure-sdk-thread-safety.md

    Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>

    * Improve the title

    Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>

    * spacing

    Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>

    * Remove links to blog posts

    Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>

    * Better wording for clarity

    Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>

    * Update docs/azure/sdk/azure-sdk-thread-safety.md

    Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>

    * Wording change

    Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>

    * Renaming thread safety file

    * Clearer wording

    Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>

    * Wording

    Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>

    * Better wording

    Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>

    * Wording

    Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>

    * Capitalization

    Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>

    * Update docs/azure/sdk/thread-safety.md

    Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>

    * Readability

    Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>

    * Readability

    Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>

    * Remove blank line

    Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>

    * clarity

    Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>

    * Update docs/azure/sdk/thread-safety.md

    Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>

    * Update docs/azure/sdk/thread-safety.md

    Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>

    * Update docs/azure/sdk/thread-safety.md

    Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>

    * Update docs/azure/sdk/thread-safety.md

    Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>

    * Update docs/azure/sdk/thread-safety.md

    Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>

    * Update docs/azure/sdk/thread-safety.md

    Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>

    * Update docs/azure/sdk/thread-safety.md

    Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>

    Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>

commit 2b9d14080c2a5e0d0e0c6e9eb2b5f9471657b576
Author: Petr Kulikov <petr.kulikov@gmail.com>
Date:   Tue May 25 22:09:34 2021 +0200

    C# reference: Consolidate the iteration statements articles (#24349)

    * Moved for and foreach statements

    * Moved do and while

    * Clean up

    * Final clean up

    * Made a for example shorter

    * Fix typo

    * Fix build warnings

    * Describe pattern-based support for await foreach

commit 01d44ec4432643da905bc1c47174c4e6d401f6ab
Merge: 848cc4c24a 8ee7ccdaea
Author: Tom Dykstra <tdykstra@microsoft.com>
Date:   Tue May 25 12:06:52 2021 -0700

    Merge pull request #24377 from Youssef1313/patch-29

    Promote h3 headings to h2

commit 8ee7ccdaeadfc811ffe3b6229edbec15160519c3
Author: Youssef Victor <youssefvictor00@gmail.com>
Date:   Tue May 25 20:47:26 2021 +0200

    Promote h3 headings to h2

commit 848cc4c24a9ab2cb2f45caad4bd0716487d8a092
Author: Vlada Shubina <vshubina@microsoft.com>
Date:   Tue May 25 20:55:01 2021 +0300

    dotnet new article - updates for 5.0.3xx SDK (#23875)

commit a3f9e5c8d9f643a33be889319b8c471359d9814d
Author: Youssef Victor <youssefvictor00@gmail.com>
Date:   Tue May 25 18:52:00 2021 +0200

    Fix links verifier failure (#24372)

commit 604607c7af083aaf10ba85badc54f695dea408b8
Author: Youssef Victor <youssefvictor00@gmail.com>
Date:   Tue May 25 14:30:14 2021 +0200

    Fix snippet links (#24354)

    * Fix snippet links

    * Indent code snippet properly

commit 4439ca87d7b2b5fd4dd11adf998b9ca0fc1804d3
Author: Youssef Victor <youssefvictor00@gmail.com>
Date:   Tue May 25 14:29:14 2021 +0200

    Update cs0078.md (#24352)

commit 3dbd3e8e41b0ef370f61fb983b7da5088d307993
Author: Petr Onderka <gsvick@gmail.com>
Date:   Tue May 25 14:28:18 2021 +0200

    Removed confusing sample input (#24348)

commit e4efa756c2f57eccdae8093b62da401595037ac4
Author: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Date:   Mon May 24 16:45:19 2021 -0700

    Add SDK category to template (#24363)

commit 5cb93fbc6486749df416f2a2a894acc140c112a6
Author: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Date:   Mon May 24 15:59:51 2021 -0700

    Change COMPlus_ prefix to DOTNET_ (#23844)

commit c209d19a8f0fb1ba7dfbef51bdd593ce86441fd7
Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Date:   Mon May 24 17:51:18 2021 -0400

    Update package index with latest published versions (#24359)

commit b0186e431bb7fab5ce9f8c95e175217289aabd03
Author: Konrad Jamrozik <konrad-jamrozik@github.com>
Date:   Mon May 24 12:56:11 2021 -0700

    Clarify that work on System.Text.Json is ongoing (#24346)

commit 93a15b9bfe778ad40549eec533a7b83d39bf7db7
Author: Tom Dykstra <tdykstra@microsoft.com>
Date:   Mon May 24 12:49:05 2021 -0700

    Update ms.topic (#24357)

commit c932fad672d10f7b8e87fe6d53f9994746cccccf
Author: Tom Dykstra <tdykstra@microsoft.com>
Date:   Mon May 24 10:16:06 2021 -0700

    Fix redirect target url (#24356)

commit 761ae389e432ef2b4b184c41a19c4878cb47cce0
Author: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Date:   Mon May 24 09:40:42 2021 -0700

    saving assemblies from reflection (#24331)

commit 406a9495f2d85e55bf024ce8803d5a06ba09ef96
Author: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>
Date:   Mon May 24 09:35:42 2021 -0700

    Add linux versions: Fedora 34, Ubuntu 21.04 (#24119)

    * Add fedora 34

    * Add ubuntu 2104

    * Update linux-fedora.md

commit eb35e3a9f52658079bed867c5373d07d021d6410
Author: Youssef Victor <youssefvictor00@gmail.com>
Date:   Mon May 24 15:49:11 2021 +0200

    Add deleted snippet back (#24351)

commit 8977df8f0001687545f32c4ac05a10fcccf1467b
Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Date:   Mon May 24 09:43:59 2021 -0400

    Update package index with latest published versions (#24319)

commit 2f927bd85535e4d85af38b82783bbaad4a2d3884
Author: Sean G. Wright <sean@seangwright.me>
Date:   Mon May 24 09:42:57 2021 -0400

    Update build-container.md (#24247)

    Remove `core` from the explanation of the container image registry path, since it doesn't exist with .NET 5

commit 4dab6c62edd8c6b381174cf671bf25f4d2891b82
Author: Hiroshi Yoshioka <40815708+hyoshioka0128@users.noreply.github.com>
Date:   Sat May 22 21:47:54 2021 +0900

    Typo "Azure Artifact feed"→"Azure Artifacts feed" (#24301)

commit a1ac650fef8fbe7fa7999af8956bd6428e4c5799
Author: Cam Soper <cam.soper@microsoft.com>
Date:   Fri May 21 17:20:48 2021 -0500

    Relocating some Azure SDK docs per @scottaddie (#24332)

    * relocating docs

    Co-authored-by: Scott Addie <scaddie@microsoft.com>

    * fix packages?

    * fixes links

    * fixed includes

    Co-authored-by: Scott Addie <scaddie@microsoft.com>

commit d0cf9138d5a628453b2586890f68d0c5486bdea5
Author: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Date:   Fri May 21 14:06:18 2021 -0700

    Consolidate duplicate files (#24320)

commit d76a9f976d0bc963d5c6b2ef1028047ca449475b
Author: Sung Yoon Whang <suwhang@microsoft.com>
Date:   Fri May 21 12:08:09 2021 -0700

    update diagnostics docs owner (#24330)

commit e3156a6593d8ccdea7802936f28b0d0ecaaae334
Author: Tom Dykstra <tdykstra@microsoft.com>
Date:   Fri May 21 11:32:11 2021 -0700

    Provide more context in code examples  (#24316)

commit 49d40757ca40b695210dcd1a30cc09113000512f
Author: Scott Addie <10702007+scottaddie@users.noreply.github.com>
Date:   Fri May 21 12:55:17 2021 -0500

    Fix typo in link text (#24327)

    * Fix typo in link text

    * Update link to include .NET anchor

    * Add clarity

commit d606bd854bc57e944cb9c217a90af87095851bac
Author: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Date:   Fri May 21 09:18:51 2021 -0700

    Add note about PowerShell version (#24317)

commit 1039c87ecc9f532a7bf942264d50f760e64cb7d9
Author: David Pine <david.pine@microsoft.com>
Date:   Fri May 21 10:35:57 2021 -0500

    Added VS launch profiles dialog callouts (#24323)

commit 850120f521186268e827a46d3f3a2b16f72c0f78
Author: Bill Wagner <wiwagn@microsoft.com>
Date:   Fri May 21 10:15:26 2021 -0400

    Turn off recommendations for tutorials (#24322)

    Based on internal conversations, turn off recommendations for ML.NET and Spark.NET tutorials and how-to's that have a clear "next step" defined at the end of the article.

commit 8a128a57a13d3efc0be0ed0361ae36ba268f9a98
Author: Levi Broderick <GrabYourPitchforks@users.noreply.github.com>
Date:   Fri May 21 06:46:41 2021 -0700

    Clarify volatile docs (#24315)

    * Clarify volatile docs

    * Further clarification

commit e56361206fc94a2a4fe4ea0b5e25acddf0b1667e
Author: Bill Wagner <wiwagn@microsoft.com>
Date:   Thu May 20 21:22:30 2021 -0400

    Turn off selected recommendations (#24314)

    * Turn off selected recommendations

    Turn of "recommended content" generation in two cases:

    - When the article is part of a series. These are identified by finding the "step-by-step" div  for previous and next actions.
    - When the article has a clear "Next actions" at the close. We're directing the reader to a single next step, so why distract them?

    Where a single folder was affected, the folder was configured in docfx.json. For most of the tutorials, these were mixed in folders with other content, so the change is in the file itself.

    * remove duplicate key

commit 2e0fcdb77d6a91700e6eb7f27c7d5d7de9c8c473
Author: Scott Addie <10702007+scottaddie@users.noreply.github.com>
Date:   Thu May 20 15:33:25 2021 -0500

    Azure SDK for .NET DI cleanup (#24313)

    * Azure SDK for .NET DI cleanup

    * Add missing period

commit 890914b2c1341165ae83a93327534e9baf6b84ea
Author: Tom Dykstra <tdykstra@microsoft.com>
Date:   Thu May 20 12:22:21 2021 -0700

    Rename JsonDocument how-to article (#24291)

commit 0a7d40ff62d1854cd3eab7ba91c9ed29c630c4c0
Author: Tom Dykstra <tdykstra@microsoft.com>
Date:   Thu May 20 09:26:44 2021 -0700

    Bug fix and edit pass (#24300)

commit f38755c7a1e4080887f1abb55a7b1bf7b0edfdbd
Author: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Date:   Thu May 20 08:21:48 2021 -0700

    add processorcount breaking change (#24298)

commit ff91642824236fee278a770caf11e7b9544a8537
Author: Youssef Victor <youssefvictor00@gmail.com>
Date:   Thu May 20 15:11:24 2021 +0200

    do not deploy extension on build (#24302)

commit 9c30d60fcac41d434042000b87ab6bae10df4190
Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Date:   Wed May 19 20:39:30 2021 -0400

    Update package index with latest published versions (#24282)

commit a42a1f7f8781ec82c8972b2633efe864d64e3c1c
Author: Tom Dykstra <tdykstra@microsoft.com>
Date:   Wed May 19 14:52:37 2021 -0700

    Add note about WebException.Response (#24296)

commit 1789c2699400577ce30a453e0c3286cfd7cce8a0
Author: Bill Wagner <wiwagn@microsoft.com>
Date:   Wed May 19 16:58:59 2021 -0400

    Explain how to apply attributes to positional records (#24295)

    * edit records article

    Add information on applying attributes to the positional parameters.

    * add links to attribute explanatnion

    These two articles are where readers would be looking for how to apply attributes to elements of records.

    * Apply suggestions from code review

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

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

commit e710ef565a1e3304950122dee03ccccc9bb5b4dc
Author: Bill Wagner <wiwagn@microsoft.com>
Date:   Wed May 19 16:16:56 2021 -0400

    remove incorrect statement (#24293)

    * remove incorrect statement

    Fixes #23951

    The issue provides a counter example, so remove the statement.

    * Apply suggestions from code review

    Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>

    * respond to feedback.

    Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>

commit c1aa479477bbfdecc46512306e604a89e2373417
Author: Youssef Victor <youssefvictor00@gmail.com>
Date:   Wed May 19 18:36:42 2021 +0200

    Link verifier workflow (#23395)

commit 4caae19e8e6069710e6b189cc7b8cae628720241
Author: Daniel Plaisted <dsplaisted@gmail.com>
Date:   Wed May 19 08:35:43 2021 -0700

    Add MSBuild properties collected to list of telemetry data points (#24283)

commit eceea4ebdf5ebcf00018341ffe06da8977ad27ab
Author: David Pine <david.pine@microsoft.com>
Date:   Wed May 19 08:02:07 2021 -0500

    Added alert regarding the responsibility of the `GC` as it relates to implementations of `IDisposable` (#24259)

    * Address concerns in #23294

    * Apply suggestions from code review

    Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>

    * Rename, clean up, add .csproj for CI verification. Add using declaration, etc.

    * Even more changes, hopefully that's it

    * Pre-commit hook, applied automatic markdownlint CLI fixes

    * A few more fixes

    * Please work

    * does this work now?

    * Now that everything is re-written, sigh

    * Apply suggestions from code review

    Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>

    Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>

commit 958fa6a0925714ee97407f861d5d0c0ac7cdd66f
Author: Andrew Stanton <StingyJack@users.noreply.github.com>
Date:   Wed May 19 01:12:01 2021 -0400

    Adding "see also" with link to dotnet cli repo (#24106)

    * Adding "see also" with link to dotnet cli repo

    addresses #24105

    * Taking suggestion to retriever status checks

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

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

commit 3ac52d41e735955fdcd64f232ebaafe9ed264a3d
Author: Omair Majid <omajid@redhat.com>
Date:   Wed May 19 01:06:36 2021 -0400

    Fix typo in linux-package-mixup (#24274)

    The repository name includes an `s`.

    See: #24206

commit d5c807add11a3d9f551187d95b239af8a4fb4c62
Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Date:   Tue May 18 19:20:48 2021 -0400

    Update package index with latest published versions (#24277)

commit 63ab960bfe2048bc8e11b0a02da659cfbcf3b1f3
Author: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Date:   Tue May 18 15:55:32 2021 -0700

    Repo cleanup May 2021 (#24280)

commit 31e0fdbe6887e972be99a5031b35c6710110b425
Author: Newell Clark <newellofthefuture@gmail.com>
Date:   Tue May 18 18:05:27 2021 -0400

    CA1845 (#24270)

commit 80b76e2bcc91cadd456a2d8a0381af30f9180c1e
Author: Bartosz Klonowski <70535775+BartoszKlonowski@users.noreply.github.com>
Date:   Tue May 18 23:20:14 2021 +0200

    Provide "Marshaling data" main article with explanation of how to call native code in C# (#24256)

commit 5f54b370cc1c4c9da5e8ca1239139ab34f8bf79b
Author: Bill Wagner <wiwagn@microsoft.com>
Date:   Tue May 18 15:35:44 2021 -0400

    Create Fundamentals section. (#23464)

    * Proposed fundamentals TOC

    This has a good fundamentals TOC.
    Also, add redirections for articles that have moved already.

    * replace redirected links

    cleanrepo --replace-links

    * replace relative links

    dleanrepo --relative-links.

    * fix warnings with repeated H2s

    * Apply suggestions from code review

    Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
    Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>

    * respond to feedback

    * Apply suggestions from code review

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

    * Update docs/csharp/fundamentals/types/index.md

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

    * Update docs/csharp/fundamentals/types/interfaces.md

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

    * Apply suggestions from code review

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

    * Apply suggestions from code review

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

    * respond to feedback.

    Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
    Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>

commit d00f77d19f5668f4f480efc39763a665c5547851
Author: David Pine <david.pine@microsoft.com>
Date:   Tue May 18 12:52:29 2021 -0500

    Update logger-message-generator.md (#24271)

commit b6b16960e56cf5d1cb5940e0fbff84d9ae62736a
Author: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Date:   Tue May 18 10:49:30 2021 -0700

    turn off recommendations on reference content (#24272)

commit d2785dbb329d2f9b633a6046eca64b6caf6b5fc9
Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Date:   Tue May 18 13:49:04 2021 -0400

    Update package index with latest published versions (#24273)

commit aa7e4377c2844cafcbd004a8aa2f73d8cbb84dde
Author: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Date:   Tue May 18 09:06:35 2021 -0700

    Fix up headings in distributed tracing (#24265)

commit 32dbd64d6f8cb2641f5037b5d5784f57943d3772
Author: lilyjma <jm4303@columbia.edu>
Date:   Tue May 18 08:44:19 2021 -0700

    Add Azure SDK DI doc (#24209)

    Thank you so much for this doc, @lilyjma!! It looks great. Great job! Merging.

commit 34488a76e4557fcbe84b754fd47ab22d071fc53a
Author: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Date:   Tue May 18 08:18:19 2021 -0700

    acrolinx (#24130)

commit 4d6dce242fa4698868a37fa635ecb74442a4d8f8
Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Date:   Tue May 18 10:21:18 2021 -0400

    Update package index with latest published versions (#24266)

commit 43f8816de74260f6a1fb44915290331602a851a5
Author: David Pine <david.pine@microsoft.com>
Date:   Tue May 18 09:16:01 2021 -0500

    Update cryptography-model.md (#24269)

    Address line number issue in #24268

commit b22d096ccb33334875fd75ae5fa559b114302d46
Author: Dawid Ferenczy Rogožan <ferenczy@users.noreply.github.com>
Date:   Tue May 18 16:13:50 2021 +0200

    Corrected a grammar issue (#24260)

    * Corrected a grammar issue

    * Added missing preposition

commit 821d40b01521bc868a876ed549223acea7109c94
Author: Maryam Ariyan <maryam.ariyan@microsoft.com>
Date:   Tue May 18 05:03:57 2021 -0400

    Add SYSLIBXXXX diagnostic details (#24090)

commit d58876c0fb8ee91826e9ca8b512c1f968176a222
Author: Maryam Ariyan <maryam.ariyan@microsoft.com>
Date:   Mon May 17 21:19:56 2021 -0400

    Doc for logging generator (#24057)

    * Drafting doc for logging generator

    * Apply suggestions from code review

    Co-authored-by: Günther Foidl <gue@korporal.at>

    * Corrected spelling errors, editorial pass, general restructuring, code clean up, etc.

    * A few more bits of clean up and re-wording.

    * Final changes

    * Final changes, but for real this time.

    * Final changes...seriously, this is the one.

    * Correction on wording.

    * That's it, last one.

    * Apply suggestions from code review

    Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>

    * - Remove known issues section
    - Update leftover revision

    * Update docs/core/extensions/logger-message-generator.md

    Co-authored-by: David Pine <david.pine@microsoft.com>
    Co-authored-by: Günther Foidl <gue@korporal.at>
    Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>

commit eb06ddc62470f1261c9cc87d5ef9fe80a49b302a
Author: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Date:   Mon May 17 16:19:40 2021 -0700

    mvc buffering breaking change (#24264)

commit 2592091b1588e40cab9c94358de515759eb7c908
Author: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Date:   Mon May 17 15:25:49 2021 -0700

    acrolinx (#24263)

commit 2ef92cf77c9facea7abd816efece8b92b191a911
Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Date:   Mon May 17 18:18:41 2021 -0400

    Update package index with latest published versions (#24245)

commit 9c834ed0686ef3d4df8e4a023c5d64f52a554c4d
Author: Omair Majid <omajid@redhat.com>
Date:   Mon May 17 18:17:27 2021 -0400

    Add a doc to help troubleshoot package mixups (#24206)

    * Add a doc to help troubleshoot package mixups

    Now that source-built .NET Core is becoming more widespread, people are
    hitting issues when some packages on their machines come from the
    Microsoft repos and others from the distro archive. They don't mix well:
    they have different dotnet roots, /usr/share/dotnet vs.
    /usr/lib64/dotnet.

    Document some way to identify this problem and some solutions based on
    what the users want to do.

    Fixes: #18347

    * Update linux-fedora.md

    * Update linux-centos.md

    * Update linux-rhel.md

    * Update linux-package-mixup.md

    * Update linux-package-mixup.md

    * Update linux-package-mixup.md

    * Update toc.yml

    * Update linux-package-mixup.md

    * Update docs/core/install/linux-package-mixup.md

    Co-authored-by: Omair Majid <omajid@redhat.com>

    Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>

commit aa52328d7500a339d12a64b05e123a887b4e6bcb
Author: Frank Matranga <thefrankmatranga@gmail.com>
Date:   Mon May 17 09:18:08 2021 -0400

    Fix typo 'effictively' (#24253)

    'effictively' -> 'effectively'

commit 787071a32453e0b7febfa542b90279e2f814d9f9
Author: ChanwooJung1 <83531109+ChanwooJung1@users.noreply.github.com>
Date:   Sun May 16 16:51:18 2021 +0900

    fix next steps link in distributed tracing concepts doc (#24255)

commit e55bc52c052219977ffffd8246f848b13b0a304b
Author: David Pine <david.pine@microsoft.com>
Date:   Sat May 15 18:24:48 2021 -0500

    Update enumeration-classes-over-enum-types.md (#24236)

commit df5ed8a1925819b32730d7b324e749d77ad4185f
Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Date:   Fri May 14 19:43:15 2021 -0400

    Update package index with latest published versions (#24239)

commit 70eb73263391897a04b5cd1add3b735377af11ad
Author: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>
Date:   Fri May 14 15:51:50 2021 -0700

    Update .ghal.rules.json for new labeler (#24242)

    * Update .ghal.rules.json

    * Update .ghal.rules.json

    * Update .ghal.rules.json

commit 30dbd2f348db257d095b9f5c12dd874085fe5963
Author: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Date:   Fri May 14 14:59:34 2021 -0700

    Enable recommendations (#24240)

commit 0c166167928b4c76fcd0a2a5bb1e2394f6c15d04
Author: David Pine <david.pine@microsoft.com>
Date:   Fri May 14 16:22:03 2021 -0500

    Minor updates based on inconsistency (#24224)

commit 35480555f866f02e3fa458fe7b04ae49e2803d52
Author: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Date:   Fri May 14 11:06:33 2021 -0700

    Acrolinx 5/13 (#24232)

commit b6040c6f0cd452e3ab14fdec9839de87a1f340ae
Author: David Pine <david.pine@microsoft.com>
Date:   Fri May 14 11:16:13 2021 -0500

    Post merge review and customer feedback (#24237)

    * Address Genevieve's post merge review comments.

    * Directly address customer feedback

commit c31be4adc5a1aa29dbf060bbc820e48bf890db9c
Author: Youssef Victor <youssefvictor00@gmail.com>
Date:   Fri May 14 16:35:22 2021 +0200

    Update region-directive.md (#24235)

    * Update region-directive.md

    * Update region-directive.md

commit a3a0c5aa5fded69ae81a01a094eb1e42ae686642
Author: Youssef Victor <youssefvictor00@gmail.com>
Date:   Fri May 14 16:33:06 2021 +0200

    Fix inaccurate information for optional parameters (#24234)

commit 3b4b01bea338433159fc935549153b0439090a1d
Author: Tom Dykstra <tdykstra@microsoft.com>
Date:   Thu May 13 16:53:20 2021 -0700

    Update ms.topic for framework/wcf and framework/whats-new (#24230)

commit 68f26c9e6f965be58b56052518b8c3ed25826bf4
Author: Bill Wagner <wiwagn@microsoft.com>
Date:   Thu May 13 16:06:35 2021 -0400

    remove walkthroughs (#24227)

    This page had minimal traffic, and most of the click-throughs went to the c# landing page.

commit fdb725b7091e13dd335010fc0f11656e8dcd4054
Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Date:   Thu May 13 15:58:57 2021 -0400

    Update package index with latest published versions (#24226)

commit c065524d987352267d888d6379ff32943ddfdf04
Author: Kent Sharkey <v-kents@microsoft.com>
Date:   Thu May 13 11:33:54 2021 -0700

    Links: .NET (2021 (#24079)

commit 5b2f050613d9205a83c3eead09db8eb9ab4a981b
Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Date:   Thu May 13 11:30:45 2021 -0400

    Update package index with latest published versions (#24218)

commit f51775d213376dcdc75f19fe0d6be475ce5f9ef8
Author: Paulo Morgado <470455+paulomorgado@users.noreply.github.com>
Date:   Thu May 13 16:29:33 2021 +0100

    Fix wrong detected method (#24110)

commit f38cd36d34a4432fabd872a8c6b53d26e4deb8d4
Author: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Date:   Thu May 13 08:26:02 2021 -0700

    Add see also link (#24216)

commit e6e1431325ef66645bf4e5738aadd905badf8ddc
Author: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Date:   Thu May 13 08:24:38 2021 -0700

    Set whats-new to reference (#24214)

commit ffc98b2cf9fcf3964a25d61ce9b1de45a796607f
Author: Rastislav Novotný <rasto@duracellko.net>
Date:   Thu May 13 23:04:34 2021 +0800

    Add missing null-conditional operator (#24219)

commit b4a3e42e1dd7e96c1443bc78362b9760fdce2850
Author: Steven Jenkins De Haro <20492442+StevenJDH@users.noreply.github.com>
Date:   Thu May 13 17:03:16 2021 +0200

    Removed extra space and fixed grammar mistake (#24221)

commit db4090c8e565698ef62520a26b8f8091f88c8657
Author: David Pine <david.pine@microsoft.com>
Date:   Thu May 13 08:39:57 2021 -0500

    Address XmlReader build error (#24201)

commit d25073168c7183630fba99492583fbcb736b725c
Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Date:   Wed May 12 20:03:48 2021 -0400

    Update package index with latest published versions (#24217)

commit 0f9dfa4ee33be39bb8a9a1ddbe8f047bfb3359c2
Author: James Newton-King <james@newtonking.com>
Date:   Thu May 13 11:25:05 2021 +1200

    Link to more detail about breaking changes (#24215)

    Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>

commit 2a06aee07d9cd4df0f126eb2a24e2278d193788d
Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Date:   Wed May 12 17:40:50 2021 -0400

    Update package index with latest published versions (#24210)

commit 2025f0c154a34e817d7fa762418ba90dcb403051
Author: Tom Dykstra <tdykstra@microsoft.com>
Date:   Wed May 12 12:45:36 2021 -0700

    Fix typo (#24207)

commit c031c2f85c498c1c4ada5b5614f2502bb0572bec
Author: Tom Dykstra <tdykstra@microsoft.com>
Date:   Wed May 12 11:51:00 2021 -0700

    regex fix (#24205)

commit e844004065ffa9e1cc8827fbce69e0a523c7d74b
Author: Tom Dykstra <tdykstra@microsoft.com>
Date:   Wed May 12 11:50:29 2021 -0700

    add missing options (#24117)

commit 7e3163e01ab7d7d49326796f827a333a62032a0e
Author: Tom Dykstra <tdykstra@microsoft.com>
Date:   Wed May 12 11:41:25 2021 -0700

    Document IsPublishable (#24134)

    Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>

commit 7a4e5b951e9e2244a654274c9437961377839a87
Author: Luis Quintanilla <46974588+luisquintanilla@users.noreply.github.com>
Date:   Wed May 12 14:02:39 2021 -0400

    Updated version scisharp redist (#24203)

commit db93beca00047b09ddd0ea4cecf5b431625eb4b3
Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Date:   Wed May 12 14:01:43 2021 -0400

    Update package index with latest published versions (#24204)

commit d06101e38c0ebd2299ad9f2890fa562c9facada8
Author: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Date:   Wed May 12 09:23:22 2021 -0700

    Update Windows 10 Update versions to be current (#24135)

commit 949a7a399a3b14da4938d4a53580a8c3b39975fc
Author: Youssef Victor <youssefvictor00@gmail.com>
Date:   Wed May 12 17:50:05 2021 +0200

    CoreFx -> Core .NET libraries (#24194)

commit 7d2afa38620f477436de8f34d48216b8fbc71927
Author: Tom Dykstra <tdykstra@microsoft.com>
Date:   Wed May 12 08:45:21 2021 -0700

    DownloadStringAsync --> DownloadStringTaskAsync (#24128)

commit 397b4c01c27149d3df77f71cb64053f3496e5895
Author: Tom Dykstra <tdykstra@microsoft.com>
Date:   Wed May 12 08:44:56 2021 -0700

    Clarify usage of notnull generic constraint (#24001)

commit fead2028984c36be5b4087a4f32ef14d81e8084d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 12 10:31:45 2021 -0500

    Bump Microsoft.NETFramework.ReferenceAssemblies (#24186)

    Bumps [Microsoft.NETFramework.ReferenceAssemblies](https://github.com/Microsoft/dotnet) from 1.0.0 to 1.0.2.
    - [Release notes](https://github.com/Microsoft/dotnet/releases)
    - [Commits](https://github.com/Microsoft/dotnet/commits)

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit cc4379a5bcf22a3bb54d4f36c39b2cad53ff6ed7
Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Date:   Wed May 12 10:23:10 2021 -0400

    Update package index with latest published versions (#24136)

commit 64355a1d2dbc563e9a14fe70addba842a134ee85
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 12 09:22:08 2021 -0500

    Bump Microsoft.NETFramework.ReferenceAssemblies (#24183)

    Bumps [Microsoft.NETFramework.ReferenceAssemblies](https://github.com/Microsoft/dotnet) from 1.0.0 to 1.0.2.
    - [Release notes](https://github.com/Microsoft/dotnet/releases)
    - [Commits](https://github.com/Microsoft/dotnet/commits)

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 7a523d159d6072631ae3dd426afff78e5a39274a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 12 09:19:57 2021 -0500

    Bump Microsoft.NETFramework.ReferenceAssemblies (#24182)

    Bumps [Microsoft.NETFramework.ReferenceAssemblies](https://github.com/Microsoft/dotnet) from 1.0.0 to 1.0.2.
    - [Release notes](https://github.com/Microsoft/dotnet/releases)
    - [Commits](https://github.com/Microsoft/dotnet/commits)

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit fea97f73ce84edd527d64be39e0f99d824d079f6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 12 09:19:48 2021 -0500

    Bump Microsoft.NETFramework.ReferenceAssemblies (#24185)

    Bumps [Microsoft.NETFramework.ReferenceAssemblies](https://github.com/Microsoft/dotnet) from 1.0.0 to 1.0.2.
    - [Release notes](https://github.com/Microsoft/dotnet/releases)
    - [Commits](https://github.com/Microsoft/dotnet/commits)

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 266556b046274efc561e66631c37238fcbf0619d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 12 09:13:50 2021 -0500

    Bump Microsoft.NETFramework.ReferenceAssemblies (#24177)

    Bumps [Microsoft.NETFramework.ReferenceAssemblies](https://github.com/Microsoft/dotnet) from 1.0.0 to 1.0.2.
    - [Release notes](https://github.com/Microsoft/dotnet/releases)
    - [Commits](https://github.com/Microsoft/dotnet/commits)

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit a1612f4c2ec5a4d76483b3f050e5db7f24753005
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 12 09:13:26 2021 -0500

    Bump Microsoft.NETFramework.ReferenceAssemblies (#24191)

    Bumps [Microsoft.NETFramework.ReferenceAssemblies](https://github.com/Microsoft/dotnet) from 1.0.0 to 1.0.2.
    - [Release notes](https://github.com/Microsoft/dotnet/releases)
    - [Commits](https://github.com/Microsoft/dotnet/commits)

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit d64945ef8e748a60409c2cfa7bf7102bb46345f5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 12 09:13:20 2021 -0500

    Bump Microsoft.NETFramework.ReferenceAssemblies (#24190)

    Bumps [Microsoft.NETFramework.ReferenceAssemblies](https://github.com/Microsoft/dotnet) from 1.0.0 to 1.0.2.
    - [Release notes](https://github.com/Microsoft/dotnet/releases)
    - [Commits](https://github.com/Microsoft/dotnet/commits)

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 1626f9e51acdc41add0d2ecfe891db83ddfb1577
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 12 09:13:07 2021 -0500

    Bump Microsoft.NETFramework.ReferenceAssemblies (#24189)

    Bumps [Microsoft.NETFramework.ReferenceAssemblies](https://github.com/Microsoft/dotnet) from 1.0.0 to 1.0.2.
    - [Release notes](https://github.com/Microsoft/dotnet/releases)
    - [Commits](https://github.com/Microsoft/dotnet/commits)

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 82495ab6907744ba7c5525c40cab4d86e5e69516
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 12 09:12:59 2021 -0500

    Bump Microsoft.NETFramework.ReferenceAssemblies (#24188)

    Bumps [Microsoft.NETFramework.ReferenceAssemblies](https://github.com/Microsoft/dotnet) from 1.0.0 to 1.0.2.
    - [Release notes](https://github.com/Microsoft/dotnet/releases)
    - [Commits](https://github.com/Microsoft/dotnet/commits)

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 2c9ee30859b8b11592361890b9047bb0a6088791
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 12 09:12:50 2021 -0500

    Bump Microsoft.NETFramework.ReferenceAssemblies (#24187)

    Bumps [Microsoft.NETFramework.ReferenceAssemblies](https://github.com/Microsoft/dotnet) from 1.0.0 to 1.0.2.
    - [Release notes](https://github.com/Microsoft/dotnet/releases)
    - [Commits](https://github.com/Microsoft/dotnet/commits)

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit a9b817d14110afff2196e0713753f6cc70d182f4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 12 09:09:07 2021 -0500

    Bump Microsoft.NETFramework.ReferenceAssemblies (#24184)

    Bumps [Microsoft.NETFramework.ReferenceAssemblies](https://github.com/Microsoft/dotnet) from 1.0.0 to 1.0.2.
    - [Release notes](https://github.com/Microsoft/dotnet/releases)
    - [Commits](https://github.com/Microsoft/dotnet/commits)

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit e244d951c02111ecb56f59491ba7a489451776aa
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 12 09:07:58 2021 -0500

    Bump Microsoft.EntityFrameworkCore.SqlServer (#24173)

    Bumps [Microsoft.EntityFrameworkCore.SqlServer](https://github.com/dotnet/efcore) from 5.0.5 to 5.0.6.
    - [Release notes](https://github.com/dotnet/efcore/releases)
    - [Commits](https://github.com/dotnet/efcore/compare/v5.0.5...v5.0.6)

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 68922d0d4b3235fb80bff4d97574e8516ac88749
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 12 09:05:59 2021 -0500

    Bump Microsoft.NETFramework.ReferenceAssemblies (#24181)

    Bumps [Microsoft.NETFramework.ReferenceAssemblies](https://github.com/Microsoft/dotnet) from 1.0.0 to 1.0.2.
    - [Release notes](https://github.com/Microsoft/dotnet/releases)
    - [Commits](https://github.com/Microsoft/dotnet/commits)

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit d34b4c28590544eb2082f41bf20f6ce62e4e7a4b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 12 09:05:50 2021 -0500

    Bump Microsoft.NETFramework.ReferenceAssemblies (#24180)

    Bumps [Microsoft.NETFramework.ReferenceAssemblies](https://github.com/Microsoft/dotnet) from 1.0.0 to 1.0.2.
    - [Release notes](https://github.com/Microsoft/dotnet/releases)
    - [Commits](https://github.com/Microsoft/dotnet/commits)

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 4bbb61bd31646a33333bda0e050fdb3a02f5c398
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 12 09:05:37 2021 -0500

    Bump Microsoft.NETFramework.ReferenceAssemblies (#24179)

    Bumps [Microsoft.NETFramework.ReferenceAssemblies](https://github.com/Microsoft/dotnet) from 1.0.0 to 1.0.2.
    - [Release notes](https://github.com/Microsoft/dotnet/releases)
    - [Commits](https://github.com/Microsoft/dotnet/commits)

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 8a50afd484f517105cf7a541773e41b38ba087a6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 12 09:05:28 2021 -0500

    Bump Microsoft.Data.Sqlite (#24178)

    Bumps [Microsoft.Data.Sqlite](https://github.com/dotnet/efcore) from 5.0.5 to 5.0.6.
    - [Release notes](https://github.com/dotnet/efcore/releases)
    - [Commits](https://github.com/dotnet/efcore/compare/v5.0.5...v5.0.6)

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 5e238341ce78165b0dacfd0478f01f168e131ace
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 12 09:05:18 2021 -0500

    Bump Microsoft.NETFramework.ReferenceAssemblies (#24176)

    Bumps [Microsoft.NETFramework.ReferenceAssemblies](https://github.com/Microsoft/dotnet) from 1.0.0 to 1.0.2.
    - [Release notes](https://github.com/Microsoft/dotnet/releases)
    - [Commits](https://github.…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Generate errors when referencing an Executable project with different SelfContained value
3 participants