@@ -668,12 +668,14 @@ namespace NativeMsh
668
668
// NOTE: The names must not include the .dll extension because it will be added programmatically.
669
669
static PCSTR trustedAssemblies[] =
670
670
{
671
+ " getfilesiginforedistwrapper" ,
671
672
" Markdig.Signed" ,
672
673
" Microsoft.ApplicationInsights" ,
674
+ " Microsoft.Bcl.AsyncInterfaces" ,
673
675
" Microsoft.CodeAnalysis" ,
674
676
" Microsoft.CodeAnalysis.CSharp" ,
675
677
" Microsoft.CSharp" ,
676
- " Microsoft.DiaSymReader.Native.amd64 " ,
678
+ " Microsoft.Extensions.ObjectPool " ,
677
679
" Microsoft.Management.Infrastructure" ,
678
680
" Microsoft.Management.Infrastructure.CimCmdlets" ,
679
681
" Microsoft.Management.Infrastructure.Native" ,
@@ -698,7 +700,6 @@ namespace NativeMsh
698
700
" netstandard" ,
699
701
" Newtonsoft.Json" ,
700
702
" NJsonSchema" ,
701
- " PowerShell.Core.Instrumentation" ,
702
703
" System" ,
703
704
" System.AppContext" ,
704
705
" System.Buffers" ,
@@ -730,6 +731,7 @@ namespace NativeMsh
730
731
" System.Diagnostics.Debug" ,
731
732
" System.Diagnostics.DiagnosticSource" ,
732
733
" System.Diagnostics.EventLog" ,
734
+ " System.Diagnostics.EventLog.Messages" ,
733
735
" System.Diagnostics.FileVersionInfo" ,
734
736
" System.Diagnostics.PerformanceCounter" ,
735
737
" System.Diagnostics.Process" ,
@@ -746,6 +748,7 @@ namespace NativeMsh
746
748
" System.Drawing.Primitives" ,
747
749
" System.Dynamic.Runtime" ,
748
750
" System.Formats.Asn1" ,
751
+ " System.Formats.Tar" ,
749
752
" System.Globalization" ,
750
753
" System.Globalization.Calendars" ,
751
754
" System.Globalization.Extensions" ,
@@ -774,7 +777,6 @@ namespace NativeMsh
774
777
" System.Management.Automation" ,
775
778
" System.Memory" ,
776
779
" System.Net" ,
777
- " System.Net.Connections" ,
778
780
" System.Net.Http" ,
779
781
" System.Net.Http.Json" ,
780
782
" System.Net.Http.WinHttpHandler" ,
@@ -784,6 +786,7 @@ namespace NativeMsh
784
786
" System.Net.NetworkInformation" ,
785
787
" System.Net.Ping" ,
786
788
" System.Net.Primitives" ,
789
+ " System.Net.Quic" ,
787
790
" System.Net.Requests" ,
788
791
" System.Net.Security" ,
789
792
" System.Net.ServicePoint" ,
@@ -822,8 +825,8 @@ namespace NativeMsh
822
825
" System.Runtime.Extensions" ,
823
826
" System.Runtime.Handles" ,
824
827
" System.Runtime.InteropServices" ,
828
+ " System.Runtime.InteropServices.JavaScript" ,
825
829
" System.Runtime.InteropServices.RuntimeInformation" ,
826
- " System.Runtime.InteropServices.WindowsRuntime" ,
827
830
" System.Runtime.Intrinsics" ,
828
831
" System.Runtime.Loader" ,
829
832
" System.Runtime.Numerics" ,
@@ -860,6 +863,7 @@ namespace NativeMsh
860
863
" System.ServiceModel.Web" ,
861
864
" System.ServiceProcess" ,
862
865
" System.ServiceProcess.ServiceController" ,
866
+ " System.Speech" ,
863
867
" System.Text.Encoding" ,
864
868
" System.Text.Encoding.CodePages" ,
865
869
" System.Text.Encoding.Extensions" ,
@@ -882,9 +886,9 @@ namespace NativeMsh
882
886
" System.ValueTuple" ,
883
887
" System.Web" ,
884
888
" System.Web.HttpUtility" ,
889
+ " System.Web.Services.Description" ,
885
890
" System.Windows" ,
886
891
" System.Windows.Extensions" ,
887
- " System.Windows.Forms" ,
888
892
" System.Xml" ,
889
893
" System.Xml.Linq" ,
890
894
" System.Xml.ReaderWriter" ,
0 commit comments