I have the following error :
The name 'var' does not exist in the current context
on this method call :
myClient.GetCurrentPadding(out var currentPadding);
what can possibly be the problem? I've tried to update the microsoft.net.compilers nugget but in vain