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
The code in question is from a proprietary software that I'm not affiliated with so I believe I have no right to upload it. It might fall under fair use if used for this specific bug report, but making it publicly accessible would be definitely nay. If there's a channel to privately share it, please instruct the process.
Erroneous output
publicvoidUpdateIsAwaitingConnectCallbacksOfEntity(List<ChannelEntity>channelEntity,boolisAwaitingConnectCallback){//...PubNubInstance.PNLog.WriteToLog($"UpdateIsAwaitingConnectCallbacksOfEntity not found key/val1 {item.ChannelID.ChannelOrChannelGroupName}{item.ChannelID.IsChannelGroup.ToString()}}",PNLoggingMethod.LevelInfo);//...}
error CS8086: A '}' character must be escaped (by doubling) in an interpolated string.
Details
Product in use: e.g. ILSpy
Version in use: 7.2.0.6702-preview2
The extra brace at the end of the string seems to be an errata originated from the input binary. It just seems like ILSpy fails to escape it. Unfortunately I've failed to reduce it into a minimal-complete-reproducible example as it seems to escape them properly on simpler cases.
The text was updated successfully, but these errors were encountered:
Input code
The code in question is from a proprietary software that I'm not affiliated with so I believe I have no right to upload it. It might fall under fair use if used for this specific bug report, but making it publicly accessible would be definitely nay. If there's a channel to privately share it, please instruct the process.
Erroneous output
error CS8086: A '}' character must be escaped (by doubling) in an interpolated string.
Details
The extra brace at the end of the string seems to be an errata originated from the input binary. It just seems like ILSpy fails to escape it. Unfortunately I've failed to reduce it into a minimal-complete-reproducible example as it seems to escape them properly on simpler cases.
The text was updated successfully, but these errors were encountered: