Bruno Logerfo
Bruno Logerfo
Alright, I did that, then I got the same error for another dependency. I supposed I must do all that for every single one of them, but it seems unpractical...
You're right, that's the case. It's better, but recursive would be best.
> I would think the nuget packages would all have resulted in the assemblies being copied to the output directory. Not everything, tho. `NETCore.App` and `NETCore.WindowsDesktop` stuff doesn't.
@rpbarlow thank you.
Thanks for the PR. Did you find yourself any useful workflow using the new output? About the multiple PRs, what do you think about returning comma separated ids? It's a...
You're right, thank you for reporting. I messed up the release process. It's been a while... almost three years without releasing. I pushed up to `release` and `0.0.5` again. Can...
Hmm, seems like a breaking change at @actions/github. I've made a new change for both release and 0.0.5, but I'm currently without a testing environment, so your feedback is very...
Thank you for your report! It's an interesting one... There are two issues: 1) TypeError: Converting circular structure to JSON This one is an issue with my code, but it...
Thanks! This is evidence that the TypeError issue only happens in 0.0.5, but the Validation issue happens regardless of the version. It's curious that the permission settings for your repository...
Can you try creating a new [Personal access token](https://github.com/settings/tokens) with "repo" rights and add the token as a secret in your organization repository? Then you can replace `${{ secrets.GITHUB_TOKEN }}`...