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
Added: For a CLI option or argument, any type with a public constructor or a static Parse method with a string parameter
can be now be used. These types can be bound/parsed automatically even if they are wrapped with Enumerable or Nullable
type (note that as of current version, custom class support when using AOT compilation is not stable but trimming works)