Skip to content

Conversation

@neiesc
Copy link

@neiesc neiesc commented Oct 6, 2020

I'm would be adding unit tests for this too, what do you think @andrei-m-code ? What tests runner you be like xunit, nunit?

@enisn
Copy link

enisn commented Nov 10, 2020

Looks better while debugging

@neiesc
Copy link
Author

neiesc commented Nov 10, 2020

I use for logs like:
_logger.LogDebug($"Response from apn: {JsonConvert.SerializeObject(response)}"); nowadays.

@andrei-m-code
Copy link
Owner

Yea I'm not sure if this ToString() override is necessary. Most likely we'll change those classes to records and ToString() will be printing record properties. So I'd skip this PR for now. @enisn @neiesc

Thanks though. It's not a bad idea anyways.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants