Closed danielmarbach closed 3 years ago
This enables CSharp 9 and leverages static lambda support from the compiler to make sure that no accidental closure is reintroduced. Using this feature of CSharp 9 is safe. In fact, Azure SDK also uses CSharp 9 with NetStandard.
@xinchen10 Thanks for looking into this
This enables CSharp 9 and leverages static lambda support from the compiler to make sure that no accidental closure is reintroduced. Using this feature of CSharp 9 is safe. In fact, Azure SDK also uses CSharp 9 with NetStandard.