Skip to content

.resx-file not found? #20

@ibrahim324

Description

@ibrahim324

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions