Граф коммитов

9 Коммитов

Автор SHA1 Сообщение Дата
Oleksii Kononenko 53ff9ba1c9 Merged PR 799153: Remove net7 qualifier
Remove net7 qualifier
2024-08-09 00:15:26 +00:00
Oleksii Kononenko fe5a6759ec Merged PR 786241: Revive Net7 support
CaSaaS is currently on Net7 and it might need updated bxl bits while it's moving to Net8. This PR re-adds net7 qualifier. It's essentially a revert of `0a4d5b272900cfb6ad2c13795650e269500f9d17` and `5380d614bb98bfebb5a63900bb617ff51e93e56e`.

7.0.18 has a vulnerability, so this PR also includes a change that updates net7 bits to 7.0.19 to make the CG happy.

note: MsBuild is back to net7 (net7->net8 for msbuild was a part of net7 removal)
2024-05-22 19:35:13 +00:00
Oleksii Kononenko 5380d614bb Merged PR 784655: Revert "Merged PR 784360: Revert "Merged PR 784187: Remove net7 qualifier
Reapply the original Net7 removal commit `4c5cc753`. The issue that we initially saw after it was merged was not caused by the commit. The commit forced a cache miss for a couple of pip and it uncovered the issue with vctip/lib.exe.

Must be merged after !784653

Related work items: #2174274
2024-05-14 00:20:53 +00:00
Oleksii Kononenko cea42e3df4 Merged PR 784360: Revert "Merged PR 784187: Remove net7 qualifier
After net7 removal the minimal build fails in CB with 'child process survived' error.

Revert "Merged PR 784187: Remove net7 qualifier

Remove net7 qualifier and move msbuild to net8.

Related work items: #2174274"

Reverted commit `4c5cc753`.

Related work items: #2174274
2024-05-11 00:15:11 +00:00
Oleksii Kononenko 4c5cc753e9 Merged PR 784187: Remove net7 qualifier
Remove net7 qualifier and move msbuild to net8.

Related work items: #2174274
2024-05-10 20:43:31 +00:00
Iman Narasamdya 6b28ca2771 Merged PR 727557: MSBuild frontend documentation
Added MSBuild frontend documentation.

Include:
- Added more examples for MSBuild frontends
- Reorganized DScript frontend.
2023-07-12 20:57:54 +00:00
Serge Mera e4a27667e4 Merged PR 712621: Fix MSBuildHelloWorldExample
Be explicit about out and intermediate dirs in the msbuild project example (so thep predictors get that right).  Update the platform toolset as well so it works with VS2022

Related work items: #2047654
2023-04-12 22:32:25 +00:00
Marcelo Lynch 6786c21501 Merged PR 592835: Fix MsBuildGraphBuilder conflictive assembly loading of System.Collections.Immutable
The MsBuildGraphBuilder tool was loading `System.Collections.Immutable.dll` from the tool deployment folder. In newer versions of MSBuild a different version of the library is being referenced: loading this newer MSBuild and the old DLL caused a runtime error, (e.g. our example MsBuild project failed to build with the latest MsBuild with a `MissingMethodException`).

Related work items: #1807610
2021-01-13 19:45:24 +00:00
Julián Bayardo b2930760dd
Add MsBuildResolver and CMakeResolver examples (#340) 2019-05-21 10:20:55 -07:00