mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-15 10:23:37 +00:00
Merge branch 'main' into WDAC-Docs
This commit is contained in:
@ -3,7 +3,7 @@ title: Understanding App Control event tags
|
||||
description: Learn what different App Control for Business event tags signify.
|
||||
ms.localizationpriority: medium
|
||||
ms.date: 09/11/2024
|
||||
ms.topic: conceptual
|
||||
ms.topic: article
|
||||
---
|
||||
|
||||
# Understanding App Control event tags
|
||||
|
@ -3,7 +3,7 @@ title: Inbox App Control policies
|
||||
description: This article describes the inbox App Control policies that may be active on a device.
|
||||
ms.manager: jsuther
|
||||
ms.date: 09/11/2024
|
||||
ms.topic: conceptual
|
||||
ms.topic: article
|
||||
ms.localizationpriority: medium
|
||||
---
|
||||
|
||||
|
@ -62,7 +62,7 @@ Although App Control audit mode is designed to avoid any effect on apps, some fe
|
||||
|
||||
### .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](/dotnet/core/deploying/native-aot) feature.
|
||||
|
||||
### .NET doesn't load Component Object Model (COM) objects with mismatched GUIDs
|
||||
|
||||
|
Reference in New Issue
Block a user