Skip to content

Commit bf3292d

Browse files
Bot 🤖 generated "What's new article" (#42773)
Co-authored-by: IEvangelist <[email protected]>
1 parent 4950a32 commit bf3292d

File tree

3 files changed

+63
-51
lines changed

3 files changed

+63
-51
lines changed
Lines changed: 58 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,76 +1,88 @@
11
---
2-
title: ".NET docs: What's new for June 2024"
3-
description: "What's new in the .NET docs for June 2024."
4-
ms.custom: June-2024
5-
ms.date: 07/01/2024
2+
title: ".NET docs: What's new for September 2024"
3+
description: "What's new in the .NET docs for September 2024."
4+
ms.custom: September-2024
5+
ms.date: 10/01/2024
66
---
77

8-
# .NET docs: What's new for June 2024
8+
# .NET docs: What's new for September 2024
99

10-
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.
10+
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.
1111

1212
## .NET breaking changes
1313

1414
### New articles
1515

16-
- [Adding a ZipArchiveEntry with CompressionLevel sets ZIP central directory header general-purpose bit flags](../core/compatibility/core-libraries/9.0/compressionlevel-bits.md)
17-
- [DateTimePicker.Text is empty string](../core/compatibility/windows-forms/8.0/datetimepicker-text.md)
16+
- [Floating point-to-integer conversions are saturating](../core/compatibility/jit/9.0/fp-to-integer.md)
17+
- [FromKeyedServicesAttribute no longer injects non-keyed parameter](../core/compatibility/core-libraries/9.0/non-keyed-params.md)
18+
- [HttpClientFactory logging redacts header values by default](../core/compatibility/networking/9.0/redact-headers.md)
19+
- [IMsoComponent support is opt-in](../core/compatibility/windows-forms/9.0/imsocomponent-support.md)
20+
- [IncrementingPollingCounter initial callback is asynchronous](../core/compatibility/core-libraries/9.0/async-callback.md)
21+
- [ZipArchiveEntry names and comments respect UTF8 flag](../core/compatibility/core-libraries/9.0/ziparchiveentry-encoding.md)
1822

1923
## .NET fundamentals
2024

2125
### New articles
2226

23-
- [dotnet nuget config get](../core/tools/dotnet-nuget-config-get.md)
24-
- [dotnet nuget config paths](../core/tools/dotnet-nuget-config-paths.md)
25-
- [dotnet nuget config set](../core/tools/dotnet-nuget-config-set.md)
26-
- [dotnet nuget config unset](../core/tools/dotnet-nuget-config-unset.md)
27-
- [dotnet nuget why](../core/tools/dotnet-nuget-why.md)
28-
- [Fakes extension](../core/testing/unit-testing-platform-extensions-fakes.md)
29-
- [MSTEST0029: Public method should be test method](../core/testing/mstest-analyzers/mstest0029.md)
27+
- [Common `IHttpClientFactory` usage issues](../core/extensions/httpclient-factory-troubleshooting.md)
28+
- [HttpWebRequest to HttpClient Migration Guide](../fundamentals/networking/http/httpclient-migrate-from-httpwebrequest.md)
29+
- [Intrinsic APIs marked RequiresDynamicCode](../core/deploying/native-aot/intrinsic-requiresdynamiccode-apis.md)
30+
- [Security features](../core/deploying/native-aot/security.md)
3031

3132
### Updated articles
3233

33-
- [Code quality rule configuration options](../fundamentals/code-analysis/code-quality-rule-options.md) - Add missed documentation for CA's options.
34-
- [Install .NET on Windows](../core/install/windows.md) - Initial rewrite of windows install
35-
- [The regular expression object model](../standard/base-types/the-regular-expression-object-model.md) - Update regex docs with more info about source gen
36-
- [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
34+
- [How to customize property names and values with System.Text.Json](../standard/serialization/system-text-json/customize-properties.md) - Add Copilot use case
35+
- [How to write .NET objects as JSON (serialize)](../standard/serialization/system-text-json/how-to.md) - Add GitHub Copilot use case to serialize JSON
36+
- [MSBuild reference for .NET SDK projects](../core/project-sdk/msbuild-props.md) - Add MSBuild test-related properties
37+
- [What's new in .NET libraries for .NET 9](../core/whats-new/dotnet-9/libraries.md) - What's new for .NET 9 RC 1
3738

38-
## Architecture guides
39+
## C# language
3940

40-
### Updated articles
41+
### New articles
4142

42-
- [Authentication and authorization](../architecture/maui/authentication-and-authorization.md) - Updated IdentityServer references and authentication flow
43+
- [Resolve errors and warnings that affect overload resolution.](../csharp/language-reference/compiler-messages/overload-resolution.md)
4344

44-
## AI in .NET
45+
## Azure SDK for .NET
4546

4647
### New articles
4748

48-
- [Chat with a local AI model using .NET and Semantic Kernel](../ai/quickstarts/quickstart-local-ai.md)
49-
- [Semantic Kernel overview for .NET](../ai/semantic-kernel-dotnet-overview.md)
49+
- [Frequently asked questions](../azure/migration/appcat/faq.md)
50+
51+
## .NET Framework
52+
53+
### Updated articles
54+
55+
- [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
5056

5157
## Community contributors
5258

5359
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).
5460

55-
- [sammychinedu2ky](https://github.com/sammychinedu2ky) - Samson Amaugo ![5 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-5-green)
56-
- [Kissaki](https://github.com/Kissaki) - Jan Klass ![4 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-4-green)
5761
- [BartoszKlonowski](https://github.com/BartoszKlonowski) - Bartosz Klonowski ![3 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-3-green)
58-
- [Alexanderbtw](https://github.com/Alexanderbtw) - Alexander ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
59-
- [ali50m](https://github.com/ali50m) - ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
60-
- [azarboon](https://github.com/azarboon) - Mahdi Azarboon ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
61-
- [bigboybamo](https://github.com/bigboybamo) - Olabamiji Oyetubo ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
62-
- [FrediKats](https://github.com/FrediKats) - Fredi Kats ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
63-
- [joprice](https://github.com/joprice) - Joseph Price ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
64-
- [kimsey0](https://github.com/kimsey0) - Jacob Bundgaard ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
65-
- [longbuibao](https://github.com/longbuibao) - bui bao long ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
66-
- [m3nax](https://github.com/m3nax) - Manuel Menegazzo ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
67-
- [matt-gribben](https://github.com/matt-gribben) - Matthew Gribben ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
68-
- [michaelstonis](https://github.com/michaelstonis) - Michael Stonis ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
69-
- [mrpowe07](https://github.com/mrpowe07) - Matt Powers ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
70-
- [paramamue](https://github.com/paramamue) - Martin Müller ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
71-
- [RadicalErin](https://github.com/RadicalErin) - Erin Scanlon ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
72-
- [rbleattler](https://github.com/rbleattler) - Robert Bleattler ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
73-
- [TBence98](https://github.com/TBence98) - Tullner Bence ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
74-
- [ThorstenReichert](https://github.com/ThorstenReichert) - Thorsten Reichert ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
75-
- [valchetski](https://github.com/valchetski) - Aliaksandr Valchetski ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
76-
- [vernou](https://github.com/vernou) - VERNOU Cédric ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
62+
- [hakenr](https://github.com/hakenr) - Robert Haken ![3 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-3-green)
63+
- [mpostol](https://github.com/mpostol) - Mariusz Postol ![2 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-2-green)
64+
- [Roshni-Gandhi](https://github.com/Roshni-Gandhi) - ![2 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-2-green)
65+
- [AptiviCEO](https://github.com/AptiviCEO) - Aptivi CEO ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
66+
- [bb-froggy](https://github.com/bb-froggy) - Christoph Hannebauer ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
67+
- [bravequickcleverfibreyarn](https://github.com/bravequickcleverfibreyarn) - boldswiftsmartfiberhank ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
68+
- [ChinoUkaegbu](https://github.com/ChinoUkaegbu) - ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
69+
- [colejohnson66](https://github.com/colejohnson66) - Cole Tobin ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
70+
- [da1910](https://github.com/da1910) - Doug Addy ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
71+
- [geniuszxy](https://github.com/geniuszxy) - Shingo ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
72+
- [Haidar0096](https://github.com/Haidar0096) - Haidar Mehsen ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
73+
- [HEJOK254](https://github.com/HEJOK254) - Jakub Dębski ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
74+
- [jairbubbles](https://github.com/jairbubbles) - Julien Richard ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
75+
- [koenigst](https://github.com/koenigst) - ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
76+
- [Legend4it](https://github.com/Legend4it) - Ali Abdulhussein ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
77+
- [luizfls](https://github.com/luizfls) - Luiz Felipe Silva ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
78+
- [melbasiouny](https://github.com/melbasiouny) - Mostafa ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
79+
- [normandev92](https://github.com/normandev92) - ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
80+
- [ousiax](https://github.com/ousiax) - Jon X ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
81+
- [sammychinedu2ky](https://github.com/sammychinedu2ky) - Samson Amaugo ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
82+
- [samwherever](https://github.com/samwherever) - Sam Allen ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
83+
- [Smaug123](https://github.com/Smaug123) - Patrick Stevens ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
84+
- [stashut](https://github.com/stashut) - Stanislav Hut ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
85+
- [timdeschryver](https://github.com/timdeschryver) - Tim Deschryver ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
86+
- [udidahan](https://github.com/udidahan) - Udi Dahan ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
87+
- [xlxdxy](https://github.com/xlxdxy) - ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
88+
- [xparadoxical](https://github.com/xparadoxical) - ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)

‎docs/whats-new/index.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ summary: Welcome to what's new in .NET and .NET docs. Use this page to navigate
55
metadata:
66
title: .NET what's new?
77
description: Learn about new .NET features and new and updated content in .NET docs.
8-
ms.date: 09/01/2024
8+
ms.date: 10/01/2024
99
ms.topic: landing-page
1010
landingContent:
1111
- title: .NET 9 release updates
@@ -40,12 +40,12 @@ landingContent:
4040
linkLists:
4141
- linkListType: whats-new
4242
links:
43+
- text: September 2024
44+
url: dotnet-docs-mod0.md
4345
- text: August 2024
4446
url: dotnet-docs-mod2.md
4547
- text: July 2024
4648
url: dotnet-docs-mod1.md
47-
- text: June 2024
48-
url: dotnet-docs-mod0.md
4949
- title: Language updates
5050
linkLists:
5151
- linkListType: whats-new

‎docs/whats-new/toc.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ items:
66
- name: Latest documentation updates
77
expanded: true
88
items:
9+
- name: September 2024
10+
href: dotnet-docs-mod0.md
911
- name: August 2024
1012
href: dotnet-docs-mod2.md
1113
- name: July 2024
1214
href: dotnet-docs-mod1.md
13-
- name: June 2024
14-
href: dotnet-docs-mod0.md
1515
- name: Product updates
1616
items:
1717
- name: .NET 9

0 commit comments

Comments
 (0)