Sam Betts
Results
3
comments of
Sam Betts
Just my 2c; would love to use this lib, but I too need Blazor Webassembly, so this is a blocker for me.
Also hitting this issue. Any updates?
Quick update: variables get created, just reading the server response throws this exception. Ergo, this workaround works: ```C# var varWeeksToKeep = new AutomationVariableCreateOrUpdateContent(CONFIG_PARAM_NAME_WEEKS_TO_KEEP) { Value = "4", IsEncrypted = false,...