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

.NET Framework October non-sec preview release #43016

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
---
title: October 2024 cumulative update preview
description: Learn about the improvements in the .NET Framework October 2024 cumulative update preview.
ms.date: 10/22/2024
---
# October 2024 cumulative update preview

_Released October 22, 2024_

## Summary of what's new in this release

- [Security improvements](#security-improvements)
- [Quality and reliability improvements](#quality-and-reliability-improvements)

### Security improvements

There are no new security improvements in this release. This update is cumulative and contains all previously released security improvements.

### Quality and reliability improvements

#### ASP.NET

Addresses an issue where "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.*)
TaraOverfield marked this conversation as resolved.
Show resolved Hide resolved

#### CLR

Address an issue where in rare cases where an infinite loop could occur when a thread enters CLR for the first (*Applies to: .NET Framework 4.8, 4.8.1.*)
TaraOverfield marked this conversation as resolved.
Show resolved Hide resolved

Address an issue in cases where incorrect interface call devirtualization could occur when JIT optimizations are enabled (*Applies to: .NET Framework 4.8, 4.8.1.*)
TaraOverfield marked this conversation as resolved.
Show resolved Hide resolved

Addresses an issue with out of memory exceptions during garbage collection while running applications running under job limits (*Applies to: .NET Framework 4.8, 4.8.1.*)
TaraOverfield marked this conversation as resolved.
Show resolved Hide resolved

#### .NET fundamentals

Addresses an issue with .NET API UserPrincipal.GetAuthorizationGroups to retrieve the Membership of a particular user (*Applies to: .NET Framework 4.8, 4.8.1.*)
TaraOverfield marked this conversation as resolved.
Show resolved Hide resolved

## Known issues in this release

This release contains no known issues.

## Summary tables

The following table outlines the updates in this release.

| Product version | Cumulative update preview |
| --- | --- |
| **Windows 11, version 24H2** | |
| .NET Framework 3.5, 4.8.1 | [5045934](https://support.microsoft.com/kb/5045934) |
| **Windows 11, version 22H2 and Windows 11, version 23H2** | |
| .NET Framework 3.5, 4.8.1 | [5045935](https://support.microsoft.com/kb/5045935) |
| **Windows 10, version 22H2** | **[5045991](https://support.microsoft.com/kb/5045991)** |
| .NET Framework 3.5, 4.8 | [5045936](https://support.microsoft.com/kb/5045936) |
| .NET Framework 3.5, 4.8.1 | [5045933](https://support.microsoft.com/kb/5045933) |

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.
TaraOverfield marked this conversation as resolved.
Show resolved Hide resolved
2 changes: 2 additions & 0 deletions docs/framework/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -695,6 +695,8 @@ items:
href: release-notes/2024/08-13-august-security-and-quality-rollup.md
- name: October 2024 security and quality rollup
href: release-notes/2024/10-08-october-security-and-quality-rollup.md
- name: October 2024 cumulative update preview
href: release-notes/2024/10-22-october-preview-cumulative-update.md
- name: What's new
href: whats-new/index.md
- name: What's new in accessibility
Expand Down
Loading