-
I have an simple issue, I wanted to give the netstandard 2.0 Version of LiteNetLib a try, but I got an instant issue when starting.
**Error**:
```
System.Net.Sockets.SocketException (45): Operati…
-
A college has told me that there is a DotNetStandard version of the Unity dlls. He was able to find these dlls in a roundabout way by building the project with 4.6 support. Is there a place where I ca…
-
Hello,
I am using Microsoft.Exchange.WebServices.NETStandard version this api. The Calendar object has no FindAppointments method.
Thank you for your helping.
-
On an existing .NET 4.6.2 console application, I have `dlech.Chaos.NaCl` package installed (version 0.1.0).
In my existing code there is a line:
```csharp
var buf = new byte[32];
Chaos.NaCl.Ed25…
-
When you try to use stream, for transactions for example, the result just keeps loop for the first 10 records.
Network.UseTestNetwork();
var server = new Server("https://hori…
-
In the API, Segments have a `count` attribute. This attribute is never mapped to a property on the `Segment` object. I've talked with Intercom support, who tell me that it is because `count` wasn't av…
-
Thanks to the continued feedback from the community, we have now prioritised in our roadmap to implement these bindings in DotNetStandard 2.0. We haven't yet decided if we will keep `RestSharp` as a d…
-
FunctionalSharp should be ported to dotnetstandard. `Fody.NullGuard` is not available, so there need to be some additional checks.
-
As the title explains, opening the YamlDotNet.sln in Visual Studio 2017 breaks the build as it does some seemingly unnecessary changes. The solution version is already 15.x, so why there is any conver…
-
### Description
What is needed to run Nancy on .NET Core 2.0?
I have issues with moving Kestrel and OWIN to later version, as they are dotnetstandard only ? Help would be appreciated.