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
Initially I tried to create a method with multiple optional nullable params but that wouldn't work. I kept getting an error that no method could be found matching the signature, so I made overloaded methods and now I am getting an ambiguous method error.
The methods differ only in the number and type of arguments.
The text was updated successfully, but these errors were encountered:
There was a recent post that may have found this problem. How similar were your methods? It seemed it wasn't catching minor differences, like int vs uint, if there were multiple arguments.
Initially I tried to create a method with multiple optional nullable params but that wouldn't work. I kept getting an error that no method could be found matching the signature, so I made overloaded methods and now I am getting an ambiguous method error.
The methods differ only in the number and type of arguments.
The text was updated successfully, but these errors were encountered: