ufcpp / NonCopyableAnalyzer

An analyzer for Non-Copyable structs.
MIT License
31 stars 4 forks source link

Upstreaming a few upgrades #19

Closed lostmsu closed 2 years ago

lostmsu commented 2 years ago

See individual commits.

CollectionElementInitializer action was removed because the new version of Roslyn for C# 9 treats collection initializers as Add method invocations, so a separate handler is not needed.