@@ -668,10 +668,12 @@ 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
672
" Microsoft.ApplicationInsights" ,
672
673
" Microsoft.CodeAnalysis" ,
673
674
" Microsoft.CodeAnalysis.CSharp" ,
674
675
" Microsoft.CSharp" ,
676
+ " Microsoft.DiaSymReader.Native.amd64" ,
675
677
" Microsoft.Management.Infrastructure" ,
676
678
" Microsoft.Management.Infrastructure.CimCmdlets" ,
677
679
" Microsoft.Management.Infrastructure.Native" ,
@@ -680,50 +682,63 @@ namespace NativeMsh
680
682
" Microsoft.PowerShell.Commands.Utility" ,
681
683
" Microsoft.PowerShell.ConsoleHost" ,
682
684
" Microsoft.PowerShell.CoreCLR.Eventing" ,
683
- " Microsoft.PowerShell.LocalAccounts" ,
684
- " Microsoft.PowerShell.PSReadLine" ,
685
+ " Microsoft.PowerShell.MarkdownRender" ,
685
686
" Microsoft.PowerShell.SDK" ,
686
687
" Microsoft.PowerShell.Security" ,
687
688
" Microsoft.VisualBasic" ,
688
689
" Microsoft.Win32.Primitives" ,
689
690
" Microsoft.Win32.Registry" ,
690
691
" Microsoft.Win32.Registry.AccessControl" ,
692
+ " Microsoft.Win32.SystemEvents" ,
691
693
" Microsoft.WSMan.Management" ,
692
694
" Microsoft.WSMan.Runtime" ,
693
695
" mscorlib" ,
694
696
" netstandard" ,
695
697
" Newtonsoft.Json" ,
698
+ " NJsonSchema" ,
699
+ " PowerShell.Core.Instrumentation" ,
696
700
" System" ,
697
701
" System.AppContext" ,
698
702
" System.Buffers" ,
703
+ " System.CodeDom" ,
699
704
" System.Collections" ,
700
705
" System.Collections.Concurrent" ,
701
706
" System.Collections.Immutable" ,
702
707
" System.Collections.NonGeneric" ,
703
708
" System.Collections.Specialized" ,
704
- " System.Configuration" ,
705
709
" System.ComponentModel" ,
706
710
" System.ComponentModel.Annotations" ,
711
+ " System.ComponentModel.Composition" ,
707
712
" System.ComponentModel.DataAnnotations" ,
708
713
" System.ComponentModel.EventBasedAsync" ,
709
714
" System.ComponentModel.Primitives" ,
710
715
" System.ComponentModel.TypeConverter" ,
716
+ " System.Configuration" ,
717
+ " System.Configuration.ConfigurationManager" ,
711
718
" System.Console" ,
712
719
" System.Core" ,
713
720
" System.Data" ,
714
721
" System.Data.Common" ,
722
+ " System.Data.DataSetExtensions" ,
723
+ " System.Data.Odbc" ,
715
724
" System.Data.SqlClient" ,
716
725
" System.Diagnostics.Contracts" ,
717
726
" System.Diagnostics.Debug" ,
718
727
" System.Diagnostics.DiagnosticSource" ,
728
+ " System.Diagnostics.EventLog" ,
719
729
" System.Diagnostics.FileVersionInfo" ,
730
+ " System.Diagnostics.PerformanceCounter" ,
720
731
" System.Diagnostics.Process" ,
721
732
" System.Diagnostics.StackTrace" ,
722
733
" System.Diagnostics.TextWriterTraceListener" ,
723
734
" System.Diagnostics.Tools" ,
724
735
" System.Diagnostics.TraceSource" ,
725
736
" System.Diagnostics.Tracing" ,
737
+ " System.DirectoryServices" ,
738
+ " System.DirectoryServices.AccountManagement" ,
739
+ " System.DirectoryServices.Protocols" ,
726
740
" System.Drawing" ,
741
+ " System.Drawing.Common" ,
727
742
" System.Drawing.Primitives" ,
728
743
" System.Dynamic.Runtime" ,
729
744
" System.Globalization" ,
@@ -744,11 +759,13 @@ namespace NativeMsh
744
759
" System.IO.Packaging" ,
745
760
" System.IO.Pipes" ,
746
761
" System.IO.Pipes.AccessControl" ,
762
+ " System.IO.Ports" ,
747
763
" System.IO.UnmanagedMemoryStream" ,
748
764
" System.Linq" ,
749
765
" System.Linq.Expressions" ,
750
766
" System.Linq.Parallel" ,
751
767
" System.Linq.Queryable" ,
768
+ " System.Management" ,
752
769
" System.Management.Automation" ,
753
770
" System.Memory" ,
754
771
" System.Net" ,
@@ -791,6 +808,8 @@ namespace NativeMsh
791
808
" System.Resources.ResourceManager" ,
792
809
" System.Resources.Writer" ,
793
810
" System.Runtime" ,
811
+ " System.Runtime.Caching" ,
812
+ " System.Runtime.CompilerServices.Unsafe" ,
794
813
" System.Runtime.CompilerServices.VisualC" ,
795
814
" System.Runtime.Extensions" ,
796
815
" System.Runtime.Handles" ,
@@ -814,16 +833,20 @@ namespace NativeMsh
814
833
" System.Security.Cryptography.OpenSsl" ,
815
834
" System.Security.Cryptography.Pkcs" ,
816
835
" System.Security.Cryptography.Primitives" ,
836
+ " System.Security.Cryptography.ProtectedData" ,
817
837
" System.Security.Cryptography.X509Certificates" ,
838
+ " System.Security.Cryptography.Xml" ,
818
839
" System.Security.Permissions" ,
819
840
" System.Security.Principal" ,
820
841
" System.Security.Principal.Windows" ,
821
842
" System.Security.SecureString" ,
843
+ " System.ServiceModel" ,
822
844
" System.ServiceModel.Duplex" ,
823
845
" System.ServiceModel.Http" ,
824
846
" System.ServiceModel.NetTcp" ,
825
847
" System.ServiceModel.Primitives" ,
826
848
" System.ServiceModel.Security" ,
849
+ " System.ServiceModel.Syndication" ,
827
850
" System.ServiceModel.Web" ,
828
851
" System.ServiceProcess" ,
829
852
" System.ServiceProcess.ServiceController" ,
0 commit comments