You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current version of fake that uses dotnet-6 runtime cannot build FSAC or FAKE itself.
Repro steps
This is on M1/macOS:
Checkout FAKE
Do dotnet tool restore
Do dotnet fake build
Expected behavior
Fake builds sucessfully.
Actual behavior
fake build fails with
<...>
Download of Fake.DotNet.Testing.NUnit 5.21.0-alpha004 done in 2 seconds. (434 kbit/s, 0 MB)
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:
<...>
Known workarounds
Apparently the issue is dotnet/runtime#63240 and the fix PR dotnet/runtime#68541 has been merged, but that is only to be included with dotnet/7 release/previews.
Related information
Operating system: macOS 12.5 on M1 Pro
Branch: main
.NET Runtime: dotnet/6 AND dotnet/7
The text was updated successfully, but these errors were encountered:
To everybody else that has come across this thread... I had the same problem on my arm64 macbook and solved it by uninstalling the dotnet 6 sdks and runtimes, including aspnet.core 6. I only have dotnet 7 installed on my machine.
Description
Current version of fake that uses dotnet-6 runtime cannot build FSAC or FAKE itself.
Repro steps
This is on M1/macOS:
dotnet tool restore
dotnet fake build
Expected behavior
Fake builds sucessfully.
Actual behavior
fake build
fails withKnown workarounds
Apparently the issue is dotnet/runtime#63240 and the fix PR dotnet/runtime#68541 has been merged, but that is only to be included with dotnet/7 release/previews.
Related information
The text was updated successfully, but these errors were encountered: