Skip to content
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

Failed to load assembly due to lower case dll name in nuget package #14

Open
piyushparashar opened this issue Jan 22, 2025 · 0 comments

Comments

@piyushparashar
Copy link

piyushparashar commented Jan 22, 2025

The assembly in the package is name mvp.xml.dll which is in lowercase. Therefore, my project which is built in .net8 cannot run on Linux because the actual assembly's name is mvp.xml.dll rather than Mvp.Xml.dll in PascalCase.

Simple fix which I tried on my system is:

Image

@keimpema @jakubmisek - Thank you for addressing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant