September 21, 2018
https://issues.dlang.org/show_bug.cgi?id=19255

Rainer Schuetze <r.sagitario@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |r.sagitario@gmx.de

--- Comment #1 from Rainer Schuetze <r.sagitario@gmx.de> ---
VS2017 stores settings in a private registry that msbuild cannot access.

msbuilding with Visual D 0.47 also checks HKLM\Software\LDC\InstallationFolder, but the latest visuald from Appveyor https://ci.appveyor.com/project/rainers/visuald also places the settings into a HKCU-key.

Please note that the new compiler detection fails in the appveyor build because of a bug in phobos in stock dmd.

--
October 05, 2018
https://issues.dlang.org/show_bug.cgi?id=19255

kinke@gmx.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from kinke@gmx.net ---
Working with v0.48-beta1.

--