Localized assemblies aren't copy on build
Nobody has claimed this yet.
- Dominant language
- F#
- Stars
- 2.1k
- Forks
- 528
- Avg merge
- 1d 12m
- Merged PRs (30d)
- 54
Description
Description
With nuget, if you add package with localized assemblies, then nuget copy localized assemblies on build.
Nuget add MsBuild task to copy this references.
Repro steps
Create project MyProject
paket.exe add nuget EntityFramework.fr project MyProject
Build MyProject
Expected behavior
Build output contains "fr" directory with localized assemblies
Actual behavior
Build output not contains "fr" directory
Known workarounds
Edit csproj and add as content :(
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue with MyProject by adding EntityFramework.fr through paket.exe and building the project. Compare the build output with the expected fr directory and localized assemblies, using the csproj content workaround as a reference for the missing behavior. Done means the localized assemblies are copied automatically during the build.
Written by the indexing model from the issue text.
Assessment
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100