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
Currently, we're using the ZSpitz.UtilStringValue function, which tries to render values using C# literal syntax (mostly; some reflection types are rendered using call to GetType or GetMethod).
StringValue takes a language parameter, which can either be C# or Visual Basic. We should allow displaying this value using VB syntax.
Requires a new property in Config.
The text was updated successfully, but these errors were encountered:
Currently, we're using the ZSpitz.Util
StringValue
function, which tries to render values using C# literal syntax (mostly; some reflection types are rendered using call toGetType
orGetMethod
).StringValue
takes a language parameter, which can either be C# or Visual Basic. We should allow displaying this value using VB syntax.Requires a new property in
Config
.The text was updated successfully, but these errors were encountered: