mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 13:27:23 +00:00
Added note about Native AOT to the known issues and tips document
Added note about Native AOT to the known issues and tips document.
This commit is contained in:
parent
128a2982e9
commit
b2b688c9db
@ -62,7 +62,7 @@ Although App Control audit mode is designed to avoid impact to apps, some featur
|
|||||||
|
|
||||||
### .NET native images may generate false positive block events
|
### .NET native images may generate false positive block events
|
||||||
|
|
||||||
In some cases, the code integrity logs where App Control for Business errors and warnings are written include error events for native images generated for .NET assemblies. Typically, native image blocks are functionally benign as a blocked native image falls back to its corresponding assembly and .NET regenerates the native image at its next scheduled maintenance window.
|
In some cases, the code integrity logs where App Control for Business errors and warnings are written include error events for native images generated for .NET assemblies. Typically, native image blocks are functionally benign as a blocked native image falls back to its corresponding assembly and .NET regenerates the native image at its next scheduled maintenance window. To prevent that, consider compiling your .NET application ahead of time using the [Native AOT](https://learn.microsoft.com/dotnet/core/deploying/native-aot) feature.
|
||||||
|
|
||||||
### Signatures using elliptical curve cryptography (ECC) aren't supported
|
### Signatures using elliptical curve cryptography (ECC) aren't supported
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user