fsprojects / fsprojects/Paket

Localized assemblies aren't copy on build

Open
#1,980 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug sdk: verbose sdk up-for-grabs
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.