NightOwl888 / ICU4N

International Components for Unicode for .NET
Apache License 2.0
27 stars 7 forks source link

ICU4N.Resources patch fails to copy satellite assemblies with 3-letter language codes when packing a .NET tool #91

Open NightOwl888 opened 3 weeks ago

NightOwl888 commented 3 weeks ago

When packing the lucene-cli tool, the patch doesn't seem to function. It is done using the standard dotnet pack command with <PackAsTool>true</PackAsTool>, so we likely have a problem packing in any .NET tool.

image

According to ChatGPT, the correct target to use when packing a .NET tool is the PackTool target.

https://chatgpt.com/share/671a7365-1bc4-8005-b52d-1d2013fc84f1