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 63e3266 commit fb0b5aaCopy full SHA for fb0b5aa
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