Commit c8e796f
feat(aot): add VerifyReferenceAotCompatibility option
When EnableAotTesting=true, consumers can opt-in to verify all
referenced assemblies are marked as AOT-compatible. This triggers
IL3058 warnings for dependencies without IsAotCompatible metadata.
Usage:
<PropertyGroup>
<EnableAotTesting>true</EnableAotTesting>
<VerifyReferenceAotCompatibility>true</VerifyReferenceAotCompatibility>
</PropertyGroup>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 9852c54 commit c8e796f
1 file changed
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
25 | 36 | | |
26 | 37 | | |
27 | 38 | | |
| |||
0 commit comments