Brightspace / D2L.CodeStyle

Annotations and analysis tools for D2L C# code style
Apache License 2.0
10 stars 22 forks source link

Adding support for conversion operators to the ConstantAttributeAnalyzer #915

Closed JeffAshton closed 1 year ago

omsmith commented 1 year ago

Okay cool so this is adding support for say string to Constant<string>, but not the reverse, right?

JeffAshton commented 1 year ago

Okay cool so this is adding support for say string to Constant<string>, but not the reverse, right?

Correct. I really want to avoid the other direction.