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
So its not able to use this cause it's not const. I'm a little confused that the dotnet team decided to use a non-constant value for the key, maybe cause boxing - who knows
Thought for a while, it's not good to have two members for same stuff ServiceKey.AnyKey and KeyedService.AnyKey will create confusion, maybe better just add simple flag IsAnyKey, default = false, if true it ignores ServiceKey
So its not able to use this cause it's not const. I'm a little confused that the dotnet team decided to use a non-constant value for the key, maybe cause boxing - who knows
Maybe its possible just to create an enum, and then handle it while source gen, kind of this
The text was updated successfully, but these errors were encountered: