/NoCopyAnalyzer

C# Roslyn Analyzer that forbids copying of marked structs

Primary LanguageC#

NoCopyAnalyzer

Simple C# Roslyn analyzer, that enforces no copy rules for marked structures. A structure should be marked with the NoCopy or NoCopyAttribute C# attribute (can be declared anywhere).