Required Properties in C# 11

Required properties in C#

Required properties in C# is a feature I have secretly wanted for as long as I can remember. It's finally here in .NET 7 and C# 11. It is important to know that C# 11 will only work in .NET 7. The sample code below was written using .NET 7