:

C# ADDS UNION TYPES IN .NET 11 PREVIEW 2

INDUSTRY DESK1 MIN READ
SAT, MAY 23, 2026

■ AI-SUMMARIZED FROM 1 SOURCE ▸ TIMELINE

C# is introducing union types in .NET 11 Preview 2, a feature that allows variables to hold one of several distinct types. The addition addresses a long-standing gap in the language's type system.

Union types enable developers to explicitly declare that a value can be one of multiple specific types, improving type safety and reducing reliance on null checks or object casting. The feature works through discriminated unions, where each type option is clearly defined. This approach has proven valuable in languages like TypeScript, Rust, and F#, where it helps catch errors at compile time rather than runtime. Developers can now write more expressive code by using union types in method signatures and variable declarations. The compiler ensures values are handled according to their actual type, eliminating entire categories of bugs. The implementation in C# brings the language closer to modern functional programming patterns while maintaining backward compatibility. The feature appears in .NET 11 Preview 2, with general availability expected later in the release cycle.

■ SOURCES

Hacker News

■ SUMMARY WRITTEN BY AI FROM THE LINKS ABOVE

■ MORE FROM THE DEV DESK

The Model Context Protocol team has published a roadmap detailing upcoming features and improvements. The announcement has generated significant interest in the developer community.

16H AGOIndustry Desk

Kagi, the privacy-focused search engine, has added a new setting allowing users to exclude paywalled content from their search results. The feature gives subscribers greater control over result quality and accessibility.

22H AGOIndustry Desk

Developer Dan Luu argues that modern software performance failures stem from neglect rather than technical limitations. The post, which has garnered significant discussion on Hacker News, challenges the assumption that slowness is inevitable.

YESTERDAYIndustry Desk

Data and finance professionals are competing in Excel obstacle courses, amassing large followings and keeping Microsoft's decades-old program culturally relevant.

YESTERDAYIndustry Desk

■ SUBSCRIBE TO THE DAILY BRIEF

ONE EMAIL, 5 STORIES, 06:00 UTC. UNSUBSCRIBE ANYTIME.