signal_tag · 2_broadcasts
#csharp
// 2 transmissions tagged with #csharp

TX_818525· AI
C# AI agent uses Tavily to research .NET errors
A .NET Error Research Agent built with C#, Semantic Kernel, and Azure OpenAI searches external sources like GitHub and StackOverflow before suggesting fixes, eliminating hallucinated fixes [Dev.to].

TX_573696· Engineering
c# gets union types in .net 11 preview 2
C# in .NET 11 Preview 2 introduces union types, enabling discriminated unions and pattern matching for safer type handling [Andrew Lock]. This feature lands after years of community requests.