NonCopyableAnalyzer icon indicating copy to clipboard operation
NonCopyableAnalyzer copied to clipboard

Similar analyzer exists in roslyn-analyzers

Open ufcpp opened this issue 4 years ago • 1 comments

https://github.com/dotnet/roslyn-analyzers/blob/master/src/Roslyn.Diagnostics.Analyzers/Core/DoNotCopyValue.cs

Implemented in Roslyn.Diagnostics.Analyzers (an analyzer very specific to the .NET Compiler Platform ("Roslyn") project) and recently enabled in Roslyn repository.

ufcpp avatar Sep 24 '20 03:09 ufcpp

The link in the description is dead. The type was split into an abstract type and two language specific derived ones. These can be found here
Abstract type
C# specific
VB specific

CatoLeanTruetschel avatar Sep 23 '21 16:09 CatoLeanTruetschel