Eric Sites

Results 7 issues of Eric Sites

How do I handle encoding and decoding an element and attribute with the same name but different types? ``` ``` Example XML ``` ``` Here is what I have done...

Create an `IRecord` interface and have Record satisfy it. The gives the option to just inherit from abstract `Record` class or satisfy the `IRecord` interface with my own `Thing? Id`...

### Describe the bug Running in TiKV cluster, migrations, queries, lots of things cause this panic: SurrealDB is running on 4 x86_64 nodes. TiKV, TiDB, PD are all running on...

bug

And update to fix System.Text.Json vulnerable.

### Describe the bug In `public async Task Create(string table, T? data, CancellationToken cancellationToken)` create no longer returns an array from SurrealDB, cause CBOR parse to fail. Should be changed...

bug

### Describe the bug at line https://github.com/surrealdb/surrealdb.net/blob/c6e19877543cc2a7dadcc243f7111d0064d61891/SurrealDb.Net/Internals/SurrealDbEngine.Ws.cs#L1315 ``` internal async Task InternalConnectAsync( bool requireInitialized, CancellationToken cancellationToken ) { if (!_wsClient.IsStarted || (requireInitialized && !_isInitialized)) { try { await _semaphoreConnect.WaitAsync(cancellationToken).ConfigureAwait(false); if...

bug

Getting this error while trying to get or send an object with a BitArray in it to an Orleans Grain using .net 10 with Microsoft Orleans 9.2.1: Message:  System.MissingFieldException :...