Commit 08b900d
committed
Fix build: add Build=false to Vsix ProjectReference and skip test when Vsix not built
The Vsix project uses UseWPF=true with net472, which fails SDK validation
when MSBuild tries to build it as a dependency of Tests.csproj on newer
.NET SDK versions. Setting Build="false" prevents this. Also makes the
VsixDoesNotReferenceNewerBclPolyfillsThanOldestSupportedVs test skip
gracefully when the Vsix output directory is absent (matching the second test).
https://claude.ai/code/session_01AkwUvu3XuCdj3D4axoX4UX1 parent 8592258 commit 08b900d
2 files changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
| |||
0 commit comments