-
Dear James and All contributors,
I need to build this project upon .Net Framework 4.0. The only one issue left is the new method SemaphoreSlim.WaitAsync(CancellationToken canceller), which is introd…
-
Not necessarily the best way to do this, but I just wanted to draw your attention @StephenCleary to this stackoverflow question as I thought it might interest you:
https://stackoverflow.com/quest…
-
### Analyzer
**Diagnostic ID**: [CA2007](https://docs.microsoft.com/en-us/dotnet/fundamentals/code-analysis/quality-rules/ca2007): `Do not directly await a Task`
### Analyzer source
**SDK**: …
-
Modern data access libraries are migrating to async methods in their API. For example, updated MongoDB driver [rewritten](http://mongodb.github.io/mongo-csharp-driver/2.0/what_is_new/) with async supp…
-
Would you consider adding this to the library?
Again, adapted from stephen cleary code found on stackoverflow and used regularly in my own libraries :)
```csharp
using System;
using System.Coll…
-
The `AsyncTaskCodeActivity` should not have a `Result` property. This causes problems in some scenarios with reflection and validation.
There are two ways to solve thje problem:
Create a `TaskCo…
-
**Describe the bug**
When using the Octopus Terraform Provider to define a project resource. When trying to specify the Project Versioning Strategy from a Donor Package an error is returned: `Object …
-
It would be useful to expose this state. We've had to write code like the following (with waiterCount) that could be avoided if this state was exposed through your API:
```
try
{
t…
-
**Describe the bug**
When I add the xamarin android package
- Xamarin.Azure.NotificationHubs.Android (1.1.4.1)
to our xamarin forms project, and update the appropriate libraries
- xamarin.googlepl…
-
I think you have an atomicity issue in the release method.
```csharp
public void Release(T idToUnlock)
{
InnerSemaphore semaphore;
if (lockDictionary.TryGe…