Results 10 comments of Paul J. Wilcox

I've hit a similar, error message today - Possible workaround (if related) is to fix/specify the `versionSpec` to a working version (e.g. `5.9.0`) as mentioned in #3007. This seems to...

I've hit this issue again today on GitVersion v5.9.0 and also tried v5.10.3 (and an older v5.7.0) - All hit the `Unexpected end of JSON input` error. Oddly, I've only...

Thanks @asbjornu - that link and solution has been able to resolve/workaround the problem I was hitting. Much appreciated.

The problem with renames on keys is that if you've multiple renames on keys (even via another field as suggested) across multiple resources, you can end up in scenarios where...

Also, another option might be to leave the ‘sa’ login but set a random, super-strong password and remove it (the ‘sa’ login) from all server roles and database user mappings...

Again, relating to #1186 , it would be nice to assign this variable/parameter with a `$null` value and have it install in `Windows`-only security mode. In that way, The `Windows`...

Is it worth closing this? See [here](https://github.com/dsccommunity/SqlServerDsc/issues/392#issuecomment-744439413) in #392

I've also hit this issue with `Install-Package` and `Save-Package` (in `PackageManagement` module v1.4.7)- They hit a `Dependency loop detected for package` error/warning and fail to save/install the package(s). As there...