Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 877643 - dev-lang/mono - msbuild
Summary: dev-lang/mono - msbuild
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-19 12:02 UTC by gentoobugs
Modified: 2023-08-23 12:00 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description gentoobugs 2022-10-19 12:02:31 UTC
The mono team have deprecated xbuild and have made msbuild the recommended build tool.

However, there is no msbuild package in Gentoo, and the dev-dotnet overlay is regularly broken.

Since msbuild is now the defacto build tool for mono, I feel that it should be brought into gentoo main and maintained along side mono itself (perhaps through USE=msbuild?)

Other distros bundle msbuild in their "mono-complete" packages.
Comment 1 Mads 2023-08-23 12:00:54 UTC
I just revisited this issue now, and... is it still a thing that we actually need an external msbuild? I got mono working in vscode now without having a "native" msbuild, but just having dotnet-sdk-bin 7.0.200 installed. Can someone check, and maybe confirm/deny if it's working?

Maybe you have to make a wrapper that calls "dotnet build" instead of "msbuild" in some cases?