ufcpp / NonCopyableAnalyzer

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

Similar analyzer exists in roslyn-analyzers #16

Open ufcpp opened 3 years ago

ufcpp commented 3 years ago

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.

CatoLeanTruetschel commented 2 years ago

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