Rich Lander
Rich Lander
> This issue is a locked mirror of https://github.com/dotnet/core/issues/7556. See that issue for discussion. # .NET support for Windows 7 and 8.1 will end in January 2023 Windows 7 and...
# .NET Core 2.1 container images will be deleted from Docker Hub Starting on August 21st, .NET Core 2.1 Docker container images will no longer be available on Docker Hub,...
# January 2018 Security and Quality Updates The following Security and Quality Updates were released this month. Known issues and resolved CVEs are also listed. ## .NET Framework * [.NET...
# NuGet package restore broken on .NET 5+ with Removal of Trust of VeriSign CA [NuGet package signing verification](https://docs.microsoft.com/nuget/reference/signed-packages-reference) relies on the `VeriSign Universal Root Certification Authority` as part of...
# .NET Core 2.0 Globalization Invariant Mode ## Summary .NET Core 2.0 includes a new opt-in globalization mode that provides basic globalization-related functionality that is uniform across operating systems and...
We just published this [fancy post](https://devblogs.microsoft.com/dotnet/dotnet-apphost-improvements/) on (primarily) downloading runtimes via these helpful links. It occurred to me that we could offer the same fancy links for SDKs. Here's an...
I'd love a config setting that disables the preview warnings. I use previews 99% of the time, and would love cleaner CLI spew ... it's a lot of text! ```console...
# .NET 8: MSBuild improvements for containers I get a lot of my inspiration for SDK improvements from container workflows. Containers constrain the MSBuild environment considerably, mostly due to the...
# Tour of .NET Behavior on Windows 11 Arm64 We're going to take a tour of the basic behavior of .NET 6 and .NET Framework 4.8.1 on Windows 11 Arm64....
# Enable publishing for a RID with `PublishRuntimeIdentifier` .NET is simultaneously cross-platform and good at targeting a single platform. Arguably, its cross-platform nature has the greatest benefit during development, where...