Commit ee49a58
test(aot): try building with MSBuildTreatWarningsAsErrors
Projects using MSBuildTreatWarningsAsErrors=true fail to publish with
Native AOT due to LNK4099 warnings from sentry-native.lib missing its
PDB. This is caused by CMP0141 NEW in sentry-native 0.13.5 switching
the build from /Z7 (embedded debug info) to /Zi (external PDB).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 39ea4d8 commit ee49a58
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
75 | 80 | | |
76 | 81 | | |
77 | 82 | | |
| |||
0 commit comments