StyleCop / StyleCop.ReSharper

Official ReSharper extension for StyleCop
163 stars 29 forks source link

C# 7.2 SA0102 for extension method with 'in this' #24

Closed SyntonyAustria closed 5 years ago

SyntonyAustria commented 5 years ago

internal static ref bool Method(in this ValueType value) // this line causes SA0102 error

matkoch commented 5 years ago

This should be reported on StyleCop/StyleCop repository.