Michel Zehnder
Michel Zehnder
> Hi, > > You shouldn't rely on `Thread.Abort()` in your code. It is even not supported in latest .net core versions see https://learn.microsoft.com/en-us/dotnet/api/system.threading.thread.abort Yes, I know. Unfortunately we don't...
@brockallen @leastprivilege @scottbrady91 Is this something you'd consider including please? Performance enhancements are always nice to have :)
We have found a workaround for this, it seems like this is caused by an old token. After deleting the token cache in `%appdata%\azuredatastudio\Azure Accounts`, things started to work again.
I'm currently looking into a similar issue I think, but with dotnet test. After updating versions, tests are not discovered anymore for net462: https://sqlclientdrivers.visualstudio.com/public/_build/results?buildId=101590&view=logs&j=227d917a-c052-5356-3796-5eec3da988b1&t=485a8f67-157b-58a1-dc6b-ec09440e36b5 Here's the source PR with the...
We were able to resolve this it seems by removing these from the test project(s): ``` runtime; build; native; contentfiles; analyzers; buildtransitive all ``` Thanks to https://github.com/dotnet/runtime/issues/94183 which pointed me...
It's from the https://github.com/dotnet/SqlClient repo. I have no idea why this is linked there, I was just trying to update XUnit
Great initiative, I was just going to open an issue because of transitive package vulnerabilities that I'd like to see fixed 👍
Would be great if maybe this project could be "transferred" to the NLog umbrella... I find it useful, but it "feels" unmaintained now (especially looking at that README comment)
https://github.com/dotnet/SqlClient