Skip to content
This repository was archived by the owner on Jan 3, 2023. It is now read-only.
This repository was archived by the owner on Jan 3, 2023. It is now read-only.

[XBuild] ResX resources in sub-directories are missing the directory name  #562

@dsyme

Description

@dsyme

Looking at the output for compiling tests\projects\Sample_VS2012_FSharp_ConsoleApp_net45_with_resource, it is easy to see that for F# on Linux, ResX resources are missing their subdirectory names . On Windows, the subdirectory names are added

For example, for that project compiled using MSBuild on Windows, the command line argument is :

--resource:obj\Debug\SubDir.ResxResourceInSubDir.resources 

giving this in the ILDASM of the output:

.mresource public SubDir.ResxResourceInSubDir.resources

For the same project compiled using XBuild on Linux, the command line argument is:

--resource:obj/Debug/ResxResourceInSubDir.resources 

giving:

.mresource public ResxResourceInSubDir.resources

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions