-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
System.NullReferenceException: 'Object reference not set to an instance of an object.' #14
Comments
I'm using this code:
|
Hello @jluzardo1971 I am also getting the same error. Do you have any comments to resolve this ?. Your input will help a lot. |
…o1971 System.NullReferenceException: 'Object reference not set to an instance of an object.'
I've created Pull request address this issue. As @jluzardo1971 mentioned, the |
Hi,
In the latest version of the code I'm getting:
System.NullReferenceException: 'Object reference not set to an instance of an object.'
in
private async Task Authenticate(string username, string password, string endpoint)
in the
public partial class Client : ISwiftClient, IDisposable
This is not being called:
I'm using this code to call the SwiftClient and the code works with version 1.2.2 of the nuGet package
The text was updated successfully, but these errors were encountered: