Frode Evensen
Frode Evensen
I believe you have to specify submodules when running `actions/checkout`: ``` steps: - uses: actions/checkout@v2 with: submodules: true ``` From [documentation](https://github.com/marketplace/actions/checkout): > Whether to checkout submodules: `true` to checkout submodules...
As @hangy notes, you can install only a specific language. But if you don't need that either, you can use the default only by referencing `Humanizer.Core`. Read more in [chapter...
@varyamereon: The project must respond if they want this feature built in or not, but you can use Humanizer to accomplish this by using a custom `StringTransformer`. Since the static...
Your step to reproduce _"In iOS, search address Suecia 1200, Providencia, Santiago, Chile"_, is not the same as your example. Your example show that your step is _to search for...
> I don't know if this is a nice feature to have (...) [[riker09](https://github.com/riker09)] I can confirm that this indeed **is** a **very** nice feature to have – especially in...
Currently I am keeping the 3 lates pre-release packages with: ``` min-versions-to-keep: 3 delete-only-pre-release-versions: 'true' ``` I would really love to be able to keep the latest week of packages,...
When looking into this, it seems that timestamp for version/package is not available. The action is using GraphQL to run [a query to get `repository/packages/edges/node/versions`](https://github.com/actions/delete-package-versions/blob/0e86ee6891768995528b09275f314b2deac3e4aa/src/version/get-versions.ts#L40) with the properties `id` and...
@dorny I have moved build of several old .NET Framework project to GitHub, and runs NUnit Console Runner directly. I have not found a way for NUnit alone to generate...
Thanx @kf6kjg 😀👍 I was not aware of the [nunit-transforms](https://github.com/nunit/nunit-transforms) library, and it worked great. For future notice for anyone else reading this: I am running `nunit3-console.exe` directly and NUnit...
@dorny, thanks for the attention and work you are putting into this 👍 The `stackTrace.split` error was not during parsing of TRX, but parsing of `jest-junit`. I am running `nunit3-console.exe`...