Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/benvillalobos/setplatform-repro

Repros of the projects described here: https://github.com/dotnet/msbuild/issues/5338
https://github.com/benvillalobos/setplatform-repro

Last synced: 3 months ago
JSON representation

Repros of the projects described here: https://github.com/dotnet/msbuild/issues/5338

Awesome Lists containing this project

README

        

1. A builds as x64 and B builds as anycpu
2. A passes Platform=x64 because same plat
3. B gets platform=x86
4. Should emit a warning. Q: What does compiler do if given no plat?
5. B gets anycpu as most compatible
6. B should get win32 from the default lookup table
7. B gets whatever you build with that's compatible with A