The goal of these dev logs is to mark out the biggest features that have been added, changed, or removed. It won’t cover everything that was done, but it will…
Null Conditional There is a feature in c# where you can add a null check by putting a question mark before the dot when reading a property, field, or function…