← Back
Nick Chapsas June 26, 2025 29s

Add new C# features in old .NET

Summary

The transcript discusses a technical workaround for using init properties in older .NET versions, specifically for C# 9 and .NET Standard 2.0 projects. The key solution involves manually adding a type to enable init property compilation across different target frameworks. The practical takeaway is to add a specific type manually to your project, which allows init properties to compile without changing runtime behavior, potentially helping developers working with legacy .NET environments.

View original episode ↗