Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Globbing more paths (like Projects) #219

Open
TheAngryByrd opened this issue Oct 10, 2024 · 1 comment
Open

Globbing more paths (like Projects) #219

TheAngryByrd opened this issue Oct 10, 2024 · 1 comment

Comments

@TheAngryByrd
Copy link
Member

Is your feature request related to a problem? Please describe.

I'd like to add more globbing to more place (specifically Project)

Background

I hit a very peculiar error while running the analyzer cli-tool.

System.ComponentModel.Win32Exception (206): An error occurred trying to start process 'dotnet.exe' with working directory 'C:\actions-runner_work\foobar\foobar'. The filename or extension is too long.

It's a misleading error, it's actually a problem with commands being too long. It's because I added too many items to the Exclude_Files list. Luckily we already support globbing for it but I think it would be good to add globbing to other potentially long listed items like Projects

Describe the solution you'd like

Add globbing to more places.

Describe alternatives you've considered

Not doing anything. There's always an option not to.

Additional context
Add any other context or screenshots about the feature request here.

@baronfel
Copy link
Collaborator

We should possibly also consider response files for this use case

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants