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
Not all assemblies work with all versions of the .NET Standard or on
all platforms. The manual
lists which assemblies target which frameworks.
Bond C# Comm is not yet building with .NET Core toolchain, so its
.NET Core support is preliminary.
Bond.JSON now depends on Newsoft.JSON 9.0.1, the earliest version that
supports .NET Standard 1.0.
A new assembly, Bond.Reflection.dll, has been added, due to some internal
refactoring needed for .NET Core support. Many of the Bond assemblies now
have a dependency on this assembly, so you'll need to deploy it. If you
use NuGet to consume Bond, this is should be handled automatically.
Fixed a bug in the MSBuild targets that caused codegen to always be run if
all of the BondCodegen items have Options metadata.
Fixed a bug in the MSBuild targets that caused compilation to fail if the
$BondOutputDirectory did not end with a trailing slash.
C# Comm
The constructor for LayerStackProvider no longer requires a logger;
instead, the transport's logger is passed to OnSend/OnReceive. Before,
using the same logger with a transport and LayerStackProvider required a
duplicate implementation.
Fixed a bug that prevented EpoxyListener from accepting multiple
connections in parallel.