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

Fake script fails with Error: The specified file name or path is too long #2707

Open
ghost opened this issue Oct 25, 2022 · 2 comments
Open

Comments

@ghost
Copy link

ghost commented Oct 25, 2022

Description

While trying to run a task with fake, I get an error message saying
Script is not valid: unknown (1,0)-(1,0): Error FS0193: The specified file name or path is too long, or a component of the specified path is too long.
That happens for SwaggerProvider on a master branch.

Repro steps

  1. Clone SwaggerProvider
  2. Run dotnet tool restore
  3. Run dotnet fake run build.fsx

Expected behavior

Fake starts building the project.

Actual behavior

Fake scripts fails with an error Script is not valid:
unknown (1,0)-(1,0): Error FS0193: The specified file name or path is too long, or a component of the specified path is too long.`

>==> dotnet tool restore
Tool 'paket' (version '7.1.5') was restored. Available commands: paket
Tool 'fake-cli' (version '5.23.0') was restored. Available commands: fake
Tool 'dotnet-serve' (version '1.10.140') was restored. Available commands: dotnet-serve
Tool 'fantomas' (version '5.0.3') was restored. Available commands: fantomas

Restore was successful.
>==> dotnet --version
6.0.401
>==> dotnet fake run
The last restore is still up to date. Nothing left to do.
Script is not valid:
	unknown (1,0)-(1,0): Error FS0193: The specified file name or path is too long, or a component of the specified path is too long.
Performance:
 - Cli parsing: 101 milliseconds
 - Packages: 39 milliseconds
 - Script compiling: 308 milliseconds
 - Runtime: 648 milliseconds

Known workarounds

Not found

Related information

  • Mac Os v.12.16.1 (Arm)
  • .Net 6.0.401
  • High Severity?
  • Fake 5.23.0
@github-actions
Copy link

Welcome to the FAKE community! Thank you so much for creating your first issue and therefore improving the project!

@ghost
Copy link
Author

ghost commented Oct 25, 2022

May be a duplicate of #2626

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

0 participants