@@ -668,7 +668,7 @@ 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
- " Markdig" ,
671
+ " Markdig.Signed " ,
672
672
" Microsoft.ApplicationInsights" ,
673
673
" Microsoft.CodeAnalysis" ,
674
674
" Microsoft.CodeAnalysis.CSharp" ,
@@ -686,13 +686,15 @@ namespace NativeMsh
686
686
" Microsoft.PowerShell.SDK" ,
687
687
" Microsoft.PowerShell.Security" ,
688
688
" Microsoft.VisualBasic" ,
689
+ " Microsoft.VisualBasic.Core" ,
689
690
" Microsoft.Win32.Primitives" ,
690
691
" Microsoft.Win32.Registry" ,
691
692
" Microsoft.Win32.Registry.AccessControl" ,
692
693
" Microsoft.Win32.SystemEvents" ,
693
694
" Microsoft.WSMan.Management" ,
694
695
" Microsoft.WSMan.Runtime" ,
695
696
" mscorlib" ,
697
+ " Namotion.Reflection" ,
696
698
" netstandard" ,
697
699
" Newtonsoft.Json" ,
698
700
" NJsonSchema" ,
@@ -709,6 +711,7 @@ namespace NativeMsh
709
711
" System.ComponentModel" ,
710
712
" System.ComponentModel.Annotations" ,
711
713
" System.ComponentModel.Composition" ,
714
+ " System.ComponentModel.Composition.Registration" ,
712
715
" System.ComponentModel.DataAnnotations" ,
713
716
" System.ComponentModel.EventBasedAsync" ,
714
717
" System.ComponentModel.Primitives" ,
@@ -721,6 +724,7 @@ namespace NativeMsh
721
724
" System.Data.Common" ,
722
725
" System.Data.DataSetExtensions" ,
723
726
" System.Data.Odbc" ,
727
+ " System.Data.OleDb" ,
724
728
" System.Data.SqlClient" ,
725
729
" System.Diagnostics.Contracts" ,
726
730
" System.Diagnostics.Debug" ,
@@ -741,6 +745,7 @@ namespace NativeMsh
741
745
" System.Drawing.Common" ,
742
746
" System.Drawing.Primitives" ,
743
747
" System.Dynamic.Runtime" ,
748
+ " System.Formats.Asn1" ,
744
749
" System.Globalization" ,
745
750
" System.Globalization.Calendars" ,
746
751
" System.Globalization.Extensions" ,
@@ -769,7 +774,9 @@ namespace NativeMsh
769
774
" System.Management.Automation" ,
770
775
" System.Memory" ,
771
776
" System.Net" ,
777
+ " System.Net.Connections" ,
772
778
" System.Net.Http" ,
779
+ " System.Net.Http.Json" ,
773
780
" System.Net.Http.WinHttpHandler" ,
774
781
" System.Net.HttpListener" ,
775
782
" System.Net.Mail" ,
@@ -796,6 +803,7 @@ namespace NativeMsh
796
803
" System.Private.Xml" ,
797
804
" System.Private.Xml.Linq" ,
798
805
" System.Reflection" ,
806
+ " System.Reflection.Context" ,
799
807
" System.Reflection.DispatchProxy" ,
800
808
" System.Reflection.Emit" ,
801
809
" System.Reflection.Emit.ILGeneration" ,
@@ -816,6 +824,7 @@ namespace NativeMsh
816
824
" System.Runtime.InteropServices" ,
817
825
" System.Runtime.InteropServices.RuntimeInformation" ,
818
826
" System.Runtime.InteropServices.WindowsRuntime" ,
827
+ " System.Runtime.Intrinsics" ,
819
828
" System.Runtime.Loader" ,
820
829
" System.Runtime.Numerics" ,
821
830
" System.Runtime.Serialization" ,
@@ -854,9 +863,11 @@ namespace NativeMsh
854
863
" System.Text.Encoding.CodePages" ,
855
864
" System.Text.Encoding.Extensions" ,
856
865
" System.Text.Encodings.Web" ,
866
+ " System.Text.Json" ,
857
867
" System.Text.RegularExpressions" ,
858
868
" System.Threading" ,
859
869
" System.Threading.AccessControl" ,
870
+ " System.Threading.Channels" ,
860
871
" System.Threading.Overlapped" ,
861
872
" System.Threading.Tasks" ,
862
873
" System.Threading.Tasks.Dataflow" ,
@@ -871,6 +882,7 @@ namespace NativeMsh
871
882
" System.Web" ,
872
883
" System.Web.HttpUtility" ,
873
884
" System.Windows" ,
885
+ " System.Windows.Extensions" ,
874
886
" System.Windows.Forms" ,
875
887
" System.Xml" ,
876
888
" System.Xml.Linq" ,
@@ -880,7 +892,8 @@ namespace NativeMsh
880
892
" System.Xml.XmlDocument" ,
881
893
" System.Xml.XmlSerializer" ,
882
894
" System.Xml.XPath" ,
883
- " System.Xml.XPath.XDocument"
895
+ " System.Xml.XPath.XDocument" ,
896
+ " WindowsBase"
884
897
};
885
898
886
899
// Define the function pointer for the CLR entry point
0 commit comments