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
@andrueastman FYI infokomes liked your reply as a confirmation (I know we don't get notifications for that).
To me it looks like a bug in the symbols cleanup logic. Queued for the next release. Do you mind taking it?
Error CS1056 Unexpected character '’'
openapi: 3.0.2
LoremResult:
type: string
enum: [ Lorem, Invalid lorem’s, Unexpected result ]
description: A list of values
example: Lorem
public enum ServiceProvider_LoremResult {
[EnumMember(Value = "Lorem")]
Lorem,
[EnumMember(Value = "Invalid lorem’s")]
InvalidLorem’s,
[EnumMember(Value = "Unexpected result")]
UnexpectedResult,
}
The text was updated successfully, but these errors were encountered: