From 2e20753fcaae0e5db417025e67dafe9515185a5e Mon Sep 17 00:00:00 2001 From: Tamas Vajk Date: Tue, 4 Jun 2024 16:47:01 +0200 Subject: [PATCH] Fix integration test --- .../Assemblies.expected | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/csharp/ql/integration-tests/posix-only/standalone_dependencies_executing_runtime/Assemblies.expected b/csharp/ql/integration-tests/posix-only/standalone_dependencies_executing_runtime/Assemblies.expected index 26e38291aa14f..38dee8ac6bd20 100644 --- a/csharp/ql/integration-tests/posix-only/standalone_dependencies_executing_runtime/Assemblies.expected +++ b/csharp/ql/integration-tests/posix-only/standalone_dependencies_executing_runtime/Assemblies.expected @@ -1,6 +1,10 @@ +| [...]/Basic.CompilerLog.Util.dll | | [...]/Humanizer.dll | +| [...]/MessagePack.Annotations.dll | +| [...]/MessagePack.dll | | [...]/Microsoft.Bcl.AsyncInterfaces.dll | | [...]/Microsoft.Build.Framework.dll | +| [...]/Microsoft.Build.Utilities.Core.dll | | [...]/Microsoft.Build.dll | | [...]/Microsoft.CSharp.dll | | [...]/Microsoft.CodeAnalysis.CSharp.Workspaces.dll | @@ -9,6 +13,7 @@ | [...]/Microsoft.CodeAnalysis.VisualBasic.dll | | [...]/Microsoft.CodeAnalysis.Workspaces.dll | | [...]/Microsoft.CodeAnalysis.dll | +| [...]/Microsoft.Extensions.ObjectPool.dll | | [...]/Microsoft.NET.StringTools.dll | | [...]/Microsoft.VisualBasic.Core.dll | | [...]/Microsoft.VisualBasic.dll | @@ -17,6 +22,7 @@ | [...]/Microsoft.Win32.SystemEvents.dll | | [...]/Mono.Posix.NETStandard.dll | | [...]/Newtonsoft.Json.dll | +| [...]/StructuredLogger.dll | | [...]/System.AppContext.dll | | [...]/System.Buffers.dll | | [...]/System.Collections.Concurrent.dll |