diff --git a/src/powershell-native/nativemsh/pwrshcommon/pwrshcommon.cpp b/src/powershell-native/nativemsh/pwrshcommon/pwrshcommon.cpp index 67622f4..43b0f7f 100644 --- a/src/powershell-native/nativemsh/pwrshcommon/pwrshcommon.cpp +++ b/src/powershell-native/nativemsh/pwrshcommon/pwrshcommon.cpp @@ -668,12 +668,14 @@ namespace NativeMsh // NOTE: The names must not include the .dll extension because it will be added programmatically. static PCSTR trustedAssemblies[] = { + "getfilesiginforedistwrapper", "Markdig.Signed", "Microsoft.ApplicationInsights", + "Microsoft.Bcl.AsyncInterfaces", "Microsoft.CodeAnalysis", "Microsoft.CodeAnalysis.CSharp", "Microsoft.CSharp", - "Microsoft.DiaSymReader.Native.amd64", + "Microsoft.Extensions.ObjectPool", "Microsoft.Management.Infrastructure", "Microsoft.Management.Infrastructure.CimCmdlets", "Microsoft.Management.Infrastructure.Native", @@ -698,7 +700,6 @@ namespace NativeMsh "netstandard", "Newtonsoft.Json", "NJsonSchema", - "PowerShell.Core.Instrumentation", "System", "System.AppContext", "System.Buffers", @@ -730,6 +731,7 @@ namespace NativeMsh "System.Diagnostics.Debug", "System.Diagnostics.DiagnosticSource", "System.Diagnostics.EventLog", + "System.Diagnostics.EventLog.Messages", "System.Diagnostics.FileVersionInfo", "System.Diagnostics.PerformanceCounter", "System.Diagnostics.Process", @@ -746,6 +748,7 @@ namespace NativeMsh "System.Drawing.Primitives", "System.Dynamic.Runtime", "System.Formats.Asn1", + "System.Formats.Tar", "System.Globalization", "System.Globalization.Calendars", "System.Globalization.Extensions", @@ -774,7 +777,6 @@ namespace NativeMsh "System.Management.Automation", "System.Memory", "System.Net", - "System.Net.Connections", "System.Net.Http", "System.Net.Http.Json", "System.Net.Http.WinHttpHandler", @@ -784,6 +786,7 @@ namespace NativeMsh "System.Net.NetworkInformation", "System.Net.Ping", "System.Net.Primitives", + "System.Net.Quic", "System.Net.Requests", "System.Net.Security", "System.Net.ServicePoint", @@ -822,8 +825,8 @@ namespace NativeMsh "System.Runtime.Extensions", "System.Runtime.Handles", "System.Runtime.InteropServices", + "System.Runtime.InteropServices.JavaScript", "System.Runtime.InteropServices.RuntimeInformation", - "System.Runtime.InteropServices.WindowsRuntime", "System.Runtime.Intrinsics", "System.Runtime.Loader", "System.Runtime.Numerics", @@ -860,6 +863,7 @@ namespace NativeMsh "System.ServiceModel.Web", "System.ServiceProcess", "System.ServiceProcess.ServiceController", + "System.Speech", "System.Text.Encoding", "System.Text.Encoding.CodePages", "System.Text.Encoding.Extensions", @@ -882,9 +886,9 @@ namespace NativeMsh "System.ValueTuple", "System.Web", "System.Web.HttpUtility", + "System.Web.Services.Description", "System.Windows", "System.Windows.Extensions", - "System.Windows.Forms", "System.Xml", "System.Xml.Linq", "System.Xml.ReaderWriter",