Commit Graph
3 Commits
Author SHA1 Message Date
Benjamin Pasero 6801e4c673 debt - less explicit any 2020-03-02 09:47:12 +01:00
Matt Bierner e78f05a7dc Use ReadonlyArrays for IActions used in notifications
These arrays of actions should not be modified by the caller. Mark them as readonly to prevent this. This also let me eliminate a number of not null supressions that had been introduced during the strict null migration

One small code change was required in `showError`. However I believe this was actually a bug since modifying the input array was likely not what would be expected (in practice, we usually just passed in array literals so I don't think we hit this one)
2019-06-07 10:26:00 -07:00
Alex Dima 740ac11a17 More strict null checks (#60565) 2018-10-11 13:04:56 +02:00