Chris Simon

Results 37 comments of Chris Simon

Yes, that should be possible. I've started a fork and will prepare a PR once tested and ready. Note that the underlying class [Microsoft.SqlServer.Management.Smo.Login](https://docs.microsoft.com/en-us/dotnet/api/microsoft.sqlserver.management.smo.login?view=sql-smo-140.17283.0) has a `Sid` property that is...

I have a fork that has implemented this, and it's working for us locally - you can see it here: https://github.com/dsccommunity/SqlServerDsc/compare/master...lanternpay:fix/allow-allocate-sid - unfortunately I haven't had enough time to create...

Have setup two PRs, one for each option. Bumping the version to `[9.0.0,10.0.0)` didn't seem to require any code changes to get all tests to pass locally. It seems that...

> Still need to test what happens when paket adds this dependency - will confirm when have done so, just creating this for review/thoughts. Have done this test now, and...

Hi @danielmarbach - thanks for posting, that's a great analysis! I can add some info that may or may not adjust your thinking: ### 100-rule limit You can request an...

Thanks @baronfel - I'll re-test it and close this issue if the new version resolves the issue. Although, not sure if this is relevant, but I did test it with...

Yes - this is running on a Mac M2 - in a linux VSCode devcontainer - I'd be happy to setup a session to pair with someone if that would...

Hi Robin, Unfortunately we never got a reply, but we did resolve it in a manner of speaking - the cause of the problem ended up being the "multiple parallel...

@robinmessage - no problems, hope it helps! If you don't do much AJAX that is a bit more mysterious. For it to be related to session locking, there must be...

@normj - thanks for the response - hopefully your efforts are fruitful! For what it's worth, IMO the use of the conditional update to lock the session is a very...