Re: dotnet

2020-06-25 Thread Simen Endsjø
Pierre Neidhardt writes: The readme says we need dotnet to build msbuild. On the other hand, there is this tag: https://github.com/mono/msbuild/releases/tag/0.08 So maybe it's bootstrappable after all. Looks like it already tries to use this in the build, but something goes wrong here

Re: dotnet

2020-06-25 Thread Pierre Neidhardt
The readme says we need dotnet to build msbuild. On the other hand, there is this tag: https://github.com/mono/msbuild/releases/tag/0.08 So maybe it's bootstrappable after all. -- Pierre Neidhardt https://ambrevar.xyz/ signature.asc Description: PGP signature

Re: dotnet

2020-06-24 Thread Simen Endsjø
Pierre Neidhardt writes: - Package msbuild. This is possibly hard. I could not figure out a way to bootstrap msbuild. The upstream way to build msbuild is to use prebuilt packages from NuGet. If we want to build those, we need msbuild... :( I see mono has a fork of msbuild which

Re: dotnet

2020-06-24 Thread Pierre Neidhardt
. This is possibly hard. I could not figure out a way to bootstrap msbuild. The upstream way to build msbuild is to use prebuilt packages from NuGet. If we want to build those, we need msbuild... :( - Make a mono-build-system that leverages msbuild. This should not be too hard. - Package dotnet: I

dotnet

2020-06-24 Thread Simen Endsjø
Hi, has anyone worked on adding dotnet? It looks quite complex as a first project, especially as it requires going through the build in detail to make sure there's no telemetry or other unwanted steps in the process. If (and it's unlikely) I start working on this, is a good place to start