@@ -668,12 +668,14 @@ namespace NativeMsh
668668 // NOTE: The names must not include the .dll extension because it will be added programmatically.
669669 static PCSTR trustedAssemblies[] =
670670 {
671+ " getfilesiginforedistwrapper" ,
671672 " Markdig.Signed" ,
672673 " Microsoft.ApplicationInsights" ,
674+ " Microsoft.Bcl.AsyncInterfaces" ,
673675 " Microsoft.CodeAnalysis" ,
674676 " Microsoft.CodeAnalysis.CSharp" ,
675677 " Microsoft.CSharp" ,
676- " Microsoft.DiaSymReader.Native.amd64 " ,
678+ " Microsoft.Extensions.ObjectPool " ,
677679 " Microsoft.Management.Infrastructure" ,
678680 " Microsoft.Management.Infrastructure.CimCmdlets" ,
679681 " Microsoft.Management.Infrastructure.Native" ,
@@ -698,7 +700,6 @@ namespace NativeMsh
698700 " netstandard" ,
699701 " Newtonsoft.Json" ,
700702 " NJsonSchema" ,
701- " PowerShell.Core.Instrumentation" ,
702703 " System" ,
703704 " System.AppContext" ,
704705 " System.Buffers" ,
@@ -730,6 +731,7 @@ namespace NativeMsh
730731 " System.Diagnostics.Debug" ,
731732 " System.Diagnostics.DiagnosticSource" ,
732733 " System.Diagnostics.EventLog" ,
734+ " System.Diagnostics.EventLog.Messages" ,
733735 " System.Diagnostics.FileVersionInfo" ,
734736 " System.Diagnostics.PerformanceCounter" ,
735737 " System.Diagnostics.Process" ,
@@ -746,6 +748,7 @@ namespace NativeMsh
746748 " System.Drawing.Primitives" ,
747749 " System.Dynamic.Runtime" ,
748750 " System.Formats.Asn1" ,
751+ " System.Formats.Tar" ,
749752 " System.Globalization" ,
750753 " System.Globalization.Calendars" ,
751754 " System.Globalization.Extensions" ,
@@ -774,7 +777,6 @@ namespace NativeMsh
774777 " System.Management.Automation" ,
775778 " System.Memory" ,
776779 " System.Net" ,
777- " System.Net.Connections" ,
778780 " System.Net.Http" ,
779781 " System.Net.Http.Json" ,
780782 " System.Net.Http.WinHttpHandler" ,
@@ -784,6 +786,7 @@ namespace NativeMsh
784786 " System.Net.NetworkInformation" ,
785787 " System.Net.Ping" ,
786788 " System.Net.Primitives" ,
789+ " System.Net.Quic" ,
787790 " System.Net.Requests" ,
788791 " System.Net.Security" ,
789792 " System.Net.ServicePoint" ,
@@ -822,8 +825,8 @@ namespace NativeMsh
822825 " System.Runtime.Extensions" ,
823826 " System.Runtime.Handles" ,
824827 " System.Runtime.InteropServices" ,
828+ " System.Runtime.InteropServices.JavaScript" ,
825829 " System.Runtime.InteropServices.RuntimeInformation" ,
826- " System.Runtime.InteropServices.WindowsRuntime" ,
827830 " System.Runtime.Intrinsics" ,
828831 " System.Runtime.Loader" ,
829832 " System.Runtime.Numerics" ,
@@ -860,6 +863,7 @@ namespace NativeMsh
860863 " System.ServiceModel.Web" ,
861864 " System.ServiceProcess" ,
862865 " System.ServiceProcess.ServiceController" ,
866+ " System.Speech" ,
863867 " System.Text.Encoding" ,
864868 " System.Text.Encoding.CodePages" ,
865869 " System.Text.Encoding.Extensions" ,
@@ -882,9 +886,9 @@ namespace NativeMsh
882886 " System.ValueTuple" ,
883887 " System.Web" ,
884888 " System.Web.HttpUtility" ,
889+ " System.Web.Services.Description" ,
885890 " System.Windows" ,
886891 " System.Windows.Extensions" ,
887- " System.Windows.Forms" ,
888892 " System.Xml" ,
889893 " System.Xml.Linq" ,
890894 " System.Xml.ReaderWriter" ,
0 commit comments