Steve Hansen

Results 14 comments of Steve Hansen

Fix seems easy enough (I started my fork for the changes https://github.com/stevehansen/dotnet-script/commit/6f295e2ef4c459308bd1fbd7637e9686fad50252) but we are also seeing if it is possible to use the .NET core assembly unloading https://docs.microsoft.com/en-us/dotnet/standard/assembly/unloadability

Easier "fix" might be to warn when the installation folder isn't empty?

I see my message wasn't as clear as I intended, warn during **installation** that the installation folder isn't empty.

If your response has a Content-Type: text/event-stream header the tunnel will not buffer it

we have about 20 recurring jobs running in AKS, oldest was created 3 years ago, got about 350K succeeded jobs

@arekpalinski @Lwiel not really, I understand that for search purposes it can be stored internally as UTC because it doesn't matter, but when I explicitly use Store to retrieve the...

We just index the field twice now, once as Exact (which is used for showing), and once as Default (for filtering).

Any updates on this, we also got this from our pentest that the tokens were stored in plain text, the documentation mentions that it should have been using "secure storage",...

@localden that was mostly the idea that I tried, following the MSDN documentation about the ITokenCache and had code like this: ```c# internal static class TokenCacheHelper { private const string...

Any update on this? SqlClient 5.2.1 is out that uses Azure.Identity 1.11.3