From 2a77363cdf0a6c00a8c7516dea12aba083f4da75 Mon Sep 17 00:00:00 2001 From: Claude Assistant Date: Wed, 25 Jun 2025 23:21:41 +0100 Subject: [PATCH] chore: Remove and gitignore C# build artifacts - Delete obj/ and bin/ directories from test project - Add .gitignore for C# test project to exclude build artifacts - Prevents committing build files, temporary files, and NuGet packages --- .claude/settings.local.json | 48 --- .../repos/csharp/test_repo/.gitignore | 37 ++ ...CoreApp,Version=v8.0.AssemblyAttributes.cs | 4 - .../Debug/net8.0/TestProject.AssemblyInfo.cs | 22 -- .../TestProject.AssemblyInfoInputs.cache | 1 - ....GeneratedMSBuildEditorConfig.editorconfig | 17 - .../net8.0/TestProject.GlobalUsings.g.cs | 8 - .../obj/Debug/net8.0/TestProject.assets.cache | Bin 228 -> 0 bytes .../obj/TestProject.csproj.nuget.dgspec.json | 360 ----------------- .../obj/TestProject.csproj.nuget.g.props | 16 - .../obj/TestProject.csproj.nuget.g.targets | 2 - .../csharp/test_repo/obj/project.assets.json | 366 ------------------ .../csharp/test_repo/obj/project.nuget.cache | 8 - 13 files changed, 37 insertions(+), 852 deletions(-) delete mode 100644 .claude/settings.local.json create mode 100644 test/resources/repos/csharp/test_repo/.gitignore delete mode 100644 test/resources/repos/csharp/test_repo/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs delete mode 100644 test/resources/repos/csharp/test_repo/obj/Debug/net8.0/TestProject.AssemblyInfo.cs delete mode 100644 test/resources/repos/csharp/test_repo/obj/Debug/net8.0/TestProject.AssemblyInfoInputs.cache delete mode 100644 test/resources/repos/csharp/test_repo/obj/Debug/net8.0/TestProject.GeneratedMSBuildEditorConfig.editorconfig delete mode 100644 test/resources/repos/csharp/test_repo/obj/Debug/net8.0/TestProject.GlobalUsings.g.cs delete mode 100644 test/resources/repos/csharp/test_repo/obj/Debug/net8.0/TestProject.assets.cache delete mode 100644 test/resources/repos/csharp/test_repo/obj/TestProject.csproj.nuget.dgspec.json delete mode 100644 test/resources/repos/csharp/test_repo/obj/TestProject.csproj.nuget.g.props delete mode 100644 test/resources/repos/csharp/test_repo/obj/TestProject.csproj.nuget.g.targets delete mode 100644 test/resources/repos/csharp/test_repo/obj/project.assets.json delete mode 100644 test/resources/repos/csharp/test_repo/obj/project.nuget.cache diff --git a/.claude/settings.local.json b/.claude/settings.local.json deleted file mode 100644 index 9a47403..0000000 --- a/.claude/settings.local.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "permissions": { - "allow": [ - "mcp__serena__initial_instructions", - "mcp__serena__switch_modes", - "mcp__serena__find_file", - "mcp__serena__get_symbols_overview", - "mcp__serena__find_symbol", - "mcp__serena__search_for_pattern", - "mcp__serena__think_about_task_adherence", - "mcp__serena__replace_regex", - "Bash(uv run:*)", - "mcp__serena__list_dir", - "Bash(uv sync:*)", - "mcp__serena__check_onboarding_performed", - "mcp__serena__read_memory", - "mcp__serena__read_file", - "mcp__zen__thinkdeep", - "mcp__serena__replace_symbol_body", - "Bash(uv pip:*)", - "mcp__serena__summarize_changes", - "Bash(grep:*)", - "mcp__serena__think_about_collected_information", - "mcp__serena__think_about_whether_you_are_done", - "mcp__zen__planner", - "Bash(python test_csharp_indexing.py:*)", - "Bash(rm:*)", - "mcp__serena__list_memories", - "mcp__serena__execute_shell_command", - "mcp__zen__debug", - "Bash(find:*)", - "mcp__serena__activate_project", - "mcp__serena__get_current_config", - "mcp__zen__chat", - "Bash(mkdir:*)", - "Bash(python -m pytest test/solidlsp/csharp/test_csharp_basic.py::TestCSharpBasic::test_language_server_starts -v --no-header)", - "WebFetch(domain:raw.githubusercontent.com)", - "Bash(git add:*)", - "Bash(git reset:*)", - "Bash(git commit:*)", - "Bash(git push:*)", - "Bash(curl:*)", - "WebFetch(domain:github.com)", - "mcp__zen__codereview" - ], - "deny": [] - } -} \ No newline at end of file diff --git a/test/resources/repos/csharp/test_repo/.gitignore b/test/resources/repos/csharp/test_repo/.gitignore new file mode 100644 index 0000000..c494397 --- /dev/null +++ b/test/resources/repos/csharp/test_repo/.gitignore @@ -0,0 +1,37 @@ +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +[Aa][Rr][Mm]/ +[Aa][Rr][Mm]64/ +bld/ +[Bb]in/ +[Oo]bj/ +[Ll]og/ +[Ll]ogs/ + +# Visual Studio temporary files +.vs/ + +# .NET Core +project.lock.json +project.fragment.lock.json +artifacts/ + +# Files built by Visual Studio +*.user +*.userosscache +*.sln.docstates + +# Build results +*.dll +*.exe +*.pdb + +# NuGet +*.nupkg +*.snupkg +packages/ \ No newline at end of file diff --git a/test/resources/repos/csharp/test_repo/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/test/resources/repos/csharp/test_repo/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs deleted file mode 100644 index 678fc5f..0000000 --- a/test/resources/repos/csharp/test_repo/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")] diff --git a/test/resources/repos/csharp/test_repo/obj/Debug/net8.0/TestProject.AssemblyInfo.cs b/test/resources/repos/csharp/test_repo/obj/Debug/net8.0/TestProject.AssemblyInfo.cs deleted file mode 100644 index 711948f..0000000 --- a/test/resources/repos/csharp/test_repo/obj/Debug/net8.0/TestProject.AssemblyInfo.cs +++ /dev/null @@ -1,22 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyCompanyAttribute("TestProject")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+13d2051bab6be61a27562a1dec345394d9406ed5")] -[assembly: System.Reflection.AssemblyProductAttribute("TestProject")] -[assembly: System.Reflection.AssemblyTitleAttribute("TestProject")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/test/resources/repos/csharp/test_repo/obj/Debug/net8.0/TestProject.AssemblyInfoInputs.cache b/test/resources/repos/csharp/test_repo/obj/Debug/net8.0/TestProject.AssemblyInfoInputs.cache deleted file mode 100644 index d639d7f..0000000 --- a/test/resources/repos/csharp/test_repo/obj/Debug/net8.0/TestProject.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -d236faca0a9516c65821191c66ef2203410e818d52783134b3f85ef04a27b229 diff --git a/test/resources/repos/csharp/test_repo/obj/Debug/net8.0/TestProject.GeneratedMSBuildEditorConfig.editorconfig b/test/resources/repos/csharp/test_repo/obj/Debug/net8.0/TestProject.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 2647bac..0000000 --- a/test/resources/repos/csharp/test_repo/obj/Debug/net8.0/TestProject.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,17 +0,0 @@ -is_global = true -build_property.TargetFramework = net8.0 -build_property.TargetFrameworkIdentifier = .NETCoreApp -build_property.TargetFrameworkVersion = v8.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property.EnforceExtendedAnalyzerRules = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.RootNamespace = TestProject -build_property.ProjectDir = \\wsl.localhost\Ubuntu\home\thomh\dev\serena\test\resources\repos\csharp\test_repo\ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = -build_property.EffectiveAnalysisLevelStyle = 8.0 -build_property.EnableCodeStyleSeverity = diff --git a/test/resources/repos/csharp/test_repo/obj/Debug/net8.0/TestProject.GlobalUsings.g.cs b/test/resources/repos/csharp/test_repo/obj/Debug/net8.0/TestProject.GlobalUsings.g.cs deleted file mode 100644 index 3bad85c..0000000 --- a/test/resources/repos/csharp/test_repo/obj/Debug/net8.0/TestProject.GlobalUsings.g.cs +++ /dev/null @@ -1,8 +0,0 @@ -// -global using System; -global using System.Collections.Generic; -global using System.IO; -global using System.Linq; -global using System.Net.Http; -global using System.Threading; -global using System.Threading.Tasks; diff --git a/test/resources/repos/csharp/test_repo/obj/Debug/net8.0/TestProject.assets.cache b/test/resources/repos/csharp/test_repo/obj/Debug/net8.0/TestProject.assets.cache deleted file mode 100644 index af60b7a374d803ae9e0c4f90bd3fe4ca3461e3f5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 228 zcmWIWc6a1qU|^Ukw6B_VzvJ&m$0cg2{MW}C%5LKcj8mPHb2$2Pv6;={2S7E%0w$nB zd1tGb(Bjmh;+T?*{M?Kfy}Z)&)RLHj#N_P6^wi=QkXi07RxtrZ`RPT8xe9KXIjO}8 zszw$S7G|nOmNCAW$wm3a`DrBzVVT9Hi8%_vC8a5u`7yy6iAAX?F@B})sU-nW!w9(x E0J&f`6951J diff --git a/test/resources/repos/csharp/test_repo/obj/TestProject.csproj.nuget.dgspec.json b/test/resources/repos/csharp/test_repo/obj/TestProject.csproj.nuget.dgspec.json deleted file mode 100644 index fdf6ba6..0000000 --- a/test/resources/repos/csharp/test_repo/obj/TestProject.csproj.nuget.dgspec.json +++ /dev/null @@ -1,360 +0,0 @@ -{ - "format": 1, - "restore": { - "\\\\wsl.localhost\\Ubuntu\\home\\thomh\\dev\\serena\\test\\resources\\repos\\csharp\\test_repo\\TestProject.csproj": {} - }, - "projects": { - "\\\\wsl.localhost\\Ubuntu\\home\\thomh\\dev\\serena\\test\\resources\\repos\\csharp\\test_repo\\TestProject.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "\\\\wsl.localhost\\Ubuntu\\home\\thomh\\dev\\serena\\test\\resources\\repos\\csharp\\test_repo\\TestProject.csproj", - "projectName": "TestProject", - "projectPath": "\\\\wsl.localhost\\Ubuntu\\home\\thomh\\dev\\serena\\test\\resources\\repos\\csharp\\test_repo\\TestProject.csproj", - "packagesPath": "C:\\Users\\thomh\\.nuget\\packages\\", - "outputPath": "\\\\wsl.localhost\\Ubuntu\\home\\thomh\\dev\\serena\\test\\resources\\repos\\csharp\\test_repo\\obj\\", - "projectStyle": "PackageReference", - "fallbackFolders": [ - "D:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" - ], - "configFilePaths": [ - "C:\\Users\\thomh\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net8.0" - ], - "sources": { - "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "direct" - }, - "SdkAnalysisLevel": "10.0.100" - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.100-preview.4.25204.4/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.CSharp": "(, 4.7.32767]", - "Microsoft.NETCore.App": "(, 2.1.32767]", - "Microsoft.VisualBasic": "(, 10.3.32767]", - "Microsoft.Win32.Primitives": "(, 4.3.32767]", - "Microsoft.Win32.Registry": "(, 5.0.32767]", - "runtime.any.System.Collections": "(, 4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(, 4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(, 4.3.32767]", - "runtime.any.System.Globalization": "(, 4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(, 4.3.32767]", - "runtime.any.System.IO": "(, 4.3.32767]", - "runtime.any.System.Reflection": "(, 4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(, 4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(, 4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(, 4.3.32767]", - "runtime.any.System.Runtime": "(, 4.3.32767]", - "runtime.any.System.Runtime.Handles": "(, 4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(, 4.3.32767]", - "runtime.any.System.Text.Encoding": "(, 4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(, 4.3.32767]", - "runtime.any.System.Threading.Tasks": "(, 4.3.32767]", - "runtime.any.System.Threading.Timer": "(, 4.3.32767]", - "runtime.aot.System.Collections": "(, 4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(, 4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(, 4.3.32767]", - "runtime.aot.System.Globalization": "(, 4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(, 4.3.32767]", - "runtime.aot.System.IO": "(, 4.3.32767]", - "runtime.aot.System.Reflection": "(, 4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(, 4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(, 4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(, 4.3.32767]", - "runtime.aot.System.Runtime": "(, 4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(, 4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(, 4.3.32767]", - "runtime.aot.System.Text.Encoding": "(, 4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(, 4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(, 4.3.32767]", - "runtime.aot.System.Threading.Timer": "(, 4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(, 4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(, 4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(, 4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(, 4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(, 4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(, 4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(, 4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(, 4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(, 4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(, 4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(, 4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(, 4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(, 4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(, 4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(, 4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(, 4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(, 4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(, 4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]", - "runtime.native.System.Security.Cryptography": "(, 4.3.32767]", - "runtime.native.System.Security.Cryptography.Apple": "(, 4.3.32767]", - "runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(, 4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(, 4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(, 4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(, 4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(, 4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(, 4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(, 4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(, 4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(, 4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(, 4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(, 4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(, 4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(, 4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(, 4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(, 4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(, 4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(, 4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(, 4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(, 4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(, 4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(, 4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(, 4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(, 4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(, 4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(, 4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(, 4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(, 4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(, 4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(, 4.3.32767]", - "runtime.unix.System.Console": "(, 4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(, 4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(, 4.3.32767]", - "runtime.unix.System.Net.Primitives": "(, 4.3.32767]", - "runtime.unix.System.Net.Sockets": "(, 4.3.32767]", - "runtime.unix.System.Private.Uri": "(, 4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(, 4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(, 4.3.32767]", - "runtime.win.System.Console": "(, 4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(, 4.3.32767]", - "runtime.win.System.IO.FileSystem": "(, 4.3.32767]", - "runtime.win.System.Net.Primitives": "(, 4.3.32767]", - "runtime.win.System.Net.Sockets": "(, 4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(, 4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(, 4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(, 4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(, 4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(, 4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(, 4.3.32767]", - "runtime.win7.System.Private.Uri": "(, 4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(, 4.3.32767]", - "System.AppContext": "(, 4.3.32767]", - "System.Buffers": "(, 4.5.32767]", - "System.Collections": "(, 4.3.32767]", - "System.Collections.Concurrent": "(, 4.3.32767]", - "System.Collections.Immutable": "(, 8.0.32767]", - "System.Collections.NonGeneric": "(, 4.3.32767]", - "System.Collections.Specialized": "(, 4.3.32767]", - "System.ComponentModel": "(, 4.3.32767]", - "System.ComponentModel.Annotations": "(, 5.0.32767]", - "System.ComponentModel.EventBasedAsync": "(, 4.3.32767]", - "System.ComponentModel.Primitives": "(, 4.3.32767]", - "System.ComponentModel.TypeConverter": "(, 4.3.32767]", - "System.Console": "(, 4.3.32767]", - "System.Data.Common": "(, 4.3.32767]", - "System.Data.DataSetExtensions": "(, 4.5.32767]", - "System.Diagnostics.Contracts": "(, 4.3.32767]", - "System.Diagnostics.Debug": "(, 4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(, 8.0.32767]", - "System.Diagnostics.FileVersionInfo": "(, 4.3.32767]", - "System.Diagnostics.Process": "(, 4.3.32767]", - "System.Diagnostics.StackTrace": "(, 4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(, 4.3.32767]", - "System.Diagnostics.Tools": "(, 4.3.32767]", - "System.Diagnostics.TraceSource": "(, 4.3.32767]", - "System.Diagnostics.Tracing": "(, 4.3.32767]", - "System.Drawing.Primitives": "(, 4.3.32767]", - "System.Dynamic.Runtime": "(, 4.3.32767]", - "System.Formats.Asn1": "(, 8.0.32767]", - "System.Globalization": "(, 4.3.32767]", - "System.Globalization.Calendars": "(, 4.3.32767]", - "System.Globalization.Extensions": "(, 4.3.32767]", - "System.IO": "(, 4.3.32767]", - "System.IO.Compression": "(, 4.3.32767]", - "System.IO.Compression.ZipFile": "(, 4.3.32767]", - "System.IO.FileSystem": "(, 4.3.32767]", - "System.IO.FileSystem.AccessControl": "(, 5.0.32767]", - "System.IO.FileSystem.DriveInfo": "(, 4.3.32767]", - "System.IO.FileSystem.Primitives": "(, 4.3.32767]", - "System.IO.FileSystem.Watcher": "(, 4.3.32767]", - "System.IO.IsolatedStorage": "(, 4.3.32767]", - "System.IO.MemoryMappedFiles": "(, 4.3.32767]", - "System.IO.Pipes": "(, 4.3.32767]", - "System.IO.Pipes.AccessControl": "(, 4.6.32767]", - "System.IO.UnmanagedMemoryStream": "(, 4.3.32767]", - "System.Linq": "(, 4.3.32767]", - "System.Linq.Expressions": "(, 4.3.32767]", - "System.Linq.Parallel": "(, 4.3.32767]", - "System.Linq.Queryable": "(, 4.3.32767]", - "System.Memory": "(, 4.5.32767]", - "System.Net.Http": "(, 4.3.32767]", - "System.Net.Http.Json": "(, 8.0.32767]", - "System.Net.NameResolution": "(, 4.3.32767]", - "System.Net.NetworkInformation": "(, 4.3.32767]", - "System.Net.Ping": "(, 4.3.32767]", - "System.Net.Primitives": "(, 4.3.32767]", - "System.Net.Requests": "(, 4.3.32767]", - "System.Net.Security": "(, 4.3.32767]", - "System.Net.Sockets": "(, 4.3.32767]", - "System.Net.WebHeaderCollection": "(, 4.3.32767]", - "System.Net.WebSockets": "(, 4.3.32767]", - "System.Net.WebSockets.Client": "(, 4.3.32767]", - "System.Numerics.Vectors": "(, 4.5.32767]", - "System.ObjectModel": "(, 4.3.32767]", - "System.Private.DataContractSerialization": "(, 4.3.32767]", - "System.Private.Uri": "(, 4.3.32767]", - "System.Reflection": "(, 4.3.32767]", - "System.Reflection.DispatchProxy": "(, 4.7.32767]", - "System.Reflection.Emit": "(, 4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(, 4.7.32767]", - "System.Reflection.Emit.Lightweight": "(, 4.7.32767]", - "System.Reflection.Extensions": "(, 4.3.32767]", - "System.Reflection.Metadata": "(, 8.0.32767]", - "System.Reflection.Primitives": "(, 4.3.32767]", - "System.Reflection.TypeExtensions": "(, 4.7.32767]", - "System.Resources.Reader": "(, 4.3.32767]", - "System.Resources.ResourceManager": "(, 4.3.32767]", - "System.Resources.Writer": "(, 4.3.32767]", - "System.Runtime": "(, 4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(, 6.0.32767]", - "System.Runtime.CompilerServices.VisualC": "(, 4.3.32767]", - "System.Runtime.Extensions": "(, 4.3.32767]", - "System.Runtime.Handles": "(, 4.3.32767]", - "System.Runtime.InteropServices": "(, 4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(, 4.3.32767]", - "System.Runtime.InteropServices.WindowsRuntime": "(, 4.3.32767]", - "System.Runtime.Loader": "(, 4.3.32767]", - "System.Runtime.Numerics": "(, 4.3.32767]", - "System.Runtime.Serialization.Formatters": "(, 4.3.32767]", - "System.Runtime.Serialization.Json": "(, 4.3.32767]", - "System.Runtime.Serialization.Primitives": "(, 4.3.32767]", - "System.Runtime.Serialization.Xml": "(, 4.3.32767]", - "System.Runtime.WindowsRuntime": "(, 4.7.32767]", - "System.Runtime.WindowsRuntime.UI.Xaml": "(, 4.7.32767]", - "System.Security.AccessControl": "(, 6.0.32767]", - "System.Security.Claims": "(, 4.3.32767]", - "System.Security.Cryptography.Algorithms": "(, 4.3.32767]", - "System.Security.Cryptography.Cng": "(, 4.6.32767]", - "System.Security.Cryptography.Csp": "(, 4.3.32767]", - "System.Security.Cryptography.Encoding": "(, 4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(, 5.0.32767]", - "System.Security.Cryptography.Primitives": "(, 4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(, 4.3.32767]", - "System.Security.Cryptography.Xml": "(, 4.4.32767]", - "System.Security.Principal": "(, 4.3.32767]", - "System.Security.Principal.Windows": "(, 5.0.32767]", - "System.Security.SecureString": "(, 4.3.32767]", - "System.Text.Encoding": "(, 4.3.32767]", - "System.Text.Encoding.CodePages": "(, 8.0.32767]", - "System.Text.Encoding.Extensions": "(, 4.3.32767]", - "System.Text.Encodings.Web": "(, 8.0.32767]", - "System.Text.Json": "(, 8.0.32767]", - "System.Text.RegularExpressions": "(, 4.3.32767]", - "System.Threading": "(, 4.3.32767]", - "System.Threading.Channels": "(, 8.0.32767]", - "System.Threading.Overlapped": "(, 4.3.32767]", - "System.Threading.Tasks": "(, 4.3.32767]", - "System.Threading.Tasks.Dataflow": "(, 8.0.32767]", - "System.Threading.Tasks.Extensions": "(, 4.5.32767]", - "System.Threading.Tasks.Parallel": "(, 4.3.32767]", - "System.Threading.Thread": "(, 4.3.32767]", - "System.Threading.ThreadPool": "(, 4.3.32767]", - "System.Threading.Timer": "(, 4.3.32767]", - "System.ValueTuple": "(, 4.5.32767]", - "System.Xml.ReaderWriter": "(, 4.3.32767]", - "System.Xml.XDocument": "(, 4.3.32767]", - "System.Xml.XmlDocument": "(, 4.3.32767]", - "System.Xml.XmlSerializer": "(, 4.3.32767]", - "System.Xml.XPath": "(, 4.3.32767]", - "System.Xml.XPath.XDocument": "(, 4.3.32767]" - } - } - } - } - } -} \ No newline at end of file diff --git a/test/resources/repos/csharp/test_repo/obj/TestProject.csproj.nuget.g.props b/test/resources/repos/csharp/test_repo/obj/TestProject.csproj.nuget.g.props deleted file mode 100644 index ed78677..0000000 --- a/test/resources/repos/csharp/test_repo/obj/TestProject.csproj.nuget.g.props +++ /dev/null @@ -1,16 +0,0 @@ - - - - True - NuGet - $(MSBuildThisFileDirectory)project.assets.json - $(UserProfile)\.nuget\packages\ - C:\Users\thomh\.nuget\packages\;D:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages - PackageReference - 6.14.0 - - - - - - \ No newline at end of file diff --git a/test/resources/repos/csharp/test_repo/obj/TestProject.csproj.nuget.g.targets b/test/resources/repos/csharp/test_repo/obj/TestProject.csproj.nuget.g.targets deleted file mode 100644 index 35a7576..0000000 --- a/test/resources/repos/csharp/test_repo/obj/TestProject.csproj.nuget.g.targets +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/test/resources/repos/csharp/test_repo/obj/project.assets.json b/test/resources/repos/csharp/test_repo/obj/project.assets.json deleted file mode 100644 index ee62179..0000000 --- a/test/resources/repos/csharp/test_repo/obj/project.assets.json +++ /dev/null @@ -1,366 +0,0 @@ -{ - "version": 3, - "targets": { - "net8.0": {} - }, - "libraries": {}, - "projectFileDependencyGroups": { - "net8.0": [] - }, - "packageFolders": { - "C:\\Users\\thomh\\.nuget\\packages\\": {}, - "D:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {} - }, - "project": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "\\\\wsl.localhost\\Ubuntu\\home\\thomh\\dev\\serena\\test\\resources\\repos\\csharp\\test_repo\\TestProject.csproj", - "projectName": "TestProject", - "projectPath": "\\\\wsl.localhost\\Ubuntu\\home\\thomh\\dev\\serena\\test\\resources\\repos\\csharp\\test_repo\\TestProject.csproj", - "packagesPath": "C:\\Users\\thomh\\.nuget\\packages\\", - "outputPath": "\\\\wsl.localhost\\Ubuntu\\home\\thomh\\dev\\serena\\test\\resources\\repos\\csharp\\test_repo\\obj\\", - "projectStyle": "PackageReference", - "fallbackFolders": [ - "D:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" - ], - "configFilePaths": [ - "C:\\Users\\thomh\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net8.0" - ], - "sources": { - "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "direct" - }, - "SdkAnalysisLevel": "10.0.100" - }, - "frameworks": { - "net8.0": { - "targetAlias": "net8.0", - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.100-preview.4.25204.4/PortableRuntimeIdentifierGraph.json", - "packagesToPrune": { - "Microsoft.CSharp": "(, 4.7.32767]", - "Microsoft.NETCore.App": "(, 2.1.32767]", - "Microsoft.VisualBasic": "(, 10.3.32767]", - "Microsoft.Win32.Primitives": "(, 4.3.32767]", - "Microsoft.Win32.Registry": "(, 5.0.32767]", - "runtime.any.System.Collections": "(, 4.3.32767]", - "runtime.any.System.Diagnostics.Tools": "(, 4.3.32767]", - "runtime.any.System.Diagnostics.Tracing": "(, 4.3.32767]", - "runtime.any.System.Globalization": "(, 4.3.32767]", - "runtime.any.System.Globalization.Calendars": "(, 4.3.32767]", - "runtime.any.System.IO": "(, 4.3.32767]", - "runtime.any.System.Reflection": "(, 4.3.32767]", - "runtime.any.System.Reflection.Extensions": "(, 4.3.32767]", - "runtime.any.System.Reflection.Primitives": "(, 4.3.32767]", - "runtime.any.System.Resources.ResourceManager": "(, 4.3.32767]", - "runtime.any.System.Runtime": "(, 4.3.32767]", - "runtime.any.System.Runtime.Handles": "(, 4.3.32767]", - "runtime.any.System.Runtime.InteropServices": "(, 4.3.32767]", - "runtime.any.System.Text.Encoding": "(, 4.3.32767]", - "runtime.any.System.Text.Encoding.Extensions": "(, 4.3.32767]", - "runtime.any.System.Threading.Tasks": "(, 4.3.32767]", - "runtime.any.System.Threading.Timer": "(, 4.3.32767]", - "runtime.aot.System.Collections": "(, 4.3.32767]", - "runtime.aot.System.Diagnostics.Tools": "(, 4.3.32767]", - "runtime.aot.System.Diagnostics.Tracing": "(, 4.3.32767]", - "runtime.aot.System.Globalization": "(, 4.3.32767]", - "runtime.aot.System.Globalization.Calendars": "(, 4.3.32767]", - "runtime.aot.System.IO": "(, 4.3.32767]", - "runtime.aot.System.Reflection": "(, 4.3.32767]", - "runtime.aot.System.Reflection.Extensions": "(, 4.3.32767]", - "runtime.aot.System.Reflection.Primitives": "(, 4.3.32767]", - "runtime.aot.System.Resources.ResourceManager": "(, 4.3.32767]", - "runtime.aot.System.Runtime": "(, 4.3.32767]", - "runtime.aot.System.Runtime.Handles": "(, 4.3.32767]", - "runtime.aot.System.Runtime.InteropServices": "(, 4.3.32767]", - "runtime.aot.System.Text.Encoding": "(, 4.3.32767]", - "runtime.aot.System.Text.Encoding.Extensions": "(, 4.3.32767]", - "runtime.aot.System.Threading.Tasks": "(, 4.3.32767]", - "runtime.aot.System.Threading.Timer": "(, 4.3.32767]", - "runtime.debian.8-x64.runtime.native.System": "(, 4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Http": "(, 4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Net.Security": "(, 4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]", - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]", - "runtime.debian.9-x64.runtime.native.System": "(, 4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Http": "(, 4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Net.Security": "(, 4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]", - "runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System": "(, 4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(, 4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(, 4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System": "(, 4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(, 4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(, 4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System": "(, 4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(, 4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(, 4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]", - "runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System": "(, 4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(, 4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(, 4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]", - "runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]", - "runtime.native.System.Security.Cryptography": "(, 4.3.32767]", - "runtime.native.System.Security.Cryptography.Apple": "(, 4.3.32767]", - "runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System": "(, 4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(, 4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(, 4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System": "(, 4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(, 4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(, 4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System": "(, 4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(, 4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(, 4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]", - "runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System": "(, 4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(, 4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(, 4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(, 4.3.32767]", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System": "(, 4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(, 4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(, 4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System": "(, 4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(, 4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(, 4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System": "(, 4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(, 4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(, 4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System": "(, 4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(, 4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(, 4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System": "(, 4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(, 4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(, 4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography": "(, 4.3.32767]", - "runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(, 4.3.32767]", - "runtime.unix.Microsoft.Win32.Primitives": "(, 4.3.32767]", - "runtime.unix.System.Console": "(, 4.3.32767]", - "runtime.unix.System.Diagnostics.Debug": "(, 4.3.32767]", - "runtime.unix.System.IO.FileSystem": "(, 4.3.32767]", - "runtime.unix.System.Net.Primitives": "(, 4.3.32767]", - "runtime.unix.System.Net.Sockets": "(, 4.3.32767]", - "runtime.unix.System.Private.Uri": "(, 4.3.32767]", - "runtime.unix.System.Runtime.Extensions": "(, 4.3.32767]", - "runtime.win.Microsoft.Win32.Primitives": "(, 4.3.32767]", - "runtime.win.System.Console": "(, 4.3.32767]", - "runtime.win.System.Diagnostics.Debug": "(, 4.3.32767]", - "runtime.win.System.IO.FileSystem": "(, 4.3.32767]", - "runtime.win.System.Net.Primitives": "(, 4.3.32767]", - "runtime.win.System.Net.Sockets": "(, 4.3.32767]", - "runtime.win.System.Runtime.Extensions": "(, 4.3.32767]", - "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(, 4.0.32767]", - "runtime.win10-arm64.runtime.native.System.IO.Compression": "(, 4.3.32767]", - "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(, 4.0.32767]", - "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(, 4.0.32767]", - "runtime.win7-x64.runtime.native.System.IO.Compression": "(, 4.3.32767]", - "runtime.win7-x86.runtime.native.System.IO.Compression": "(, 4.3.32767]", - "runtime.win7.System.Private.Uri": "(, 4.3.32767]", - "runtime.win8-arm.runtime.native.System.IO.Compression": "(, 4.3.32767]", - "System.AppContext": "(, 4.3.32767]", - "System.Buffers": "(, 4.5.32767]", - "System.Collections": "(, 4.3.32767]", - "System.Collections.Concurrent": "(, 4.3.32767]", - "System.Collections.Immutable": "(, 8.0.32767]", - "System.Collections.NonGeneric": "(, 4.3.32767]", - "System.Collections.Specialized": "(, 4.3.32767]", - "System.ComponentModel": "(, 4.3.32767]", - "System.ComponentModel.Annotations": "(, 5.0.32767]", - "System.ComponentModel.EventBasedAsync": "(, 4.3.32767]", - "System.ComponentModel.Primitives": "(, 4.3.32767]", - "System.ComponentModel.TypeConverter": "(, 4.3.32767]", - "System.Console": "(, 4.3.32767]", - "System.Data.Common": "(, 4.3.32767]", - "System.Data.DataSetExtensions": "(, 4.5.32767]", - "System.Diagnostics.Contracts": "(, 4.3.32767]", - "System.Diagnostics.Debug": "(, 4.3.32767]", - "System.Diagnostics.DiagnosticSource": "(, 8.0.32767]", - "System.Diagnostics.FileVersionInfo": "(, 4.3.32767]", - "System.Diagnostics.Process": "(, 4.3.32767]", - "System.Diagnostics.StackTrace": "(, 4.3.32767]", - "System.Diagnostics.TextWriterTraceListener": "(, 4.3.32767]", - "System.Diagnostics.Tools": "(, 4.3.32767]", - "System.Diagnostics.TraceSource": "(, 4.3.32767]", - "System.Diagnostics.Tracing": "(, 4.3.32767]", - "System.Drawing.Primitives": "(, 4.3.32767]", - "System.Dynamic.Runtime": "(, 4.3.32767]", - "System.Formats.Asn1": "(, 8.0.32767]", - "System.Globalization": "(, 4.3.32767]", - "System.Globalization.Calendars": "(, 4.3.32767]", - "System.Globalization.Extensions": "(, 4.3.32767]", - "System.IO": "(, 4.3.32767]", - "System.IO.Compression": "(, 4.3.32767]", - "System.IO.Compression.ZipFile": "(, 4.3.32767]", - "System.IO.FileSystem": "(, 4.3.32767]", - "System.IO.FileSystem.AccessControl": "(, 5.0.32767]", - "System.IO.FileSystem.DriveInfo": "(, 4.3.32767]", - "System.IO.FileSystem.Primitives": "(, 4.3.32767]", - "System.IO.FileSystem.Watcher": "(, 4.3.32767]", - "System.IO.IsolatedStorage": "(, 4.3.32767]", - "System.IO.MemoryMappedFiles": "(, 4.3.32767]", - "System.IO.Pipes": "(, 4.3.32767]", - "System.IO.Pipes.AccessControl": "(, 4.6.32767]", - "System.IO.UnmanagedMemoryStream": "(, 4.3.32767]", - "System.Linq": "(, 4.3.32767]", - "System.Linq.Expressions": "(, 4.3.32767]", - "System.Linq.Parallel": "(, 4.3.32767]", - "System.Linq.Queryable": "(, 4.3.32767]", - "System.Memory": "(, 4.5.32767]", - "System.Net.Http": "(, 4.3.32767]", - "System.Net.Http.Json": "(, 8.0.32767]", - "System.Net.NameResolution": "(, 4.3.32767]", - "System.Net.NetworkInformation": "(, 4.3.32767]", - "System.Net.Ping": "(, 4.3.32767]", - "System.Net.Primitives": "(, 4.3.32767]", - "System.Net.Requests": "(, 4.3.32767]", - "System.Net.Security": "(, 4.3.32767]", - "System.Net.Sockets": "(, 4.3.32767]", - "System.Net.WebHeaderCollection": "(, 4.3.32767]", - "System.Net.WebSockets": "(, 4.3.32767]", - "System.Net.WebSockets.Client": "(, 4.3.32767]", - "System.Numerics.Vectors": "(, 4.5.32767]", - "System.ObjectModel": "(, 4.3.32767]", - "System.Private.DataContractSerialization": "(, 4.3.32767]", - "System.Private.Uri": "(, 4.3.32767]", - "System.Reflection": "(, 4.3.32767]", - "System.Reflection.DispatchProxy": "(, 4.7.32767]", - "System.Reflection.Emit": "(, 4.7.32767]", - "System.Reflection.Emit.ILGeneration": "(, 4.7.32767]", - "System.Reflection.Emit.Lightweight": "(, 4.7.32767]", - "System.Reflection.Extensions": "(, 4.3.32767]", - "System.Reflection.Metadata": "(, 8.0.32767]", - "System.Reflection.Primitives": "(, 4.3.32767]", - "System.Reflection.TypeExtensions": "(, 4.7.32767]", - "System.Resources.Reader": "(, 4.3.32767]", - "System.Resources.ResourceManager": "(, 4.3.32767]", - "System.Resources.Writer": "(, 4.3.32767]", - "System.Runtime": "(, 4.3.32767]", - "System.Runtime.CompilerServices.Unsafe": "(, 6.0.32767]", - "System.Runtime.CompilerServices.VisualC": "(, 4.3.32767]", - "System.Runtime.Extensions": "(, 4.3.32767]", - "System.Runtime.Handles": "(, 4.3.32767]", - "System.Runtime.InteropServices": "(, 4.3.32767]", - "System.Runtime.InteropServices.RuntimeInformation": "(, 4.3.32767]", - "System.Runtime.InteropServices.WindowsRuntime": "(, 4.3.32767]", - "System.Runtime.Loader": "(, 4.3.32767]", - "System.Runtime.Numerics": "(, 4.3.32767]", - "System.Runtime.Serialization.Formatters": "(, 4.3.32767]", - "System.Runtime.Serialization.Json": "(, 4.3.32767]", - "System.Runtime.Serialization.Primitives": "(, 4.3.32767]", - "System.Runtime.Serialization.Xml": "(, 4.3.32767]", - "System.Runtime.WindowsRuntime": "(, 4.7.32767]", - "System.Runtime.WindowsRuntime.UI.Xaml": "(, 4.7.32767]", - "System.Security.AccessControl": "(, 6.0.32767]", - "System.Security.Claims": "(, 4.3.32767]", - "System.Security.Cryptography.Algorithms": "(, 4.3.32767]", - "System.Security.Cryptography.Cng": "(, 4.6.32767]", - "System.Security.Cryptography.Csp": "(, 4.3.32767]", - "System.Security.Cryptography.Encoding": "(, 4.3.32767]", - "System.Security.Cryptography.OpenSsl": "(, 5.0.32767]", - "System.Security.Cryptography.Primitives": "(, 4.3.32767]", - "System.Security.Cryptography.X509Certificates": "(, 4.3.32767]", - "System.Security.Cryptography.Xml": "(, 4.4.32767]", - "System.Security.Principal": "(, 4.3.32767]", - "System.Security.Principal.Windows": "(, 5.0.32767]", - "System.Security.SecureString": "(, 4.3.32767]", - "System.Text.Encoding": "(, 4.3.32767]", - "System.Text.Encoding.CodePages": "(, 8.0.32767]", - "System.Text.Encoding.Extensions": "(, 4.3.32767]", - "System.Text.Encodings.Web": "(, 8.0.32767]", - "System.Text.Json": "(, 8.0.32767]", - "System.Text.RegularExpressions": "(, 4.3.32767]", - "System.Threading": "(, 4.3.32767]", - "System.Threading.Channels": "(, 8.0.32767]", - "System.Threading.Overlapped": "(, 4.3.32767]", - "System.Threading.Tasks": "(, 4.3.32767]", - "System.Threading.Tasks.Dataflow": "(, 8.0.32767]", - "System.Threading.Tasks.Extensions": "(, 4.5.32767]", - "System.Threading.Tasks.Parallel": "(, 4.3.32767]", - "System.Threading.Thread": "(, 4.3.32767]", - "System.Threading.ThreadPool": "(, 4.3.32767]", - "System.Threading.Timer": "(, 4.3.32767]", - "System.ValueTuple": "(, 4.5.32767]", - "System.Xml.ReaderWriter": "(, 4.3.32767]", - "System.Xml.XDocument": "(, 4.3.32767]", - "System.Xml.XmlDocument": "(, 4.3.32767]", - "System.Xml.XmlSerializer": "(, 4.3.32767]", - "System.Xml.XPath": "(, 4.3.32767]", - "System.Xml.XPath.XDocument": "(, 4.3.32767]" - } - } - } - } -} \ No newline at end of file diff --git a/test/resources/repos/csharp/test_repo/obj/project.nuget.cache b/test/resources/repos/csharp/test_repo/obj/project.nuget.cache deleted file mode 100644 index 5d915f4..0000000 --- a/test/resources/repos/csharp/test_repo/obj/project.nuget.cache +++ /dev/null @@ -1,8 +0,0 @@ -{ - "version": 2, - "dgSpecHash": "sU5VuO9sK6M=", - "success": true, - "projectFilePath": "\\\\wsl.localhost\\Ubuntu\\home\\thomh\\dev\\serena\\test\\resources\\repos\\csharp\\test_repo\\TestProject.csproj", - "expectedPackageFiles": [], - "logs": [] -} \ No newline at end of file