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
Avoiding the concat will marginally reduce the amount of heap memory,
but more importantly makes it cleaner for annotation providers to
check the prefix of the requested annotation ID.
// I made this public because we need an identifier for subsystem Kind, and I think this makes a very good one.
12
-
publicstaticstringPrefix{get;}="Version.";// TODO: Decide between const and property. Isn't a const baked in at the callsite? Would that be OK when this is public?
0 commit comments