Sebastiaan Dammann

Results 175 comments of Sebastiaan Dammann

No this project is not frozen so a PR is welcome. Met vriendelijke groet, Sebastiaan Dammann ________________________________ Van: skjardenCode ***@***.***> Verzonden: Saturday, April 26, 2025 6:04:20 PM Aan: Sebazzz/PSMenu ***@***.***>...

No I don't. I didn't notice in the docs it returns a task, but it does so I guess I ignored that.

Unfortunately, that brings me one step closer: > GitHub Actions Runtime Token missing I'm not using Cake frosting. Is the Github Cake step mandatory? I'm unable to use it in...

ReSharper uses its own way of detecting NUnit tests. Might that be the issue?

> Encoding option added: https://github.com/gulpjs/gulp/blob/master/docs/api/src.md#options Which should be classified as a breaking change, when copying binary files (#2790, #2796).

> @Sebazzz It was a breaking change - its why we released a new major release, and its in the changelog as a breaking change for that major release. Look...

Also running into this, having upgraded from docfx 2.74.1 to 2.78.3. ![Image](https://github.com/user-attachments/assets/6f992cd0-0c62-414d-93cb-ab173061a334) Taking a stack dump from the lowest node, which apparently is running a build analysis, it appears it...

In addition, Firefox does not support the experimental API `navigator.userAgentData` but you can just set `ua` to an empty string (`""`) and it works fine!

Also reproducing this, the key seems to be a `Microsoft.NET.Sdk.Web` project referencing another `Microsoft.NET.Sdk.Web` project - which I am due to my integration test project using `Microsoft.NET.Sdk.Web`.

For my case, this temporary workaround sufficed: ```xml --   |   |     |   |   |   |   |   |   | ```