I suggest you ...

Remove limitation for type alias in DEBUG configuration. Add generic aliases

1) I often use type aliases in my code for avoid too long type names. Like this:

using TypeItem = LongNamespace.TypeItem<LongNamespace.Class1,LongNamespace.Class2<LongNamespace.Class3>,.......>;

And compiler said that I can't compile code - alias too long for compile in DEBUG configuration.

2) Some type I need use alias with generic type parameter. By aliases doesn't allow that :( .Sample

using ItemType<T> = LongNamespace.ItemType<T, LongNamespace.Class2<LongNamespace.Class3>........>

14 votes
Vote
Sign in
Check!
(thinking…)
Reset
or sign in with
  • facebook
  • google
    Password icon
    I agree to the terms of service
    Signed in as (Sign out)
    You have left! (?) (thinking…)
    Vasiliy FofanovVasiliy Fofanov shared this idea  ·   ·  Flag idea as inappropriate…  ·  Admin →

    2 comments

    Sign in
    Check!
    (thinking…)
    Reset
    or sign in with
    • facebook
    • google
      Password icon
      I agree to the terms of service
      Signed in as (Sign out)
      Submitting...

      Feedback and Knowledge Base