We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb0b5aa commit 7f78236Copy full SHA for 7f78236
xml/System.Diagnostics.CodeAnalysis/FeatureGuardAttribute.xml
@@ -53,7 +53,7 @@
53
internal static Implementation() => ...; // Uses dynamic code
54
}
55
</code>
56
- When the app is built with `<PublishAot>true</PublishAot>`, the call to
+ When the app is built with `<PublishAot>true<PublishAot>`, the call to
57
`Feature.Implementation()` doesn't produce analyzer warning
58
<see href="https://learn.microsoft.com/en-us/dotnet/core/deploying/native-aot/warnings/il3050">IL3050</see>,
59
and `Feature.Implementation` code is removed when publishing.
0 commit comments