From 84c1e77f202e0add205bcbbc8a6e29a4c82d9a23 Mon Sep 17 00:00:00 2001 From: Bill Wagner Date: Thu, 4 Mar 2021 11:56:42 -0500 Subject: [PATCH 1/4] create what's new for February Slightly delayed, while we cleared the backlog of PRs due to the build outage. --- docs/whats-new/2020-08.md | 141 --------------------------------- docs/whats-new/2021-02.md | 161 ++++++++++++++++++++++++++++++++++++++ docs/whats-new/index.yml | 6 +- docs/whats-new/toc.yml | 4 +- 4 files changed, 166 insertions(+), 146 deletions(-) delete mode 100644 docs/whats-new/2020-08.md create mode 100644 docs/whats-new/2021-02.md diff --git a/docs/whats-new/2020-08.md b/docs/whats-new/2020-08.md deleted file mode 100644 index 03553dfc96117..0000000000000 --- a/docs/whats-new/2020-08.md +++ /dev/null @@ -1,141 +0,0 @@ ---- -title: ".NET docs: What's new for August 1, 2020 - August 31, 2020" -description: "What's new in the .NET docs for August 1, 2020 - August 31, 2020." -ms.date: 09/01/2020 ---- - -# .NET docs: What's new for August 1, 2020 - August 31, 2020 - -Welcome to what's new in the .NET docs from August 1, 2020 through August 31, 2020. This article lists some of the major changes to docs during this period. - -You can download the latest .NET SDK from the [.NET downloads page](https://dotnet.microsoft.com/download). - -## Architecture guides - -### Updated articles - -- [App startup](../architecture/blazor-for-web-forms-developers/app-startup.md) - Blazor ebook - AppStartup chapter -- [Security: Authentication and Authorization in ASP.NET Web Forms and Blazor](../architecture/blazor-for-web-forms-developers/security-authentication-authorization.md) - Blazor Security Chapter and Remove Preview Callouts -- [State management](../architecture/blazor-for-web-forms-developers/state-management.md) - State management chapter -- [Implement the microservice application layer using the Web API](../architecture/microservices/microservice-ddd-cqrs-patterns/microservice-application-layer-implementation-web-api.md) - Updated MediatR related content - -## Azure .NET SDK - -### New articles - -- [Azure SDK for .NET package index](../azure/packages.md) - Azure SDK packages page - -## .NET Core - -### New articles - -- [Trimming options](../core/deploying/trimming-options.md) - Document trimming options -- [Heap analysis tool (dotnet-gcdump)](../core/diagnostics/dotnet-gcdump.md) - Document dotnet-gcdump tool -- [Tutorial: Measure performance using EventCounters in .NET Core](../core/diagnostics/event-counter-perf.md) - Introduce EventCounters overview article and tutorial doc -- [EventCounters in .NET Core](../core/diagnostics/event-counters.md) - Introduce EventCounters overview article and tutorial doc - -### Updated articles - -- [Run-time configuration options for garbage collection](../core/run-time-config/garbage-collector.md) - Add new JSON options for GC - -## C# language - -### New articles - -- [Compiler Error CS8400](../csharp/language-reference/compiler-messages/cs8400.md) - Document errors 8400, 8401, 8403, 8410, and 8411 -- [Compiler Error CS8401](../csharp/language-reference/compiler-messages/cs8401.md) - Document errors 8400, 8401, 8403, 8410, and 8411 -- [Compiler Error CS8403](../csharp/language-reference/compiler-messages/cs8403.md) - Document errors 8400, 8401, 8403, 8410, and 8411 -- [Compiler Error CS8410](../csharp/language-reference/compiler-messages/cs8410.md) - Document errors 8400, 8401, 8403, 8410, and 8411 -- [Compiler Error CS8411](../csharp/language-reference/compiler-messages/cs8411.md) - Document errors 8400, 8401, 8403, 8410, and 8411 -- [Compiler warning (level 5) CS8892](../csharp/language-reference/compiler-messages/cs8892.md) - Document CS8892 warning -- [Major language areas](../csharp/tour-of-csharp/features.md) - Restructure and modernize tour of C# -- [Program building blocks](../csharp/tour-of-csharp/program-building-blocks.md) - Restructure and modernize tour of C# -- [Types and members](../csharp/tour-of-csharp/types.md) - Restructure and modernize tour of C# - -### Updated articles - -- [Compiler Warning (level 1) CS4014](../csharp/language-reference/compiler-messages/cs4014.md) - Update async concept articles in the C# programming guide -- [Cancel a list of tasks (C#)](../csharp/programming-guide/concepts/async/cancel-an-async-task-or-a-list-of-tasks.md) - Update async concept articles in the C# programming guide -- [Process asynchronous tasks as they complete (C#)](../csharp/programming-guide/concepts/async/start-multiple-async-tasks-and-process-them-as-they-complete.md) - Update async concept articles in the C# programming guide -- [Asynchronous file access (C#)](../csharp/programming-guide/concepts/async/using-async-for-file-access.md) - Update async concept articles in the C# programming guide -- [A tour of the C# language](../csharp/tour-of-csharp/index.md) - Restructure and modernize tour of C# - -## .NET Framework - -### New articles - -- [ControlBuilderInterceptor class](../framework/additional-apis/controlbuilderinterceptor-class.md) - Add ControlBuilderInterceptor to additional APIs - -## F# language - -### New articles - -- [Plain text formatting](../fsharp/language-reference/plaintext-formatting.md) - F# plaintext printing documentation - -### Updated articles - -- [F# Interactive options](../fsharp/language-reference/fsharp-interactive-options.md) - F# plaintext printing documentation - -## .NET fundamentals - -### New articles - -- [Overview of .NET source code analysis](../fundamentals/code-analysis/overview.md) - Initial port of code analysis docs -- [Configure code analysis rules](../fundamentals/code-analysis/configuration-options.md) - Initial port of code analysis docs - -## ML.NET - -### New articles - -- [How to install GPU support in Model Builder](../machine-learning/how-to-guides/install-gpu-model-builder.md) - Add Model Builder GPU instructions - -## .NET - -### Updated articles - -- [Custom date and time format strings](../standard/base-types/custom-date-and-time-format-strings.md) - Update headings, minor clean up, and add correct ms.topic - -## Community contributors - -The following people contributed to the .NET docs during this period. Thank you! Learn how to contribute by following the links under "Get involved" in the [what's new landing page](index.yml). - -- [Youssef1313](https://github.com/Youssef1313) - Youssef Victor (49) -- [NextTurn](https://github.com/nxtn) - Next Turn (20) -- [JohyPark](https://github.com/JohyPark) - Joohyung Park (6) -- [pkulikov](https://github.com/pkulikov) - Petr Kulikov (6) -- [bradriske](https://github.com/bradriske) (2) -- [Mrlinkwii](https://github.com/Mrlinkwii) (2) -- [AbregoDev](https://github.com/AbregoDev) - Daniel Moreno (1) -- [AChehre](https://github.com/AChehre) - Ahmad Chehreghani (1) -- [akashmanoj213](https://github.com/akashmanoj213) - Akash Manoj (1) -- [anadem](https://github.com/anadem) - Alan Sinclair (1) -- [angularsen](https://github.com/angularsen) - Andreas Gullberg Larsen (1) -- [baronfel](https://github.com/baronfel) - Chet Husk (1) -- [DanielBailey1001001](https://github.com/DanielBailey1001001) - Daniel Bailey (1) -- [eltociear](https://github.com/eltociear) - Ikko Ashimine (1) -- [fgreinacher](https://github.com/fgreinacher) - Florian Greinacher (1) -- [FrankAtHexagon](https://github.com/FrankAtHexagon) - Frank Edwards (1) -- [headygains](https://github.com/headygains) - Dalton L Brady (1) -- [ILMTitan](https://github.com/ILMTitan) - Jim Przybylinski (1) -- [jethas-bennettjones](https://github.com/jethas-bennettjones) - Shafiq Jetha (1) -- [jzabroski](https://github.com/jzabroski) - John Zabroski (1) -- [Keboo](https://github.com/Keboo) - Kevin B (1) -- [knocte](https://github.com/knocte) - Andres G. Aragoneses (1) -- [kurtfurbush](https://github.com/kurtfurbush) - Kurt Furbush (1) -- [kyanha](https://github.com/kyanha) - Kyle H (1) -- [mialkin](https://github.com/mialkin) - Aleksei Mialkin (1) -- [mrlife](https://github.com/mrlife) (1) -- [nabeel-InfoTrack](https://github.com/nabeel-InfoTrack) (1) -- [NoNamePro0](https://github.com/NoNamePro0) - No Name Pro (1) -- [patgoull](https://github.com/patgoull) (1) -- [peterpi](https://github.com/peterpi) - Peter Pimley (1) -- [Shmew](https://github.com/Shmew) - Cody Johnson (1) -- [smoothdeveloper](https://github.com/smoothdeveloper) - Gauthier Segay (1) -- [swapniljha001](https://github.com/swapniljha001) - Swapnil Jha (1) -- [Tarmil](https://github.com/Tarmil) - Loïc Denuzière (1) -- [teo-tsirpanis](https://github.com/teo-tsirpanis) - Theodore Tsirpanis (1) -- [TheCactusBlue](https://github.com/TheCactusBlue) - CactusBlue (1) -- [tonytins](https://github.com/tonytins) - Anthony Leland (1) -- [wenhx](https://github.com/wenhx) - wenhx (1) -- [willem640](https://github.com/willem640) (1) -- [Xin-Shiyu](https://github.com/Xin-Shiyu) (1) diff --git a/docs/whats-new/2021-02.md b/docs/whats-new/2021-02.md new file mode 100644 index 0000000000000..68c21d2a42856 --- /dev/null +++ b/docs/whats-new/2021-02.md @@ -0,0 +1,161 @@ +--- +title: ".NET docs: What's new for February 2021 +description: "What's new in the .NET docs for the month of February 2021" +ms.date: 03/04/2021 +--- + +# .NET docs: What's new for February 2021 + +Welcome to what's new in the .NET docs from February 1, 2021 through March 3, 2021. This article lists some of the major changes to docs during this period. + +## .NET Framework + +### Updated articles + +- [Accessibility best practices](../framework/ui-automation/accessibility-best-practices.md) - chore: Inline disable buggy DOCSMD rules + +## .NET fundamentals + +### New articles + +- [Standard numeric format parsing precision](../core/compatibility/core-libraries/6.0/numeric-format-parsing-handles-higher-precision.md) - Numeric parsing precision breaking change +- [Upgrade an ASP.NET MVC App to .NET 5 with the .NET Upgrade Assistant](../core/porting/upgrade-assistant-aspnetmvc.md) - Add upgrade tool docs +- [Overview of the .NET Upgrade Assistant](../core/porting/upgrade-assistant-overview.md) - Add upgrade tool docs +- [Upgrade a Windows Forms App to .NET 5 with the .NET Upgrade Assistant](../core/porting/upgrade-assistant-winforms-framework.md) - Add upgrade tool docs +- [Upgrade a WPF App to .NET 5 with the .NET Upgrade Assistant](../core/porting/upgrade-assistant-wpf-framework.md) - Add upgrade tool docs +- [Obsoleted and removed APIs](../core/compatibility/aspnet-core/6.0/obsolete-removed-apis.md) - Document removed and obsoleted APIs in ASP.NET Core +- [Nullable reference type annotations changed](../core/compatibility/aspnet-core/6.0/nullable-reference-type-annotations-changed.md) - Document nullable reference type annotations breaking change +- [Changes to nullable reference type annotations](../core/compatibility/core-libraries/6.0/nullable-ref-type-annotation-changes.md) - Nullability annotations breaking change +- [NETSDK1064: Package not found](../core/tools/sdk-errors/netsdk1064.md) - Document NETSDK1064 error message +- [NETSDK1045: The current .NET SDK does not support 'newer version' as a target.](../core/tools/sdk-errors/netsdk1045.md) - NETSDK1045 error message +- [Symbols](../core/diagnostics/symbols.md) - Add page on symbols +- [Blazor: Parameter name changed in RequestImageFileAsync method](../core/compatibility/aspnet-core/6.0/blazor-parameter-name-changed-in-method.md) - Document RequestImageFileAsync method breaking change +- [Razor: RazorEngine APIs marked obsolete](../core/compatibility/aspnet-core/6.0/razor-engine-apis-obsolete.md) - Document RazorEngine APIs breaking change in 6.0 +- [Miscellaneous rules](../fundamentals/code-analysis/style-rules/miscellaneous-rules.md) - Overview page of miscellaneous coding style rules +- [MSBuild reference for .NET Desktop SDK projects](../core/project-sdk/msbuild-props-desktop.md) - Add Desktop SDK MSBuild properties article +- [Rule categories](../fundamentals/code-analysis/categories.md) - Add CA categories page +- [Middleware: HTTPS Redirection Middleware throws exception on ambiguous HTTPS ports](../core/compatibility/aspnet-core/6.0/middleware-ambiguous-https-ports-exception.md) - Document breaking change in HTTPS Redirection Middleware +- [.NET Distributed Tracing](../core/diagnostics/distributed-tracing.md) - Add Distributed Tracing Doc +- [Kestrel: Log message attributes changed](../core/compatibility/aspnet-core/6.0/kestrel-log-message-attributes-changed.md) - Document breaking change for Kestrel log message attributes +- [Writing cross platform P/Invoke code](../standard/native-interop/cross-platform.md) - Cross platform P/Invoke +- [Native code can't access Windows Forms objects](../core/compatibility/windows-forms/5.0/winforms-objects-not-accessible-from-native-code.md) - WinForms breaking change - native code +- [Some APIs throw ArgumentNullException](../core/compatibility/windows-forms/6.0/apis-throw-argumentnullexception.md) - Add breaking change for exception type +- [TreeNodeCollection.Item throws exception if node is assigned elsewhere](../core/compatibility/windows-forms/6.0/treenodecollection-item-throws-argumentexception.md) - Add breaking change for TreeNodeCollection.Item +- [Collect detailed assembly loading information](../core/dependency-loading/collect-details.md) - Add doc about collecting trace with assembly loading information + +## Architecture guides + +### New articles + +- [The Dapr bindings building block](../architecture/dapr-for-net-developers/bindings.md) - Merge Dapr book to master +- [Dapr at 20,000 feet](../architecture/dapr-for-net-developers/dapr-at-20000-feet.md) - Merge Dapr book to master +- [Foreword](../architecture/dapr-for-net-developers/foreword.md) - Merge Dapr book to master +- [Get started with Dapr](../architecture/dapr-for-net-developers/getting-started.md) - Merge Dapr book to master +- [Dapr for .NET Developers](../architecture/dapr-for-net-developers/index.md) - Merge Dapr book to master +- [The Dapr observability building block](../architecture/dapr-for-net-developers/observability.md) - Merge Dapr book to master +- [The Dapr publish & subscribe building block](../architecture/dapr-for-net-developers/publish-subscribe.md) - Merge Dapr book to master +- [Dapr reference application](../architecture/dapr-for-net-developers/reference-application.md) - Merge Dapr book to master +- [The Dapr secrets building block](../architecture/dapr-for-net-developers/secrets.md) - Merge Dapr book to master +- [The Dapr service invocation building block](../architecture/dapr-for-net-developers/service-invocation.md) - Merge Dapr book to master +- [The Dapr state management building block](../architecture/dapr-for-net-developers/state-management.md) - Merge Dapr book to master +- [Summary and the road ahead](../architecture/dapr-for-net-developers/summary.md) - Merge Dapr book to master +- [The world is distributed](../architecture/dapr-for-net-developers/the-world-is-distributed.md) - Merge Dapr book to master +- [More migration scenarios](../architecture/porting-existing-aspnet-apps/more-migration-scenarios.md) - Add WebAPI Scenarios +- [Additional migration resources](../architecture/porting-existing-aspnet-apps/additional-migration-resources.md) - Porting ASP.NET eBook REVIEW DRAFT +- [App startup differences between ASP.NET MVC and ASP.NET Core](../architecture/porting-existing-aspnet-apps/app-startup-differences.md) - Porting ASP.NET eBook REVIEW DRAFT +- [Architectural differences between ASP.NET MVC and ASP.NET Core](../architecture/porting-existing-aspnet-apps/architectural-differences.md) - Porting ASP.NET eBook REVIEW DRAFT +- [Compare authentication and authorization between ASP.NET MVC and ASP.NET Core](../architecture/porting-existing-aspnet-apps/authentication-differences.md) - Porting ASP.NET eBook REVIEW DRAFT +- [Choose the right .NET Core version](../architecture/porting-existing-aspnet-apps/choose-net-core-version.md) - Porting ASP.NET eBook REVIEW DRAFT +- [Compare Razor Pages to ASP.NET MVC](../architecture/porting-existing-aspnet-apps/comparing-razor-pages-aspnet-mvc.md) - Porting ASP.NET eBook REVIEW DRAFT +- [Configuration differences between ASP.NET MVC and ASP.NET Core](../architecture/porting-existing-aspnet-apps/configuration-differences.md) - Porting ASP.NET eBook REVIEW DRAFT +- [Compare controllers in ASP.NET MVC and Web API with controllers in ASP.NET Core](../architecture/porting-existing-aspnet-apps/controller-differences.md) - Porting ASP.NET eBook REVIEW DRAFT +- [Dependency injection differences between ASP.NET MVC and ASP.NET Core](../architecture/porting-existing-aspnet-apps/dependency-injection-differences.md) - Porting ASP.NET eBook REVIEW DRAFT +- [Deployment scenarios when migrating to ASP.NET Core](../architecture/porting-existing-aspnet-apps/deployment-scenarios.md) - Porting ASP.NET eBook REVIEW DRAFT +- [Deployment strategies](../architecture/porting-existing-aspnet-apps/deployment-strategies.md) - Porting ASP.NET eBook REVIEW DRAFT +- [Example migration of eShop to ASP.NET Core](../architecture/porting-existing-aspnet-apps/example-migration-eshop.md) - Porting ASP.NET eBook REVIEW DRAFT +- [Hosting differences between ASP.NET MVC and ASP.NET Core](../architecture/porting-existing-aspnet-apps/hosting-differences.md) - Porting ASP.NET eBook REVIEW DRAFT +- [Identify sequence of projects to migrate](../architecture/porting-existing-aspnet-apps/identify-migration-sequence.md) - Porting ASP.NET eBook REVIEW DRAFT +- [Compare ASP.NET Identity and ASP.NET Core Identity](../architecture/porting-existing-aspnet-apps/identity-differences.md) - Porting ASP.NET eBook REVIEW DRAFT +- [Strategies for migrating incrementally](../architecture/porting-existing-aspnet-apps/incremental-migration-strategies.md) - Porting ASP.NET eBook REVIEW DRAFT +- [Porting Existing ASP.NET Apps to .NET Core](../architecture/porting-existing-aspnet-apps/index.md) - Porting ASP.NET eBook REVIEW DRAFT +- [Introduction to porting apps to .NET Core](../architecture/porting-existing-aspnet-apps/introduction.md) - Porting ASP.NET eBook REVIEW DRAFT +- [Logging differences between ASP.NET MVC and ASP.NET Core](../architecture/porting-existing-aspnet-apps/logging-differences.md) - Porting ASP.NET eBook REVIEW DRAFT +- [Compare middleware to modules and handlers](../architecture/porting-existing-aspnet-apps/middleware-modules-handlers.md) - Porting ASP.NET eBook REVIEW DRAFT +- [Migrate to ASP.NET Core 2.1](../architecture/porting-existing-aspnet-apps/migrate-aspnet-core-2-1.md) - Porting ASP.NET eBook REVIEW DRAFT +- [Migrate large solutions to ASP.NET Core](../architecture/porting-existing-aspnet-apps/migrate-large-solutions.md) - Porting ASP.NET eBook REVIEW DRAFT +- [Strategies for migrating ASP.NET Web Forms apps](../architecture/porting-existing-aspnet-apps/migrate-web-forms.md) - Porting ASP.NET eBook REVIEW DRAFT +- [Migration considerations](../architecture/porting-existing-aspnet-apps/migration-considerations.md) - Porting ASP.NET eBook REVIEW DRAFT +- [Compare Razor usage in ASP.NET MVC and ASP.NET Core](../architecture/porting-existing-aspnet-apps/razor-differences.md) - Porting ASP.NET eBook REVIEW DRAFT +- [Routing differences between ASP.NET MVC and ASP.NET Core](../architecture/porting-existing-aspnet-apps/routing-differences.md) - Porting ASP.NET eBook REVIEW DRAFT +- [Serve static files in ASP.NET MVC and ASP.NET Core](../architecture/porting-existing-aspnet-apps/serving-static-files.md) - Porting ASP.NET eBook REVIEW DRAFT +- [Compare ASP.NET SignalR and ASP.NET Core SignalR](../architecture/porting-existing-aspnet-apps/signalr-differences.md) - Porting ASP.NET eBook REVIEW DRAFT +- [Strategies for migrating while running in production](../architecture/porting-existing-aspnet-apps/strategies-migrating-in-production.md) - Porting ASP.NET eBook REVIEW DRAFT +- [Summary](../architecture/porting-existing-aspnet-apps/summary.md) - Porting ASP.NET eBook REVIEW DRAFT +- [Compare testing options between ASP.NET MVC and ASP.NET Core](../architecture/porting-existing-aspnet-apps/testing-differences.md) - Porting ASP.NET eBook REVIEW DRAFT +- [Understand and update dependencies](../architecture/porting-existing-aspnet-apps/understand-update-dependencies.md) - Porting ASP.NET eBook REVIEW DRAFT +- [Compare ASP.NET Web API 2 and ASP.NET Core](../architecture/porting-existing-aspnet-apps/webapi-differences.md) - Porting ASP.NET eBook REVIEW DRAFT + +## C# language + +### New articles + +- [Manipulate integral and floating point numbers in C\#](../csharp/tour-of-csharp/tutorials/numbers-in-csharp-local.md) - Finish get started tutorials + +### Updated articles + +- [Querying based on runtime state (C#)](../csharp/programming-guide/concepts/expression-trees/how-to-use-expression-trees-to-build-dynamic-queries.md) - Fix #6288 + +## Visual Basic language + +### Updated articles + +- [Querying based on runtime state (Visual Basic)](../visual-basic/programming-guide/concepts/expression-trees/how-to-use-expression-trees-to-build-dynamic-queries.md) - Continuation of #22710 for VB + +## Community contributors + +The following people contributed to the .NET docs during this period. Thank you! Learn how to contribute by following the links under "Get involved" in the [what's new landing page](index.yml). + +- [Youssef1313](https://github.com/Youssef1313) - Youssef Victor (13) +- [ericmutta](https://github.com/ericmutta) - Eric Mutta (3) +- [pkulikov](https://github.com/pkulikov) - Petr Kulikov (3) +- [smholvoet](https://github.com/smholvoet) - Sander Holvoet (3) +- [zspitz](https://github.com/zspitz) - Zev Spitz (3) +- [amolenk](https://github.com/amolenk) - Sander Molenkamp (2) +- [DeadBushSanpai](https://github.com/DeadBushSanpai) (2) +- [saul](https://github.com/saul) - Saul Rennison (2) +- [ansh-ag](https://github.com/ansh-ag) - Anshul Rasiwasia (1) +- [awesomegithubusername](https://github.com/awesomegithubusername) - awesomegithubusername (1) +- [BartoszKlonowski](https://github.com/BartoszKlonowski) - Bartosz Klonowski (1) +- [BenjaminMichaelis](https://github.com/BenjaminMichaelis) - Benjamin Michaelis (1) +- [cjvandyk](https://github.com/cjvandyk) - Cornelius J. van Dyk (1) +- [cmeeren](https://github.com/cmeeren) - Christer van der Meeren (1) +- [dajbych](https://github.com/dajbych) - Václav Dajbych (1) +- [Daniel-kenobi](https://github.com/Daniel-kenobi) - Daniel Felipe (1) +- [dvessey](https://github.com/dvessey) - Damon (1) +- [edsulaiman](https://github.com/edsulaiman) - Ed Sulaiman (1) +- [EdwinVW](https://github.com/EdwinVW) - Edwin van Wijk (1) +- [gamingrobot](https://github.com/gamingrobot) - Morgan Creekmore (1) +- [Gimly](https://github.com/Gimly) - Xavier Hahn (1) +- [GitHubPang](https://github.com/GitHubPang) (1) +- [Happypig375](https://github.com/Happypig375) - Hadrian Tang (1) +- [hugoppp](https://github.com/hugoppp) - Hugo Protsch (1) +- [kristofferborgstroem](https://github.com/kristofferborgstroem) (1) +- [magicienap](https://github.com/magicienap) - Antoine Proulx (1) +- [mathiasi](https://github.com/mathiasi) (1) +- [nschonni](https://github.com/nschonni) - Nick Schonning (1) +- [parelkobra](https://github.com/parelkobra) - David Ruiz (1) +- [pavel-mikula-sonarsource](https://github.com/pavel-mikula-sonarsource) - Pavel Mikula (1) +- [realcooltrev](https://github.com/realcooltrev) - Trevor Pierce (1) +- [rgwood](https://github.com/rgwood) - Reilly Wood (1) +- [robbell](https://github.com/robbell) - Rob Bell (1) +- [RyanLiu99](https://github.com/RyanLiu99) - Ryan Liu (1) +- [sampreeth1999](https://github.com/sampreeth1999) (1) +- [SingleAccretion](https://github.com/SingleAccretion) (1) +- [skrysmanski](https://github.com/skrysmanski) - Sebastian Krysmanski (1) +- [Skuldo](https://github.com/Skuldo) (1) +- [surenderssm](https://github.com/surenderssm) - Surender Singh (1) +- [taroarai](https://github.com/taroarai) - Taro Arai (1) +- [thekeviv](https://github.com/thekeviv) (1) +- [tstewart-writer](https://github.com/tstewart-writer) - Travis Stewart (1) +- [venkashank](https://github.com/venkashank) (1) +- [whereistimbo](https://github.com/whereistimbo) (1) diff --git a/docs/whats-new/index.yml b/docs/whats-new/index.yml index 77e42290381bd..abbe96fa7603b 100644 --- a/docs/whats-new/index.yml +++ b/docs/whats-new/index.yml @@ -5,13 +5,15 @@ summary: Welcome to what's new in .NET docs. Use this page to quickly find the l metadata: title: .NET documentation what's new? description: Learn about new and updated content in .NET docs. - ms.date: 09/17/2020 + ms.date: 03/03/2021 ms.topic: landing-page landingContent: - title: Find .NET updates linkLists: - linkListType: whats-new links: + - text: February 2021 + url: 2021-02.md - text: January 2021 url: 2021-01.md - text: December 2020 @@ -22,8 +24,6 @@ landingContent: url: 2020-10.md - text: September 2020 url: 2020-09.md - - text: August 2020 - url: 2020-08.md - title: Find language updates linkLists: - linkListType: whats-new diff --git a/docs/whats-new/toc.yml b/docs/whats-new/toc.yml index 8317ae6c5fdea..25eb844a3563f 100644 --- a/docs/whats-new/toc.yml +++ b/docs/whats-new/toc.yml @@ -5,6 +5,8 @@ items: items: - name: "2021" items: + - name: February` + href: 2021-02.md - name: January href: 2021-01.md - name: "2020" @@ -17,5 +19,3 @@ items: href: 2020-10.md - name: September href: 2020-09.md - - name: August - href: 2020-08.md From c7ae6b6b91756a5245d05416ce2069985c8bf848 Mon Sep 17 00:00:00 2001 From: Bill Wagner Date: Thu, 4 Mar 2021 12:23:29 -0500 Subject: [PATCH 2/4] Update docs/whats-new/toc.yml Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com> --- docs/whats-new/toc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/whats-new/toc.yml b/docs/whats-new/toc.yml index 25eb844a3563f..169decb596449 100644 --- a/docs/whats-new/toc.yml +++ b/docs/whats-new/toc.yml @@ -5,7 +5,7 @@ items: items: - name: "2021" items: - - name: February` + - name: February href: 2021-02.md - name: January href: 2021-01.md From ab208d742bac38594f65626731d3dcc0cdb0d216 Mon Sep 17 00:00:00 2001 From: Bill Wagner Date: Thu, 4 Mar 2021 12:25:57 -0500 Subject: [PATCH 3/4] Fix title tag. --- docs/whats-new/2021-02.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/whats-new/2021-02.md b/docs/whats-new/2021-02.md index 68c21d2a42856..6f80646b3503b 100644 --- a/docs/whats-new/2021-02.md +++ b/docs/whats-new/2021-02.md @@ -1,5 +1,5 @@ --- -title: ".NET docs: What's new for February 2021 +title: ".NET docs: What's new for February 2021" description: "What's new in the .NET docs for the month of February 2021" ms.date: 03/04/2021 --- From 0c060db30bde221ee1ac93d46d852141a91c7a9d Mon Sep 17 00:00:00 2001 From: Bill Wagner Date: Thu, 4 Mar 2021 15:23:18 -0500 Subject: [PATCH 4/4] update issue and PR links. --- docs/whats-new/2021-02.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/whats-new/2021-02.md b/docs/whats-new/2021-02.md index 6f80646b3503b..902941dceefcc 100644 --- a/docs/whats-new/2021-02.md +++ b/docs/whats-new/2021-02.md @@ -103,13 +103,13 @@ Welcome to what's new in the .NET docs from February 1, 2021 through March 3, 20 ### Updated articles -- [Querying based on runtime state (C#)](../csharp/programming-guide/concepts/expression-trees/how-to-use-expression-trees-to-build-dynamic-queries.md) - Fix #6288 +- [Querying based on runtime state (C#)](../csharp/programming-guide/concepts/expression-trees/how-to-use-expression-trees-to-build-dynamic-queries.md) - Fix [#6288](https://github.com/dotnet/docs/issues/6288). ## Visual Basic language ### Updated articles -- [Querying based on runtime state (Visual Basic)](../visual-basic/programming-guide/concepts/expression-trees/how-to-use-expression-trees-to-build-dynamic-queries.md) - Continuation of #22710 for VB +- [Querying based on runtime state (Visual Basic)](../visual-basic/programming-guide/concepts/expression-trees/how-to-use-expression-trees-to-build-dynamic-queries.md) - Continuation of [#22710](https://github.com/dotnet/docs/pull/22710) for VB ## Community contributors