-
### [REQUIRED] Step 2: Describe your environment
* Android Studio version: 2022.3.1
* Firebase Component: AppCheck
* Component version: 32.2.0
### [REQUIRED] Step 3: Describe the pro…
Gazer updated
5 months ago
-
**Describe the bug**
When I call a sync WCF OperatinContract after an async OperationContract call with no result the synchron call is never resolved. If the perverious async call has a result this p…
-
GoogleSignIn.cs
public Task SignInSilentlyAsync() {
var tcs = new TaskCompletionSource();
impl.SignIn().WaitForResultAsync(tcs).ContinueWith((task) => {});
return tcs.Task;
…
-
## Describe the bug
I'm not able to connect to LocalDB using `Microsoft.Data.SqlClient`.
The following is my simple test connection setup. It's a simple connection string that every Microsoft sa…
-
In the Android environment, Quickly and repeatedly calling StartCameraAsync()/StopCameraAsync() while adding/removing a CameraView to the parent will result in a Java.Lang.IllegalStateException: 'Came…
-
It seems like it's possible to write decimal.Max into a `decimal(38, 4)` column, as long as Precision and Scale aren't set on the parameter. The moment they are set, an exception is thrown. In EF Core…
-
ERROR Message:
```
System.InvalidOperationException: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connecti…
-
EDITED by @stephentoub on 1/20/2023:
The issue at this point tracks an analyzer that would flag use of GC.KeepAlive(local) usage in the context of C# iterators, async methods, and anywhere else the C…
-
Add your comment to [How to Drain a List of .NET Tasks to Completion](https://mikhail.io/2020/09/how-to-drain-dotnet-tasks-to-completion/).
The comments will be displayed directly on the page.
I m…
-
I've been trying to use `EnsureCreated` and `EnsureDeleted` to completely rebuild a clean SQL Server database for testing. I want to authenticate using an SQL login by providing an `SqlCredential` obj…