We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using the .NET 9.0 SDK with Epoxy results in a build failure. An MSB6003 error is displayed. This issue was confirmed with Epoxy.Avalonia11.
Epoxy.Avalonia11
CommunityToolkit.MVVM
Epoxy
ViewModel
The build succeeds even with the .NET 9.0 SDK.
The build fails when using the .NET 9.0 SDK. The build succeeds when using the .NET 8.0 SDK.
Here is the log output when the error occurs:
【Path】\.nuget\packages\epoxy.build\1.15.0\build\Epoxy.Build.targets(111,5): error MSB6003: 指定されたタスク実行可能ファイル "cmd.exe" を実行できませんでした。 System.IO.DirectoryNotFoundException: 作業ディレクトリ "【Path】\.nuget\ packages\epoxy.build\1.15.0\tools\net9.0" が存在しません。 at Microsoft.Build.Tasks.Exec.GetWorkingDirectory() at Microsoft.Build.Utilities.ToolTask.GetProcessStartInfo(String pathToTool , String commandLineCommands, String responseFileSwitch) at Microsoft.Build.Utilities.ToolTask.ExecuteTool(String pathToTool, String responseFileCommands, String commandLineCommands) at Microsoft.Build.Tasks.Exec.ExecuteTool(String pathToTool, String responseFileCommands, String commandLineCommands) at Microsoft.Build.Utilities.ToolTask.Execute()
I haven't investigated the cause in detail, but it seems that a similar build error occurs with Epoxy.Wpf as well.
Epoxy.Wpf
The text was updated successfully, but these errors were encountered:
Fixed 1.16.0, will be deployed in few minutes. Could you please test new version?
Sorry, something went wrong.
Thank you very much. I checked with the latest version and the build went through successfully.
kekyo
No branches or pull requests
Description
Using the .NET 9.0 SDK with Epoxy results in a build failure. An MSB6003 error is displayed.
This issue was confirmed with
Epoxy.Avalonia11
.Steps to Reproduce
Epoxy.Avalonia11
NuGet package.CommunityToolkit.MVVM
withEpoxy
and update theViewModel
accordingly.Expected Behavior
The build succeeds even with the .NET 9.0 SDK.
Actual Behavior
The build fails when using the .NET 9.0 SDK.
The build succeeds when using the .NET 8.0 SDK.
Screenshots or Logs
Here is the log output when the error occurs:
Environment
Additional Information
I haven't investigated the cause in detail, but it seems that a similar build error occurs with
Epoxy.Wpf
as well.The text was updated successfully, but these errors were encountered: