-
### class with explicit interface implementation not working
I have a class Foo which implements an interface [explicit.](https://learn.microsoft.com/en-us/dotnet/csharp/programming-guide/interface…
-
### Describe your issue
I have built a console application with a simple entity using the T4 template. After bulk operation postgresql throws exception:
```
Exception message: Npgsql.PostgresEx…
-
_master_ (commit 4222c9bcb40f8bd56671d5bfda855408c5a3ac10)
Failed on openjdk-17 (MacOS): https://jenkins.hazelcast.com/job/Hazelcast-master-MacOS-OpenJDK17/84/testReport
com.hazelcast.jet.elastic.…
-
I am encountering an ArgumentException when using LinqToDB with the DB2 iSeries provider. The exception occurs when attempting to create the data connection. Below is the relevant code snippet and the…
-
The connection is established and opened, but when one peer (chrome PC) sends a message through the DataConnection the peer on iOS Safari doesn't activate the DataConnection.on("data", ...)_ event.
…
-
Ok, let's speak about our Achilles' heel - documentation.
To be honest everything is awful, only documentation is start page & a little bit of wiki. We should work on it!
My suggestion is to build d…
-
Per @atmorling's comment https://github.com/wildlife-dynamics/ecoscope-workflows/pull/31#issuecomment-2186022263, we should research the best way to store and materialize data connection config (inclu…
-
I was led to do this by linq2db/linq2db.EntityFrameworkCore#49 saying to open new if still existing
I've followed all steps in the above adding the following mappings:
Linq2Db Config
```cs
…
-
I have a always-running background thread which once an hours does some house-cleaning involving creating a DataConnection.
Sometimes this results in the following exception and callstack and after…
-
Consider the following code block
```
using (var data = new DataConnection())
{
var client = new HttpClient();
var response = await client.GetStringAsync(url).ConfigureAwait(false);
…