Richard Cox
Richard Cox
Thanks. Certificate has now renewed. But in checking today I see the jobs seem to be running twice. From the log file ``` [07/31/2018 18:57:10 > c228d0: INFO] Executing 'Functions.RenewCertificate'...
Assuming you mean `D:\home\SiteExtensions\letsencrypt\App_Data`: There is an empty folder `.\jobs\continuous` and then the two attached files (zip'ed so can be attached). [AppData.zip](https://github.com/sjkp/letsencrypt-siteextension/files/2262573/AppData.zip)
That would be confusable with a ligature for `[[` and `]]`.
What is the expectation in terms of dependencies? Currently NetStandard 2.0 and .NET FX 4.5.1 are supported, what would this clean up, being a major version update, be a good...
Thanks. As expected :-( ! I've raised a VS Bug https://developercommunity.visualstudio.com/t/Test-Explorer-Fails-to-Correctly-Display/10733339?port=1025&fsid=6c2b1158-1717-4a6c-b5df-902ac7c8040e**** but really expecting to wait on the `Microsoft.Test.Platform` support...
Indeed. I predict VS 17.12 RTM will, based on the last few years, will be close to .NET 9 RTW.
Retesting with updated XunitV3 dependencies and enabling Microsoft.Testing.Platform and this is fixed! Not sure I'm a fan of the prefixing of each fact name (or theory instance) it its immediately...
Use a `QueryAsync` definition that takes a `CommandDefinition`, pass your `CancellationToken` to the `CommandDefinition` constructor.
As a proponent of the _One True Brace Style in C_ family languages I would prefer the Stroustrup option. It offers the same vertical space saving as compact vs. aligned,...