This was on MacOS, so this might be a problem with msbuild (MSB3552).
Command used:
fspack pack-this.fsx
Contents of my script (pack-this.fsx):
let rec print () : unit =
printfn $"Hey Packer!"
print()
print()
Error in terminal:
Wiederherstellung abgeschlossen (7,9s)
tmpAtIF3M.tmp fehlerhaft mit 1 Fehler(n) (0,1s)
/usr/local/share/dotnet/sdk/9.0.100/Microsoft.Common.CurrentVersion.targets(3414,5): error MSB3552: Die Ressourcendatei "**/*.resx" wurde nicht gefunden.
Erstellen von fehlerhaft mit 1 Fehler(n) in 8,2s
translation (Deepl):
Restore completed (7.9s)
tmpAtIF3M.tmp corrupt with 1 error(s) (0.1s)
/usr/local/share/dotnet/sdk/9.0.100/Microsoft.Common.CurrentVersion.targets(3414,5): error MSB3552: The resource file ‘**/*.resx’ was not found.
Build failed with 1 error(s) in 8.2s
This was on MacOS, so this might be a problem with msbuild (MSB3552).
Command used:
fspack pack-this.fsxContents of my script (pack-this.fsx):
Error in terminal:
translation (Deepl):