forked from dotnet/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bot 🤖 generated "What's new article" (dotnet#42773)
Co-authored-by: IEvangelist <7679720+IEvangelist@users.noreply.github.com>
- Loading branch information
1 parent
4950a32
commit bf3292d
Showing
3 changed files
with
63 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,76 +1,88 @@ | ||
--- | ||
title: ".NET docs: What's new for June 2024" | ||
description: "What's new in the .NET docs for June 2024." | ||
ms.custom: June-2024 | ||
ms.date: 07/01/2024 | ||
title: ".NET docs: What's new for September 2024" | ||
description: "What's new in the .NET docs for September 2024." | ||
ms.custom: September-2024 | ||
ms.date: 10/01/2024 | ||
--- | ||
|
||
# .NET docs: What's new for June 2024 | ||
# .NET docs: What's new for September 2024 | ||
|
||
Welcome to what's new in the .NET docs for June 2024. This article lists some of the major changes to docs during this period. | ||
Welcome to what's new in the .NET docs for September 2024. This article lists some of the major changes to docs during this period. | ||
|
||
## .NET breaking changes | ||
|
||
### New articles | ||
|
||
- [Adding a ZipArchiveEntry with CompressionLevel sets ZIP central directory header general-purpose bit flags](../core/compatibility/core-libraries/9.0/compressionlevel-bits.md) | ||
- [DateTimePicker.Text is empty string](../core/compatibility/windows-forms/8.0/datetimepicker-text.md) | ||
- [Floating point-to-integer conversions are saturating](../core/compatibility/jit/9.0/fp-to-integer.md) | ||
- [FromKeyedServicesAttribute no longer injects non-keyed parameter](../core/compatibility/core-libraries/9.0/non-keyed-params.md) | ||
- [HttpClientFactory logging redacts header values by default](../core/compatibility/networking/9.0/redact-headers.md) | ||
- [IMsoComponent support is opt-in](../core/compatibility/windows-forms/9.0/imsocomponent-support.md) | ||
- [IncrementingPollingCounter initial callback is asynchronous](../core/compatibility/core-libraries/9.0/async-callback.md) | ||
- [ZipArchiveEntry names and comments respect UTF8 flag](../core/compatibility/core-libraries/9.0/ziparchiveentry-encoding.md) | ||
|
||
## .NET fundamentals | ||
|
||
### New articles | ||
|
||
- [dotnet nuget config get](../core/tools/dotnet-nuget-config-get.md) | ||
- [dotnet nuget config paths](../core/tools/dotnet-nuget-config-paths.md) | ||
- [dotnet nuget config set](../core/tools/dotnet-nuget-config-set.md) | ||
- [dotnet nuget config unset](../core/tools/dotnet-nuget-config-unset.md) | ||
- [dotnet nuget why](../core/tools/dotnet-nuget-why.md) | ||
- [Fakes extension](../core/testing/unit-testing-platform-extensions-fakes.md) | ||
- [MSTEST0029: Public method should be test method](../core/testing/mstest-analyzers/mstest0029.md) | ||
- [Common `IHttpClientFactory` usage issues](../core/extensions/httpclient-factory-troubleshooting.md) | ||
- [HttpWebRequest to HttpClient Migration Guide](../fundamentals/networking/http/httpclient-migrate-from-httpwebrequest.md) | ||
- [Intrinsic APIs marked RequiresDynamicCode](../core/deploying/native-aot/intrinsic-requiresdynamiccode-apis.md) | ||
- [Security features](../core/deploying/native-aot/security.md) | ||
|
||
### Updated articles | ||
|
||
- [Code quality rule configuration options](../fundamentals/code-analysis/code-quality-rule-options.md) - Add missed documentation for CA's options. | ||
- [Install .NET on Windows](../core/install/windows.md) - Initial rewrite of windows install | ||
- [The regular expression object model](../standard/base-types/the-regular-expression-object-model.md) - Update regex docs with more info about source gen | ||
- [What's new in .NET libraries for .NET 9](../core/whats-new/dotnet-9/libraries.md) - Update what's new for .NET 9 Preview 5 | ||
- [How to customize property names and values with System.Text.Json](../standard/serialization/system-text-json/customize-properties.md) - Add Copilot use case | ||
- [How to write .NET objects as JSON (serialize)](../standard/serialization/system-text-json/how-to.md) - Add GitHub Copilot use case to serialize JSON | ||
- [MSBuild reference for .NET SDK projects](../core/project-sdk/msbuild-props.md) - Add MSBuild test-related properties | ||
- [What's new in .NET libraries for .NET 9](../core/whats-new/dotnet-9/libraries.md) - What's new for .NET 9 RC 1 | ||
|
||
## Architecture guides | ||
## C# language | ||
|
||
### Updated articles | ||
### New articles | ||
|
||
- [Authentication and authorization](../architecture/maui/authentication-and-authorization.md) - Updated IdentityServer references and authentication flow | ||
- [Resolve errors and warnings that affect overload resolution.](../csharp/language-reference/compiler-messages/overload-resolution.md) | ||
|
||
## AI in .NET | ||
## Azure SDK for .NET | ||
|
||
### New articles | ||
|
||
- [Chat with a local AI model using .NET and Semantic Kernel](../ai/quickstarts/quickstart-local-ai.md) | ||
- [Semantic Kernel overview for .NET](../ai/semantic-kernel-dotnet-overview.md) | ||
- [Frequently asked questions](../azure/migration/appcat/faq.md) | ||
|
||
## .NET Framework | ||
|
||
### Updated articles | ||
|
||
- [Migrating WSE 3.0 Web Services to WCF](../framework/wcf/feature-details/migrating-wse-3-0-web-services-to-wcf.md) - SFI: ROPC - another chunk | ||
|
||
## 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). | ||
|
||
- [sammychinedu2ky](https://github.com/sammychinedu2ky) - Samson Amaugo ![5 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-5-green) | ||
- [Kissaki](https://github.com/Kissaki) - Jan Klass ![4 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-4-green) | ||
- [BartoszKlonowski](https://github.com/BartoszKlonowski) - Bartosz Klonowski ![3 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-3-green) | ||
- [Alexanderbtw](https://github.com/Alexanderbtw) - Alexander ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green) | ||
- [ali50m](https://github.com/ali50m) - ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green) | ||
- [azarboon](https://github.com/azarboon) - Mahdi Azarboon ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green) | ||
- [bigboybamo](https://github.com/bigboybamo) - Olabamiji Oyetubo ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green) | ||
- [FrediKats](https://github.com/FrediKats) - Fredi Kats ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green) | ||
- [joprice](https://github.com/joprice) - Joseph Price ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green) | ||
- [kimsey0](https://github.com/kimsey0) - Jacob Bundgaard ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green) | ||
- [longbuibao](https://github.com/longbuibao) - bui bao long ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green) | ||
- [m3nax](https://github.com/m3nax) - Manuel Menegazzo ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green) | ||
- [matt-gribben](https://github.com/matt-gribben) - Matthew Gribben ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green) | ||
- [michaelstonis](https://github.com/michaelstonis) - Michael Stonis ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green) | ||
- [mrpowe07](https://github.com/mrpowe07) - Matt Powers ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green) | ||
- [paramamue](https://github.com/paramamue) - Martin Müller ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green) | ||
- [RadicalErin](https://github.com/RadicalErin) - Erin Scanlon ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green) | ||
- [rbleattler](https://github.com/rbleattler) - Robert Bleattler ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green) | ||
- [TBence98](https://github.com/TBence98) - Tullner Bence ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green) | ||
- [ThorstenReichert](https://github.com/ThorstenReichert) - Thorsten Reichert ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green) | ||
- [valchetski](https://github.com/valchetski) - Aliaksandr Valchetski ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green) | ||
- [vernou](https://github.com/vernou) - VERNOU Cédric ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green) | ||
- [hakenr](https://github.com/hakenr) - Robert Haken ![3 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-3-green) | ||
- [mpostol](https://github.com/mpostol) - Mariusz Postol ![2 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-2-green) | ||
- [Roshni-Gandhi](https://github.com/Roshni-Gandhi) - ![2 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-2-green) | ||
- [AptiviCEO](https://github.com/AptiviCEO) - Aptivi CEO ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green) | ||
- [bb-froggy](https://github.com/bb-froggy) - Christoph Hannebauer ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green) | ||
- [bravequickcleverfibreyarn](https://github.com/bravequickcleverfibreyarn) - boldswiftsmartfiberhank ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green) | ||
- [ChinoUkaegbu](https://github.com/ChinoUkaegbu) - ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green) | ||
- [colejohnson66](https://github.com/colejohnson66) - Cole Tobin ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green) | ||
- [da1910](https://github.com/da1910) - Doug Addy ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green) | ||
- [geniuszxy](https://github.com/geniuszxy) - Shingo ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green) | ||
- [Haidar0096](https://github.com/Haidar0096) - Haidar Mehsen ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green) | ||
- [HEJOK254](https://github.com/HEJOK254) - Jakub Dębski ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green) | ||
- [jairbubbles](https://github.com/jairbubbles) - Julien Richard ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green) | ||
- [koenigst](https://github.com/koenigst) - ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green) | ||
- [Legend4it](https://github.com/Legend4it) - Ali Abdulhussein ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green) | ||
- [luizfls](https://github.com/luizfls) - Luiz Felipe Silva ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green) | ||
- [melbasiouny](https://github.com/melbasiouny) - Mostafa ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green) | ||
- [normandev92](https://github.com/normandev92) - ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green) | ||
- [ousiax](https://github.com/ousiax) - Jon X ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green) | ||
- [sammychinedu2ky](https://github.com/sammychinedu2ky) - Samson Amaugo ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green) | ||
- [samwherever](https://github.com/samwherever) - Sam Allen ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green) | ||
- [Smaug123](https://github.com/Smaug123) - Patrick Stevens ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green) | ||
- [stashut](https://github.com/stashut) - Stanislav Hut ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green) | ||
- [timdeschryver](https://github.com/timdeschryver) - Tim Deschryver ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green) | ||
- [udidahan](https://github.com/udidahan) - Udi Dahan ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green) | ||
- [xlxdxy](https://github.com/xlxdxy) - ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green) | ||
- [xparadoxical](https://github.com/xparadoxical) - ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters