-
Add attribute ```[SyncContext(contextName)]``` for fields, properties and methods
Compiler will check if member with this attribute using outside ```lock(context) {...}``` block than cause warning `…
-
This code:
```CSharp
///
/// A object that handles the completion of the state machine execution.
///
private readonly TaskCompletionSource completion;
```
Generates 4 CS1658 warning cau…
-
```
Exception thrown System.NullReferenceException: Object reference not set to an instance of an object.
at Microsoft.Data.SqlClient.TdsParser.SendFedAuthToken(SqlFedAuthToken fedAuthToken)
…
-
### Describe the bug
`SqlBulkCopy` throws inconsistent exceptions depending on the target datatype. Not only are the messages different, but the exception types are different as well.
When the targe…
-
Using the newly added support for the use of Access Token (added in #395) leads to the following exception:
```
`RoundhousE encountered an error.
FluentNHibernate.Cfg.FluentConfigurationException:…
-
Xamarin.Google.iOS.SignIn version 5.0.2.4 does not call ISignInUIDelegate methods when calling SignIn.SharedInstance.SignInUser();
``` c#
var topViewController = UIApplication.SharedApplication.K…
-
I am trying to use the TCP session class together with the my own service layer which is based on the async/await pattern (all functions of the service layer return Tasks), is there any implementation…
-
Thank You for Your work on this Exporter!
I am working with your product and i have the following problem with it, if You will be able to help me, i will appreciate it.
Try to start:
```
/home/m…
-
I am trying to use CharactersticWrite.WriteAsync(cmd); to send and read using CharactersticRead_ValueUpdated event to get the data, but by the time I get the complete data my function has already retu…
-
It looks like after I implemented a retry work around for the failing to save parse installation bug I might have hit a new bug?
My retry code looks like this:
```
// Initialize the parse installat…