empira / PDFsharp-1.5

A .NET library for processing PDF
MIT License
1.28k stars 589 forks source link

English resources missing in NuGet package #164

Closed curia-damiano closed 1 year ago

curia-damiano commented 2 years ago

Issue

I can see from this GitHub repo that resources are available in English (default language) and German. But in the resulting package, only the DE resources are available.

Actual Behavior

But in the resulting package, only the DE resources are available.

Steps to Reproduce the Behavior

You can verify opening the NuGet package or checking on NuGet.org

Expected behavior

I would expect to see the resources even for the English language.

ThomasHoevel commented 2 years ago

The default resources are included in the main DLLs, the German resources come in separate files. Nothing missing, all is there, English messages are showing.

You should expect to see English messages, but you cannot expect to see an EN folder with resources.

curia-damiano commented 2 years ago

Thank you. I am asking because I am embedding this NuGet package in a UWP app and there I get PRI236 warnings, saying that resources in the default language are missing...