Craig Fleming

Results 6 comments of Craig Fleming

I just updated my copy for my purposes, but I wanted the opposite -- to close the drop down when clicking an INPUT (button) element.

Adding a use-case for consideration -- I have 2 APIs (one is internal, the other public), both using a shared data library. They both use EF6, .NET Framework, Always Encrypted,...

@ErikEJ This appears to not work in my scenario. API (.NET Core) calls EF6 (.NET Core) calls S.D.S (.NET Core) and then isn't calling Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider, presumably because it is for...

This Xamarin thread solves this issue: https://forums.xamarin.com/discussion/62911/emergency-cant-install-microsoft-bcl-build-1-0-14-in-visual-studio-2015-for-android-project Install Microsoft.Bcl.Build 1.0.21 directly through NuGet, then install FireSharp.

Sounds like the repro steps are understood, but we get this from an extension one of our developers made that auto-fills in a form and just started getting this when...

Thank you! It turns out that it doesn't matter whether it's CRLF or LF -- just that there **is a new line at the end,** As a Windows user, I...