Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/benvillalobos/setplatform-repro
- Owner: benvillalobos
- Created: 2021-07-19T19:16:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-31T22:55:40.000Z (about 2 years ago)
- Last Synced: 2024-10-06T12:24:16.284Z (4 months ago)
- Language: C#
- Size: 25.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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