-
### Team
- [X] I've assigned a team label to this issue
### Severity
Discovered internally, non-blocking
### Version
Introduced in `2022.4.4118`
### Latest Version
I could reproduce the problem…
-
I'm occasionally getting the below exception. All my code is doing is the following:
```
using (var context = new DbContext())
{
context.Update(entity); //entity is a disconnected entity
…
MgSam updated
2 years ago
-
### Team
- [X] I've assigned a team label to this issue
### Severity
1, not blocking
### Version
2022.3.5161
### Latest Version
_No response_
### What happened?
When using a large repo for Co…
-
Right now, `Akka.TestKit` relies on a `BlockingQueue` internally inside `TestState` making all test to run async over sync, In order to support full asynchronous test operations, we will need to repla…
-
Thanks @StephenCleary for bringing us this great library, really appreciate it!
I was wondering, could we omit the outer await and simply return the result of the inner one? Would that be identical…
-
### Discussed in https://github.com/zkSNACKs/WalletWasabi/discussions/5185
Originally posted by **BTCparadigm** February 11, 2021
| Frequently Asked Questions | Documentation | New Discuss…
-
Player death causes large ping spikes when having a large openmod.users file. This has been tested with a 650KB user file. After deleting the file the lag spikes are resolved. The only openmod plugin…
-
I am upgrading a web project to [.NET 7 Preview 7][1] and Visual Studio 2022 Preview 17.4. On startup, I receive the following exception:
> TypeLoadException: Could not load type 'System.Char&' fr…
-
### Team
- [X] I've assigned a team label to this issue
### Severity
a few customers were affected
### Version
Present on 2021.2.3085
### Latest Version
I could reproduce the prob…
-
The root issue comes from the behavior of `SemaphoreSlim`. See: [this](https://stackoverflow.com/questions/70707635/i-found-calling-semaphoreslim-wait-and-semaphoreslim-waitasync-at-the-same-time) iss…