feline
Whole Tomato Software
United Kingdom
19020 Posts |
Posted - Dec 16 2022 : 11:46:04 AM
|
Interestingly enough, when using C# 8, both of the following lines compile quite happily:
Dictionary<string, string?> newNotNullable = new Dictionary<string, string>(); Dictionary<string, string?> newIsNullable = new Dictionary<string, string?>();
but yes, VA should be suggesting the actual type, not a version of it:
case=148939 |
zen is the art of being at one with the two'ness |
|
|