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
Working with anonymous types in C# is a pain to deal with. There are limitations like the properties being read-only after initialization, not being able to have re-usable functions that convert from our models to TaxJar's, not having access to intelli-sense outside of the function the objects were initialized in, etc.
It would also be nice if we could reference API documentation inside of the IDE object explorer via summaries.
The text was updated successfully, but these errors were encountered:
Working with anonymous types in C# is a pain to deal with. There are limitations like the properties being read-only after initialization, not being able to have re-usable functions that convert from our models to TaxJar's, not having access to intelli-sense outside of the function the objects were initialized in, etc.
It would also be nice if we could reference API documentation inside of the IDE object explorer via summaries.
The text was updated successfully, but these errors were encountered: