JetBrains / ForTea

Apache License 2.0
56 stars 10 forks source link

Preprocessed templates always generate public classes #35

Closed ltrzesniewski closed 4 years ago

ltrzesniewski commented 4 years ago

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 4 years ago

The fix will be available in the next 2020.3 EAP. Thank you!