You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 ismvp.xml.dll
rather thanMvp.Xml.dll
in PascalCase.Simple fix which I tried on my system is:
@keimpema @jakubmisek - Thank you for addressing this.
The text was updated successfully, but these errors were encountered: