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
namespace My.Company.Ids
public UserId<string>
public CustomerId<string>
namespace My.Company.Ids.Other
public SomethingElse<string>
public My.Company.Thing.NsSpecified<string>
Would be the same as :
public My.Company.Ids.UserId<string>
public My.Company.Ids.CustomerId<string>
public My.Company.Ids.Other.SomethingElse<string>
public My.Company.Thing.NsSpecified<string>
When a NS is specified it is always used, otherwise the last namespace specification is used.
The
.stidgen
file need a namespace specifier to avoid repeating it everytime.The text was updated successfully, but these errors were encountered: