gentoo / dotnet

[MIRROR] Newer mono, .NET languages, and libraries
https://gitweb.gentoo.org/repo/proj/dotnet.git
79 stars 57 forks source link

dev-dotnet/msbuild-roslyn-csc-15.3-r1 fails to build #501

Closed cyborgyn closed 3 years ago

cyborgyn commented 3 years ago

There seems to be a source code problem, which can be easily fixed with the attached patch.

cyborgyn commented 3 years ago

--- roslyn-ec1cde8b77c7bca654888681037f55aa0e62dd19/src/Compilers/Core/MSBuildTask/CopyRefAssembly.cs.old 2021-05-28 11:58:08.767635621 +0200 +++ roslyn-ec1cde8b77c7bca654888681037f55aa0e62dd19/src/Compilers/Core/MSBuildTask/CopyRefAssembly.cs 2021-05-28 11:59:03.840933543 +0200 @@ -40,7 +40,7 @@

         if (File.Exists(DestinationPath))
         {
cyborgyn commented 3 years ago

Initialize_Guid.patch.txt

cyborgyn commented 3 years ago

Related bug: https://github.com/gentoo/dotnet/issues/498

cyborgyn commented 3 years ago

Pull-request: https://github.com/gentoo/dotnet/pull/503