JetBrains / ForTea

Apache License 2.0
56 stars 10 forks source link

Use the most suitable target framework id in T4 psi modules #25

Closed kirillgla closed 4 years ago

kirillgla commented 4 years ago

The plugin used to create 'duplicate' PSI modules when the containing project had more than one target framework. Let's use TargetFrameworkId of the containing project psi module to distinguish the created PSI files. This PR fixes https://youtrack.jetbrains.com/issue/RIDER-33235

kirillgla commented 4 years ago

According to qx, the changes are OK. However, they won't be merged right now, because not all of the exceptions are fixed yet