Showing results for January 2020 - .NET Blog

Jan 23, 2020
2
0

.NET Framework January Preview of Quality Rollup

Tara Overfield
Tara Overfield

Today, we are releasing the January 2020 Preview of Quality Rollup Updates for .NET Framework. Quality and Reliability This release contains the following quality and reliability improvements. Acquistion & Deployment CLR1 Net Libraries SQL Winforms WCF2       WPF3 1 Common Language Runtime (C...

.NET.NET Framework
Jan 14, 2020
8
0

.NET Core January 2020 Updates – 2.1.15, 3.0.2, and 3.1.1

Rahul Bhandari (MSFT)
Rahul Bhandari (MSFT)

Today, we are releasing the .NET Core January 2020 Update. These updates also contain security and reliability fixes. See the individual release notes for details on updated packages. NOTE: If you are a Visual Studio user, there are MSBuild version requirements so use only the .NET Core SDK supported for each Visual Studio version. Information n...

.NET
Jan 14, 2020
0
0

.NET Framework January Security and Quality Rollup

Tara Overfield
Tara Overfield

Today, we are releasing the January 2020 Security and Quality Rollup Updates for .NET Framework. Security CVE-2020-0605, CVE-2020-0606, CVE-2020-0646 – .NET Framework Remote Code Execution A remote code execution vulnerability exists when the Microsoft .NET Framework fails to validate input properly. An attacker who successfully exploited this v...

.NET
Jan 13, 2020
6
0

Collecting and analyzing memory dumps

Sourabh Shirhatti [MSFT]
Sourabh Shirhatti [MSFT]

Introducing a new tool, dotnet-gcdump, for collecting portable memory dumps of .NET Core processes

.NET