Preprocessed templates always generate public classes
ltrzesniewski opened this issue · 1 comments
ltrzesniewski commented
The following template:
<#@ template language="C#" visibility="internal" #>
Will generate a public
class instead of an internal
one after using the Preprocess Template action.
Visual Studio generates an internal
template class, as well as an internal
base class.
Tested with v2020.2.33, shipped with Rider 2020.2 EAP 2.
kirillgla commented
The fix will be available in the next 2020.3 EAP. Thank you!