Jan Vargovský
Jan Vargovský
Yes, it is working. I'm using the library with .Net Core 2.1, 3.0 and 3.1, everything is fine. Can you try `SampleApp`?
Well, I've set it to uninstall with next VS close, then ignored it, so it was still installed, and was trying to find other extension and in the meantime, it...
Found out there is a library that can provide such credentials but it is not converted to .net standard yet (https://github.com/Microsoft/Git-Credential-Manager-for-Windows/issues/596). Also I'm not sure how to handle this in...
Yea, I've found the same blog post. Already integrated and works fine, kinda scared me how easily I can obtain any windows credentials though.
`_total` suffixes were here for a while and Prometheus had no problems with this format: ```prometheus # TYPE process_runtime_dotnet_gc_allocations_size_bytes_total counter # UNIT process_runtime_dotnet_gc_allocations_size_bytes_total bytes # HELP process_runtime_dotnet_gc_allocations_size_bytes_total Count of bytes...
Hi @yufeih, is it expected that everyone has to install the node.js locally (and on CI) even if we don't use any PDF related feature?
Workaround is simply by setting `PLAYWRIGHT_DRIVER_SEARCH_PATH` or `PLAYWRIGHT_NODEJS_PATH` to non empty value. For example in CMD: > set PLAYWRIGHT_NODEJS_PATH=anyvalue && docfx My build then succeeded as it used to. Or...