-
### Describe the bug
Sometimes a `NullReferenceException` is thrown in the `AcknowledgeReceivedPublishPacket` method.
### Which component is your bug related to?
- Client
### To Reproduce
I'm…
-
```
Non-fatal Exception: java.lang.Exception: java.lang.RuntimeException: Attempted to change an objectId to one that's already known to the Offline Store.
at com.aadhk.woinvoice.util.ParseInit…
-
I use Orleans client with AdoNet clustering to query some data within an outer `TransactionScope` (which is used to run SQL commands against different database).
This leads to Orleans clustering c…
-
Using M.D.S 3.1
### Describe the bug
I am using a custom MSAL-based authentication provider (code is way too big to paste here and I've not had time to make a smaller repro app).
The crux of t…
-
### Describe the bug
Have a sample application and when running in Docker on the latest .Net Core 3.1 image (3.1.8 at the time of this writing) and using the BackgroundService pattern in .net core, w…
-
I tried to import this package in three projects now and they all broke.
The first two packages contained firebase packages required to run the auth. Upon importing the google-signin-plugin-1.0.4.u…
-
It looks like Microsoft.Data.SqlClient has a dependency on the .NET Core internal native shims on Unix. This needs to be removed.
https://github.com/dotnet/SqlClient/tree/master/src/Microsoft.Data.S…
-
Hi,
I’m using DbUp with my locally installed MS SQL 2016 Standard Edition. When the db doesn’t exist DbUp creates it, but creation of tables fails with
> System.Data.SqlClient.SqlException (0x8013…
-
I got stack overflow exception with this code:
```fsharp
let tcs = TaskCompletionSource()
let rec loop i =
job {
if i < 1_000_000 then
return! loop (i + 1)
else
…
-
### Which Umbraco version are you using? (Please write the *exact* version, example: 10.1.0)
12.3.5, and Umbraco Forms 12.2.0
### Bug summary
We have a Block List block that allows us to pick an Um…