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
Has anyone gotten this to work with Mono? I tried building PKHeX.CLI on Debian 12 with mono and I could use some pointers. I am not very familiar with C#. I see the installer pulls the release, but I am not sure how to compile the program. I installed the mono-everything package. I tried xbuild on the csproj file. I get this failed output:
PKHeX.Everywhere/src/PKHeX.CLI$ xbuild PKHeX.CLI.csproj
>>>> xbuild tool is deprecated and will be removed in future updates, use msbuild instead <<<<
XBuild Engine Version 14.0
Mono, Version 6.8.0.105
Copyright (C) 2005-2013 Various Mono authors
Build started 12/6/2024 9:57:38 AM.
__________________________________________________
PKHeX.CLI.csproj: error : /home/user/builds/PKHeX.Everywhere/src/PKHeX.CLI/PKHeX.CLI.csproj: The default XML namespace of the project must be the MSBuild XML namespace. If the project is authored in the MSBuild 2003 format, please add xmlns="http://schemas.microsoft.com/developer/msbuild/2003" to the <Project> element. If the project has been authored in the old 1.0 or 1.2 format, please convert it to MSBuild 2003 format.
Build FAILED.
Errors:
PKHeX.CLI.csproj: error : /home/user/builds/PKHeX.Everywhere/src/PKHeX.CLI/PKHeX.CLI.csproj: The default XML namespace of the project must be the MSBuild XML namespace. If the project is authored in the MSBuild 2003 format, please add xmlns="http://schemas.microsoft.com/developer/msbuild/2003" to the <Project> element. If the project has been authored in the old 1.0 or 1.2 format, please convert it to MSBuild 2003 format.
0 Warning(s)
1 Error(s)
Time Elapsed 00:00:00.0090070
The text was updated successfully, but these errors were encountered:
Has anyone gotten this to work with Mono? I tried building PKHeX.CLI on Debian 12 with mono and I could use some pointers. I am not very familiar with C#. I see the installer pulls the release, but I am not sure how to compile the program. I installed the
mono-everything
package. I tried xbuild on the csproj file. I get this failed output:The text was updated successfully, but these errors were encountered: