Skip to content

Commit cd5404c

Browse files
Merge pull request #43016 from dotnet/TaraO-10D-24
.NET Framework October non-sec preview release
2 parents e83ca1c + 8b4ae4b commit cd5404c

File tree

2 files changed

+55
-0
lines changed

2 files changed

+55
-0
lines changed
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
title: October 2024 cumulative update preview
3+
description: Learn about the improvements in the .NET Framework October 2024 cumulative update preview.
4+
ms.date: 10/22/2024
5+
---
6+
# October 2024 cumulative update preview
7+
8+
_Released October 22, 2024_
9+
10+
## Summary of what's new in this release
11+
12+
- [Security improvements](#security-improvements)
13+
- [Quality and reliability improvements](#quality-and-reliability-improvements)
14+
15+
### Security improvements
16+
17+
There are no new security improvements in this release. This update is cumulative and contains all previously released security improvements.
18+
19+
### Quality and reliability improvements
20+
21+
#### ASP.NET
22+
23+
Addresses the "The type initializer for 'System.Web.UI.Util' threw an exception." error with design-time compilation in Visual Studio for .NET Framework ASP.NET projects. (*Applies to: .NET Framework 4.8, 4.8.1.*)
24+
25+
#### CLR
26+
27+
Address an issue where in rare cases, an infinite loop could occur when a thread enters CLR for the first time. (*Applies to: .NET Framework 4.8, 4.8.1.*)
28+
29+
Addresses an issue where incorrect interface call devirtualization could occur when JIT optimizations are enabled. (*Applies to: .NET Framework 4.8, 4.8.1.*)
30+
31+
Addresses an issue with out-of-memory exceptions during garbage collection while running applications under job limits. (*Applies to: .NET Framework 4.8, 4.8.1.*)
32+
33+
#### .NET fundamentals
34+
35+
Addresses an issue with the `UserPrincipal.GetAuthorizationGroups` API to retrieve the membership of a particular user. (*Applies to: .NET Framework 4.8, 4.8.1.*)
36+
37+
## Known issues in this release
38+
39+
This release contains no known issues.
40+
41+
## Summary tables
42+
43+
The following table outlines the updates in this release.
44+
45+
| Product version | Cumulative update preview |
46+
| --- | --- |
47+
| **Windows 11, version 22H2 and Windows 11, version 23H2** | |
48+
| .NET Framework 3.5, 4.8.1 | [5045935](https://support.microsoft.com/kb/5045935) |
49+
| **Windows 10, version 22H2** | **[5045991](https://support.microsoft.com/kb/5045991)** |
50+
| .NET Framework 3.5, 4.8 | [5045936](https://support.microsoft.com/kb/5045936) |
51+
| .NET Framework 3.5, 4.8.1 | [5045933](https://support.microsoft.com/kb/5045933) |
52+
53+
The operating system row lists a KB that's used for update offering purposes. When the operating system KB is offered, the applicability logic determines the specific .NET Framework update(s) that will be installed. Updates for individual .NET Framework versions will be installed based on the version of .NET Framework that is already present on the device. Because of this, the operating system KB is not expected to be listed as installed updates on the device. The expected update to be installed are the .NET Framework-specific version updates listed in the previous table.

docs/framework/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -695,6 +695,8 @@ items:
695695
href: release-notes/2024/08-13-august-security-and-quality-rollup.md
696696
- name: October 2024 security and quality rollup
697697
href: release-notes/2024/10-08-october-security-and-quality-rollup.md
698+
- name: October 2024 cumulative update preview
699+
href: release-notes/2024/10-22-october-preview-cumulative-update.md
698700
- name: What's new
699701
href: whats-new/index.md
700702
- name: What's new in accessibility

0 commit comments

Comments
 (0)