Skip to content

Tesseract NuGet package - non-standard folders breaks tools such as LINQPad #484

Open
@albahari

Description

In the Tesseract NuGet package, the native DLLs are in following folders:

\x64
\x86

Could they please be moved to the standard location? That is:

\runtimes\win-x64\native
\runtimes\win-x86\native

This would enable Tesseract to work with tools such as LINQPad. (As it is, it can only work with MSBuild.)

Here's the documentation on naming folders in NuGet (jump to "Architecture-specific folders"):
https://docs.microsoft.com/en-us/nuget/create-packages/supporting-multiple-target-frameworks.

And here's the complete list of RIDs:
https://docs.microsoft.com/en-us/dotnet/core/rid-catalog

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions