Skip to content

Localized assemblies aren't copy on build #1980

@fpellet

Description

@fpellet

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 :(

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