Michael Currie
Michael Currie
I was running into this too, and I think I found the solution. According to the first note in [this documentation](https://docs.microsoft.com/en-us/azure/azure-monitor/app/auto-collect-dependencies), SqlClient logging only work with `Microsoft.Data.SqlClient` >= 1.1.0. Looking...
Evan You is recommending on Twitter that Vue apps set moduleResolution to `bundler` when using TS 5.0, but that can't be done in apps using this library without setting `"resolvePackageJsonExports":...
`"moduleResolution": "bundler"` is now the default settings in the latest `vuejs/tsconfig`, compatible with TS 5.0. https://github.com/vuejs/tsconfig#migrating-from-typescript--50
Sorry for my absence. I'll be looking into this, but .NET 8 runtime support has been added. That may aleviate this issue, but if there is a breaking change in...
I'm not currently able to reproduce this issue. Color is tracking fine in my tests. ```csharp SweetAlertResult result = await Swal.FireAsync(new SweetAlertOptions { TitleText= "Error", Text = "Login Failed", Color...
This is currently next on the list. It hasn't been a high priority as browser support is even worse for non-text Clipboard functionality, and the use-case is much rarer. Also,...