-
macOS build help Hi, The projects in the solution are SDK format, e.g. <Project Sdk="Eto.Forms/2.7.0">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
</Project> The solution builds fine on Windows 11 with with Visual Studio 2022 and in Linux (Mint) with Rider. On the mac the build fails with both Visual Studio 2022 Preview and with Rider. The build works if I copy the files manually to the path but that is poor solution in the long run. So the files do exist, just not in the path the build process is trying to read the from. macOS version: 10.15.7 This is probably a .NET thing on the macOS but any pointers to the right direction would be appreciated. Thanks. UPDATE: Weirdest thing is that |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Rider, VS Code nor |
Beta Was this translation helpful? Give feedback.
Rider, VS Code nor
dotnet run
don't seem to be having the issue, so I assume it is a MSBuild or Visual Studio Mac bug.