
Dynamics365.BusinessCentral v2.0.0
Seven months ago I shipped my first NuGet package, a strongly typed .NET client for the Business Central OData API. Today I shipped v2.0.0. And this is a much bigger release than the version number makes it look. The public API is cleaner. Queries are strongly typed. Paging now follows Business Central instead of trying to outsmart it. Retries know the difference between a safe replay and a duplicate record. Errors are easier to reason about. There is a dedicated testing package. ...