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
.Append($"return new {(singleGeneric.TypeSymbol.TypeKindisTypeKind.Interface?$"HashSet<{(singleGeneric.T.IsNullable()?"string?":"string")}>":null)}({(singleGeneric.T.IsNullable()?$"{Value}.SS":$"{Value}.SS.Select((y,i) => y ?? throw {ExceptionHelper.NullExceptionMethod}($\"{{{DataMember}}}[UNKNOWN]\")")}));")
.Append($"return new {(singleGeneric.TypeSymbol.TypeKindisTypeKind.Interface?$"HashSet<{singleGeneric.T.Representation().original}>":null)}({Value}.NS.Select(y => {singleGeneric.T.Representation().original}.Parse(y)))")
.Append($"return new {(singleGeneric.TypeSymbol.TypeKindisTypeKind.Interface?$"HashSet<{singleGeneric.T.Representation().original}>":null)}({Value}.NS.Select(y => {singleGeneric.T.Representation().original}.Parse(y)));")
140
140
)
141
141
.ToConversion(singleGeneric.TypeSymbol),
142
142
SingleGeneric.SupportedType.Set=>thrownewArgumentException("Only string and integers are supported for sets",UncoveredConversionException(singleGeneric,nameof(CreateMethod))),
0 commit comments