logo

etc_portage

Unnamed repository; edit this file 'description' to name the repository. git clone https://hacktivis.me/git/etc_portage.git

99-CopyRefAssemblyFix.patch (811B)


  1. https://github.com/gentoo/dotnet/issues/426#issuecomment-499454972
  2. diff -Naur roslyn-ec1cde8b77c7bca654888681037f55aa0e62dd19/src/Compilers/Core/MSBuildTask/CopyRefAssembly.cs roslyn-ec1cde8b77c7bca654888681037f55aa0e62dd19/src/Compilers/Core/MSBuildTask/CopyRefAssembly-fixed.cs
  3. --- roslyn-ec1cde8b77c7bca654888681037f55aa0e62dd19/src/Compilers/Core/MSBuildTask/CopyRefAssembly.cs 2019-06-06 20:47:03.452887696 +1000
  4. +++ roslyn-ec1cde8b77c7bca654888681037f55aa0e62dd19/src/Compilers/Core/MSBuildTask/CopyRefAssembly-fixed.cs 2019-06-06 20:54:10.449546085 +1000
  5. @@ -40,7 +40,7 @@
  6. if (File.Exists(DestinationPath))
  7. {
  8. - Guid source;
  9. + Guid source=Guid.Empty;
  10. try
  11. {
  12. source = ExtractMvid(SourcePath);