You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 12, 2020. It is now read-only.
Hello, I met a problem as i'm trying to generate code for NET3.5 and netstandard for Diagnostics.Tracing but in NET3.5 I have Microsoft.Diagnostics.Tracing and for netstandard it's System.Diagnostics.Tracing.
I don't know if there is a way so that the generator get the targetFramework or if I could add some using to my generated class.