@stuartgreig.dev @stuartgreig.dev · Mar 9

Found something cool today. You can just do this now in C# 14. You can use the null-conditional operator on the left side of an assignment. Writing instance?.Property = value is perfectly valid in .NET 10. No more null checks. #dotnet #csharp

1 likes 0 replies

?