-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Resources(dictionary) not been copied automatically #5
Comments
That's what I did, this ticket is just for checking if there are any automatically approaches |
I think this is caused by the Nuget implict reference policy. I referenced LibNMeCab package in Kawazu, but when it published as a Nuget package and used by someone else, the reference of LibNMeCab became implicit, and it can't copy the files automatically as usual. I don't know how to fix this right now, but I'll try to solve it asap. |
As I know, some nuget package can auto add it's reference nuget package to your project. Maybe your can try to auto install the e.g. once you install i don't know how they did that. |
As a temporary solution to keep playing around with the Kawazu Library. Where would I find these files to copy to my project directory? I tried installing the LibNMeCab and LibNMeCab.IpaDicBin nuget packages but the directory is still not showing up. Edit: Found it: Kawasu is pretty cool by the way :) |
If you install LibNMeCab.IpaDicBin manually, after compile and run, the files will be automatically copied to the output directory. Or you can find those files in Kawazu Nuget installation directory, and they are linked to your project by default, you can find them in the solution panel in Visual Studio :) |
When I test your lastest nuget package following the approach in
readme.md
, it still reportchar.bin
not found error.Then I test the elder verison(Kawazu1.0.0) with .net core 3.1, the resources was not been copied, either.
The text was updated successfully, but these errors were encountered: