diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ba385ec..8f716f0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,12 +1,11 @@ -name: CI / CD +name: CI on: push: branches: [main, develop] + tags: ['v*'] pull_request: branches: [main, develop] - tags: - - 'v*' env: DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true @@ -59,7 +58,7 @@ jobs: name: Determine Version runs-on: ubuntu-latest needs: build-and-test - if: github.event_name == 'push' || github.event_name == 'tag' + if: github.event_name == 'push' outputs: version: ${{ steps.version.outputs.version }} is_release: ${{ steps.version.outputs.is_release }} @@ -89,10 +88,12 @@ jobs: if: needs.version.outputs.is_release == 'true' strategy: matrix: + # Folder and assembly name match, so one value drives both the csproj + # path and the artifact name (artifact names cannot contain "/"). project: - - src/BeyondNetCode.Shell.Ddd/BeyondNetCode.Shell.Ddd.csproj - - src/BeyondNetCode.Shell.Ddd.ValueObjects/BeyondNetCode.Shell.Ddd.ValueObjects.csproj - - src/BeyondNetCode.Shell.Ddd.AutoMapper/BeyondNetCode.Shell.Ddd.AutoMapper.csproj + - BeyondNetCode.Shell.Ddd + - BeyondNetCode.Shell.Ddd.ValueObjects + - BeyondNetCode.Shell.Ddd.AutoMapper steps: - uses: actions/checkout@v4 @@ -103,10 +104,9 @@ jobs: - name: Pack run: | - dotnet pack "${{ matrix.project }}" \ + dotnet pack "${{ matrix.project }}/${{ matrix.project }}.csproj" \ -c Release \ - --version:${{ needs.version.outputs.version }} \ - --no-build \ + -p:PackageVersion=${{ needs.version.outputs.version }} \ -p:PackageOutputPath=${{ github.workspace }}/nupkgs - name: Upload artifacts @@ -149,7 +149,7 @@ jobs: release: name: Create GitHub Release runs-on: ubuntu-latest - needs: [version] + needs: [version, publish] if: needs.version.outputs.is_release == 'true' steps: - uses: actions/checkout@v4 diff --git a/BeyondNetCode.Shell.Ddd.AutoMapper/BeyondNetCode.Shell.Ddd.AutoMapper.csproj b/BeyondNetCode.Shell.Ddd.AutoMapper/BeyondNetCode.Shell.Ddd.AutoMapper.csproj index 13fc990..2c97eb9 100644 --- a/BeyondNetCode.Shell.Ddd.AutoMapper/BeyondNetCode.Shell.Ddd.AutoMapper.csproj +++ b/BeyondNetCode.Shell.Ddd.AutoMapper/BeyondNetCode.Shell.Ddd.AutoMapper.csproj @@ -25,11 +25,11 @@ - + True - LICENSE + / - + True README.md diff --git a/BeyondNetCode.Shell.Ddd.AutoMapper/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.AutoMapper.deps.json b/BeyondNetCode.Shell.Ddd.AutoMapper/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.AutoMapper.deps.json new file mode 100644 index 0000000..723d8f2 --- /dev/null +++ b/BeyondNetCode.Shell.Ddd.AutoMapper/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.AutoMapper.deps.json @@ -0,0 +1,107 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v10.0", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v10.0": { + "BeyondNetCode.Shell.Ddd.AutoMapper/1.0.0": { + "dependencies": { + "AutoMapper": "12.0.1", + "BeyondNetCode.Shell.Ddd": "9.9.9-test" + }, + "runtime": { + "BeyondNetCode.Shell.Ddd.AutoMapper.dll": {} + } + }, + "AutoMapper/12.0.1": { + "runtime": { + "lib/netstandard2.1/AutoMapper.dll": { + "assemblyVersion": "12.0.0.0", + "fileVersion": "12.0.1.0" + } + } + }, + "MediatR/12.4.1": { + "dependencies": { + "MediatR.Contracts": "2.0.1", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" + }, + "runtime": { + "lib/net6.0/MediatR.dll": { + "assemblyVersion": "12.0.0.0", + "fileVersion": "12.4.1.0" + } + } + }, + "MediatR.Contracts/2.0.1": { + "runtime": { + "lib/netstandard2.0/MediatR.Contracts.dll": { + "assemblyVersion": "2.0.1.0", + "fileVersion": "2.0.1.0" + } + } + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": { + "runtime": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.23.53103" + } + } + }, + "BeyondNetCode.Shell.Ddd/9.9.9-test": { + "dependencies": { + "MediatR": "12.4.1" + }, + "runtime": { + "BeyondNetCode.Shell.Ddd.dll": { + "assemblyVersion": "1.0.0.0", + "fileVersion": "1.0.0.0" + } + } + } + } + }, + "libraries": { + "BeyondNetCode.Shell.Ddd.AutoMapper/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "AutoMapper/12.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-hvV62vl6Hp/WfQ24yzo3Co9+OPl8wH8hApwVtgWpiAynVJkUcs7xvehnSftawL8Pe8FrPffBRM3hwzLQqWDNjA==", + "path": "automapper/12.0.1", + "hashPath": "automapper.12.0.1.nupkg.sha512" + }, + "MediatR/12.4.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-0tLxCgEC5+r1OCuumR3sWyiVa+BMv3AgiU4+pz8xqTc+2q1WbUEXFOr7Orm96oZ9r9FsldgUtWvB2o7b9jDOaw==", + "path": "mediatr/12.4.1", + "hashPath": "mediatr.12.4.1.nupkg.sha512" + }, + "MediatR.Contracts/2.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-FYv95bNT4UwcNA+G/J1oX5OpRiSUxteXaUt2BJbRSdRNiIUNbggJF69wy6mnk2wYToaanpdXZdCwVylt96MpwQ==", + "path": "mediatr.contracts/2.0.1", + "hashPath": "mediatr.contracts.2.0.1.nupkg.sha512" + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-cjWrLkJXK0rs4zofsK4bSdg+jhDLTaxrkXu4gS6Y7MAlCvRyNNgwY/lJi5RDlQOnSZweHqoyvgvbdvQsRIW+hg==", + "path": "microsoft.extensions.dependencyinjection.abstractions/8.0.0", + "hashPath": "microsoft.extensions.dependencyinjection.abstractions.8.0.0.nupkg.sha512" + }, + "BeyondNetCode.Shell.Ddd/9.9.9-test": { + "type": "project", + "serviceable": false, + "sha512": "" + } + } +} \ No newline at end of file diff --git a/BeyondNetCode.Shell.Ddd.AutoMapper/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.AutoMapper.dll b/BeyondNetCode.Shell.Ddd.AutoMapper/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.AutoMapper.dll new file mode 100644 index 0000000..7e88083 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.AutoMapper/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.AutoMapper.dll differ diff --git a/BeyondNetCode.Shell.Ddd.AutoMapper/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.AutoMapper.pdb b/BeyondNetCode.Shell.Ddd.AutoMapper/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.AutoMapper.pdb new file mode 100644 index 0000000..8a8a953 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.AutoMapper/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.AutoMapper.pdb differ diff --git a/BeyondNetCode.Shell.Ddd.AutoMapper/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.dll b/BeyondNetCode.Shell.Ddd.AutoMapper/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.dll new file mode 100644 index 0000000..6429f31 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.AutoMapper/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.dll differ diff --git a/BeyondNetCode.Shell.Ddd.AutoMapper/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.pdb b/BeyondNetCode.Shell.Ddd.AutoMapper/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.pdb new file mode 100644 index 0000000..ca5646e Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.AutoMapper/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.pdb differ diff --git a/BeyondNetCode.Shell.Ddd.AutoMapper/obj/BeyondNetCode.Shell.Ddd.AutoMapper.csproj.nuget.dgspec.json b/BeyondNetCode.Shell.Ddd.AutoMapper/obj/BeyondNetCode.Shell.Ddd.AutoMapper.csproj.nuget.dgspec.json new file mode 100644 index 0000000..a4da6f2 --- /dev/null +++ b/BeyondNetCode.Shell.Ddd.AutoMapper/obj/BeyondNetCode.Shell.Ddd.AutoMapper.csproj.nuget.dgspec.json @@ -0,0 +1,690 @@ +{ + "format": 1, + "restore": { + "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.AutoMapper/BeyondNetCode.Shell.Ddd.AutoMapper.csproj": {} + }, + "projects": { + "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.AutoMapper/BeyondNetCode.Shell.Ddd.AutoMapper.csproj": { + "version": "9.9.9-test", + "restore": { + "projectUniqueName": "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.AutoMapper/BeyondNetCode.Shell.Ddd.AutoMapper.csproj", + "projectName": "BeyondNetCode.Shell.Ddd.AutoMapper", + "projectPath": "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.AutoMapper/BeyondNetCode.Shell.Ddd.AutoMapper.csproj", + "packagesPath": "/Users/beyondnet/.nuget/packages/", + "outputPath": "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.AutoMapper/obj/", + "projectStyle": "PackageReference", + "configFilePaths": [ + "/Users/beyondnet/.nuget/NuGet/NuGet.Config" + ], + "originalTargetFrameworks": [ + "net10.0" + ], + "sources": { + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net10.0": { + "targetAlias": "net10.0", + "projectReferences": { + "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd/BeyondNetCode.Shell.Ddd.csproj": { + "projectPath": "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd/BeyondNetCode.Shell.Ddd.csproj" + } + } + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "all" + }, + "SdkAnalysisLevel": "10.0.200" + }, + "frameworks": { + "net10.0": { + "targetAlias": "net10.0", + "dependencies": { + "AutoMapper": { + "target": "Package", + "version": "[12.0.1, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "/usr/local/share/dotnet/sdk/10.0.201/PortableRuntimeIdentifierGraph.json", + "packagesToPrune": { + "Microsoft.CSharp": "(,4.7.32767]", + "Microsoft.VisualBasic": "(,10.4.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.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.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.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.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.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": "(,5.0.32767]", + "System.Collections": "(,4.3.32767]", + "System.Collections.Concurrent": "(,4.3.32767]", + "System.Collections.Immutable": "(,10.0.32767]", + "System.Collections.NonGeneric": "(,4.3.32767]", + "System.Collections.Specialized": "(,4.3.32767]", + "System.ComponentModel": "(,4.3.32767]", + "System.ComponentModel.Annotations": "(,4.3.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.4.32767]", + "System.Diagnostics.Contracts": "(,4.3.32767]", + "System.Diagnostics.Debug": "(,4.3.32767]", + "System.Diagnostics.DiagnosticSource": "(,10.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": "(,10.0.32767]", + "System.Formats.Tar": "(,10.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": "(,4.4.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.Pipelines": "(,10.0.32767]", + "System.IO.Pipes": "(,4.3.32767]", + "System.IO.Pipes.AccessControl": "(,5.0.32767]", + "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", + "System.Linq": "(,4.3.32767]", + "System.Linq.AsyncEnumerable": "(,10.0.32767]", + "System.Linq.Expressions": "(,4.3.32767]", + "System.Linq.Parallel": "(,4.3.32767]", + "System.Linq.Queryable": "(,4.3.32767]", + "System.Memory": "(,5.0.32767]", + "System.Net.Http": "(,4.3.32767]", + "System.Net.Http.Json": "(,10.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.ServerSentEvents": "(,10.0.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": "(,5.0.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": "(,6.0.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": "(,10.0.32767]", + "System.Reflection.Primitives": "(,4.3.32767]", + "System.Reflection.TypeExtensions": "(,4.3.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": "(,7.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.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.Security.AccessControl": "(,6.0.32767]", + "System.Security.Claims": "(,4.3.32767]", + "System.Security.Cryptography.Algorithms": "(,4.3.32767]", + "System.Security.Cryptography.Cng": "(,5.0.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.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": "(,10.0.32767]", + "System.Text.Encoding.Extensions": "(,4.3.32767]", + "System.Text.Encodings.Web": "(,10.0.32767]", + "System.Text.Json": "(,10.0.32767]", + "System.Text.RegularExpressions": "(,4.3.32767]", + "System.Threading": "(,4.3.32767]", + "System.Threading.AccessControl": "(,10.0.32767]", + "System.Threading.Channels": "(,10.0.32767]", + "System.Threading.Overlapped": "(,4.3.32767]", + "System.Threading.Tasks": "(,4.3.32767]", + "System.Threading.Tasks.Dataflow": "(,10.0.32767]", + "System.Threading.Tasks.Extensions": "(,5.0.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": "(,5.0.32767]" + } + } + } + }, + "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd/BeyondNetCode.Shell.Ddd.csproj": { + "version": "9.9.9-test", + "restore": { + "projectUniqueName": "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd/BeyondNetCode.Shell.Ddd.csproj", + "projectName": "BeyondNetCode.Shell.Ddd", + "projectPath": "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd/BeyondNetCode.Shell.Ddd.csproj", + "packagesPath": "/Users/beyondnet/.nuget/packages/", + "outputPath": "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd/obj/", + "projectStyle": "PackageReference", + "configFilePaths": [ + "/Users/beyondnet/.nuget/NuGet/NuGet.Config" + ], + "originalTargetFrameworks": [ + "net10.0" + ], + "sources": { + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net10.0": { + "targetAlias": "net10.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "all" + }, + "SdkAnalysisLevel": "10.0.200" + }, + "frameworks": { + "net10.0": { + "targetAlias": "net10.0", + "dependencies": { + "MediatR": { + "target": "Package", + "version": "[12.4.1, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "/usr/local/share/dotnet/sdk/10.0.201/PortableRuntimeIdentifierGraph.json", + "packagesToPrune": { + "Microsoft.CSharp": "(,4.7.32767]", + "Microsoft.VisualBasic": "(,10.4.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.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.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.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.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.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": "(,5.0.32767]", + "System.Collections": "(,4.3.32767]", + "System.Collections.Concurrent": "(,4.3.32767]", + "System.Collections.Immutable": "(,10.0.32767]", + "System.Collections.NonGeneric": "(,4.3.32767]", + "System.Collections.Specialized": "(,4.3.32767]", + "System.ComponentModel": "(,4.3.32767]", + "System.ComponentModel.Annotations": "(,4.3.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.4.32767]", + "System.Diagnostics.Contracts": "(,4.3.32767]", + "System.Diagnostics.Debug": "(,4.3.32767]", + "System.Diagnostics.DiagnosticSource": "(,10.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": "(,10.0.32767]", + "System.Formats.Tar": "(,10.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": "(,4.4.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.Pipelines": "(,10.0.32767]", + "System.IO.Pipes": "(,4.3.32767]", + "System.IO.Pipes.AccessControl": "(,5.0.32767]", + "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", + "System.Linq": "(,4.3.32767]", + "System.Linq.AsyncEnumerable": "(,10.0.32767]", + "System.Linq.Expressions": "(,4.3.32767]", + "System.Linq.Parallel": "(,4.3.32767]", + "System.Linq.Queryable": "(,4.3.32767]", + "System.Memory": "(,5.0.32767]", + "System.Net.Http": "(,4.3.32767]", + "System.Net.Http.Json": "(,10.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.ServerSentEvents": "(,10.0.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": "(,5.0.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": "(,6.0.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": "(,10.0.32767]", + "System.Reflection.Primitives": "(,4.3.32767]", + "System.Reflection.TypeExtensions": "(,4.3.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": "(,7.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.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.Security.AccessControl": "(,6.0.32767]", + "System.Security.Claims": "(,4.3.32767]", + "System.Security.Cryptography.Algorithms": "(,4.3.32767]", + "System.Security.Cryptography.Cng": "(,5.0.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.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": "(,10.0.32767]", + "System.Text.Encoding.Extensions": "(,4.3.32767]", + "System.Text.Encodings.Web": "(,10.0.32767]", + "System.Text.Json": "(,10.0.32767]", + "System.Text.RegularExpressions": "(,4.3.32767]", + "System.Threading": "(,4.3.32767]", + "System.Threading.AccessControl": "(,10.0.32767]", + "System.Threading.Channels": "(,10.0.32767]", + "System.Threading.Overlapped": "(,4.3.32767]", + "System.Threading.Tasks": "(,4.3.32767]", + "System.Threading.Tasks.Dataflow": "(,10.0.32767]", + "System.Threading.Tasks.Extensions": "(,5.0.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": "(,5.0.32767]" + } + } + } + } + } +} \ No newline at end of file diff --git a/BeyondNetCode.Shell.Ddd.AutoMapper/obj/BeyondNetCode.Shell.Ddd.AutoMapper.csproj.nuget.g.props b/BeyondNetCode.Shell.Ddd.AutoMapper/obj/BeyondNetCode.Shell.Ddd.AutoMapper.csproj.nuget.g.props new file mode 100644 index 0000000..a64fed5 --- /dev/null +++ b/BeyondNetCode.Shell.Ddd.AutoMapper/obj/BeyondNetCode.Shell.Ddd.AutoMapper.csproj.nuget.g.props @@ -0,0 +1,15 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + /Users/beyondnet/.nuget/packages/ + /Users/beyondnet/.nuget/packages/ + PackageReference + 7.0.0 + + + + + \ No newline at end of file diff --git a/BeyondNetCode.Shell.Ddd.AutoMapper/obj/BeyondNetCode.Shell.Ddd.AutoMapper.csproj.nuget.g.targets b/BeyondNetCode.Shell.Ddd.AutoMapper/obj/BeyondNetCode.Shell.Ddd.AutoMapper.csproj.nuget.g.targets new file mode 100644 index 0000000..3dc06ef --- /dev/null +++ b/BeyondNetCode.Shell.Ddd.AutoMapper/obj/BeyondNetCode.Shell.Ddd.AutoMapper.csproj.nuget.g.targets @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/BeyondNetCode.Shell.Ddd.AutoMapper/obj/Release/BeyondNetCode.Shell.Ddd.AutoMapper.9.9.9-test.nuspec b/BeyondNetCode.Shell.Ddd.AutoMapper/obj/Release/BeyondNetCode.Shell.Ddd.AutoMapper.9.9.9-test.nuspec new file mode 100644 index 0000000..6c9cc14 --- /dev/null +++ b/BeyondNetCode.Shell.Ddd.AutoMapper/obj/Release/BeyondNetCode.Shell.Ddd.AutoMapper.9.9.9-test.nuspec @@ -0,0 +1,28 @@ + + + + BeyondNetCode.Shell.Ddd.AutoMapper + 9.9.9-test + BeyondNetCode.Shell.Ddd.AutoMapper + BeyondNetCode.Shell.Ddd.AutoMapper + LICENSE + https://aka.ms/deprecateLicenseUrl + README.md + https://github.com/beyondnetcode/Shell.ddd + Extension for Automapper, supporting BeyondNetCode.Shell.Ddd + BeyondNet + Ddd, AutoMapper + + + + + + + + + + + + + + \ No newline at end of file diff --git a/BeyondNetCode.Shell.Ddd.AutoMapper/obj/Release/net10.0/.NETCoreApp,Version=v10.0.AssemblyAttributes.cs b/BeyondNetCode.Shell.Ddd.AutoMapper/obj/Release/net10.0/.NETCoreApp,Version=v10.0.AssemblyAttributes.cs new file mode 100644 index 0000000..925b135 --- /dev/null +++ b/BeyondNetCode.Shell.Ddd.AutoMapper/obj/Release/net10.0/.NETCoreApp,Version=v10.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v10.0", FrameworkDisplayName = ".NET 10.0")] diff --git a/BeyondNetCode.Shell.Ddd.AutoMapper/obj/Release/net10.0/BeyondNe.B089D0DF.Up2Date b/BeyondNetCode.Shell.Ddd.AutoMapper/obj/Release/net10.0/BeyondNe.B089D0DF.Up2Date new file mode 100644 index 0000000..e69de29 diff --git a/BeyondNetCode.Shell.Ddd.AutoMapper/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.AutoMapper.AssemblyInfo.cs b/BeyondNetCode.Shell.Ddd.AutoMapper/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.AutoMapper.AssemblyInfo.cs new file mode 100644 index 0000000..f871e67 --- /dev/null +++ b/BeyondNetCode.Shell.Ddd.AutoMapper/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.AutoMapper.AssemblyInfo.cs @@ -0,0 +1,26 @@ +//------------------------------------------------------------------------------ +// +// 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("BeyondNetCode.Shell.Ddd.AutoMapper")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] +[assembly: System.Reflection.AssemblyCopyrightAttribute("BeyondNet")] +[assembly: System.Reflection.AssemblyDescriptionAttribute("Extension for Automapper, supporting BeyondNetCode.Shell.Ddd")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+4ac6fbc62dc133b4f1d492bc0c2913dc3a6c63d0")] +[assembly: System.Reflection.AssemblyProductAttribute("BeyondNetCode.Shell.Ddd.AutoMapper")] +[assembly: System.Reflection.AssemblyTitleAttribute("BeyondNetCode.Shell.Ddd.AutoMapper")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://github.com/beyondnetcode/Shell.ddd")] +[assembly: System.Resources.NeutralResourcesLanguageAttribute("en")] + +// Generado por la clase WriteCodeFragment de MSBuild. + diff --git a/BeyondNetCode.Shell.Ddd.AutoMapper/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.AutoMapper.AssemblyInfoInputs.cache b/BeyondNetCode.Shell.Ddd.AutoMapper/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.AutoMapper.AssemblyInfoInputs.cache new file mode 100644 index 0000000..6e36926 --- /dev/null +++ b/BeyondNetCode.Shell.Ddd.AutoMapper/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.AutoMapper.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +d5556093266a4ee5fdcd4b5e6980b24bd1a3de9745703dbfa2b92712225aaad4 diff --git a/BeyondNetCode.Shell.Ddd.AutoMapper/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.AutoMapper.GeneratedMSBuildEditorConfig.editorconfig b/BeyondNetCode.Shell.Ddd.AutoMapper/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.AutoMapper.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..f60ec5e --- /dev/null +++ b/BeyondNetCode.Shell.Ddd.AutoMapper/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.AutoMapper.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,17 @@ +is_global = true +build_property.TargetFramework = net10.0 +build_property.TargetFrameworkIdentifier = .NETCoreApp +build_property.TargetFrameworkVersion = v10.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 = BeyondNetCode.Shell.Ddd.AutoMapper +build_property.ProjectDir = /private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.AutoMapper/ +build_property.EnableComHosting = +build_property.EnableGeneratedComInterfaceComImportInterop = +build_property.EffectiveAnalysisLevelStyle = 10.0 +build_property.EnableCodeStyleSeverity = diff --git a/BeyondNetCode.Shell.Ddd.AutoMapper/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.AutoMapper.GlobalUsings.g.cs b/BeyondNetCode.Shell.Ddd.AutoMapper/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.AutoMapper.GlobalUsings.g.cs new file mode 100644 index 0000000..d12bcbc --- /dev/null +++ b/BeyondNetCode.Shell.Ddd.AutoMapper/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.AutoMapper.GlobalUsings.g.cs @@ -0,0 +1,8 @@ +// +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/BeyondNetCode.Shell.Ddd.AutoMapper/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.AutoMapper.assets.cache b/BeyondNetCode.Shell.Ddd.AutoMapper/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.AutoMapper.assets.cache new file mode 100644 index 0000000..2d92a53 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.AutoMapper/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.AutoMapper.assets.cache differ diff --git a/BeyondNetCode.Shell.Ddd.AutoMapper/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.AutoMapper.csproj.AssemblyReference.cache b/BeyondNetCode.Shell.Ddd.AutoMapper/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.AutoMapper.csproj.AssemblyReference.cache new file mode 100644 index 0000000..a1b4cc4 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.AutoMapper/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.AutoMapper.csproj.AssemblyReference.cache differ diff --git a/BeyondNetCode.Shell.Ddd.AutoMapper/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.AutoMapper.csproj.CoreCompileInputs.cache b/BeyondNetCode.Shell.Ddd.AutoMapper/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.AutoMapper.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..8aae784 --- /dev/null +++ b/BeyondNetCode.Shell.Ddd.AutoMapper/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.AutoMapper.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +2f01a2617b4229b3754ef2c4a6d3733565989656eb6962433bec50f0ff2a7170 diff --git a/BeyondNetCode.Shell.Ddd.AutoMapper/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.AutoMapper.csproj.FileListAbsolute.txt b/BeyondNetCode.Shell.Ddd.AutoMapper/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.AutoMapper.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..545ef39 --- /dev/null +++ b/BeyondNetCode.Shell.Ddd.AutoMapper/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.AutoMapper.csproj.FileListAbsolute.txt @@ -0,0 +1,16 @@ +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.AutoMapper/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.AutoMapper.deps.json +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.AutoMapper/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.AutoMapper.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.AutoMapper/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.AutoMapper.pdb +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.AutoMapper/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.AutoMapper/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.pdb +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.AutoMapper/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.AutoMapper.csproj.AssemblyReference.cache +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.AutoMapper/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.AutoMapper.GeneratedMSBuildEditorConfig.editorconfig +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.AutoMapper/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.AutoMapper.AssemblyInfoInputs.cache +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.AutoMapper/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.AutoMapper.AssemblyInfo.cs +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.AutoMapper/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.AutoMapper.csproj.CoreCompileInputs.cache +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.AutoMapper/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.AutoMapper.sourcelink.json +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.AutoMapper/obj/Release/net10.0/BeyondNe.B089D0DF.Up2Date +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.AutoMapper/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.AutoMapper.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.AutoMapper/obj/Release/net10.0/refint/BeyondNetCode.Shell.Ddd.AutoMapper.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.AutoMapper/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.AutoMapper.pdb +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.AutoMapper/obj/Release/net10.0/ref/BeyondNetCode.Shell.Ddd.AutoMapper.dll diff --git a/BeyondNetCode.Shell.Ddd.AutoMapper/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.AutoMapper.dll b/BeyondNetCode.Shell.Ddd.AutoMapper/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.AutoMapper.dll new file mode 100644 index 0000000..7e88083 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.AutoMapper/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.AutoMapper.dll differ diff --git a/BeyondNetCode.Shell.Ddd.AutoMapper/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.AutoMapper.pdb b/BeyondNetCode.Shell.Ddd.AutoMapper/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.AutoMapper.pdb new file mode 100644 index 0000000..8a8a953 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.AutoMapper/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.AutoMapper.pdb differ diff --git a/BeyondNetCode.Shell.Ddd.AutoMapper/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.AutoMapper.sourcelink.json b/BeyondNetCode.Shell.Ddd.AutoMapper/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.AutoMapper.sourcelink.json new file mode 100644 index 0000000..c27b81b --- /dev/null +++ b/BeyondNetCode.Shell.Ddd.AutoMapper/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.AutoMapper.sourcelink.json @@ -0,0 +1 @@ +{"documents":{"/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/*":"https://raw.githubusercontent.com/beyondnetcode/Shell.ddd/4ac6fbc62dc133b4f1d492bc0c2913dc3a6c63d0/*"}} \ No newline at end of file diff --git a/BeyondNetCode.Shell.Ddd.AutoMapper/obj/Release/net10.0/ref/BeyondNetCode.Shell.Ddd.AutoMapper.dll b/BeyondNetCode.Shell.Ddd.AutoMapper/obj/Release/net10.0/ref/BeyondNetCode.Shell.Ddd.AutoMapper.dll new file mode 100644 index 0000000..94c44fa Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.AutoMapper/obj/Release/net10.0/ref/BeyondNetCode.Shell.Ddd.AutoMapper.dll differ diff --git a/BeyondNetCode.Shell.Ddd.AutoMapper/obj/Release/net10.0/refint/BeyondNetCode.Shell.Ddd.AutoMapper.dll b/BeyondNetCode.Shell.Ddd.AutoMapper/obj/Release/net10.0/refint/BeyondNetCode.Shell.Ddd.AutoMapper.dll new file mode 100644 index 0000000..94c44fa Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.AutoMapper/obj/Release/net10.0/refint/BeyondNetCode.Shell.Ddd.AutoMapper.dll differ diff --git a/BeyondNetCode.Shell.Ddd.AutoMapper/obj/project.assets.json b/BeyondNetCode.Shell.Ddd.AutoMapper/obj/project.assets.json new file mode 100644 index 0000000..8a78fce --- /dev/null +++ b/BeyondNetCode.Shell.Ddd.AutoMapper/obj/project.assets.json @@ -0,0 +1,528 @@ +{ + "version": 3, + "targets": { + "net10.0": { + "AutoMapper/12.0.1": { + "type": "package", + "compile": { + "lib/netstandard2.1/AutoMapper.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.1/AutoMapper.dll": { + "related": ".xml" + } + } + }, + "MediatR/12.4.1": { + "type": "package", + "dependencies": { + "MediatR.Contracts": "[2.0.1, 3.0.0)", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" + }, + "compile": { + "lib/net6.0/MediatR.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/MediatR.dll": { + "related": ".xml" + } + } + }, + "MediatR.Contracts/2.0.1": { + "type": "package", + "compile": { + "lib/netstandard2.0/MediatR.Contracts.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/MediatR.Contracts.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "BeyondNetCode.Shell.Ddd/9.9.9-test": { + "type": "project", + "framework": ".NETCoreApp,Version=v10.0", + "dependencies": { + "MediatR": "12.4.1" + }, + "compile": { + "bin/placeholder/BeyondNetCode.Shell.Ddd.dll": {} + }, + "runtime": { + "bin/placeholder/BeyondNetCode.Shell.Ddd.dll": {} + } + } + } + }, + "libraries": { + "AutoMapper/12.0.1": { + "sha512": "hvV62vl6Hp/WfQ24yzo3Co9+OPl8wH8hApwVtgWpiAynVJkUcs7xvehnSftawL8Pe8FrPffBRM3hwzLQqWDNjA==", + "type": "package", + "path": "automapper/12.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "automapper.12.0.1.nupkg.sha512", + "automapper.nuspec", + "icon.png", + "lib/netstandard2.1/AutoMapper.dll", + "lib/netstandard2.1/AutoMapper.xml" + ] + }, + "MediatR/12.4.1": { + "sha512": "0tLxCgEC5+r1OCuumR3sWyiVa+BMv3AgiU4+pz8xqTc+2q1WbUEXFOr7Orm96oZ9r9FsldgUtWvB2o7b9jDOaw==", + "type": "package", + "path": "mediatr/12.4.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "gradient_128x128.png", + "lib/net6.0/MediatR.dll", + "lib/net6.0/MediatR.xml", + "lib/netstandard2.0/MediatR.dll", + "lib/netstandard2.0/MediatR.xml", + "mediatr.12.4.1.nupkg.sha512", + "mediatr.nuspec" + ] + }, + "MediatR.Contracts/2.0.1": { + "sha512": "FYv95bNT4UwcNA+G/J1oX5OpRiSUxteXaUt2BJbRSdRNiIUNbggJF69wy6mnk2wYToaanpdXZdCwVylt96MpwQ==", + "type": "package", + "path": "mediatr.contracts/2.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "gradient_128x128.png", + "lib/netstandard2.0/MediatR.Contracts.dll", + "lib/netstandard2.0/MediatR.Contracts.xml", + "mediatr.contracts.2.0.1.nupkg.sha512", + "mediatr.contracts.nuspec" + ] + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": { + "sha512": "cjWrLkJXK0rs4zofsK4bSdg+jhDLTaxrkXu4gS6Y7MAlCvRyNNgwY/lJi5RDlQOnSZweHqoyvgvbdvQsRIW+hg==", + "type": "package", + "path": "microsoft.extensions.dependencyinjection.abstractions/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.Abstractions.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.Abstractions.targets", + "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "microsoft.extensions.dependencyinjection.abstractions.8.0.0.nupkg.sha512", + "microsoft.extensions.dependencyinjection.abstractions.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "BeyondNetCode.Shell.Ddd/9.9.9-test": { + "type": "project", + "path": "../BeyondNetCode.Shell.Ddd/BeyondNetCode.Shell.Ddd.csproj", + "msbuildProject": "../BeyondNetCode.Shell.Ddd/BeyondNetCode.Shell.Ddd.csproj" + } + }, + "projectFileDependencyGroups": { + "net10.0": [ + "AutoMapper >= 12.0.1", + "BeyondNetCode.Shell.Ddd >= 9.9.9-test" + ] + }, + "packageFolders": { + "/Users/beyondnet/.nuget/packages/": {} + }, + "project": { + "version": "9.9.9-test", + "restore": { + "projectUniqueName": "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.AutoMapper/BeyondNetCode.Shell.Ddd.AutoMapper.csproj", + "projectName": "BeyondNetCode.Shell.Ddd.AutoMapper", + "projectPath": "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.AutoMapper/BeyondNetCode.Shell.Ddd.AutoMapper.csproj", + "packagesPath": "/Users/beyondnet/.nuget/packages/", + "outputPath": "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.AutoMapper/obj/", + "projectStyle": "PackageReference", + "configFilePaths": [ + "/Users/beyondnet/.nuget/NuGet/NuGet.Config" + ], + "originalTargetFrameworks": [ + "net10.0" + ], + "sources": { + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net10.0": { + "targetAlias": "net10.0", + "projectReferences": { + "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd/BeyondNetCode.Shell.Ddd.csproj": { + "projectPath": "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd/BeyondNetCode.Shell.Ddd.csproj" + } + } + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "all" + }, + "SdkAnalysisLevel": "10.0.200" + }, + "frameworks": { + "net10.0": { + "targetAlias": "net10.0", + "dependencies": { + "AutoMapper": { + "target": "Package", + "version": "[12.0.1, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "/usr/local/share/dotnet/sdk/10.0.201/PortableRuntimeIdentifierGraph.json", + "packagesToPrune": { + "Microsoft.CSharp": "(,4.7.32767]", + "Microsoft.VisualBasic": "(,10.4.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.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.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.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.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.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": "(,5.0.32767]", + "System.Collections": "(,4.3.32767]", + "System.Collections.Concurrent": "(,4.3.32767]", + "System.Collections.Immutable": "(,10.0.32767]", + "System.Collections.NonGeneric": "(,4.3.32767]", + "System.Collections.Specialized": "(,4.3.32767]", + "System.ComponentModel": "(,4.3.32767]", + "System.ComponentModel.Annotations": "(,4.3.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.4.32767]", + "System.Diagnostics.Contracts": "(,4.3.32767]", + "System.Diagnostics.Debug": "(,4.3.32767]", + "System.Diagnostics.DiagnosticSource": "(,10.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": "(,10.0.32767]", + "System.Formats.Tar": "(,10.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": "(,4.4.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.Pipelines": "(,10.0.32767]", + "System.IO.Pipes": "(,4.3.32767]", + "System.IO.Pipes.AccessControl": "(,5.0.32767]", + "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", + "System.Linq": "(,4.3.32767]", + "System.Linq.AsyncEnumerable": "(,10.0.32767]", + "System.Linq.Expressions": "(,4.3.32767]", + "System.Linq.Parallel": "(,4.3.32767]", + "System.Linq.Queryable": "(,4.3.32767]", + "System.Memory": "(,5.0.32767]", + "System.Net.Http": "(,4.3.32767]", + "System.Net.Http.Json": "(,10.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.ServerSentEvents": "(,10.0.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": "(,5.0.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": "(,6.0.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": "(,10.0.32767]", + "System.Reflection.Primitives": "(,4.3.32767]", + "System.Reflection.TypeExtensions": "(,4.3.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": "(,7.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.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.Security.AccessControl": "(,6.0.32767]", + "System.Security.Claims": "(,4.3.32767]", + "System.Security.Cryptography.Algorithms": "(,4.3.32767]", + "System.Security.Cryptography.Cng": "(,5.0.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.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": "(,10.0.32767]", + "System.Text.Encoding.Extensions": "(,4.3.32767]", + "System.Text.Encodings.Web": "(,10.0.32767]", + "System.Text.Json": "(,10.0.32767]", + "System.Text.RegularExpressions": "(,4.3.32767]", + "System.Threading": "(,4.3.32767]", + "System.Threading.AccessControl": "(,10.0.32767]", + "System.Threading.Channels": "(,10.0.32767]", + "System.Threading.Overlapped": "(,4.3.32767]", + "System.Threading.Tasks": "(,4.3.32767]", + "System.Threading.Tasks.Dataflow": "(,10.0.32767]", + "System.Threading.Tasks.Extensions": "(,5.0.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": "(,5.0.32767]" + } + } + } + }, + "logs": [ + { + "code": "NU1903", + "level": "Warning", + "warningLevel": 1, + "message": "El paquete \"AutoMapper\" 12.0.1 tiene una vulnerabilidad de gravedad alta conocida, https://github.com/advisories/GHSA-rvv3-g6hj-g44x", + "libraryId": "AutoMapper", + "targetGraphs": [ + "net10.0" + ] + } + ] +} \ No newline at end of file diff --git a/BeyondNetCode.Shell.Ddd.AutoMapper/obj/project.nuget.cache b/BeyondNetCode.Shell.Ddd.AutoMapper/obj/project.nuget.cache new file mode 100644 index 0000000..c4444a5 --- /dev/null +++ b/BeyondNetCode.Shell.Ddd.AutoMapper/obj/project.nuget.cache @@ -0,0 +1,26 @@ +{ + "version": 2, + "dgSpecHash": "My0g3ZUgBtY=", + "success": true, + "projectFilePath": "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.AutoMapper/BeyondNetCode.Shell.Ddd.AutoMapper.csproj", + "expectedPackageFiles": [ + "/Users/beyondnet/.nuget/packages/automapper/12.0.1/automapper.12.0.1.nupkg.sha512", + "/Users/beyondnet/.nuget/packages/mediatr/12.4.1/mediatr.12.4.1.nupkg.sha512", + "/Users/beyondnet/.nuget/packages/mediatr.contracts/2.0.1/mediatr.contracts.2.0.1.nupkg.sha512", + "/Users/beyondnet/.nuget/packages/microsoft.extensions.dependencyinjection.abstractions/8.0.0/microsoft.extensions.dependencyinjection.abstractions.8.0.0.nupkg.sha512" + ], + "logs": [ + { + "code": "NU1903", + "level": "Warning", + "message": "El paquete \"AutoMapper\" 12.0.1 tiene una vulnerabilidad de gravedad alta conocida, https://github.com/advisories/GHSA-rvv3-g6hj-g44x", + "projectPath": "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.AutoMapper/BeyondNetCode.Shell.Ddd.AutoMapper.csproj", + "warningLevel": 1, + "filePath": "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.AutoMapper/BeyondNetCode.Shell.Ddd.AutoMapper.csproj", + "libraryId": "AutoMapper", + "targetGraphs": [ + "net10.0" + ] + } + ] +} \ No newline at end of file diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/.msCoverageSourceRootsMapping_BeyondNetCode.Shell.Ddd.Tests b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/.msCoverageSourceRootsMapping_BeyondNetCode.Shell.Ddd.Tests new file mode 100644 index 0000000..6457cd3 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/.msCoverageSourceRootsMapping_BeyondNetCode.Shell.Ddd.Tests differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/AutoMapper.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/AutoMapper.dll new file mode 100755 index 0000000..b33d3d0 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/AutoMapper.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.AutoMapper.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.AutoMapper.dll new file mode 100644 index 0000000..7e88083 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.AutoMapper.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.AutoMapper.pdb b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.AutoMapper.pdb new file mode 100644 index 0000000..8a8a953 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.AutoMapper.pdb differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.Tests.deps.json b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.Tests.deps.json new file mode 100644 index 0000000..254772a --- /dev/null +++ b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.Tests.deps.json @@ -0,0 +1,979 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v10.0", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v10.0": { + "BeyondNetCode.Shell.Ddd.Tests/1.0.0": { + "dependencies": { + "AutoMapper": "12.0.1", + "BeyondNetCode.Shell.Ddd": "1.0.0", + "BeyondNetCode.Shell.Ddd.AutoMapper": "1.0.0", + "BeyondNetCode.Shell.Ddd.ValueObjects": "1.0.0", + "MSTest.TestAdapter": "3.6.1", + "MSTest.TestFramework": "3.6.1", + "Microsoft.Extensions.DependencyInjection": "8.0.1", + "Microsoft.NET.Test.Sdk": "17.12.0", + "Moq": "4.20.72", + "Shouldly": "4.2.1", + "Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions": "14.0.0.0" + }, + "runtime": { + "BeyondNetCode.Shell.Ddd.Tests.dll": {} + } + }, + "AutoMapper/12.0.1": { + "runtime": { + "lib/netstandard2.1/AutoMapper.dll": { + "assemblyVersion": "12.0.0.0", + "fileVersion": "12.0.1.0" + } + } + }, + "Castle.Core/5.1.1": { + "dependencies": { + "System.Diagnostics.EventLog": "6.0.0" + }, + "runtime": { + "lib/net6.0/Castle.Core.dll": { + "assemblyVersion": "5.0.0.0", + "fileVersion": "5.1.1.0" + } + } + }, + "DiffEngine/11.3.0": { + "dependencies": { + "EmptyFiles": "4.4.0", + "System.Management": "6.0.1" + }, + "runtime": { + "lib/net7.0/DiffEngine.dll": { + "assemblyVersion": "1.0.0.0", + "fileVersion": "1.0.0.0" + } + } + }, + "EmptyFiles/4.4.0": { + "runtime": { + "lib/net7.0/EmptyFiles.dll": { + "assemblyVersion": "1.0.0.0", + "fileVersion": "1.0.0.0" + } + } + }, + "MediatR/12.4.1": { + "dependencies": { + "MediatR.Contracts": "2.0.1", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2" + }, + "runtime": { + "lib/net6.0/MediatR.dll": { + "assemblyVersion": "12.0.0.0", + "fileVersion": "12.4.1.0" + } + } + }, + "MediatR.Contracts/2.0.1": { + "runtime": { + "lib/netstandard2.0/MediatR.Contracts.dll": { + "assemblyVersion": "2.0.1.0", + "fileVersion": "2.0.1.0" + } + } + }, + "Microsoft.ApplicationInsights/2.22.0": { + "runtime": { + "lib/netstandard2.0/Microsoft.ApplicationInsights.dll": { + "assemblyVersion": "2.22.0.997", + "fileVersion": "2.22.0.997" + } + } + }, + "Microsoft.CodeCoverage/17.12.0": { + "runtime": { + "lib/netcoreapp3.1/Microsoft.VisualStudio.CodeCoverage.Shim.dll": { + "assemblyVersion": "15.0.0.0", + "fileVersion": "17.1200.524.48002" + } + } + }, + "Microsoft.Extensions.DependencyInjection/8.0.1": { + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2" + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + } + } + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.2": { + "runtime": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.1024.46610" + } + } + }, + "Microsoft.NET.Test.Sdk/17.12.0": { + "dependencies": { + "Microsoft.CodeCoverage": "17.12.0", + "Microsoft.TestPlatform.TestHost": "17.12.0" + } + }, + "Microsoft.Testing.Extensions.Telemetry/1.4.1": { + "dependencies": { + "Microsoft.ApplicationInsights": "2.22.0", + "Microsoft.Testing.Platform": "1.4.1" + }, + "runtime": { + "lib/net8.0/Microsoft.Testing.Extensions.Telemetry.dll": { + "assemblyVersion": "1.4.1.0", + "fileVersion": "1.400.124.50204" + } + }, + "resources": { + "lib/net8.0/cs/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "cs" + }, + "lib/net8.0/de/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "de" + }, + "lib/net8.0/es/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "es" + }, + "lib/net8.0/fr/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "fr" + }, + "lib/net8.0/it/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "it" + }, + "lib/net8.0/ja/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "ja" + }, + "lib/net8.0/ko/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "ko" + }, + "lib/net8.0/pl/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "pl" + }, + "lib/net8.0/pt-BR/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "pt-BR" + }, + "lib/net8.0/ru/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "ru" + }, + "lib/net8.0/tr/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "tr" + }, + "lib/net8.0/zh-Hans/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net8.0/zh-Hant/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.Testing.Extensions.TrxReport.Abstractions/1.4.1": { + "dependencies": { + "Microsoft.Testing.Platform": "1.4.1" + }, + "runtime": { + "lib/net8.0/Microsoft.Testing.Extensions.TrxReport.Abstractions.dll": { + "assemblyVersion": "1.4.1.0", + "fileVersion": "1.400.124.50204" + } + } + }, + "Microsoft.Testing.Extensions.VSTestBridge/1.4.1": { + "dependencies": { + "Microsoft.ApplicationInsights": "2.22.0", + "Microsoft.TestPlatform.ObjectModel": "17.12.0", + "Microsoft.Testing.Extensions.Telemetry": "1.4.1", + "Microsoft.Testing.Extensions.TrxReport.Abstractions": "1.4.1", + "Microsoft.Testing.Platform": "1.4.1" + }, + "runtime": { + "lib/net8.0/Microsoft.Testing.Extensions.VSTestBridge.dll": { + "assemblyVersion": "1.4.1.0", + "fileVersion": "1.400.124.50204" + } + }, + "resources": { + "lib/net8.0/cs/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "cs" + }, + "lib/net8.0/de/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "de" + }, + "lib/net8.0/es/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "es" + }, + "lib/net8.0/fr/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "fr" + }, + "lib/net8.0/it/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "it" + }, + "lib/net8.0/ja/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "ja" + }, + "lib/net8.0/ko/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "ko" + }, + "lib/net8.0/pl/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "pl" + }, + "lib/net8.0/pt-BR/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "pt-BR" + }, + "lib/net8.0/ru/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "ru" + }, + "lib/net8.0/tr/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "tr" + }, + "lib/net8.0/zh-Hans/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net8.0/zh-Hant/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.Testing.Platform/1.4.1": { + "runtime": { + "lib/net8.0/Microsoft.Testing.Platform.dll": { + "assemblyVersion": "1.4.1.0", + "fileVersion": "1.400.124.50204" + } + }, + "resources": { + "lib/net8.0/cs/Microsoft.Testing.Platform.resources.dll": { + "locale": "cs" + }, + "lib/net8.0/de/Microsoft.Testing.Platform.resources.dll": { + "locale": "de" + }, + "lib/net8.0/es/Microsoft.Testing.Platform.resources.dll": { + "locale": "es" + }, + "lib/net8.0/fr/Microsoft.Testing.Platform.resources.dll": { + "locale": "fr" + }, + "lib/net8.0/it/Microsoft.Testing.Platform.resources.dll": { + "locale": "it" + }, + "lib/net8.0/ja/Microsoft.Testing.Platform.resources.dll": { + "locale": "ja" + }, + "lib/net8.0/ko/Microsoft.Testing.Platform.resources.dll": { + "locale": "ko" + }, + "lib/net8.0/pl/Microsoft.Testing.Platform.resources.dll": { + "locale": "pl" + }, + "lib/net8.0/pt-BR/Microsoft.Testing.Platform.resources.dll": { + "locale": "pt-BR" + }, + "lib/net8.0/ru/Microsoft.Testing.Platform.resources.dll": { + "locale": "ru" + }, + "lib/net8.0/tr/Microsoft.Testing.Platform.resources.dll": { + "locale": "tr" + }, + "lib/net8.0/zh-Hans/Microsoft.Testing.Platform.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net8.0/zh-Hant/Microsoft.Testing.Platform.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.Testing.Platform.MSBuild/1.4.1": { + "dependencies": { + "Microsoft.Testing.Platform": "1.4.1" + }, + "runtime": { + "lib/net8.0/Microsoft.Testing.Platform.MSBuild.dll": { + "assemblyVersion": "1.4.1.0", + "fileVersion": "1.400.124.50204" + } + }, + "resources": { + "lib/net8.0/cs/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "cs" + }, + "lib/net8.0/de/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "de" + }, + "lib/net8.0/es/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "es" + }, + "lib/net8.0/fr/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "fr" + }, + "lib/net8.0/it/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "it" + }, + "lib/net8.0/ja/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "ja" + }, + "lib/net8.0/ko/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "ko" + }, + "lib/net8.0/pl/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "pl" + }, + "lib/net8.0/pt-BR/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "pt-BR" + }, + "lib/net8.0/ru/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "ru" + }, + "lib/net8.0/tr/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "tr" + }, + "lib/net8.0/zh-Hans/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net8.0/zh-Hant/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.TestPlatform.ObjectModel/17.12.0": { + "runtime": { + "lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll": { + "assemblyVersion": "15.0.0.0", + "fileVersion": "17.1200.24.56501" + }, + "lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll": { + "assemblyVersion": "15.0.0.0", + "fileVersion": "17.1200.24.56501" + }, + "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": { + "assemblyVersion": "15.0.0.0", + "fileVersion": "17.1200.24.56501" + } + }, + "resources": { + "lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/de/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/es/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/it/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "zh-Hant" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.TestPlatform.TestHost/17.12.0": { + "dependencies": { + "Microsoft.TestPlatform.ObjectModel": "17.12.0", + "Newtonsoft.Json": "13.0.1" + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.TestPlatform.CommunicationUtilities.dll": { + "assemblyVersion": "15.0.0.0", + "fileVersion": "17.1200.24.56501" + }, + "lib/netcoreapp3.1/Microsoft.TestPlatform.CrossPlatEngine.dll": { + "assemblyVersion": "15.0.0.0", + "fileVersion": "17.1200.24.56501" + }, + "lib/netcoreapp3.1/Microsoft.TestPlatform.Utilities.dll": { + "assemblyVersion": "15.0.0.0", + "fileVersion": "17.1200.24.56501" + }, + "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.Common.dll": { + "assemblyVersion": "15.0.0.0", + "fileVersion": "17.1200.24.56501" + }, + "lib/netcoreapp3.1/testhost.dll": { + "assemblyVersion": "15.0.0.0", + "fileVersion": "17.1200.24.56501" + } + }, + "resources": { + "lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "zh-Hant" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "zh-Hant" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Moq/4.20.72": { + "dependencies": { + "Castle.Core": "5.1.1" + }, + "runtime": { + "lib/net6.0/Moq.dll": { + "assemblyVersion": "4.20.72.0", + "fileVersion": "4.20.72.0" + } + } + }, + "MSTest.TestAdapter/3.6.1": { + "dependencies": { + "Microsoft.Testing.Extensions.VSTestBridge": "1.4.1", + "Microsoft.Testing.Platform.MSBuild": "1.4.1" + } + }, + "MSTest.TestFramework/3.6.1": { + "runtime": { + "lib/net8.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll": { + "assemblyVersion": "14.0.0.0", + "fileVersion": "3.600.124.50305" + } + }, + "resources": { + "lib/net8.0/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "cs" + }, + "lib/net8.0/de/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "de" + }, + "lib/net8.0/es/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "es" + }, + "lib/net8.0/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "fr" + }, + "lib/net8.0/it/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "it" + }, + "lib/net8.0/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "ja" + }, + "lib/net8.0/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "ko" + }, + "lib/net8.0/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "pl" + }, + "lib/net8.0/pt-BR/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "pt-BR" + }, + "lib/net8.0/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "ru" + }, + "lib/net8.0/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "tr" + }, + "lib/net8.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net8.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Newtonsoft.Json/13.0.1": { + "runtime": { + "lib/netstandard2.0/Newtonsoft.Json.dll": { + "assemblyVersion": "13.0.0.0", + "fileVersion": "13.0.1.25517" + } + } + }, + "Shouldly/4.2.1": { + "dependencies": { + "DiffEngine": "11.3.0", + "EmptyFiles": "4.4.0" + }, + "runtime": { + "lib/net5.0/Shouldly.dll": { + "assemblyVersion": "4.2.1.0", + "fileVersion": "4.2.1.0" + } + } + }, + "System.CodeDom/6.0.0": { + "runtime": { + "lib/net6.0/System.CodeDom.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + } + } + }, + "System.Diagnostics.EventLog/6.0.0": { + "runtime": { + "lib/net6.0/System.Diagnostics.EventLog.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + } + }, + "runtimeTargets": { + "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.Messages.dll": { + "rid": "win", + "assetType": "runtime", + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.dll": { + "rid": "win", + "assetType": "runtime", + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + } + } + }, + "System.Management/6.0.1": { + "dependencies": { + "System.CodeDom": "6.0.0" + }, + "runtime": { + "lib/net6.0/System.Management.dll": { + "assemblyVersion": "6.0.0.1", + "fileVersion": "6.0.1623.17311" + } + }, + "runtimeTargets": { + "runtimes/win/lib/net6.0/System.Management.dll": { + "rid": "win", + "assetType": "runtime", + "assemblyVersion": "6.0.0.1", + "fileVersion": "6.0.1623.17311" + } + } + }, + "BeyondNetCode.Shell.Ddd/1.0.0": { + "dependencies": { + "MediatR": "12.4.1" + }, + "runtime": { + "BeyondNetCode.Shell.Ddd.dll": { + "assemblyVersion": "1.0.0.0", + "fileVersion": "1.0.0.0" + } + } + }, + "BeyondNetCode.Shell.Ddd.AutoMapper/1.0.0": { + "dependencies": { + "AutoMapper": "12.0.1", + "BeyondNetCode.Shell.Ddd": "1.0.0" + }, + "runtime": { + "BeyondNetCode.Shell.Ddd.AutoMapper.dll": { + "assemblyVersion": "1.0.0.0", + "fileVersion": "1.0.0.0" + } + } + }, + "BeyondNetCode.Shell.Ddd.ValueObjects/1.0.0": { + "dependencies": { + "BeyondNetCode.Shell.Ddd": "1.0.0" + }, + "runtime": { + "BeyondNetCode.Shell.Ddd.ValueObjects.dll": { + "assemblyVersion": "1.0.0.0", + "fileVersion": "1.0.0.0" + } + } + }, + "Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions/14.0.0.0": { + "runtime": { + "Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll": { + "assemblyVersion": "14.0.0.0", + "fileVersion": "3.600.124.50305" + } + } + } + } + }, + "libraries": { + "BeyondNetCode.Shell.Ddd.Tests/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "AutoMapper/12.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-hvV62vl6Hp/WfQ24yzo3Co9+OPl8wH8hApwVtgWpiAynVJkUcs7xvehnSftawL8Pe8FrPffBRM3hwzLQqWDNjA==", + "path": "automapper/12.0.1", + "hashPath": "automapper.12.0.1.nupkg.sha512" + }, + "Castle.Core/5.1.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-rpYtIczkzGpf+EkZgDr9CClTdemhsrwA/W5hMoPjLkRFnXzH44zDLoovXeKtmxb1ykXK9aJVODSpiJml8CTw2g==", + "path": "castle.core/5.1.1", + "hashPath": "castle.core.5.1.1.nupkg.sha512" + }, + "DiffEngine/11.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-k0ZgZqd09jLZQjR8FyQbSQE86Q7QZnjEzq1LPHtj1R2AoWO8sjV5x+jlSisL7NZAbUOI4y+7Bog8gkr9WIRBGw==", + "path": "diffengine/11.3.0", + "hashPath": "diffengine.11.3.0.nupkg.sha512" + }, + "EmptyFiles/4.4.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-gwJEfIGS7FhykvtZoscwXj/XwW+mJY6UbAZk+qtLKFUGWC95kfKXnj8VkxsZQnWBxJemM/q664rGLN5nf+OHZw==", + "path": "emptyfiles/4.4.0", + "hashPath": "emptyfiles.4.4.0.nupkg.sha512" + }, + "MediatR/12.4.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-0tLxCgEC5+r1OCuumR3sWyiVa+BMv3AgiU4+pz8xqTc+2q1WbUEXFOr7Orm96oZ9r9FsldgUtWvB2o7b9jDOaw==", + "path": "mediatr/12.4.1", + "hashPath": "mediatr.12.4.1.nupkg.sha512" + }, + "MediatR.Contracts/2.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-FYv95bNT4UwcNA+G/J1oX5OpRiSUxteXaUt2BJbRSdRNiIUNbggJF69wy6mnk2wYToaanpdXZdCwVylt96MpwQ==", + "path": "mediatr.contracts/2.0.1", + "hashPath": "mediatr.contracts.2.0.1.nupkg.sha512" + }, + "Microsoft.ApplicationInsights/2.22.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-3AOM9bZtku7RQwHyMEY3tQMrHIgjcfRDa6YQpd/QG2LDGvMydSlL9Di+8LLMt7J2RDdfJ7/2jdYv6yHcMJAnNw==", + "path": "microsoft.applicationinsights/2.22.0", + "hashPath": "microsoft.applicationinsights.2.22.0.nupkg.sha512" + }, + "Microsoft.CodeCoverage/17.12.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-4svMznBd5JM21JIG2xZKGNanAHNXplxf/kQDFfLHXQ3OnpJkayRK/TjacFjA+EYmoyuNXHo/sOETEfcYtAzIrA==", + "path": "microsoft.codecoverage/17.12.0", + "hashPath": "microsoft.codecoverage.17.12.0.nupkg.sha512" + }, + "Microsoft.Extensions.DependencyInjection/8.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-BmANAnR5Xd4Oqw7yQ75xOAYODybZQRzdeNucg7kS5wWKd2PNnMdYtJ2Vciy0QLylRmv42DGl5+AFL9izA6F1Rw==", + "path": "microsoft.extensions.dependencyinjection/8.0.1", + "hashPath": "microsoft.extensions.dependencyinjection.8.0.1.nupkg.sha512" + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-3iE7UF7MQkCv1cxzCahz+Y/guQbTqieyxyaWKhrRO91itI9cOKO76OHeQDahqG4MmW5umr3CcCvGmK92lWNlbg==", + "path": "microsoft.extensions.dependencyinjection.abstractions/8.0.2", + "hashPath": "microsoft.extensions.dependencyinjection.abstractions.8.0.2.nupkg.sha512" + }, + "Microsoft.NET.Test.Sdk/17.12.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-kt/PKBZ91rFCWxVIJZSgVLk+YR+4KxTuHf799ho8WNiK5ZQpJNAEZCAWX86vcKrs+DiYjiibpYKdGZP6+/N17w==", + "path": "microsoft.net.test.sdk/17.12.0", + "hashPath": "microsoft.net.test.sdk.17.12.0.nupkg.sha512" + }, + "Microsoft.Testing.Extensions.Telemetry/1.4.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Li2CRKPN8LExJRakkaUV9Xq/VeezAkTG1Vp+bcuonES6VoCIKufnc9f5GwxYX5I9DIWWxwgR0UeowlkpOIKxiA==", + "path": "microsoft.testing.extensions.telemetry/1.4.1", + "hashPath": "microsoft.testing.extensions.telemetry.1.4.1.nupkg.sha512" + }, + "Microsoft.Testing.Extensions.TrxReport.Abstractions/1.4.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-FJRIgh2cWPQmAmfWDkdROW94LjFCaRrcnBa6uX2xkcXL3SXqJN43RfbP5xMDCE7FyXXHBFBLyfKhIZ1L2lh9FA==", + "path": "microsoft.testing.extensions.trxreport.abstractions/1.4.1", + "hashPath": "microsoft.testing.extensions.trxreport.abstractions.1.4.1.nupkg.sha512" + }, + "Microsoft.Testing.Extensions.VSTestBridge/1.4.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-57U75DJEpN+JMJUfyEef57KlXfwtNMHuFd2j5+7VIiwli4oDCwGCZfSNLY/mQ1NcVPTdsLvW2awwMLdxiV7Ysg==", + "path": "microsoft.testing.extensions.vstestbridge/1.4.1", + "hashPath": "microsoft.testing.extensions.vstestbridge.1.4.1.nupkg.sha512" + }, + "Microsoft.Testing.Platform/1.4.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-LT+DsDCtQL0x8tuClGk5mkBfeSdBuCgMX7UCE44H0JoayvOHhnbKCT5DElo2XNPclCbgm1PsPvePNPYQxV+X9w==", + "path": "microsoft.testing.platform/1.4.1", + "hashPath": "microsoft.testing.platform.1.4.1.nupkg.sha512" + }, + "Microsoft.Testing.Platform.MSBuild/1.4.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-2Vct6WOIUxJJy64srxB2uhZCe6ZxPVlA43VNdJJjvO8oSyy+vLCW4Vv37LNLnnj+XFq3QVo0KOOaVAtLgbnGGg==", + "path": "microsoft.testing.platform.msbuild/1.4.1", + "hashPath": "microsoft.testing.platform.msbuild.1.4.1.nupkg.sha512" + }, + "Microsoft.TestPlatform.ObjectModel/17.12.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-TDqkTKLfQuAaPcEb3pDDWnh7b3SyZF+/W9OZvWFp6eJCIiiYFdSB6taE2I6tWrFw5ywhzOb6sreoGJTI6m3rSQ==", + "path": "microsoft.testplatform.objectmodel/17.12.0", + "hashPath": "microsoft.testplatform.objectmodel.17.12.0.nupkg.sha512" + }, + "Microsoft.TestPlatform.TestHost/17.12.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-MiPEJQNyADfwZ4pJNpQex+t9/jOClBGMiCiVVFuELCMSX2nmNfvUor3uFVxNNCg30uxDP8JDYfPnMXQzsfzYyg==", + "path": "microsoft.testplatform.testhost/17.12.0", + "hashPath": "microsoft.testplatform.testhost.17.12.0.nupkg.sha512" + }, + "Moq/4.20.72": { + "type": "package", + "serviceable": true, + "sha512": "sha512-EA55cjyNn8eTNWrgrdZJH5QLFp2L43oxl1tlkoYUKIE9pRwL784OWiTXeCV5ApS+AMYEAlt7Fo03A2XfouvHmQ==", + "path": "moq/4.20.72", + "hashPath": "moq.4.20.72.nupkg.sha512" + }, + "MSTest.TestAdapter/3.6.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-wgeZ8g4N75iksyrESdIGV46AxYqLvy1cRwyXCWfpA77huSPWCx89QsgZe3tg9k+OYx71v46aRVFZKT6gqCrarw==", + "path": "mstest.testadapter/3.6.1", + "hashPath": "mstest.testadapter.3.6.1.nupkg.sha512" + }, + "MSTest.TestFramework/3.6.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ugHS5Bz+hlLBd7FSS9JokRrzjmlmDQIx0Hxj6LTJztH/CRkuzNM+hK9Zoa53DR/B4BysEpu16ZXnm6KLH6Vrzg==", + "path": "mstest.testframework/3.6.1", + "hashPath": "mstest.testframework.3.6.1.nupkg.sha512" + }, + "Newtonsoft.Json/13.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==", + "path": "newtonsoft.json/13.0.1", + "hashPath": "newtonsoft.json.13.0.1.nupkg.sha512" + }, + "Shouldly/4.2.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-dKAKiSuhLKqD2TXwLKtqNg1nwzJcIKOOMncZjk9LYe4W+h+SCftpWdxwR79YZUIHMH+3Vu9s0s0UHNrgICLwRQ==", + "path": "shouldly/4.2.1", + "hashPath": "shouldly.4.2.1.nupkg.sha512" + }, + "System.CodeDom/6.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-CPc6tWO1LAer3IzfZufDBRL+UZQcj5uS207NHALQzP84Vp/z6wF0Aa0YZImOQY8iStY0A2zI/e3ihKNPfUm8XA==", + "path": "system.codedom/6.0.0", + "hashPath": "system.codedom.6.0.0.nupkg.sha512" + }, + "System.Diagnostics.EventLog/6.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-lcyUiXTsETK2ALsZrX+nWuHSIQeazhqPphLfaRxzdGaG93+0kELqpgEHtwWOlQe7+jSFnKwaCAgL4kjeZCQJnw==", + "path": "system.diagnostics.eventlog/6.0.0", + "hashPath": "system.diagnostics.eventlog.6.0.0.nupkg.sha512" + }, + "System.Management/6.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-10J1D0h/lioojphfJ4Fuh5ZUThT/xOVHdV9roGBittKKNP2PMjrvibEdbVTGZcPra1399Ja3tqIJLyQrc5Wmhg==", + "path": "system.management/6.0.1", + "hashPath": "system.management.6.0.1.nupkg.sha512" + }, + "BeyondNetCode.Shell.Ddd/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "BeyondNetCode.Shell.Ddd.AutoMapper/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "BeyondNetCode.Shell.Ddd.ValueObjects/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions/14.0.0.0": { + "type": "reference", + "serviceable": false, + "sha512": "" + } + } +} \ No newline at end of file diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.Tests.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.Tests.dll new file mode 100644 index 0000000..0c30bcb Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.Tests.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.Tests.pdb b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.Tests.pdb new file mode 100644 index 0000000..67d35cb Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.Tests.pdb differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.Tests.runtimeconfig.json b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.Tests.runtimeconfig.json new file mode 100644 index 0000000..f730443 --- /dev/null +++ b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.Tests.runtimeconfig.json @@ -0,0 +1,13 @@ +{ + "runtimeOptions": { + "tfm": "net10.0", + "framework": { + "name": "Microsoft.NETCore.App", + "version": "10.0.0" + }, + "configProperties": { + "System.Reflection.Metadata.MetadataUpdater.IsSupported": false, + "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false + } + } +} \ No newline at end of file diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.ValueObjects.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.ValueObjects.dll new file mode 100644 index 0000000..26f3a05 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.ValueObjects.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.ValueObjects.pdb b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.ValueObjects.pdb new file mode 100644 index 0000000..f066bbd Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.ValueObjects.pdb differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.dll new file mode 100644 index 0000000..6429f31 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.pdb b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.pdb new file mode 100644 index 0000000..ca5646e Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.pdb differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Castle.Core.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Castle.Core.dll new file mode 100755 index 0000000..eb7fd3b Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Castle.Core.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/CoverletSourceRootsMapping_BeyondNetCode.Shell.Ddd.Tests b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/CoverletSourceRootsMapping_BeyondNetCode.Shell.Ddd.Tests new file mode 100644 index 0000000..6457cd3 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/CoverletSourceRootsMapping_BeyondNetCode.Shell.Ddd.Tests differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/DiffEngine.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/DiffEngine.dll new file mode 100755 index 0000000..0a8a517 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/DiffEngine.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles.dll new file mode 100755 index 0000000..1d18f4d Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/archive/empty.7z b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/archive/empty.7z new file mode 100755 index 0000000..46e2c91 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/archive/empty.7z differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/archive/empty.bz2 b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/archive/empty.bz2 new file mode 100755 index 0000000..b56f3b9 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/archive/empty.bz2 differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/archive/empty.gz b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/archive/empty.gz new file mode 100755 index 0000000..ea332a7 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/archive/empty.gz differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/archive/empty.tar b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/archive/empty.tar new file mode 100755 index 0000000..77d4c84 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/archive/empty.tar differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/archive/empty.xz b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/archive/empty.xz new file mode 100755 index 0000000..d793b11 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/archive/empty.xz differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/archive/empty.zip b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/archive/empty.zip new file mode 100755 index 0000000..15cb0ec Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/archive/empty.zip differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/document/empty.docx b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/document/empty.docx new file mode 100755 index 0000000..5c2de8e Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/document/empty.docx differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/document/empty.odt b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/document/empty.odt new file mode 100755 index 0000000..e6de947 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/document/empty.odt differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/document/empty.pdf b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/document/empty.pdf new file mode 100755 index 0000000..cc771d5 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/document/empty.pdf differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/document/empty.rtf b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/document/empty.rtf new file mode 100755 index 0000000..afdd7c5 --- /dev/null +++ b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/document/empty.rtf @@ -0,0 +1 @@ +{\rtf} \ No newline at end of file diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.avif b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.avif new file mode 100755 index 0000000..d32be6d Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.avif differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.bmp b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.bmp new file mode 100755 index 0000000..de874f7 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.bmp differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.dds b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.dds new file mode 100755 index 0000000..e611aac Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.dds differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.dib b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.dib new file mode 100755 index 0000000..de874f7 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.dib differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.emf b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.emf new file mode 100755 index 0000000..363b241 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.emf differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.exif b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.exif new file mode 100755 index 0000000..43a6ab7 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.exif differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.gif b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.gif new file mode 100755 index 0000000..035311b Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.gif differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.heic b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.heic new file mode 100755 index 0000000..96995bc Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.heic differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.heif b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.heif new file mode 100755 index 0000000..ca70c19 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.heif differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.ico b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.ico new file mode 100755 index 0000000..d4b3252 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.ico differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.j2c b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.j2c new file mode 100755 index 0000000..905019b Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.j2c differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.jfif b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.jfif new file mode 100755 index 0000000..43a6ab7 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.jfif differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.jp2 b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.jp2 new file mode 100755 index 0000000..d9c7566 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.jp2 differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.jpc b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.jpc new file mode 100755 index 0000000..905019b Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.jpc differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.jpe b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.jpe new file mode 100755 index 0000000..43a6ab7 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.jpe differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.jpg b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.jpg new file mode 100755 index 0000000..43a6ab7 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.jpg differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.jxr b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.jxr new file mode 100755 index 0000000..0138cf3 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.jxr differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.pbm b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.pbm new file mode 100755 index 0000000..0cc3736 --- /dev/null +++ b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.pbm @@ -0,0 +1,3 @@ +P4 +1 1 +€ \ No newline at end of file diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.pcx b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.pcx new file mode 100755 index 0000000..368a3ef Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.pcx differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.pgm b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.pgm new file mode 100755 index 0000000..85b8651 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.pgm differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.png b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.png new file mode 100755 index 0000000..3cf27f4 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.png differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.ppm b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.ppm new file mode 100755 index 0000000..45c3886 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.ppm differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.rle b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.rle new file mode 100755 index 0000000..de874f7 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.rle differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.tga b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.tga new file mode 100755 index 0000000..0c8df87 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.tga differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.tif b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.tif new file mode 100755 index 0000000..7bad36c Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.tif differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.wdp b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.wdp new file mode 100755 index 0000000..0138cf3 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.wdp differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.webp b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.webp new file mode 100755 index 0000000..d5dc4d6 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.webp differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.wmp b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.wmp new file mode 100755 index 0000000..0138cf3 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.wmp differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/sheet/empty.ods b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/sheet/empty.ods new file mode 100755 index 0000000..9058d1d Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/sheet/empty.ods differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/sheet/empty.xlsx b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/sheet/empty.xlsx new file mode 100755 index 0000000..4331bb5 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/sheet/empty.xlsx differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/slide/empty.odp b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/slide/empty.odp new file mode 100755 index 0000000..e903cf3 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/slide/empty.odp differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/slide/empty.pptx b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/slide/empty.pptx new file mode 100755 index 0000000..fac10c7 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/slide/empty.pptx differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/MediatR.Contracts.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/MediatR.Contracts.dll new file mode 100755 index 0000000..32bc7c1 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/MediatR.Contracts.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/MediatR.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/MediatR.dll new file mode 100755 index 0000000..b910860 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/MediatR.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.ApplicationInsights.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.ApplicationInsights.dll new file mode 100755 index 0000000..3f8c818 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.ApplicationInsights.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll new file mode 100755 index 0000000..81ed3de Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.Extensions.DependencyInjection.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.Extensions.DependencyInjection.dll new file mode 100755 index 0000000..bd71a2b Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.Extensions.DependencyInjection.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.TestPlatform.AdapterUtilities.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.TestPlatform.AdapterUtilities.dll new file mode 100755 index 0000000..1deb30e Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.TestPlatform.AdapterUtilities.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.TestPlatform.CommunicationUtilities.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.TestPlatform.CommunicationUtilities.dll new file mode 100755 index 0000000..f018486 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.TestPlatform.CommunicationUtilities.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.TestPlatform.CoreUtilities.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.TestPlatform.CoreUtilities.dll new file mode 100755 index 0000000..da3396e Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.TestPlatform.CoreUtilities.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.TestPlatform.CrossPlatEngine.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.TestPlatform.CrossPlatEngine.dll new file mode 100755 index 0000000..d3f461d Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.TestPlatform.CrossPlatEngine.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.TestPlatform.PlatformAbstractions.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.TestPlatform.PlatformAbstractions.dll new file mode 100755 index 0000000..ad4e8c7 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.TestPlatform.PlatformAbstractions.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.TestPlatform.Utilities.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.TestPlatform.Utilities.dll new file mode 100755 index 0000000..02ccb37 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.TestPlatform.Utilities.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.Testing.Extensions.Telemetry.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.Testing.Extensions.Telemetry.dll new file mode 100755 index 0000000..9bea260 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.Testing.Extensions.Telemetry.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.Testing.Extensions.TrxReport.Abstractions.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.Testing.Extensions.TrxReport.Abstractions.dll new file mode 100755 index 0000000..256a430 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.Testing.Extensions.TrxReport.Abstractions.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.Testing.Extensions.VSTestBridge.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.Testing.Extensions.VSTestBridge.dll new file mode 100755 index 0000000..58b56e6 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.Testing.Extensions.VSTestBridge.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.Testing.Platform.MSBuild.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.Testing.Platform.MSBuild.dll new file mode 100755 index 0000000..19826af Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.Testing.Platform.MSBuild.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.Testing.Platform.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.Testing.Platform.dll new file mode 100755 index 0000000..b577374 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.Testing.Platform.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.VisualStudio.CodeCoverage.Shim.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.VisualStudio.CodeCoverage.Shim.dll new file mode 100755 index 0000000..43d029f Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.VisualStudio.CodeCoverage.Shim.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.VisualStudio.TestPlatform.Common.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.VisualStudio.TestPlatform.Common.dll new file mode 100755 index 0000000..0fa6eb1 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.VisualStudio.TestPlatform.Common.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll new file mode 100755 index 0000000..1298670 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll new file mode 100755 index 0000000..5286c7c Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll new file mode 100755 index 0000000..bb7a277 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll new file mode 100755 index 0000000..1ac1860 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml new file mode 100755 index 0000000..fb33980 --- /dev/null +++ b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml @@ -0,0 +1,174 @@ + + + + Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions + + + + + Used to specify deployment item (file or directory) per-test deployment for copying files or folders specified as deployment items to the .DeploymentDirectory. + Deployment directory is where all the deployment items are present along with TestSource dll. + Can be specified on test class or test method. + Can have multiple instances of the attribute to specify more than one item. + The item path can be absolute or relative, if relative, it is relative to RunConfig.RelativePathRoot. + + + If specified on a test class, the class needs to contain at least one test method. This means that the + attribute cannot be combined with a test class that would contain only a AssemblyInitialize or ClassInitialize + method. + + + [DeploymentItem("file1.xml")] + [DeploymentItem("file2.xml", "DataFiles")] + [DeploymentItem("bin\Debug")]. + + + + + Initializes a new instance of the class. + + The file or directory to deploy. The path is relative to the build output directory. The item will be copied to the same directory as the deployed test assemblies. + + + + Initializes a new instance of the class. + + The relative or absolute path to the file or directory to deploy. The path is relative to the build output directory. The item will be copied to the same directory as the deployed test assemblies. + The path of the directory to which the items are to be copied. It can be either absolute or relative to the deployment directory. All files and directories identified by will be copied to this directory. + + + + Gets the path of the source file or folder to be copied. + + + + + Gets the path of the directory to which the item is copied. + + + + + Used to store information that is provided to unit tests. + + + + + Gets test properties for a test. + + + + + Gets or sets the cancellation token source. This token source is canceled when test times out. Also when explicitly canceled the test will be aborted. + + + + + Gets base directory for the test run, under which deployed files and result files are stored. + + + + + Gets directory for files deployed for the test run. Typically a subdirectory of . + + + + + Gets base directory for results from the test run. Typically a subdirectory of . + + + + + Gets directory for test run result files. Typically a subdirectory of . + + + + + Gets directory for test result files. + + + + + Gets base directory for the test run, under which deployed files and result files are stored. + Same as . Use that property instead. + + + + + Gets directory for files deployed for the test run. Typically a subdirectory of . + Same as . Use that property instead. + + + + + Gets directory for test run result files. Typically a subdirectory of . + Same as . Use that property for test run result files, or + for test-specific result files instead. + + + + + Gets the Fully-qualified name of the class containing the test method currently being executed. + + + This property can be useful in attributes derived from ExpectedExceptionBaseAttribute. + Those attributes have access to the test context, and provide messages that are included + in the test results. Users can benefit from messages that include the fully-qualified + class name in addition to the name of the test method currently being executed. + + + + + Gets the fully specified type name metadata format. + + + + + Gets the fully specified method name metadata format. + + + + + Gets the name of the test method currently being executed. + + + + + Gets the current test outcome. + + + + + Adds a file name to the list in TestResult.ResultFileNames. + + + The file Name. + + + + + Used to write trace messages while the test is running. + + formatted message string. + + + + Used to write trace messages while the test is running. + + format string. + the arguments. + + + + Used to write trace messages while the test is running. + + formatted message string. + + + + Used to write trace messages while the test is running. + + format string. + the arguments. + + + diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll new file mode 100755 index 0000000..41f78df Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Moq.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Moq.dll new file mode 100755 index 0000000..7b87495 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Moq.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Newtonsoft.Json.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Newtonsoft.Json.dll new file mode 100755 index 0000000..1ffeabe Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Newtonsoft.Json.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Shouldly.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Shouldly.dll new file mode 100755 index 0000000..d4d7379 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Shouldly.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/System.CodeDom.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/System.CodeDom.dll new file mode 100755 index 0000000..54c82b6 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/System.CodeDom.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/System.Diagnostics.EventLog.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/System.Diagnostics.EventLog.dll new file mode 100755 index 0000000..8a65e71 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/System.Diagnostics.EventLog.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/System.Management.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/System.Management.dll new file mode 100755 index 0000000..c1d001a Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/System.Management.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll new file mode 100755 index 0000000..6a22512 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll new file mode 100755 index 0000000..83c68f1 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll new file mode 100755 index 0000000..5f56087 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/cs/Microsoft.Testing.Extensions.Telemetry.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/cs/Microsoft.Testing.Extensions.Telemetry.resources.dll new file mode 100755 index 0000000..7f8e8df Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/cs/Microsoft.Testing.Extensions.Telemetry.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/cs/Microsoft.Testing.Extensions.VSTestBridge.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/cs/Microsoft.Testing.Extensions.VSTestBridge.resources.dll new file mode 100755 index 0000000..ed428e1 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/cs/Microsoft.Testing.Extensions.VSTestBridge.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/cs/Microsoft.Testing.Platform.MSBuild.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/cs/Microsoft.Testing.Platform.MSBuild.resources.dll new file mode 100755 index 0000000..e4dc7c8 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/cs/Microsoft.Testing.Platform.MSBuild.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/cs/Microsoft.Testing.Platform.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/cs/Microsoft.Testing.Platform.resources.dll new file mode 100755 index 0000000..815559e Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/cs/Microsoft.Testing.Platform.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll new file mode 100755 index 0000000..87f03f5 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll new file mode 100755 index 0000000..252c548 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll new file mode 100755 index 0000000..15fe433 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll new file mode 100755 index 0000000..c405cb0 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll new file mode 100755 index 0000000..0b8d7a2 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll new file mode 100755 index 0000000..8a40450 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/de/Microsoft.Testing.Extensions.Telemetry.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/de/Microsoft.Testing.Extensions.Telemetry.resources.dll new file mode 100755 index 0000000..7d62cc2 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/de/Microsoft.Testing.Extensions.Telemetry.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/de/Microsoft.Testing.Extensions.VSTestBridge.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/de/Microsoft.Testing.Extensions.VSTestBridge.resources.dll new file mode 100755 index 0000000..d83f925 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/de/Microsoft.Testing.Extensions.VSTestBridge.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/de/Microsoft.Testing.Platform.MSBuild.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/de/Microsoft.Testing.Platform.MSBuild.resources.dll new file mode 100755 index 0000000..f0ebd94 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/de/Microsoft.Testing.Platform.MSBuild.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/de/Microsoft.Testing.Platform.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/de/Microsoft.Testing.Platform.resources.dll new file mode 100755 index 0000000..9065a56 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/de/Microsoft.Testing.Platform.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll new file mode 100755 index 0000000..094510e Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll new file mode 100755 index 0000000..f2ea114 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/de/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/de/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll new file mode 100755 index 0000000..defe902 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/de/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll new file mode 100755 index 0000000..a4f9b88 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll new file mode 100755 index 0000000..1cedf43 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll new file mode 100755 index 0000000..50efa40 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/es/Microsoft.Testing.Extensions.Telemetry.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/es/Microsoft.Testing.Extensions.Telemetry.resources.dll new file mode 100755 index 0000000..954916f Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/es/Microsoft.Testing.Extensions.Telemetry.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/es/Microsoft.Testing.Extensions.VSTestBridge.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/es/Microsoft.Testing.Extensions.VSTestBridge.resources.dll new file mode 100755 index 0000000..db4c458 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/es/Microsoft.Testing.Extensions.VSTestBridge.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/es/Microsoft.Testing.Platform.MSBuild.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/es/Microsoft.Testing.Platform.MSBuild.resources.dll new file mode 100755 index 0000000..fd7f46c Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/es/Microsoft.Testing.Platform.MSBuild.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/es/Microsoft.Testing.Platform.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/es/Microsoft.Testing.Platform.resources.dll new file mode 100755 index 0000000..37fbae9 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/es/Microsoft.Testing.Platform.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll new file mode 100755 index 0000000..8609499 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll new file mode 100755 index 0000000..5d22850 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/es/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/es/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll new file mode 100755 index 0000000..5e0264f Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/es/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll new file mode 100755 index 0000000..6c3f966 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll new file mode 100755 index 0000000..1354d08 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll new file mode 100755 index 0000000..97f4c62 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/fr/Microsoft.Testing.Extensions.Telemetry.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/fr/Microsoft.Testing.Extensions.Telemetry.resources.dll new file mode 100755 index 0000000..3a5a560 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/fr/Microsoft.Testing.Extensions.Telemetry.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/fr/Microsoft.Testing.Extensions.VSTestBridge.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/fr/Microsoft.Testing.Extensions.VSTestBridge.resources.dll new file mode 100755 index 0000000..28aa8fe Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/fr/Microsoft.Testing.Extensions.VSTestBridge.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/fr/Microsoft.Testing.Platform.MSBuild.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/fr/Microsoft.Testing.Platform.MSBuild.resources.dll new file mode 100755 index 0000000..a840600 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/fr/Microsoft.Testing.Platform.MSBuild.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/fr/Microsoft.Testing.Platform.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/fr/Microsoft.Testing.Platform.resources.dll new file mode 100755 index 0000000..2e43cf4 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/fr/Microsoft.Testing.Platform.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll new file mode 100755 index 0000000..efeda12 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll new file mode 100755 index 0000000..ca6b10d Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll new file mode 100755 index 0000000..058bd9a Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll new file mode 100755 index 0000000..000757f Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll new file mode 100755 index 0000000..4cd8054 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll new file mode 100755 index 0000000..411d2b3 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/it/Microsoft.Testing.Extensions.Telemetry.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/it/Microsoft.Testing.Extensions.Telemetry.resources.dll new file mode 100755 index 0000000..6c651c4 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/it/Microsoft.Testing.Extensions.Telemetry.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/it/Microsoft.Testing.Extensions.VSTestBridge.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/it/Microsoft.Testing.Extensions.VSTestBridge.resources.dll new file mode 100755 index 0000000..3482fdb Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/it/Microsoft.Testing.Extensions.VSTestBridge.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/it/Microsoft.Testing.Platform.MSBuild.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/it/Microsoft.Testing.Platform.MSBuild.resources.dll new file mode 100755 index 0000000..5581a74 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/it/Microsoft.Testing.Platform.MSBuild.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/it/Microsoft.Testing.Platform.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/it/Microsoft.Testing.Platform.resources.dll new file mode 100755 index 0000000..0771a41 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/it/Microsoft.Testing.Platform.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll new file mode 100755 index 0000000..b13b763 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll new file mode 100755 index 0000000..af71519 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/it/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/it/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll new file mode 100755 index 0000000..d079bc3 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/it/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll new file mode 100755 index 0000000..7239741 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll new file mode 100755 index 0000000..5793f35 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll new file mode 100755 index 0000000..8cff118 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ja/Microsoft.Testing.Extensions.Telemetry.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ja/Microsoft.Testing.Extensions.Telemetry.resources.dll new file mode 100755 index 0000000..2e12a84 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ja/Microsoft.Testing.Extensions.Telemetry.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ja/Microsoft.Testing.Extensions.VSTestBridge.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ja/Microsoft.Testing.Extensions.VSTestBridge.resources.dll new file mode 100755 index 0000000..8c999f1 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ja/Microsoft.Testing.Extensions.VSTestBridge.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ja/Microsoft.Testing.Platform.MSBuild.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ja/Microsoft.Testing.Platform.MSBuild.resources.dll new file mode 100755 index 0000000..47c0b79 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ja/Microsoft.Testing.Platform.MSBuild.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ja/Microsoft.Testing.Platform.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ja/Microsoft.Testing.Platform.resources.dll new file mode 100755 index 0000000..ed66214 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ja/Microsoft.Testing.Platform.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll new file mode 100755 index 0000000..41f33a3 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll new file mode 100755 index 0000000..a959dc6 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll new file mode 100755 index 0000000..72404fd Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll new file mode 100755 index 0000000..89b460c Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll new file mode 100755 index 0000000..357c278 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll new file mode 100755 index 0000000..843f9bc Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ko/Microsoft.Testing.Extensions.Telemetry.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ko/Microsoft.Testing.Extensions.Telemetry.resources.dll new file mode 100755 index 0000000..298ebb9 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ko/Microsoft.Testing.Extensions.Telemetry.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ko/Microsoft.Testing.Extensions.VSTestBridge.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ko/Microsoft.Testing.Extensions.VSTestBridge.resources.dll new file mode 100755 index 0000000..89a22dc Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ko/Microsoft.Testing.Extensions.VSTestBridge.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ko/Microsoft.Testing.Platform.MSBuild.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ko/Microsoft.Testing.Platform.MSBuild.resources.dll new file mode 100755 index 0000000..732ddc2 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ko/Microsoft.Testing.Platform.MSBuild.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ko/Microsoft.Testing.Platform.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ko/Microsoft.Testing.Platform.resources.dll new file mode 100755 index 0000000..f59c597 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ko/Microsoft.Testing.Platform.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll new file mode 100755 index 0000000..aaeb3f0 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll new file mode 100755 index 0000000..f158708 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll new file mode 100755 index 0000000..9215c8b Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll new file mode 100755 index 0000000..3cd44ff Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll new file mode 100755 index 0000000..cc17f24 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll new file mode 100755 index 0000000..56d009b Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pl/Microsoft.Testing.Extensions.Telemetry.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pl/Microsoft.Testing.Extensions.Telemetry.resources.dll new file mode 100755 index 0000000..fd74c98 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pl/Microsoft.Testing.Extensions.Telemetry.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pl/Microsoft.Testing.Extensions.VSTestBridge.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pl/Microsoft.Testing.Extensions.VSTestBridge.resources.dll new file mode 100755 index 0000000..141a74a Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pl/Microsoft.Testing.Extensions.VSTestBridge.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pl/Microsoft.Testing.Platform.MSBuild.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pl/Microsoft.Testing.Platform.MSBuild.resources.dll new file mode 100755 index 0000000..e2c9b8a Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pl/Microsoft.Testing.Platform.MSBuild.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pl/Microsoft.Testing.Platform.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pl/Microsoft.Testing.Platform.resources.dll new file mode 100755 index 0000000..58bc0e3 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pl/Microsoft.Testing.Platform.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll new file mode 100755 index 0000000..5bb5c00 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll new file mode 100755 index 0000000..ef229ea Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll new file mode 100755 index 0000000..a66e1d1 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll new file mode 100755 index 0000000..6d333ed Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll new file mode 100755 index 0000000..de5092c Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll new file mode 100755 index 0000000..df016c7 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pt-BR/Microsoft.Testing.Extensions.Telemetry.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pt-BR/Microsoft.Testing.Extensions.Telemetry.resources.dll new file mode 100755 index 0000000..a1a05e6 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pt-BR/Microsoft.Testing.Extensions.Telemetry.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pt-BR/Microsoft.Testing.Extensions.VSTestBridge.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pt-BR/Microsoft.Testing.Extensions.VSTestBridge.resources.dll new file mode 100755 index 0000000..c8e8ab1 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pt-BR/Microsoft.Testing.Extensions.VSTestBridge.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pt-BR/Microsoft.Testing.Platform.MSBuild.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pt-BR/Microsoft.Testing.Platform.MSBuild.resources.dll new file mode 100755 index 0000000..23a6ba6 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pt-BR/Microsoft.Testing.Platform.MSBuild.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pt-BR/Microsoft.Testing.Platform.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pt-BR/Microsoft.Testing.Platform.resources.dll new file mode 100755 index 0000000..bd021de Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pt-BR/Microsoft.Testing.Platform.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll new file mode 100755 index 0000000..87366d2 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll new file mode 100755 index 0000000..06c0baf Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pt-BR/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pt-BR/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll new file mode 100755 index 0000000..629b5c0 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pt-BR/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll new file mode 100755 index 0000000..65bb33a Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll new file mode 100755 index 0000000..479e58e Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll new file mode 100755 index 0000000..7fb9358 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ru/Microsoft.Testing.Extensions.Telemetry.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ru/Microsoft.Testing.Extensions.Telemetry.resources.dll new file mode 100755 index 0000000..f3a7e33 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ru/Microsoft.Testing.Extensions.Telemetry.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ru/Microsoft.Testing.Extensions.VSTestBridge.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ru/Microsoft.Testing.Extensions.VSTestBridge.resources.dll new file mode 100755 index 0000000..3a6b397 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ru/Microsoft.Testing.Extensions.VSTestBridge.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ru/Microsoft.Testing.Platform.MSBuild.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ru/Microsoft.Testing.Platform.MSBuild.resources.dll new file mode 100755 index 0000000..3e33614 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ru/Microsoft.Testing.Platform.MSBuild.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ru/Microsoft.Testing.Platform.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ru/Microsoft.Testing.Platform.resources.dll new file mode 100755 index 0000000..2ccb76a Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ru/Microsoft.Testing.Platform.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll new file mode 100755 index 0000000..f146cd3 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll new file mode 100755 index 0000000..11840ed Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll new file mode 100755 index 0000000..d12b404 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/runtimes/win/lib/net6.0/System.Diagnostics.EventLog.Messages.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/runtimes/win/lib/net6.0/System.Diagnostics.EventLog.Messages.dll new file mode 100755 index 0000000..bc23526 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/runtimes/win/lib/net6.0/System.Diagnostics.EventLog.Messages.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/runtimes/win/lib/net6.0/System.Diagnostics.EventLog.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/runtimes/win/lib/net6.0/System.Diagnostics.EventLog.dll new file mode 100755 index 0000000..03b44f1 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/runtimes/win/lib/net6.0/System.Diagnostics.EventLog.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/runtimes/win/lib/net6.0/System.Management.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/runtimes/win/lib/net6.0/System.Management.dll new file mode 100755 index 0000000..6e5d88e Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/runtimes/win/lib/net6.0/System.Management.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/testhost.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/testhost.dll new file mode 100755 index 0000000..6023d9b Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/testhost.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll new file mode 100755 index 0000000..66a78d2 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll new file mode 100755 index 0000000..a35ce7c Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll new file mode 100755 index 0000000..588f20e Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/tr/Microsoft.Testing.Extensions.Telemetry.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/tr/Microsoft.Testing.Extensions.Telemetry.resources.dll new file mode 100755 index 0000000..935f1e5 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/tr/Microsoft.Testing.Extensions.Telemetry.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/tr/Microsoft.Testing.Extensions.VSTestBridge.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/tr/Microsoft.Testing.Extensions.VSTestBridge.resources.dll new file mode 100755 index 0000000..af69d06 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/tr/Microsoft.Testing.Extensions.VSTestBridge.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/tr/Microsoft.Testing.Platform.MSBuild.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/tr/Microsoft.Testing.Platform.MSBuild.resources.dll new file mode 100755 index 0000000..ff9364b Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/tr/Microsoft.Testing.Platform.MSBuild.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/tr/Microsoft.Testing.Platform.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/tr/Microsoft.Testing.Platform.resources.dll new file mode 100755 index 0000000..4b7772d Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/tr/Microsoft.Testing.Platform.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll new file mode 100755 index 0000000..204c223 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll new file mode 100755 index 0000000..cce1aac Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll new file mode 100755 index 0000000..3592c8b Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll new file mode 100755 index 0000000..fef8bc0 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll new file mode 100755 index 0000000..5a3ae3f Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll new file mode 100755 index 0000000..95e6929 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hans/Microsoft.Testing.Extensions.Telemetry.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hans/Microsoft.Testing.Extensions.Telemetry.resources.dll new file mode 100755 index 0000000..29b81b5 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hans/Microsoft.Testing.Extensions.Telemetry.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hans/Microsoft.Testing.Extensions.VSTestBridge.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hans/Microsoft.Testing.Extensions.VSTestBridge.resources.dll new file mode 100755 index 0000000..1f85c23 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hans/Microsoft.Testing.Extensions.VSTestBridge.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hans/Microsoft.Testing.Platform.MSBuild.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hans/Microsoft.Testing.Platform.MSBuild.resources.dll new file mode 100755 index 0000000..04c2cb2 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hans/Microsoft.Testing.Platform.MSBuild.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hans/Microsoft.Testing.Platform.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hans/Microsoft.Testing.Platform.resources.dll new file mode 100755 index 0000000..fd1fb44 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hans/Microsoft.Testing.Platform.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll new file mode 100755 index 0000000..ae8b0fb Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll new file mode 100755 index 0000000..af4c95a Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll new file mode 100755 index 0000000..5cb4583 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll new file mode 100755 index 0000000..bd707dd Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll new file mode 100755 index 0000000..9271175 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll new file mode 100755 index 0000000..b1e1340 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hant/Microsoft.Testing.Extensions.Telemetry.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hant/Microsoft.Testing.Extensions.Telemetry.resources.dll new file mode 100755 index 0000000..1f681d3 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hant/Microsoft.Testing.Extensions.Telemetry.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hant/Microsoft.Testing.Extensions.VSTestBridge.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hant/Microsoft.Testing.Extensions.VSTestBridge.resources.dll new file mode 100755 index 0000000..9592b5a Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hant/Microsoft.Testing.Extensions.VSTestBridge.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hant/Microsoft.Testing.Platform.MSBuild.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hant/Microsoft.Testing.Platform.MSBuild.resources.dll new file mode 100755 index 0000000..5f35b21 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hant/Microsoft.Testing.Platform.MSBuild.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hant/Microsoft.Testing.Platform.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hant/Microsoft.Testing.Platform.resources.dll new file mode 100755 index 0000000..0f7c0db Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hant/Microsoft.Testing.Platform.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll new file mode 100755 index 0000000..577aa5a Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll new file mode 100755 index 0000000..c04de36 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll new file mode 100755 index 0000000..6df22a8 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/obj/BeyondNetCode.Shell.Ddd.Tests.csproj.nuget.dgspec.json b/BeyondNetCode.Shell.Ddd.Tests/obj/BeyondNetCode.Shell.Ddd.Tests.csproj.nuget.dgspec.json new file mode 100644 index 0000000..40b840d --- /dev/null +++ b/BeyondNetCode.Shell.Ddd.Tests/obj/BeyondNetCode.Shell.Ddd.Tests.csproj.nuget.dgspec.json @@ -0,0 +1,1404 @@ +{ + "format": 1, + "restore": { + "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/BeyondNetCode.Shell.Ddd.Tests.csproj": {} + }, + "projects": { + "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.AutoMapper/BeyondNetCode.Shell.Ddd.AutoMapper.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.AutoMapper/BeyondNetCode.Shell.Ddd.AutoMapper.csproj", + "projectName": "BeyondNetCode.Shell.Ddd.AutoMapper", + "projectPath": "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.AutoMapper/BeyondNetCode.Shell.Ddd.AutoMapper.csproj", + "packagesPath": "/Users/beyondnet/.nuget/packages/", + "outputPath": "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.AutoMapper/obj/", + "projectStyle": "PackageReference", + "configFilePaths": [ + "/Users/beyondnet/.nuget/NuGet/NuGet.Config" + ], + "originalTargetFrameworks": [ + "net10.0" + ], + "sources": { + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net10.0": { + "targetAlias": "net10.0", + "projectReferences": { + "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd/BeyondNetCode.Shell.Ddd.csproj": { + "projectPath": "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd/BeyondNetCode.Shell.Ddd.csproj" + } + } + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "all" + }, + "SdkAnalysisLevel": "10.0.200" + }, + "frameworks": { + "net10.0": { + "targetAlias": "net10.0", + "dependencies": { + "AutoMapper": { + "target": "Package", + "version": "[12.0.1, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "/usr/local/share/dotnet/sdk/10.0.201/PortableRuntimeIdentifierGraph.json", + "packagesToPrune": { + "Microsoft.CSharp": "(,4.7.32767]", + "Microsoft.VisualBasic": "(,10.4.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.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.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.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.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.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": "(,5.0.32767]", + "System.Collections": "(,4.3.32767]", + "System.Collections.Concurrent": "(,4.3.32767]", + "System.Collections.Immutable": "(,10.0.32767]", + "System.Collections.NonGeneric": "(,4.3.32767]", + "System.Collections.Specialized": "(,4.3.32767]", + "System.ComponentModel": "(,4.3.32767]", + "System.ComponentModel.Annotations": "(,4.3.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.4.32767]", + "System.Diagnostics.Contracts": "(,4.3.32767]", + "System.Diagnostics.Debug": "(,4.3.32767]", + "System.Diagnostics.DiagnosticSource": "(,10.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": "(,10.0.32767]", + "System.Formats.Tar": "(,10.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": "(,4.4.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.Pipelines": "(,10.0.32767]", + "System.IO.Pipes": "(,4.3.32767]", + "System.IO.Pipes.AccessControl": "(,5.0.32767]", + "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", + "System.Linq": "(,4.3.32767]", + "System.Linq.AsyncEnumerable": "(,10.0.32767]", + "System.Linq.Expressions": "(,4.3.32767]", + "System.Linq.Parallel": "(,4.3.32767]", + "System.Linq.Queryable": "(,4.3.32767]", + "System.Memory": "(,5.0.32767]", + "System.Net.Http": "(,4.3.32767]", + "System.Net.Http.Json": "(,10.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.ServerSentEvents": "(,10.0.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": "(,5.0.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": "(,6.0.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": "(,10.0.32767]", + "System.Reflection.Primitives": "(,4.3.32767]", + "System.Reflection.TypeExtensions": "(,4.3.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": "(,7.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.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.Security.AccessControl": "(,6.0.32767]", + "System.Security.Claims": "(,4.3.32767]", + "System.Security.Cryptography.Algorithms": "(,4.3.32767]", + "System.Security.Cryptography.Cng": "(,5.0.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.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": "(,10.0.32767]", + "System.Text.Encoding.Extensions": "(,4.3.32767]", + "System.Text.Encodings.Web": "(,10.0.32767]", + "System.Text.Json": "(,10.0.32767]", + "System.Text.RegularExpressions": "(,4.3.32767]", + "System.Threading": "(,4.3.32767]", + "System.Threading.AccessControl": "(,10.0.32767]", + "System.Threading.Channels": "(,10.0.32767]", + "System.Threading.Overlapped": "(,4.3.32767]", + "System.Threading.Tasks": "(,4.3.32767]", + "System.Threading.Tasks.Dataflow": "(,10.0.32767]", + "System.Threading.Tasks.Extensions": "(,5.0.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": "(,5.0.32767]" + } + } + } + }, + "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/BeyondNetCode.Shell.Ddd.Tests.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/BeyondNetCode.Shell.Ddd.Tests.csproj", + "projectName": "BeyondNetCode.Shell.Ddd.Tests", + "projectPath": "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/BeyondNetCode.Shell.Ddd.Tests.csproj", + "packagesPath": "/Users/beyondnet/.nuget/packages/", + "outputPath": "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/obj/", + "projectStyle": "PackageReference", + "configFilePaths": [ + "/Users/beyondnet/.nuget/NuGet/NuGet.Config" + ], + "originalTargetFrameworks": [ + "net10.0" + ], + "sources": { + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net10.0": { + "targetAlias": "net10.0", + "projectReferences": { + "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.AutoMapper/BeyondNetCode.Shell.Ddd.AutoMapper.csproj": { + "projectPath": "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.AutoMapper/BeyondNetCode.Shell.Ddd.AutoMapper.csproj" + }, + "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.ValueObjects/BeyondNetCode.Shell.Ddd.ValueObjects.csproj": { + "projectPath": "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.ValueObjects/BeyondNetCode.Shell.Ddd.ValueObjects.csproj" + }, + "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd/BeyondNetCode.Shell.Ddd.csproj": { + "projectPath": "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd/BeyondNetCode.Shell.Ddd.csproj" + } + } + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "all" + }, + "SdkAnalysisLevel": "10.0.200" + }, + "frameworks": { + "net10.0": { + "targetAlias": "net10.0", + "dependencies": { + "AutoMapper": { + "target": "Package", + "version": "[12.0.1, )" + }, + "MSTest.TestAdapter": { + "target": "Package", + "version": "[3.6.1, )" + }, + "MSTest.TestFramework": { + "target": "Package", + "version": "[3.6.1, )" + }, + "Microsoft.Extensions.DependencyInjection": { + "target": "Package", + "version": "[8.0.1, )" + }, + "Microsoft.NET.Test.Sdk": { + "target": "Package", + "version": "[17.12.0, )" + }, + "Moq": { + "target": "Package", + "version": "[4.20.72, )" + }, + "Shouldly": { + "target": "Package", + "version": "[4.2.1, )" + }, + "coverlet.collector": { + "target": "Package", + "version": "[6.0.2, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "/usr/local/share/dotnet/sdk/10.0.201/PortableRuntimeIdentifierGraph.json", + "packagesToPrune": { + "Microsoft.CSharp": "(,4.7.32767]", + "Microsoft.VisualBasic": "(,10.4.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.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.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.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.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.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": "(,5.0.32767]", + "System.Collections": "(,4.3.32767]", + "System.Collections.Concurrent": "(,4.3.32767]", + "System.Collections.Immutable": "(,10.0.32767]", + "System.Collections.NonGeneric": "(,4.3.32767]", + "System.Collections.Specialized": "(,4.3.32767]", + "System.ComponentModel": "(,4.3.32767]", + "System.ComponentModel.Annotations": "(,4.3.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.4.32767]", + "System.Diagnostics.Contracts": "(,4.3.32767]", + "System.Diagnostics.Debug": "(,4.3.32767]", + "System.Diagnostics.DiagnosticSource": "(,10.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": "(,10.0.32767]", + "System.Formats.Tar": "(,10.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": "(,4.4.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.Pipelines": "(,10.0.32767]", + "System.IO.Pipes": "(,4.3.32767]", + "System.IO.Pipes.AccessControl": "(,5.0.32767]", + "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", + "System.Linq": "(,4.3.32767]", + "System.Linq.AsyncEnumerable": "(,10.0.32767]", + "System.Linq.Expressions": "(,4.3.32767]", + "System.Linq.Parallel": "(,4.3.32767]", + "System.Linq.Queryable": "(,4.3.32767]", + "System.Memory": "(,5.0.32767]", + "System.Net.Http": "(,4.3.32767]", + "System.Net.Http.Json": "(,10.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.ServerSentEvents": "(,10.0.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": "(,5.0.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": "(,6.0.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": "(,10.0.32767]", + "System.Reflection.Primitives": "(,4.3.32767]", + "System.Reflection.TypeExtensions": "(,4.3.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": "(,7.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.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.Security.AccessControl": "(,6.0.32767]", + "System.Security.Claims": "(,4.3.32767]", + "System.Security.Cryptography.Algorithms": "(,4.3.32767]", + "System.Security.Cryptography.Cng": "(,5.0.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.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": "(,10.0.32767]", + "System.Text.Encoding.Extensions": "(,4.3.32767]", + "System.Text.Encodings.Web": "(,10.0.32767]", + "System.Text.Json": "(,10.0.32767]", + "System.Text.RegularExpressions": "(,4.3.32767]", + "System.Threading": "(,4.3.32767]", + "System.Threading.AccessControl": "(,10.0.32767]", + "System.Threading.Channels": "(,10.0.32767]", + "System.Threading.Overlapped": "(,4.3.32767]", + "System.Threading.Tasks": "(,4.3.32767]", + "System.Threading.Tasks.Dataflow": "(,10.0.32767]", + "System.Threading.Tasks.Extensions": "(,5.0.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": "(,5.0.32767]" + } + } + } + }, + "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.ValueObjects/BeyondNetCode.Shell.Ddd.ValueObjects.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.ValueObjects/BeyondNetCode.Shell.Ddd.ValueObjects.csproj", + "projectName": "BeyondNetCode.Shell.Ddd.ValueObjects", + "projectPath": "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.ValueObjects/BeyondNetCode.Shell.Ddd.ValueObjects.csproj", + "packagesPath": "/Users/beyondnet/.nuget/packages/", + "outputPath": "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.ValueObjects/obj/", + "projectStyle": "PackageReference", + "configFilePaths": [ + "/Users/beyondnet/.nuget/NuGet/NuGet.Config" + ], + "originalTargetFrameworks": [ + "net10.0" + ], + "sources": { + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net10.0": { + "targetAlias": "net10.0", + "projectReferences": { + "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd/BeyondNetCode.Shell.Ddd.csproj": { + "projectPath": "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd/BeyondNetCode.Shell.Ddd.csproj" + } + } + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "all" + }, + "SdkAnalysisLevel": "10.0.200" + }, + "frameworks": { + "net10.0": { + "targetAlias": "net10.0", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "/usr/local/share/dotnet/sdk/10.0.201/PortableRuntimeIdentifierGraph.json", + "packagesToPrune": { + "Microsoft.CSharp": "(,4.7.32767]", + "Microsoft.VisualBasic": "(,10.4.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.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.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.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.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.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": "(,5.0.32767]", + "System.Collections": "(,4.3.32767]", + "System.Collections.Concurrent": "(,4.3.32767]", + "System.Collections.Immutable": "(,10.0.32767]", + "System.Collections.NonGeneric": "(,4.3.32767]", + "System.Collections.Specialized": "(,4.3.32767]", + "System.ComponentModel": "(,4.3.32767]", + "System.ComponentModel.Annotations": "(,4.3.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.4.32767]", + "System.Diagnostics.Contracts": "(,4.3.32767]", + "System.Diagnostics.Debug": "(,4.3.32767]", + "System.Diagnostics.DiagnosticSource": "(,10.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": "(,10.0.32767]", + "System.Formats.Tar": "(,10.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": "(,4.4.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.Pipelines": "(,10.0.32767]", + "System.IO.Pipes": "(,4.3.32767]", + "System.IO.Pipes.AccessControl": "(,5.0.32767]", + "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", + "System.Linq": "(,4.3.32767]", + "System.Linq.AsyncEnumerable": "(,10.0.32767]", + "System.Linq.Expressions": "(,4.3.32767]", + "System.Linq.Parallel": "(,4.3.32767]", + "System.Linq.Queryable": "(,4.3.32767]", + "System.Memory": "(,5.0.32767]", + "System.Net.Http": "(,4.3.32767]", + "System.Net.Http.Json": "(,10.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.ServerSentEvents": "(,10.0.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": "(,5.0.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": "(,6.0.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": "(,10.0.32767]", + "System.Reflection.Primitives": "(,4.3.32767]", + "System.Reflection.TypeExtensions": "(,4.3.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": "(,7.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.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.Security.AccessControl": "(,6.0.32767]", + "System.Security.Claims": "(,4.3.32767]", + "System.Security.Cryptography.Algorithms": "(,4.3.32767]", + "System.Security.Cryptography.Cng": "(,5.0.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.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": "(,10.0.32767]", + "System.Text.Encoding.Extensions": "(,4.3.32767]", + "System.Text.Encodings.Web": "(,10.0.32767]", + "System.Text.Json": "(,10.0.32767]", + "System.Text.RegularExpressions": "(,4.3.32767]", + "System.Threading": "(,4.3.32767]", + "System.Threading.AccessControl": "(,10.0.32767]", + "System.Threading.Channels": "(,10.0.32767]", + "System.Threading.Overlapped": "(,4.3.32767]", + "System.Threading.Tasks": "(,4.3.32767]", + "System.Threading.Tasks.Dataflow": "(,10.0.32767]", + "System.Threading.Tasks.Extensions": "(,5.0.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": "(,5.0.32767]" + } + } + } + }, + "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd/BeyondNetCode.Shell.Ddd.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd/BeyondNetCode.Shell.Ddd.csproj", + "projectName": "BeyondNetCode.Shell.Ddd", + "projectPath": "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd/BeyondNetCode.Shell.Ddd.csproj", + "packagesPath": "/Users/beyondnet/.nuget/packages/", + "outputPath": "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd/obj/", + "projectStyle": "PackageReference", + "configFilePaths": [ + "/Users/beyondnet/.nuget/NuGet/NuGet.Config" + ], + "originalTargetFrameworks": [ + "net10.0" + ], + "sources": { + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net10.0": { + "targetAlias": "net10.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "all" + }, + "SdkAnalysisLevel": "10.0.200" + }, + "frameworks": { + "net10.0": { + "targetAlias": "net10.0", + "dependencies": { + "MediatR": { + "target": "Package", + "version": "[12.4.1, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "/usr/local/share/dotnet/sdk/10.0.201/PortableRuntimeIdentifierGraph.json", + "packagesToPrune": { + "Microsoft.CSharp": "(,4.7.32767]", + "Microsoft.VisualBasic": "(,10.4.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.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.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.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.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.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": "(,5.0.32767]", + "System.Collections": "(,4.3.32767]", + "System.Collections.Concurrent": "(,4.3.32767]", + "System.Collections.Immutable": "(,10.0.32767]", + "System.Collections.NonGeneric": "(,4.3.32767]", + "System.Collections.Specialized": "(,4.3.32767]", + "System.ComponentModel": "(,4.3.32767]", + "System.ComponentModel.Annotations": "(,4.3.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.4.32767]", + "System.Diagnostics.Contracts": "(,4.3.32767]", + "System.Diagnostics.Debug": "(,4.3.32767]", + "System.Diagnostics.DiagnosticSource": "(,10.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": "(,10.0.32767]", + "System.Formats.Tar": "(,10.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": "(,4.4.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.Pipelines": "(,10.0.32767]", + "System.IO.Pipes": "(,4.3.32767]", + "System.IO.Pipes.AccessControl": "(,5.0.32767]", + "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", + "System.Linq": "(,4.3.32767]", + "System.Linq.AsyncEnumerable": "(,10.0.32767]", + "System.Linq.Expressions": "(,4.3.32767]", + "System.Linq.Parallel": "(,4.3.32767]", + "System.Linq.Queryable": "(,4.3.32767]", + "System.Memory": "(,5.0.32767]", + "System.Net.Http": "(,4.3.32767]", + "System.Net.Http.Json": "(,10.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.ServerSentEvents": "(,10.0.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": "(,5.0.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": "(,6.0.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": "(,10.0.32767]", + "System.Reflection.Primitives": "(,4.3.32767]", + "System.Reflection.TypeExtensions": "(,4.3.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": "(,7.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.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.Security.AccessControl": "(,6.0.32767]", + "System.Security.Claims": "(,4.3.32767]", + "System.Security.Cryptography.Algorithms": "(,4.3.32767]", + "System.Security.Cryptography.Cng": "(,5.0.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.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": "(,10.0.32767]", + "System.Text.Encoding.Extensions": "(,4.3.32767]", + "System.Text.Encodings.Web": "(,10.0.32767]", + "System.Text.Json": "(,10.0.32767]", + "System.Text.RegularExpressions": "(,4.3.32767]", + "System.Threading": "(,4.3.32767]", + "System.Threading.AccessControl": "(,10.0.32767]", + "System.Threading.Channels": "(,10.0.32767]", + "System.Threading.Overlapped": "(,4.3.32767]", + "System.Threading.Tasks": "(,4.3.32767]", + "System.Threading.Tasks.Dataflow": "(,10.0.32767]", + "System.Threading.Tasks.Extensions": "(,5.0.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": "(,5.0.32767]" + } + } + } + } + } +} \ No newline at end of file diff --git a/BeyondNetCode.Shell.Ddd.Tests/obj/BeyondNetCode.Shell.Ddd.Tests.csproj.nuget.g.props b/BeyondNetCode.Shell.Ddd.Tests/obj/BeyondNetCode.Shell.Ddd.Tests.csproj.nuget.g.props new file mode 100644 index 0000000..1f6520a --- /dev/null +++ b/BeyondNetCode.Shell.Ddd.Tests/obj/BeyondNetCode.Shell.Ddd.Tests.csproj.nuget.g.props @@ -0,0 +1,24 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + /Users/beyondnet/.nuget/packages/ + /Users/beyondnet/.nuget/packages/ + PackageReference + 7.0.0 + + + + + + + + + + + + + + \ No newline at end of file diff --git a/BeyondNetCode.Shell.Ddd.Tests/obj/BeyondNetCode.Shell.Ddd.Tests.csproj.nuget.g.targets b/BeyondNetCode.Shell.Ddd.Tests/obj/BeyondNetCode.Shell.Ddd.Tests.csproj.nuget.g.targets new file mode 100644 index 0000000..3836f39 --- /dev/null +++ b/BeyondNetCode.Shell.Ddd.Tests/obj/BeyondNetCode.Shell.Ddd.Tests.csproj.nuget.g.targets @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/BeyondNetCode.Shell.Ddd.Tests/obj/Release/net10.0/.NETCoreApp,Version=v10.0.AssemblyAttributes.cs b/BeyondNetCode.Shell.Ddd.Tests/obj/Release/net10.0/.NETCoreApp,Version=v10.0.AssemblyAttributes.cs new file mode 100644 index 0000000..925b135 --- /dev/null +++ b/BeyondNetCode.Shell.Ddd.Tests/obj/Release/net10.0/.NETCoreApp,Version=v10.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v10.0", FrameworkDisplayName = ".NET 10.0")] diff --git a/BeyondNetCode.Shell.Ddd.Tests/obj/Release/net10.0/BeyondNe.6F189DBE.Up2Date b/BeyondNetCode.Shell.Ddd.Tests/obj/Release/net10.0/BeyondNe.6F189DBE.Up2Date new file mode 100644 index 0000000..e69de29 diff --git a/BeyondNetCode.Shell.Ddd.Tests/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.Tests.AssemblyInfo.cs b/BeyondNetCode.Shell.Ddd.Tests/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.Tests.AssemblyInfo.cs new file mode 100644 index 0000000..14e2620 --- /dev/null +++ b/BeyondNetCode.Shell.Ddd.Tests/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.Tests.AssemblyInfo.cs @@ -0,0 +1,22 @@ +//------------------------------------------------------------------------------ +// +// 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("BeyondNetCode.Shell.Ddd.Tests")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+4ac6fbc62dc133b4f1d492bc0c2913dc3a6c63d0")] +[assembly: System.Reflection.AssemblyProductAttribute("BeyondNetCode.Shell.Ddd.Tests")] +[assembly: System.Reflection.AssemblyTitleAttribute("BeyondNetCode.Shell.Ddd.Tests")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Generado por la clase WriteCodeFragment de MSBuild. + diff --git a/BeyondNetCode.Shell.Ddd.Tests/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.Tests.AssemblyInfoInputs.cache b/BeyondNetCode.Shell.Ddd.Tests/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.Tests.AssemblyInfoInputs.cache new file mode 100644 index 0000000..149f09e --- /dev/null +++ b/BeyondNetCode.Shell.Ddd.Tests/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.Tests.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +e1766e4062347eac8063e1c319c3401142de3215dc2f2dcc83fa4f98d855b9cb diff --git a/BeyondNetCode.Shell.Ddd.Tests/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.Tests.GeneratedMSBuildEditorConfig.editorconfig b/BeyondNetCode.Shell.Ddd.Tests/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.Tests.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..dde9d38 --- /dev/null +++ b/BeyondNetCode.Shell.Ddd.Tests/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.Tests.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,17 @@ +is_global = true +build_property.TargetFramework = net10.0 +build_property.TargetFrameworkIdentifier = .NETCoreApp +build_property.TargetFrameworkVersion = v10.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 = BeyondNetCode.Shell.Ddd.Tests +build_property.ProjectDir = /private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/ +build_property.EnableComHosting = +build_property.EnableGeneratedComInterfaceComImportInterop = +build_property.EffectiveAnalysisLevelStyle = 10.0 +build_property.EnableCodeStyleSeverity = diff --git a/BeyondNetCode.Shell.Ddd.Tests/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.Tests.GlobalUsings.g.cs b/BeyondNetCode.Shell.Ddd.Tests/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.Tests.GlobalUsings.g.cs new file mode 100644 index 0000000..9ed75c3 --- /dev/null +++ b/BeyondNetCode.Shell.Ddd.Tests/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.Tests.GlobalUsings.g.cs @@ -0,0 +1,9 @@ +// +global using Microsoft.VisualStudio.TestTools.UnitTesting; +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/BeyondNetCode.Shell.Ddd.Tests/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.Tests.assets.cache b/BeyondNetCode.Shell.Ddd.Tests/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.Tests.assets.cache new file mode 100644 index 0000000..f2220bb Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.Tests.assets.cache differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.Tests.csproj.AssemblyReference.cache b/BeyondNetCode.Shell.Ddd.Tests/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.Tests.csproj.AssemblyReference.cache new file mode 100644 index 0000000..57042b3 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.Tests.csproj.AssemblyReference.cache differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.Tests.csproj.CoreCompileInputs.cache b/BeyondNetCode.Shell.Ddd.Tests/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.Tests.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..d597435 --- /dev/null +++ b/BeyondNetCode.Shell.Ddd.Tests/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.Tests.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +e9b9de12010eb89a5fcf5d0ffdc5e3b65c28588be778000336cc88af123f92b9 diff --git a/BeyondNetCode.Shell.Ddd.Tests/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.Tests.csproj.FileListAbsolute.txt b/BeyondNetCode.Shell.Ddd.Tests/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.Tests.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..eafc26e --- /dev/null +++ b/BeyondNetCode.Shell.Ddd.Tests/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.Tests.csproj.FileListAbsolute.txt @@ -0,0 +1,234 @@ +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/.msCoverageSourceRootsMapping_BeyondNetCode.Shell.Ddd.Tests +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/CoverletSourceRootsMapping_BeyondNetCode.Shell.Ddd.Tests +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/archive/empty.7z +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/archive/empty.bz2 +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/archive/empty.gz +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/archive/empty.tar +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/archive/empty.xz +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/archive/empty.zip +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/document/empty.docx +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/document/empty.odt +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/document/empty.pdf +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/document/empty.rtf +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.avif +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.bmp +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.dds +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.dib +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.emf +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.exif +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.gif +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.heic +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.heif +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.ico +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.j2c +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.jfif +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.jp2 +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.jpc +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.jpe +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.jpg +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.jxr +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.pbm +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.pcx +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.pgm +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.png +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.ppm +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.rle +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.tga +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.tif +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.wdp +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.webp +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/image/empty.wmp +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/sheet/empty.ods +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/sheet/empty.xlsx +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/slide/empty.odp +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles/slide/empty.pptx +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.TestPlatform.AdapterUtilities.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.Tests.deps.json +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.Tests.runtimeconfig.json +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.Tests.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.Tests.pdb +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/AutoMapper.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Castle.Core.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/DiffEngine.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/EmptyFiles.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/MediatR.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/MediatR.Contracts.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.ApplicationInsights.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.VisualStudio.CodeCoverage.Shim.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.Extensions.DependencyInjection.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.Testing.Extensions.Telemetry.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.Testing.Extensions.TrxReport.Abstractions.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.Testing.Extensions.VSTestBridge.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.Testing.Platform.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.Testing.Platform.MSBuild.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.TestPlatform.CoreUtilities.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.TestPlatform.PlatformAbstractions.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.TestPlatform.CommunicationUtilities.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.TestPlatform.CrossPlatEngine.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.TestPlatform.Utilities.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.VisualStudio.TestPlatform.Common.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/testhost.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Moq.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Newtonsoft.Json.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Shouldly.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/System.CodeDom.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/System.Diagnostics.EventLog.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/System.Management.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/cs/Microsoft.Testing.Extensions.Telemetry.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/de/Microsoft.Testing.Extensions.Telemetry.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/es/Microsoft.Testing.Extensions.Telemetry.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/fr/Microsoft.Testing.Extensions.Telemetry.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/it/Microsoft.Testing.Extensions.Telemetry.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ja/Microsoft.Testing.Extensions.Telemetry.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ko/Microsoft.Testing.Extensions.Telemetry.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pl/Microsoft.Testing.Extensions.Telemetry.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pt-BR/Microsoft.Testing.Extensions.Telemetry.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ru/Microsoft.Testing.Extensions.Telemetry.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/tr/Microsoft.Testing.Extensions.Telemetry.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hans/Microsoft.Testing.Extensions.Telemetry.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hant/Microsoft.Testing.Extensions.Telemetry.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/cs/Microsoft.Testing.Extensions.VSTestBridge.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/de/Microsoft.Testing.Extensions.VSTestBridge.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/es/Microsoft.Testing.Extensions.VSTestBridge.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/fr/Microsoft.Testing.Extensions.VSTestBridge.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/it/Microsoft.Testing.Extensions.VSTestBridge.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ja/Microsoft.Testing.Extensions.VSTestBridge.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ko/Microsoft.Testing.Extensions.VSTestBridge.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pl/Microsoft.Testing.Extensions.VSTestBridge.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pt-BR/Microsoft.Testing.Extensions.VSTestBridge.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ru/Microsoft.Testing.Extensions.VSTestBridge.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/tr/Microsoft.Testing.Extensions.VSTestBridge.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hans/Microsoft.Testing.Extensions.VSTestBridge.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hant/Microsoft.Testing.Extensions.VSTestBridge.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/cs/Microsoft.Testing.Platform.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/de/Microsoft.Testing.Platform.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/es/Microsoft.Testing.Platform.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/fr/Microsoft.Testing.Platform.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/it/Microsoft.Testing.Platform.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ja/Microsoft.Testing.Platform.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ko/Microsoft.Testing.Platform.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pl/Microsoft.Testing.Platform.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pt-BR/Microsoft.Testing.Platform.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ru/Microsoft.Testing.Platform.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/tr/Microsoft.Testing.Platform.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hans/Microsoft.Testing.Platform.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hant/Microsoft.Testing.Platform.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/cs/Microsoft.Testing.Platform.MSBuild.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/de/Microsoft.Testing.Platform.MSBuild.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/es/Microsoft.Testing.Platform.MSBuild.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/fr/Microsoft.Testing.Platform.MSBuild.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/it/Microsoft.Testing.Platform.MSBuild.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ja/Microsoft.Testing.Platform.MSBuild.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ko/Microsoft.Testing.Platform.MSBuild.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pl/Microsoft.Testing.Platform.MSBuild.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pt-BR/Microsoft.Testing.Platform.MSBuild.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ru/Microsoft.Testing.Platform.MSBuild.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/tr/Microsoft.Testing.Platform.MSBuild.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hans/Microsoft.Testing.Platform.MSBuild.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hant/Microsoft.Testing.Platform.MSBuild.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/de/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/es/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/it/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/pt-BR/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/runtimes/win/lib/net6.0/System.Diagnostics.EventLog.Messages.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/runtimes/win/lib/net6.0/System.Diagnostics.EventLog.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/runtimes/win/lib/net6.0/System.Management.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.AutoMapper.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.ValueObjects.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.AutoMapper.pdb +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.ValueObjects.pdb +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.pdb +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/bin/Release/net10.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.Tests.csproj.AssemblyReference.cache +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.Tests.GeneratedMSBuildEditorConfig.editorconfig +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.Tests.AssemblyInfoInputs.cache +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.Tests.AssemblyInfo.cs +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.Tests.csproj.CoreCompileInputs.cache +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.Tests.sourcelink.json +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/obj/Release/net10.0/BeyondNe.6F189DBE.Up2Date +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.Tests.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/obj/Release/net10.0/refint/BeyondNetCode.Shell.Ddd.Tests.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.Tests.pdb +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.Tests.genruntimeconfig.cache +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/obj/Release/net10.0/ref/BeyondNetCode.Shell.Ddd.Tests.dll diff --git a/BeyondNetCode.Shell.Ddd.Tests/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.Tests.dll b/BeyondNetCode.Shell.Ddd.Tests/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.Tests.dll new file mode 100644 index 0000000..0c30bcb Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.Tests.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.Tests.genruntimeconfig.cache b/BeyondNetCode.Shell.Ddd.Tests/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.Tests.genruntimeconfig.cache new file mode 100644 index 0000000..74123bf --- /dev/null +++ b/BeyondNetCode.Shell.Ddd.Tests/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.Tests.genruntimeconfig.cache @@ -0,0 +1 @@ +41a6f82f839ff294bfff84376d44c8c07bbdebf5e8c37620a76ea6b6f7370dc0 diff --git a/BeyondNetCode.Shell.Ddd.Tests/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.Tests.pdb b/BeyondNetCode.Shell.Ddd.Tests/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.Tests.pdb new file mode 100644 index 0000000..67d35cb Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.Tests.pdb differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.Tests.sourcelink.json b/BeyondNetCode.Shell.Ddd.Tests/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.Tests.sourcelink.json new file mode 100644 index 0000000..c27b81b --- /dev/null +++ b/BeyondNetCode.Shell.Ddd.Tests/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.Tests.sourcelink.json @@ -0,0 +1 @@ +{"documents":{"/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/*":"https://raw.githubusercontent.com/beyondnetcode/Shell.ddd/4ac6fbc62dc133b4f1d492bc0c2913dc3a6c63d0/*"}} \ No newline at end of file diff --git a/BeyondNetCode.Shell.Ddd.Tests/obj/Release/net10.0/ref/BeyondNetCode.Shell.Ddd.Tests.dll b/BeyondNetCode.Shell.Ddd.Tests/obj/Release/net10.0/ref/BeyondNetCode.Shell.Ddd.Tests.dll new file mode 100644 index 0000000..079055b Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/obj/Release/net10.0/ref/BeyondNetCode.Shell.Ddd.Tests.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/obj/Release/net10.0/refint/BeyondNetCode.Shell.Ddd.Tests.dll b/BeyondNetCode.Shell.Ddd.Tests/obj/Release/net10.0/refint/BeyondNetCode.Shell.Ddd.Tests.dll new file mode 100644 index 0000000..079055b Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.Tests/obj/Release/net10.0/refint/BeyondNetCode.Shell.Ddd.Tests.dll differ diff --git a/BeyondNetCode.Shell.Ddd.Tests/obj/project.assets.json b/BeyondNetCode.Shell.Ddd.Tests/obj/project.assets.json new file mode 100644 index 0000000..4e0f5bc --- /dev/null +++ b/BeyondNetCode.Shell.Ddd.Tests/obj/project.assets.json @@ -0,0 +1,2731 @@ +{ + "version": 3, + "targets": { + "net10.0": { + "AutoMapper/12.0.1": { + "type": "package", + "compile": { + "lib/netstandard2.1/AutoMapper.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.1/AutoMapper.dll": { + "related": ".xml" + } + } + }, + "Castle.Core/5.1.1": { + "type": "package", + "dependencies": { + "System.Diagnostics.EventLog": "6.0.0" + }, + "compile": { + "lib/net6.0/Castle.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Castle.Core.dll": { + "related": ".xml" + } + } + }, + "coverlet.collector/6.0.2": { + "type": "package", + "build": { + "build/netstandard2.0/coverlet.collector.targets": {} + } + }, + "DiffEngine/11.3.0": { + "type": "package", + "dependencies": { + "EmptyFiles": "4.4.0", + "System.Management": "6.0.1" + }, + "compile": { + "lib/net7.0/DiffEngine.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/DiffEngine.dll": { + "related": ".xml" + } + } + }, + "EmptyFiles/4.4.0": { + "type": "package", + "compile": { + "lib/net7.0/EmptyFiles.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/EmptyFiles.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/EmptyFiles.targets": {} + } + }, + "MediatR/12.4.1": { + "type": "package", + "dependencies": { + "MediatR.Contracts": "[2.0.1, 3.0.0)", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" + }, + "compile": { + "lib/net6.0/MediatR.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/MediatR.dll": { + "related": ".xml" + } + } + }, + "MediatR.Contracts/2.0.1": { + "type": "package", + "compile": { + "lib/netstandard2.0/MediatR.Contracts.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/MediatR.Contracts.dll": { + "related": ".xml" + } + } + }, + "Microsoft.ApplicationInsights/2.22.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/Microsoft.ApplicationInsights.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.ApplicationInsights.dll": { + "related": ".pdb;.xml" + } + } + }, + "Microsoft.CodeCoverage/17.12.0": { + "type": "package", + "compile": { + "lib/netcoreapp3.1/Microsoft.VisualStudio.CodeCoverage.Shim.dll": {} + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.VisualStudio.CodeCoverage.Shim.dll": {} + }, + "build": { + "build/netstandard2.0/Microsoft.CodeCoverage.props": {}, + "build/netstandard2.0/Microsoft.CodeCoverage.targets": {} + } + }, + "Microsoft.Extensions.DependencyInjection/8.0.1": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.2" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.2": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.NET.Test.Sdk/17.12.0": { + "type": "package", + "dependencies": { + "Microsoft.CodeCoverage": "17.12.0", + "Microsoft.TestPlatform.TestHost": "17.12.0" + }, + "compile": { + "lib/netcoreapp3.1/_._": {} + }, + "runtime": { + "lib/netcoreapp3.1/_._": {} + }, + "build": { + "build/netcoreapp3.1/Microsoft.NET.Test.Sdk.props": {}, + "build/netcoreapp3.1/Microsoft.NET.Test.Sdk.targets": {} + }, + "buildMultiTargeting": { + "buildMultiTargeting/Microsoft.NET.Test.Sdk.props": {} + } + }, + "Microsoft.Testing.Extensions.Telemetry/1.4.1": { + "type": "package", + "dependencies": { + "Microsoft.ApplicationInsights": "2.22.0", + "Microsoft.Testing.Platform": "1.4.1" + }, + "compile": { + "lib/net8.0/Microsoft.Testing.Extensions.Telemetry.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Testing.Extensions.Telemetry.dll": { + "related": ".xml" + } + }, + "resource": { + "lib/net8.0/cs/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "cs" + }, + "lib/net8.0/de/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "de" + }, + "lib/net8.0/es/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "es" + }, + "lib/net8.0/fr/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "fr" + }, + "lib/net8.0/it/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "it" + }, + "lib/net8.0/ja/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "ja" + }, + "lib/net8.0/ko/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "ko" + }, + "lib/net8.0/pl/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "pl" + }, + "lib/net8.0/pt-BR/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "pt-BR" + }, + "lib/net8.0/ru/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "ru" + }, + "lib/net8.0/tr/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "tr" + }, + "lib/net8.0/zh-Hans/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net8.0/zh-Hant/Microsoft.Testing.Extensions.Telemetry.resources.dll": { + "locale": "zh-Hant" + } + }, + "build": { + "buildTransitive/net8.0/Microsoft.Testing.Extensions.Telemetry.props": {} + }, + "buildMultiTargeting": { + "buildMultiTargeting/Microsoft.Testing.Extensions.Telemetry.props": {} + } + }, + "Microsoft.Testing.Extensions.TrxReport.Abstractions/1.4.1": { + "type": "package", + "dependencies": { + "Microsoft.Testing.Platform": "1.4.1" + }, + "compile": { + "lib/net8.0/Microsoft.Testing.Extensions.TrxReport.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Testing.Extensions.TrxReport.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Testing.Extensions.VSTestBridge/1.4.1": { + "type": "package", + "dependencies": { + "Microsoft.ApplicationInsights": "2.22.0", + "Microsoft.TestPlatform.ObjectModel": "17.11.1", + "Microsoft.Testing.Extensions.Telemetry": "1.4.1", + "Microsoft.Testing.Extensions.TrxReport.Abstractions": "1.4.1", + "Microsoft.Testing.Platform": "1.4.1" + }, + "compile": { + "lib/net8.0/Microsoft.Testing.Extensions.VSTestBridge.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Testing.Extensions.VSTestBridge.dll": { + "related": ".xml" + } + }, + "resource": { + "lib/net8.0/cs/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "cs" + }, + "lib/net8.0/de/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "de" + }, + "lib/net8.0/es/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "es" + }, + "lib/net8.0/fr/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "fr" + }, + "lib/net8.0/it/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "it" + }, + "lib/net8.0/ja/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "ja" + }, + "lib/net8.0/ko/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "ko" + }, + "lib/net8.0/pl/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "pl" + }, + "lib/net8.0/pt-BR/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "pt-BR" + }, + "lib/net8.0/ru/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "ru" + }, + "lib/net8.0/tr/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "tr" + }, + "lib/net8.0/zh-Hans/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net8.0/zh-Hant/Microsoft.Testing.Extensions.VSTestBridge.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.Testing.Platform/1.4.1": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.Testing.Platform.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Testing.Platform.dll": { + "related": ".xml" + } + }, + "resource": { + "lib/net8.0/cs/Microsoft.Testing.Platform.resources.dll": { + "locale": "cs" + }, + "lib/net8.0/de/Microsoft.Testing.Platform.resources.dll": { + "locale": "de" + }, + "lib/net8.0/es/Microsoft.Testing.Platform.resources.dll": { + "locale": "es" + }, + "lib/net8.0/fr/Microsoft.Testing.Platform.resources.dll": { + "locale": "fr" + }, + "lib/net8.0/it/Microsoft.Testing.Platform.resources.dll": { + "locale": "it" + }, + "lib/net8.0/ja/Microsoft.Testing.Platform.resources.dll": { + "locale": "ja" + }, + "lib/net8.0/ko/Microsoft.Testing.Platform.resources.dll": { + "locale": "ko" + }, + "lib/net8.0/pl/Microsoft.Testing.Platform.resources.dll": { + "locale": "pl" + }, + "lib/net8.0/pt-BR/Microsoft.Testing.Platform.resources.dll": { + "locale": "pt-BR" + }, + "lib/net8.0/ru/Microsoft.Testing.Platform.resources.dll": { + "locale": "ru" + }, + "lib/net8.0/tr/Microsoft.Testing.Platform.resources.dll": { + "locale": "tr" + }, + "lib/net8.0/zh-Hans/Microsoft.Testing.Platform.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net8.0/zh-Hant/Microsoft.Testing.Platform.resources.dll": { + "locale": "zh-Hant" + } + }, + "build": { + "buildTransitive/net8.0/Microsoft.Testing.Platform.props": {} + }, + "buildMultiTargeting": { + "buildMultiTargeting/Microsoft.Testing.Platform.props": {} + } + }, + "Microsoft.Testing.Platform.MSBuild/1.4.1": { + "type": "package", + "dependencies": { + "Microsoft.Testing.Platform": "1.4.1" + }, + "compile": { + "lib/net8.0/Microsoft.Testing.Platform.MSBuild.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Testing.Platform.MSBuild.dll": { + "related": ".xml" + } + }, + "resource": { + "lib/net8.0/cs/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "cs" + }, + "lib/net8.0/de/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "de" + }, + "lib/net8.0/es/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "es" + }, + "lib/net8.0/fr/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "fr" + }, + "lib/net8.0/it/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "it" + }, + "lib/net8.0/ja/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "ja" + }, + "lib/net8.0/ko/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "ko" + }, + "lib/net8.0/pl/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "pl" + }, + "lib/net8.0/pt-BR/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "pt-BR" + }, + "lib/net8.0/ru/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "ru" + }, + "lib/net8.0/tr/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "tr" + }, + "lib/net8.0/zh-Hans/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net8.0/zh-Hant/Microsoft.Testing.Platform.MSBuild.resources.dll": { + "locale": "zh-Hant" + } + }, + "build": { + "buildTransitive/net8.0/Microsoft.Testing.Platform.MSBuild.props": {}, + "buildTransitive/net8.0/Microsoft.Testing.Platform.MSBuild.targets": {} + }, + "buildMultiTargeting": { + "buildMultiTargeting/Microsoft.Testing.Platform.MSBuild.props": {}, + "buildMultiTargeting/Microsoft.Testing.Platform.MSBuild.targets": {} + } + }, + "Microsoft.TestPlatform.ObjectModel/17.12.0": { + "type": "package", + "compile": { + "lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll": {}, + "lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll": {}, + "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {} + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll": {}, + "lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll": {}, + "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {} + }, + "resource": { + "lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/de/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/es/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/it/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "zh-Hant" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.TestPlatform.TestHost/17.12.0": { + "type": "package", + "dependencies": { + "Microsoft.TestPlatform.ObjectModel": "17.12.0", + "Newtonsoft.Json": "13.0.1" + }, + "compile": { + "lib/netcoreapp3.1/Microsoft.TestPlatform.CommunicationUtilities.dll": {}, + "lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll": {}, + "lib/netcoreapp3.1/Microsoft.TestPlatform.CrossPlatEngine.dll": {}, + "lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll": {}, + "lib/netcoreapp3.1/Microsoft.TestPlatform.Utilities.dll": {}, + "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.Common.dll": {}, + "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {}, + "lib/netcoreapp3.1/testhost.dll": { + "related": ".deps.json" + } + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.TestPlatform.CommunicationUtilities.dll": {}, + "lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll": {}, + "lib/netcoreapp3.1/Microsoft.TestPlatform.CrossPlatEngine.dll": {}, + "lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll": {}, + "lib/netcoreapp3.1/Microsoft.TestPlatform.Utilities.dll": {}, + "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.Common.dll": {}, + "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {}, + "lib/netcoreapp3.1/testhost.dll": { + "related": ".deps.json" + } + }, + "resource": { + "lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "zh-Hant" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "zh-Hant" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "zh-Hant" + } + }, + "build": { + "build/netcoreapp3.1/Microsoft.TestPlatform.TestHost.props": {} + } + }, + "Moq/4.20.72": { + "type": "package", + "dependencies": { + "Castle.Core": "5.1.1" + }, + "compile": { + "lib/net6.0/Moq.dll": {} + }, + "runtime": { + "lib/net6.0/Moq.dll": {} + } + }, + "MSTest.TestAdapter/3.6.1": { + "type": "package", + "dependencies": { + "Microsoft.Testing.Extensions.VSTestBridge": "1.4.1", + "Microsoft.Testing.Platform.MSBuild": "1.4.1" + }, + "build": { + "build/net8.0/MSTest.TestAdapter.props": {}, + "build/net8.0/MSTest.TestAdapter.targets": {} + } + }, + "MSTest.TestFramework/3.6.1": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll": { + "related": ".xml" + } + }, + "resource": { + "lib/net8.0/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "cs" + }, + "lib/net8.0/de/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "de" + }, + "lib/net8.0/es/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "es" + }, + "lib/net8.0/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "fr" + }, + "lib/net8.0/it/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "it" + }, + "lib/net8.0/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "ja" + }, + "lib/net8.0/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "ko" + }, + "lib/net8.0/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "pl" + }, + "lib/net8.0/pt-BR/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "pt-BR" + }, + "lib/net8.0/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "ru" + }, + "lib/net8.0/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "tr" + }, + "lib/net8.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net8.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll": { + "locale": "zh-Hant" + } + }, + "build": { + "build/net8.0/MSTest.TestFramework.targets": {} + } + }, + "Newtonsoft.Json/13.0.1": { + "type": "package", + "compile": { + "lib/netstandard2.0/Newtonsoft.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Newtonsoft.Json.dll": { + "related": ".xml" + } + } + }, + "Shouldly/4.2.1": { + "type": "package", + "dependencies": { + "DiffEngine": "11.3.0", + "EmptyFiles": "4.4.0" + }, + "compile": { + "lib/net5.0/Shouldly.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net5.0/Shouldly.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/Shouldly.targets": {} + } + }, + "System.CodeDom/6.0.0": { + "type": "package", + "compile": { + "lib/net6.0/System.CodeDom.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.CodeDom.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Diagnostics.EventLog/6.0.0": { + "type": "package", + "compile": { + "lib/net6.0/System.Diagnostics.EventLog.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Diagnostics.EventLog.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.Messages.dll": { + "assetType": "runtime", + "rid": "win" + }, + "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Management/6.0.1": { + "type": "package", + "dependencies": { + "System.CodeDom": "6.0.0" + }, + "compile": { + "lib/net6.0/System.Management.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Management.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net6.0/System.Management.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "BeyondNetCode.Shell.Ddd/1.0.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v10.0", + "dependencies": { + "MediatR": "12.4.1" + }, + "compile": { + "bin/placeholder/BeyondNetCode.Shell.Ddd.dll": {} + }, + "runtime": { + "bin/placeholder/BeyondNetCode.Shell.Ddd.dll": {} + } + }, + "BeyondNetCode.Shell.Ddd.AutoMapper/1.0.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v10.0", + "dependencies": { + "AutoMapper": "12.0.1", + "BeyondNetCode.Shell.Ddd": "1.0.0" + }, + "compile": { + "bin/placeholder/BeyondNetCode.Shell.Ddd.AutoMapper.dll": {} + }, + "runtime": { + "bin/placeholder/BeyondNetCode.Shell.Ddd.AutoMapper.dll": {} + } + }, + "BeyondNetCode.Shell.Ddd.ValueObjects/1.0.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v10.0", + "dependencies": { + "BeyondNetCode.Shell.Ddd": "1.0.0" + }, + "compile": { + "bin/placeholder/BeyondNetCode.Shell.Ddd.ValueObjects.dll": {} + }, + "runtime": { + "bin/placeholder/BeyondNetCode.Shell.Ddd.ValueObjects.dll": {} + } + } + } + }, + "libraries": { + "AutoMapper/12.0.1": { + "sha512": "hvV62vl6Hp/WfQ24yzo3Co9+OPl8wH8hApwVtgWpiAynVJkUcs7xvehnSftawL8Pe8FrPffBRM3hwzLQqWDNjA==", + "type": "package", + "path": "automapper/12.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "automapper.12.0.1.nupkg.sha512", + "automapper.nuspec", + "icon.png", + "lib/netstandard2.1/AutoMapper.dll", + "lib/netstandard2.1/AutoMapper.xml" + ] + }, + "Castle.Core/5.1.1": { + "sha512": "rpYtIczkzGpf+EkZgDr9CClTdemhsrwA/W5hMoPjLkRFnXzH44zDLoovXeKtmxb1ykXK9aJVODSpiJml8CTw2g==", + "type": "package", + "path": "castle.core/5.1.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ASL - Apache Software Foundation License.txt", + "CHANGELOG.md", + "LICENSE", + "castle-logo.png", + "castle.core.5.1.1.nupkg.sha512", + "castle.core.nuspec", + "lib/net462/Castle.Core.dll", + "lib/net462/Castle.Core.xml", + "lib/net6.0/Castle.Core.dll", + "lib/net6.0/Castle.Core.xml", + "lib/netstandard2.0/Castle.Core.dll", + "lib/netstandard2.0/Castle.Core.xml", + "lib/netstandard2.1/Castle.Core.dll", + "lib/netstandard2.1/Castle.Core.xml", + "readme.txt" + ] + }, + "coverlet.collector/6.0.2": { + "sha512": "bJShQ6uWRTQ100ZeyiMqcFlhP7WJ+bCuabUs885dJiBEzMsJMSFr7BOyeCw4rgvQokteGi5rKQTlkhfQPUXg2A==", + "type": "package", + "path": "coverlet.collector/6.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "VSTestIntegration.md", + "build/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll", + "build/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "build/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll", + "build/netstandard2.0/Microsoft.Extensions.DependencyModel.dll", + "build/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll", + "build/netstandard2.0/Microsoft.TestPlatform.CoreUtilities.dll", + "build/netstandard2.0/Microsoft.TestPlatform.PlatformAbstractions.dll", + "build/netstandard2.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll", + "build/netstandard2.0/Mono.Cecil.Mdb.dll", + "build/netstandard2.0/Mono.Cecil.Pdb.dll", + "build/netstandard2.0/Mono.Cecil.Rocks.dll", + "build/netstandard2.0/Mono.Cecil.dll", + "build/netstandard2.0/Newtonsoft.Json.dll", + "build/netstandard2.0/NuGet.Frameworks.dll", + "build/netstandard2.0/NuGet.Versioning.dll", + "build/netstandard2.0/System.Buffers.dll", + "build/netstandard2.0/System.Collections.Immutable.dll", + "build/netstandard2.0/System.Memory.dll", + "build/netstandard2.0/System.Numerics.Vectors.dll", + "build/netstandard2.0/System.Reflection.Metadata.dll", + "build/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll", + "build/netstandard2.0/System.Text.Encodings.Web.dll", + "build/netstandard2.0/System.Text.Json.dll", + "build/netstandard2.0/System.Threading.Tasks.Extensions.dll", + "build/netstandard2.0/coverlet.collector.deps.json", + "build/netstandard2.0/coverlet.collector.dll", + "build/netstandard2.0/coverlet.collector.pdb", + "build/netstandard2.0/coverlet.collector.targets", + "build/netstandard2.0/coverlet.core.dll", + "build/netstandard2.0/coverlet.core.pdb", + "build/netstandard2.0/coverlet.core.xml", + "build/netstandard2.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "build/netstandard2.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "build/netstandard2.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "build/netstandard2.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "build/netstandard2.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "build/netstandard2.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "build/netstandard2.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "build/netstandard2.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "build/netstandard2.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "build/netstandard2.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "build/netstandard2.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "build/netstandard2.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "build/netstandard2.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "build/netstandard2.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "build/netstandard2.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "build/netstandard2.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "build/netstandard2.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "build/netstandard2.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "build/netstandard2.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "build/netstandard2.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "build/netstandard2.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "build/netstandard2.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "build/netstandard2.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "build/netstandard2.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "build/netstandard2.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "build/netstandard2.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "coverlet-icon.png", + "coverlet.collector.6.0.2.nupkg.sha512", + "coverlet.collector.nuspec" + ] + }, + "DiffEngine/11.3.0": { + "sha512": "k0ZgZqd09jLZQjR8FyQbSQE86Q7QZnjEzq1LPHtj1R2AoWO8sjV5x+jlSisL7NZAbUOI4y+7Bog8gkr9WIRBGw==", + "type": "package", + "path": "diffengine/11.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "diffengine.11.3.0.nupkg.sha512", + "diffengine.nuspec", + "icon.png", + "lib/net461/DiffEngine.dll", + "lib/net461/DiffEngine.xml", + "lib/net48/DiffEngine.dll", + "lib/net48/DiffEngine.xml", + "lib/net5.0/DiffEngine.dll", + "lib/net5.0/DiffEngine.xml", + "lib/net6.0/DiffEngine.dll", + "lib/net6.0/DiffEngine.xml", + "lib/net7.0/DiffEngine.dll", + "lib/net7.0/DiffEngine.xml", + "lib/netcoreapp2.0/DiffEngine.dll", + "lib/netcoreapp2.0/DiffEngine.xml", + "lib/netcoreapp2.1/DiffEngine.dll", + "lib/netcoreapp2.1/DiffEngine.xml", + "lib/netcoreapp3.0/DiffEngine.dll", + "lib/netcoreapp3.0/DiffEngine.xml", + "lib/netcoreapp3.1/DiffEngine.dll", + "lib/netcoreapp3.1/DiffEngine.xml", + "lib/netstandard2.0/DiffEngine.dll", + "lib/netstandard2.0/DiffEngine.xml", + "lib/netstandard2.1/DiffEngine.dll", + "lib/netstandard2.1/DiffEngine.xml" + ] + }, + "EmptyFiles/4.4.0": { + "sha512": "gwJEfIGS7FhykvtZoscwXj/XwW+mJY6UbAZk+qtLKFUGWC95kfKXnj8VkxsZQnWBxJemM/q664rGLN5nf+OHZw==", + "type": "package", + "path": "emptyfiles/4.4.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "EmptyFiles/archive/empty.7z", + "EmptyFiles/archive/empty.bz2", + "EmptyFiles/archive/empty.gz", + "EmptyFiles/archive/empty.tar", + "EmptyFiles/archive/empty.xz", + "EmptyFiles/archive/empty.zip", + "EmptyFiles/document/empty.docx", + "EmptyFiles/document/empty.odt", + "EmptyFiles/document/empty.pdf", + "EmptyFiles/document/empty.rtf", + "EmptyFiles/image/empty.avif", + "EmptyFiles/image/empty.bmp", + "EmptyFiles/image/empty.dds", + "EmptyFiles/image/empty.dib", + "EmptyFiles/image/empty.emf", + "EmptyFiles/image/empty.exif", + "EmptyFiles/image/empty.gif", + "EmptyFiles/image/empty.heic", + "EmptyFiles/image/empty.heif", + "EmptyFiles/image/empty.ico", + "EmptyFiles/image/empty.j2c", + "EmptyFiles/image/empty.jfif", + "EmptyFiles/image/empty.jp2", + "EmptyFiles/image/empty.jpc", + "EmptyFiles/image/empty.jpe", + "EmptyFiles/image/empty.jpg", + "EmptyFiles/image/empty.jxr", + "EmptyFiles/image/empty.pbm", + "EmptyFiles/image/empty.pcx", + "EmptyFiles/image/empty.pgm", + "EmptyFiles/image/empty.png", + "EmptyFiles/image/empty.ppm", + "EmptyFiles/image/empty.rle", + "EmptyFiles/image/empty.tga", + "EmptyFiles/image/empty.tif", + "EmptyFiles/image/empty.wdp", + "EmptyFiles/image/empty.webp", + "EmptyFiles/image/empty.wmp", + "EmptyFiles/sheet/empty.ods", + "EmptyFiles/sheet/empty.xlsx", + "EmptyFiles/slide/empty.odp", + "EmptyFiles/slide/empty.pptx", + "build/EmptyFiles.targets", + "buildTransitive/EmptyFiles.targets", + "emptyfiles.4.4.0.nupkg.sha512", + "emptyfiles.nuspec", + "icon.png", + "lib/net461/EmptyFiles.dll", + "lib/net461/EmptyFiles.xml", + "lib/net5.0/EmptyFiles.dll", + "lib/net5.0/EmptyFiles.xml", + "lib/net6.0/EmptyFiles.dll", + "lib/net6.0/EmptyFiles.xml", + "lib/net7.0/EmptyFiles.dll", + "lib/net7.0/EmptyFiles.xml", + "lib/netstandard2.0/EmptyFiles.dll", + "lib/netstandard2.0/EmptyFiles.xml", + "lib/netstandard2.1/EmptyFiles.dll", + "lib/netstandard2.1/EmptyFiles.xml" + ] + }, + "MediatR/12.4.1": { + "sha512": "0tLxCgEC5+r1OCuumR3sWyiVa+BMv3AgiU4+pz8xqTc+2q1WbUEXFOr7Orm96oZ9r9FsldgUtWvB2o7b9jDOaw==", + "type": "package", + "path": "mediatr/12.4.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "gradient_128x128.png", + "lib/net6.0/MediatR.dll", + "lib/net6.0/MediatR.xml", + "lib/netstandard2.0/MediatR.dll", + "lib/netstandard2.0/MediatR.xml", + "mediatr.12.4.1.nupkg.sha512", + "mediatr.nuspec" + ] + }, + "MediatR.Contracts/2.0.1": { + "sha512": "FYv95bNT4UwcNA+G/J1oX5OpRiSUxteXaUt2BJbRSdRNiIUNbggJF69wy6mnk2wYToaanpdXZdCwVylt96MpwQ==", + "type": "package", + "path": "mediatr.contracts/2.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "gradient_128x128.png", + "lib/netstandard2.0/MediatR.Contracts.dll", + "lib/netstandard2.0/MediatR.Contracts.xml", + "mediatr.contracts.2.0.1.nupkg.sha512", + "mediatr.contracts.nuspec" + ] + }, + "Microsoft.ApplicationInsights/2.22.0": { + "sha512": "3AOM9bZtku7RQwHyMEY3tQMrHIgjcfRDa6YQpd/QG2LDGvMydSlL9Di+8LLMt7J2RDdfJ7/2jdYv6yHcMJAnNw==", + "type": "package", + "path": "microsoft.applicationinsights/2.22.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "icon.png", + "lib/net452/Microsoft.ApplicationInsights.dll", + "lib/net452/Microsoft.ApplicationInsights.pdb", + "lib/net452/Microsoft.ApplicationInsights.xml", + "lib/net46/Microsoft.ApplicationInsights.dll", + "lib/net46/Microsoft.ApplicationInsights.pdb", + "lib/net46/Microsoft.ApplicationInsights.xml", + "lib/netstandard2.0/Microsoft.ApplicationInsights.dll", + "lib/netstandard2.0/Microsoft.ApplicationInsights.pdb", + "lib/netstandard2.0/Microsoft.ApplicationInsights.xml", + "microsoft.applicationinsights.2.22.0.nupkg.sha512", + "microsoft.applicationinsights.nuspec" + ] + }, + "Microsoft.CodeCoverage/17.12.0": { + "sha512": "4svMznBd5JM21JIG2xZKGNanAHNXplxf/kQDFfLHXQ3OnpJkayRK/TjacFjA+EYmoyuNXHo/sOETEfcYtAzIrA==", + "type": "package", + "path": "microsoft.codecoverage/17.12.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "ThirdPartyNotices.txt", + "build/netstandard2.0/CodeCoverage/CodeCoverage.config", + "build/netstandard2.0/CodeCoverage/CodeCoverage.exe", + "build/netstandard2.0/CodeCoverage/Cov_x86.config", + "build/netstandard2.0/CodeCoverage/amd64/CodeCoverage.exe", + "build/netstandard2.0/CodeCoverage/amd64/Cov_x64.config", + "build/netstandard2.0/CodeCoverage/amd64/covrun64.dll", + "build/netstandard2.0/CodeCoverage/amd64/msdia140.dll", + "build/netstandard2.0/CodeCoverage/arm64/Cov_arm64.config", + "build/netstandard2.0/CodeCoverage/arm64/covrunarm64.dll", + "build/netstandard2.0/CodeCoverage/arm64/msdia140.dll", + "build/netstandard2.0/CodeCoverage/codecoveragemessages.dll", + "build/netstandard2.0/CodeCoverage/coreclr/Microsoft.VisualStudio.CodeCoverage.Shim.dll", + "build/netstandard2.0/CodeCoverage/covrun32.dll", + "build/netstandard2.0/CodeCoverage/msdia140.dll", + "build/netstandard2.0/Microsoft.CodeCoverage.Core.dll", + "build/netstandard2.0/Microsoft.CodeCoverage.Instrumentation.Core.dll", + "build/netstandard2.0/Microsoft.CodeCoverage.Instrumentation.dll", + "build/netstandard2.0/Microsoft.CodeCoverage.Interprocess.dll", + "build/netstandard2.0/Microsoft.CodeCoverage.props", + "build/netstandard2.0/Microsoft.CodeCoverage.targets", + "build/netstandard2.0/Microsoft.DiaSymReader.dll", + "build/netstandard2.0/Microsoft.VisualStudio.TraceDataCollector.dll", + "build/netstandard2.0/Mono.Cecil.Pdb.dll", + "build/netstandard2.0/Mono.Cecil.Rocks.dll", + "build/netstandard2.0/Mono.Cecil.dll", + "build/netstandard2.0/ThirdPartyNotices.txt", + "build/netstandard2.0/alpine/x64/Cov_x64.config", + "build/netstandard2.0/alpine/x64/libCoverageInstrumentationMethod.so", + "build/netstandard2.0/alpine/x64/libInstrumentationEngine.so", + "build/netstandard2.0/arm64/MicrosoftInstrumentationEngine_arm64.dll", + "build/netstandard2.0/cs/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/de/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/es/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/fr/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/it/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/ja/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/ko/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/macos/x64/Cov_x64.config", + "build/netstandard2.0/macos/x64/libCoverageInstrumentationMethod.dylib", + "build/netstandard2.0/macos/x64/libInstrumentationEngine.dylib", + "build/netstandard2.0/pl/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/pt-BR/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/ru/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/tr/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/ubuntu/x64/Cov_x64.config", + "build/netstandard2.0/ubuntu/x64/libCoverageInstrumentationMethod.so", + "build/netstandard2.0/ubuntu/x64/libInstrumentationEngine.so", + "build/netstandard2.0/x64/MicrosoftInstrumentationEngine_x64.dll", + "build/netstandard2.0/x86/MicrosoftInstrumentationEngine_x86.dll", + "build/netstandard2.0/zh-Hans/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/zh-Hant/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "lib/net462/Microsoft.VisualStudio.CodeCoverage.Shim.dll", + "lib/netcoreapp3.1/Microsoft.VisualStudio.CodeCoverage.Shim.dll", + "microsoft.codecoverage.17.12.0.nupkg.sha512", + "microsoft.codecoverage.nuspec" + ] + }, + "Microsoft.Extensions.DependencyInjection/8.0.1": { + "sha512": "BmANAnR5Xd4Oqw7yQ75xOAYODybZQRzdeNucg7kS5wWKd2PNnMdYtJ2Vciy0QLylRmv42DGl5+AFL9izA6F1Rw==", + "type": "package", + "path": "microsoft.extensions.dependencyinjection/8.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.targets", + "lib/net462/Microsoft.Extensions.DependencyInjection.dll", + "lib/net462/Microsoft.Extensions.DependencyInjection.xml", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/net7.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/net8.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.xml", + "microsoft.extensions.dependencyinjection.8.0.1.nupkg.sha512", + "microsoft.extensions.dependencyinjection.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.2": { + "sha512": "3iE7UF7MQkCv1cxzCahz+Y/guQbTqieyxyaWKhrRO91itI9cOKO76OHeQDahqG4MmW5umr3CcCvGmK92lWNlbg==", + "type": "package", + "path": "microsoft.extensions.dependencyinjection.abstractions/8.0.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.Abstractions.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.Abstractions.targets", + "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "microsoft.extensions.dependencyinjection.abstractions.8.0.2.nupkg.sha512", + "microsoft.extensions.dependencyinjection.abstractions.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.NET.Test.Sdk/17.12.0": { + "sha512": "kt/PKBZ91rFCWxVIJZSgVLk+YR+4KxTuHf799ho8WNiK5ZQpJNAEZCAWX86vcKrs+DiYjiibpYKdGZP6+/N17w==", + "type": "package", + "path": "microsoft.net.test.sdk/17.12.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "build/net462/Microsoft.NET.Test.Sdk.props", + "build/net462/Microsoft.NET.Test.Sdk.targets", + "build/netcoreapp3.1/Microsoft.NET.Test.Sdk.Program.cs", + "build/netcoreapp3.1/Microsoft.NET.Test.Sdk.Program.fs", + "build/netcoreapp3.1/Microsoft.NET.Test.Sdk.Program.vb", + "build/netcoreapp3.1/Microsoft.NET.Test.Sdk.props", + "build/netcoreapp3.1/Microsoft.NET.Test.Sdk.targets", + "buildMultiTargeting/Microsoft.NET.Test.Sdk.props", + "lib/net462/_._", + "lib/netcoreapp3.1/_._", + "microsoft.net.test.sdk.17.12.0.nupkg.sha512", + "microsoft.net.test.sdk.nuspec" + ] + }, + "Microsoft.Testing.Extensions.Telemetry/1.4.1": { + "sha512": "Li2CRKPN8LExJRakkaUV9Xq/VeezAkTG1Vp+bcuonES6VoCIKufnc9f5GwxYX5I9DIWWxwgR0UeowlkpOIKxiA==", + "type": "package", + "path": "microsoft.testing.extensions.telemetry/1.4.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "PACKAGE.md", + "build/net6.0/Microsoft.Testing.Extensions.Telemetry.props", + "build/net7.0/Microsoft.Testing.Extensions.Telemetry.props", + "build/net8.0/Microsoft.Testing.Extensions.Telemetry.props", + "build/netstandard2.0/Microsoft.Testing.Extensions.Telemetry.props", + "buildMultiTargeting/Microsoft.Testing.Extensions.Telemetry.props", + "buildTransitive/net6.0/Microsoft.Testing.Extensions.Telemetry.props", + "buildTransitive/net7.0/Microsoft.Testing.Extensions.Telemetry.props", + "buildTransitive/net8.0/Microsoft.Testing.Extensions.Telemetry.props", + "buildTransitive/netstandard2.0/Microsoft.Testing.Extensions.Telemetry.props", + "lib/net6.0/Microsoft.Testing.Extensions.Telemetry.dll", + "lib/net6.0/Microsoft.Testing.Extensions.Telemetry.xml", + "lib/net6.0/cs/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/net6.0/de/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/net6.0/es/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/net6.0/fr/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/net6.0/it/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/net6.0/ja/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/net6.0/ko/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/net6.0/pl/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/net6.0/pt-BR/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/net6.0/ru/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/net6.0/tr/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/net6.0/zh-Hans/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/net6.0/zh-Hant/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/net7.0/Microsoft.Testing.Extensions.Telemetry.dll", + "lib/net7.0/Microsoft.Testing.Extensions.Telemetry.xml", + "lib/net7.0/cs/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/net7.0/de/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/net7.0/es/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/net7.0/fr/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/net7.0/it/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/net7.0/ja/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/net7.0/ko/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/net7.0/pl/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/net7.0/pt-BR/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/net7.0/ru/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/net7.0/tr/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/net7.0/zh-Hans/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/net7.0/zh-Hant/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/net8.0/Microsoft.Testing.Extensions.Telemetry.dll", + "lib/net8.0/Microsoft.Testing.Extensions.Telemetry.xml", + "lib/net8.0/cs/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/net8.0/de/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/net8.0/es/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/net8.0/fr/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/net8.0/it/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/net8.0/ja/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/net8.0/ko/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/net8.0/pl/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/net8.0/pt-BR/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/net8.0/ru/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/net8.0/tr/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/net8.0/zh-Hans/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/net8.0/zh-Hant/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/netstandard2.0/Microsoft.Testing.Extensions.Telemetry.dll", + "lib/netstandard2.0/Microsoft.Testing.Extensions.Telemetry.xml", + "lib/netstandard2.0/cs/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/netstandard2.0/de/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/netstandard2.0/es/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/netstandard2.0/fr/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/netstandard2.0/it/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/netstandard2.0/ja/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/netstandard2.0/ko/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/netstandard2.0/pl/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/netstandard2.0/ru/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/netstandard2.0/tr/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "microsoft.testing.extensions.telemetry.1.4.1.nupkg.sha512", + "microsoft.testing.extensions.telemetry.nuspec" + ] + }, + "Microsoft.Testing.Extensions.TrxReport.Abstractions/1.4.1": { + "sha512": "FJRIgh2cWPQmAmfWDkdROW94LjFCaRrcnBa6uX2xkcXL3SXqJN43RfbP5xMDCE7FyXXHBFBLyfKhIZ1L2lh9FA==", + "type": "package", + "path": "microsoft.testing.extensions.trxreport.abstractions/1.4.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "PACKAGE.md", + "lib/net6.0/Microsoft.Testing.Extensions.TrxReport.Abstractions.dll", + "lib/net6.0/Microsoft.Testing.Extensions.TrxReport.Abstractions.xml", + "lib/net7.0/Microsoft.Testing.Extensions.TrxReport.Abstractions.dll", + "lib/net7.0/Microsoft.Testing.Extensions.TrxReport.Abstractions.xml", + "lib/net8.0/Microsoft.Testing.Extensions.TrxReport.Abstractions.dll", + "lib/net8.0/Microsoft.Testing.Extensions.TrxReport.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Testing.Extensions.TrxReport.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Testing.Extensions.TrxReport.Abstractions.xml", + "microsoft.testing.extensions.trxreport.abstractions.1.4.1.nupkg.sha512", + "microsoft.testing.extensions.trxreport.abstractions.nuspec" + ] + }, + "Microsoft.Testing.Extensions.VSTestBridge/1.4.1": { + "sha512": "57U75DJEpN+JMJUfyEef57KlXfwtNMHuFd2j5+7VIiwli4oDCwGCZfSNLY/mQ1NcVPTdsLvW2awwMLdxiV7Ysg==", + "type": "package", + "path": "microsoft.testing.extensions.vstestbridge/1.4.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "PACKAGE.md", + "lib/net6.0/Microsoft.Testing.Extensions.VSTestBridge.dll", + "lib/net6.0/Microsoft.Testing.Extensions.VSTestBridge.xml", + "lib/net6.0/cs/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/net6.0/de/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/net6.0/es/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/net6.0/fr/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/net6.0/it/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/net6.0/ja/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/net6.0/ko/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/net6.0/pl/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/net6.0/pt-BR/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/net6.0/ru/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/net6.0/tr/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/net6.0/zh-Hans/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/net6.0/zh-Hant/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/net7.0/Microsoft.Testing.Extensions.VSTestBridge.dll", + "lib/net7.0/Microsoft.Testing.Extensions.VSTestBridge.xml", + "lib/net7.0/cs/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/net7.0/de/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/net7.0/es/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/net7.0/fr/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/net7.0/it/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/net7.0/ja/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/net7.0/ko/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/net7.0/pl/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/net7.0/pt-BR/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/net7.0/ru/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/net7.0/tr/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/net7.0/zh-Hans/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/net7.0/zh-Hant/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/net8.0/Microsoft.Testing.Extensions.VSTestBridge.dll", + "lib/net8.0/Microsoft.Testing.Extensions.VSTestBridge.xml", + "lib/net8.0/cs/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/net8.0/de/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/net8.0/es/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/net8.0/fr/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/net8.0/it/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/net8.0/ja/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/net8.0/ko/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/net8.0/pl/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/net8.0/pt-BR/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/net8.0/ru/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/net8.0/tr/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/net8.0/zh-Hans/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/net8.0/zh-Hant/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/netstandard2.0/Microsoft.Testing.Extensions.VSTestBridge.dll", + "lib/netstandard2.0/Microsoft.Testing.Extensions.VSTestBridge.xml", + "lib/netstandard2.0/cs/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/netstandard2.0/de/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/netstandard2.0/es/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/netstandard2.0/fr/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/netstandard2.0/it/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/netstandard2.0/ja/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/netstandard2.0/ko/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/netstandard2.0/pl/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/netstandard2.0/ru/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/netstandard2.0/tr/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "microsoft.testing.extensions.vstestbridge.1.4.1.nupkg.sha512", + "microsoft.testing.extensions.vstestbridge.nuspec" + ] + }, + "Microsoft.Testing.Platform/1.4.1": { + "sha512": "LT+DsDCtQL0x8tuClGk5mkBfeSdBuCgMX7UCE44H0JoayvOHhnbKCT5DElo2XNPclCbgm1PsPvePNPYQxV+X9w==", + "type": "package", + "path": "microsoft.testing.platform/1.4.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "PACKAGE.md", + "build/net6.0/Microsoft.Testing.Platform.props", + "build/net7.0/Microsoft.Testing.Platform.props", + "build/net8.0/Microsoft.Testing.Platform.props", + "build/netstandard2.0/Microsoft.Testing.Platform.props", + "buildMultiTargeting/Microsoft.Testing.Platform.props", + "buildTransitive/net6.0/Microsoft.Testing.Platform.props", + "buildTransitive/net7.0/Microsoft.Testing.Platform.props", + "buildTransitive/net8.0/Microsoft.Testing.Platform.props", + "buildTransitive/netstandard2.0/Microsoft.Testing.Platform.props", + "lib/net6.0/Microsoft.Testing.Platform.dll", + "lib/net6.0/Microsoft.Testing.Platform.xml", + "lib/net6.0/cs/Microsoft.Testing.Platform.resources.dll", + "lib/net6.0/de/Microsoft.Testing.Platform.resources.dll", + "lib/net6.0/es/Microsoft.Testing.Platform.resources.dll", + "lib/net6.0/fr/Microsoft.Testing.Platform.resources.dll", + "lib/net6.0/it/Microsoft.Testing.Platform.resources.dll", + "lib/net6.0/ja/Microsoft.Testing.Platform.resources.dll", + "lib/net6.0/ko/Microsoft.Testing.Platform.resources.dll", + "lib/net6.0/pl/Microsoft.Testing.Platform.resources.dll", + "lib/net6.0/pt-BR/Microsoft.Testing.Platform.resources.dll", + "lib/net6.0/ru/Microsoft.Testing.Platform.resources.dll", + "lib/net6.0/tr/Microsoft.Testing.Platform.resources.dll", + "lib/net6.0/zh-Hans/Microsoft.Testing.Platform.resources.dll", + "lib/net6.0/zh-Hant/Microsoft.Testing.Platform.resources.dll", + "lib/net7.0/Microsoft.Testing.Platform.dll", + "lib/net7.0/Microsoft.Testing.Platform.xml", + "lib/net7.0/cs/Microsoft.Testing.Platform.resources.dll", + "lib/net7.0/de/Microsoft.Testing.Platform.resources.dll", + "lib/net7.0/es/Microsoft.Testing.Platform.resources.dll", + "lib/net7.0/fr/Microsoft.Testing.Platform.resources.dll", + "lib/net7.0/it/Microsoft.Testing.Platform.resources.dll", + "lib/net7.0/ja/Microsoft.Testing.Platform.resources.dll", + "lib/net7.0/ko/Microsoft.Testing.Platform.resources.dll", + "lib/net7.0/pl/Microsoft.Testing.Platform.resources.dll", + "lib/net7.0/pt-BR/Microsoft.Testing.Platform.resources.dll", + "lib/net7.0/ru/Microsoft.Testing.Platform.resources.dll", + "lib/net7.0/tr/Microsoft.Testing.Platform.resources.dll", + "lib/net7.0/zh-Hans/Microsoft.Testing.Platform.resources.dll", + "lib/net7.0/zh-Hant/Microsoft.Testing.Platform.resources.dll", + "lib/net8.0/Microsoft.Testing.Platform.dll", + "lib/net8.0/Microsoft.Testing.Platform.xml", + "lib/net8.0/cs/Microsoft.Testing.Platform.resources.dll", + "lib/net8.0/de/Microsoft.Testing.Platform.resources.dll", + "lib/net8.0/es/Microsoft.Testing.Platform.resources.dll", + "lib/net8.0/fr/Microsoft.Testing.Platform.resources.dll", + "lib/net8.0/it/Microsoft.Testing.Platform.resources.dll", + "lib/net8.0/ja/Microsoft.Testing.Platform.resources.dll", + "lib/net8.0/ko/Microsoft.Testing.Platform.resources.dll", + "lib/net8.0/pl/Microsoft.Testing.Platform.resources.dll", + "lib/net8.0/pt-BR/Microsoft.Testing.Platform.resources.dll", + "lib/net8.0/ru/Microsoft.Testing.Platform.resources.dll", + "lib/net8.0/tr/Microsoft.Testing.Platform.resources.dll", + "lib/net8.0/zh-Hans/Microsoft.Testing.Platform.resources.dll", + "lib/net8.0/zh-Hant/Microsoft.Testing.Platform.resources.dll", + "lib/netstandard2.0/Microsoft.Testing.Platform.dll", + "lib/netstandard2.0/Microsoft.Testing.Platform.xml", + "lib/netstandard2.0/cs/Microsoft.Testing.Platform.resources.dll", + "lib/netstandard2.0/de/Microsoft.Testing.Platform.resources.dll", + "lib/netstandard2.0/es/Microsoft.Testing.Platform.resources.dll", + "lib/netstandard2.0/fr/Microsoft.Testing.Platform.resources.dll", + "lib/netstandard2.0/it/Microsoft.Testing.Platform.resources.dll", + "lib/netstandard2.0/ja/Microsoft.Testing.Platform.resources.dll", + "lib/netstandard2.0/ko/Microsoft.Testing.Platform.resources.dll", + "lib/netstandard2.0/pl/Microsoft.Testing.Platform.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.Testing.Platform.resources.dll", + "lib/netstandard2.0/ru/Microsoft.Testing.Platform.resources.dll", + "lib/netstandard2.0/tr/Microsoft.Testing.Platform.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.Testing.Platform.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.Testing.Platform.resources.dll", + "microsoft.testing.platform.1.4.1.nupkg.sha512", + "microsoft.testing.platform.nuspec" + ] + }, + "Microsoft.Testing.Platform.MSBuild/1.4.1": { + "sha512": "2Vct6WOIUxJJy64srxB2uhZCe6ZxPVlA43VNdJJjvO8oSyy+vLCW4Vv37LNLnnj+XFq3QVo0KOOaVAtLgbnGGg==", + "type": "package", + "path": "microsoft.testing.platform.msbuild/1.4.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "PACKAGE.md", + "_MSBuildTasks/netstandard2.0/Microsoft.Testing.Platform.MSBuild.dll", + "_MSBuildTasks/netstandard2.0/Microsoft.Testing.Platform.dll", + "build/net6.0/Microsoft.Testing.Platform.MSBuild.props", + "build/net6.0/Microsoft.Testing.Platform.MSBuild.targets", + "build/net7.0/Microsoft.Testing.Platform.MSBuild.props", + "build/net7.0/Microsoft.Testing.Platform.MSBuild.targets", + "build/net8.0/Microsoft.Testing.Platform.MSBuild.props", + "build/net8.0/Microsoft.Testing.Platform.MSBuild.targets", + "build/netstandard2.0/Microsoft.Testing.Platform.MSBuild.props", + "build/netstandard2.0/Microsoft.Testing.Platform.MSBuild.targets", + "buildMultiTargeting/Microsoft.Testing.Platform.MSBuild.VSTest.targets", + "buildMultiTargeting/Microsoft.Testing.Platform.MSBuild.props", + "buildMultiTargeting/Microsoft.Testing.Platform.MSBuild.targets", + "buildTransitive/net6.0/Microsoft.Testing.Platform.MSBuild.props", + "buildTransitive/net6.0/Microsoft.Testing.Platform.MSBuild.targets", + "buildTransitive/net7.0/Microsoft.Testing.Platform.MSBuild.props", + "buildTransitive/net7.0/Microsoft.Testing.Platform.MSBuild.targets", + "buildTransitive/net8.0/Microsoft.Testing.Platform.MSBuild.props", + "buildTransitive/net8.0/Microsoft.Testing.Platform.MSBuild.targets", + "buildTransitive/netstandard2.0/Microsoft.Testing.Platform.MSBuild.props", + "buildTransitive/netstandard2.0/Microsoft.Testing.Platform.MSBuild.targets", + "lib/net6.0/Microsoft.Testing.Platform.MSBuild.dll", + "lib/net6.0/Microsoft.Testing.Platform.MSBuild.xml", + "lib/net6.0/cs/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/net6.0/de/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/net6.0/es/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/net6.0/fr/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/net6.0/it/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/net6.0/ja/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/net6.0/ko/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/net6.0/pl/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/net6.0/pt-BR/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/net6.0/ru/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/net6.0/tr/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/net6.0/zh-Hans/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/net6.0/zh-Hant/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/net7.0/Microsoft.Testing.Platform.MSBuild.dll", + "lib/net7.0/Microsoft.Testing.Platform.MSBuild.xml", + "lib/net7.0/cs/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/net7.0/de/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/net7.0/es/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/net7.0/fr/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/net7.0/it/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/net7.0/ja/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/net7.0/ko/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/net7.0/pl/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/net7.0/pt-BR/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/net7.0/ru/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/net7.0/tr/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/net7.0/zh-Hans/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/net7.0/zh-Hant/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/net8.0/Microsoft.Testing.Platform.MSBuild.dll", + "lib/net8.0/Microsoft.Testing.Platform.MSBuild.xml", + "lib/net8.0/cs/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/net8.0/de/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/net8.0/es/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/net8.0/fr/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/net8.0/it/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/net8.0/ja/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/net8.0/ko/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/net8.0/pl/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/net8.0/pt-BR/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/net8.0/ru/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/net8.0/tr/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/net8.0/zh-Hans/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/net8.0/zh-Hant/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/netstandard2.0/Microsoft.Testing.Platform.MSBuild.dll", + "lib/netstandard2.0/Microsoft.Testing.Platform.MSBuild.xml", + "lib/netstandard2.0/cs/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/netstandard2.0/de/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/netstandard2.0/es/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/netstandard2.0/fr/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/netstandard2.0/it/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/netstandard2.0/ja/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/netstandard2.0/ko/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/netstandard2.0/pl/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/netstandard2.0/ru/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/netstandard2.0/tr/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.Testing.Platform.MSBuild.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.Testing.Platform.MSBuild.resources.dll", + "microsoft.testing.platform.msbuild.1.4.1.nupkg.sha512", + "microsoft.testing.platform.msbuild.nuspec" + ] + }, + "Microsoft.TestPlatform.ObjectModel/17.12.0": { + "sha512": "TDqkTKLfQuAaPcEb3pDDWnh7b3SyZF+/W9OZvWFp6eJCIiiYFdSB6taE2I6tWrFw5ywhzOb6sreoGJTI6m3rSQ==", + "type": "package", + "path": "microsoft.testplatform.objectmodel/17.12.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "lib/net462/Microsoft.TestPlatform.CoreUtilities.dll", + "lib/net462/Microsoft.TestPlatform.PlatformAbstractions.dll", + "lib/net462/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll", + "lib/net462/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/de/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/es/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/it/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll", + "lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll", + "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll", + "lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/Microsoft.TestPlatform.CoreUtilities.dll", + "lib/netstandard2.0/Microsoft.TestPlatform.PlatformAbstractions.dll", + "lib/netstandard2.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll", + "lib/netstandard2.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "microsoft.testplatform.objectmodel.17.12.0.nupkg.sha512", + "microsoft.testplatform.objectmodel.nuspec" + ] + }, + "Microsoft.TestPlatform.TestHost/17.12.0": { + "sha512": "MiPEJQNyADfwZ4pJNpQex+t9/jOClBGMiCiVVFuELCMSX2nmNfvUor3uFVxNNCg30uxDP8JDYfPnMXQzsfzYyg==", + "type": "package", + "path": "microsoft.testplatform.testhost/17.12.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "ThirdPartyNotices.txt", + "build/netcoreapp3.1/Microsoft.TestPlatform.TestHost.props", + "build/netcoreapp3.1/x64/testhost.dll", + "build/netcoreapp3.1/x64/testhost.exe", + "build/netcoreapp3.1/x86/testhost.x86.dll", + "build/netcoreapp3.1/x86/testhost.x86.exe", + "lib/net462/_._", + "lib/netcoreapp3.1/Microsoft.TestPlatform.CommunicationUtilities.dll", + "lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll", + "lib/netcoreapp3.1/Microsoft.TestPlatform.CrossPlatEngine.dll", + "lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll", + "lib/netcoreapp3.1/Microsoft.TestPlatform.Utilities.dll", + "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.Common.dll", + "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll", + "lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/testhost.deps.json", + "lib/netcoreapp3.1/testhost.dll", + "lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/x64/msdia140.dll", + "lib/netcoreapp3.1/x86/msdia140.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "microsoft.testplatform.testhost.17.12.0.nupkg.sha512", + "microsoft.testplatform.testhost.nuspec" + ] + }, + "Moq/4.20.72": { + "sha512": "EA55cjyNn8eTNWrgrdZJH5QLFp2L43oxl1tlkoYUKIE9pRwL784OWiTXeCV5ApS+AMYEAlt7Fo03A2XfouvHmQ==", + "type": "package", + "path": "moq/4.20.72", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "icon.png", + "lib/net462/Moq.dll", + "lib/net6.0/Moq.dll", + "lib/netstandard2.0/Moq.dll", + "lib/netstandard2.1/Moq.dll", + "moq.4.20.72.nupkg.sha512", + "moq.nuspec", + "readme.md" + ] + }, + "MSTest.TestAdapter/3.6.1": { + "sha512": "wgeZ8g4N75iksyrESdIGV46AxYqLvy1cRwyXCWfpA77huSPWCx89QsgZe3tg9k+OYx71v46aRVFZKT6gqCrarw==", + "type": "package", + "path": "mstest.testadapter/3.6.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "PACKAGE.md", + "build/_localization/cs/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/_localization/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "build/_localization/cs/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "build/_localization/cs/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "build/_localization/cs/Microsoft.Testing.Platform.resources.dll", + "build/_localization/cs/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll", + "build/_localization/cs/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll", + "build/_localization/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "build/_localization/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "build/_localization/de/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/_localization/de/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "build/_localization/de/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "build/_localization/de/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "build/_localization/de/Microsoft.Testing.Platform.resources.dll", + "build/_localization/de/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll", + "build/_localization/de/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll", + "build/_localization/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "build/_localization/de/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "build/_localization/es/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/_localization/es/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "build/_localization/es/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "build/_localization/es/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "build/_localization/es/Microsoft.Testing.Platform.resources.dll", + "build/_localization/es/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll", + "build/_localization/es/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll", + "build/_localization/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "build/_localization/es/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "build/_localization/fr/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/_localization/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "build/_localization/fr/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "build/_localization/fr/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "build/_localization/fr/Microsoft.Testing.Platform.resources.dll", + "build/_localization/fr/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll", + "build/_localization/fr/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll", + "build/_localization/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "build/_localization/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "build/_localization/it/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/_localization/it/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "build/_localization/it/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "build/_localization/it/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "build/_localization/it/Microsoft.Testing.Platform.resources.dll", + "build/_localization/it/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll", + "build/_localization/it/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll", + "build/_localization/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "build/_localization/it/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "build/_localization/ja/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/_localization/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "build/_localization/ja/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "build/_localization/ja/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "build/_localization/ja/Microsoft.Testing.Platform.resources.dll", + "build/_localization/ja/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll", + "build/_localization/ja/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll", + "build/_localization/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "build/_localization/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "build/_localization/ko/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/_localization/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "build/_localization/ko/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "build/_localization/ko/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "build/_localization/ko/Microsoft.Testing.Platform.resources.dll", + "build/_localization/ko/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll", + "build/_localization/ko/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll", + "build/_localization/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "build/_localization/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "build/_localization/pl/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/_localization/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "build/_localization/pl/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "build/_localization/pl/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "build/_localization/pl/Microsoft.Testing.Platform.resources.dll", + "build/_localization/pl/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll", + "build/_localization/pl/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll", + "build/_localization/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "build/_localization/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "build/_localization/pt-BR/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/_localization/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "build/_localization/pt-BR/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "build/_localization/pt-BR/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "build/_localization/pt-BR/Microsoft.Testing.Platform.resources.dll", + "build/_localization/pt-BR/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll", + "build/_localization/pt-BR/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll", + "build/_localization/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "build/_localization/pt-BR/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "build/_localization/ru/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/_localization/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "build/_localization/ru/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "build/_localization/ru/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "build/_localization/ru/Microsoft.Testing.Platform.resources.dll", + "build/_localization/ru/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll", + "build/_localization/ru/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll", + "build/_localization/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "build/_localization/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "build/_localization/tr/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/_localization/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "build/_localization/tr/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "build/_localization/tr/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "build/_localization/tr/Microsoft.Testing.Platform.resources.dll", + "build/_localization/tr/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll", + "build/_localization/tr/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll", + "build/_localization/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "build/_localization/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "build/_localization/zh-Hans/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/_localization/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "build/_localization/zh-Hans/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "build/_localization/zh-Hans/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "build/_localization/zh-Hans/Microsoft.Testing.Platform.resources.dll", + "build/_localization/zh-Hans/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll", + "build/_localization/zh-Hans/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll", + "build/_localization/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "build/_localization/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "build/_localization/zh-Hant/Microsoft.TestPlatform.AdapterUtilities.resources.dll", + "build/_localization/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "build/_localization/zh-Hant/Microsoft.Testing.Extensions.Telemetry.resources.dll", + "build/_localization/zh-Hant/Microsoft.Testing.Extensions.VSTestBridge.resources.dll", + "build/_localization/zh-Hant/Microsoft.Testing.Platform.resources.dll", + "build/_localization/zh-Hant/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll", + "build/_localization/zh-Hant/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll", + "build/_localization/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "build/_localization/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "build/net462/MSTest.TestAdapter.props", + "build/net462/MSTest.TestAdapter.targets", + "build/net462/Microsoft.TestPlatform.AdapterUtilities.dll", + "build/net462/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll", + "build/net462/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll", + "build/net462/Microsoft.VisualStudio.TestPlatform.TestFramework.dll", + "build/net6.0/MSTest.TestAdapter.props", + "build/net6.0/MSTest.TestAdapter.targets", + "build/net6.0/Microsoft.TestPlatform.AdapterUtilities.dll", + "build/net6.0/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll", + "build/net6.0/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll", + "build/net6.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll", + "build/net6.0/winui/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll", + "build/net6.0/winui/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll", + "build/net7.0/MSTest.TestAdapter.props", + "build/net7.0/MSTest.TestAdapter.targets", + "build/net7.0/Microsoft.TestPlatform.AdapterUtilities.dll", + "build/net7.0/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll", + "build/net7.0/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll", + "build/net7.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll", + "build/net8.0/MSTest.TestAdapter.props", + "build/net8.0/MSTest.TestAdapter.targets", + "build/net8.0/Microsoft.TestPlatform.AdapterUtilities.dll", + "build/net8.0/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll", + "build/net8.0/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll", + "build/net8.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll", + "build/netcoreapp3.1/MSTest.TestAdapter.props", + "build/netcoreapp3.1/MSTest.TestAdapter.targets", + "build/netcoreapp3.1/Microsoft.TestPlatform.AdapterUtilities.dll", + "build/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll", + "build/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll", + "build/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.TestFramework.dll", + "build/netstandard2.0/MSTest.TestAdapter.props", + "build/netstandard2.0/MSTest.TestAdapter.targets", + "build/netstandard2.0/Microsoft.TestPlatform.AdapterUtilities.dll", + "build/netstandard2.0/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll", + "build/netstandard2.0/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll", + "build/netstandard2.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll", + "build/uap10.0/MSTest.TestAdapter.props", + "build/uap10.0/MSTest.TestAdapter.targets", + "build/uap10.0/Microsoft.TestPlatform.AdapterUtilities.dll", + "build/uap10.0/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll", + "build/uap10.0/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll", + "build/uap10.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll", + "mstest.testadapter.3.6.1.nupkg.sha512", + "mstest.testadapter.nuspec" + ] + }, + "MSTest.TestFramework/3.6.1": { + "sha512": "ugHS5Bz+hlLBd7FSS9JokRrzjmlmDQIx0Hxj6LTJztH/CRkuzNM+hK9Zoa53DR/B4BysEpu16ZXnm6KLH6Vrzg==", + "type": "package", + "path": "mstest.testframework/3.6.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "PACKAGE.md", + "build/net6.0/MSTest.TestFramework.targets", + "build/net6.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll", + "build/net6.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "build/net6.0/winui/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll", + "build/net6.0/winui/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "build/net7.0/MSTest.TestFramework.targets", + "build/net7.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll", + "build/net7.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "build/net8.0/MSTest.TestFramework.targets", + "build/net8.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll", + "build/net8.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/net462/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll", + "lib/net462/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/net462/Microsoft.VisualStudio.TestPlatform.TestFramework.dll", + "lib/net462/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/net462/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net462/de/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net462/es/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net462/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net462/it/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net462/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net462/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net462/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net462/pt-BR/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net462/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net462/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net462/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net462/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net6.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll", + "lib/net6.0/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/net6.0/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net6.0/de/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net6.0/es/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net6.0/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net6.0/it/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net6.0/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net6.0/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net6.0/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net6.0/pt-BR/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net6.0/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net6.0/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net6.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net6.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net7.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll", + "lib/net7.0/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/net7.0/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net7.0/de/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net7.0/es/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net7.0/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net7.0/it/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net7.0/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net7.0/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net7.0/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net7.0/pt-BR/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net7.0/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net7.0/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net7.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net7.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net8.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll", + "lib/net8.0/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/net8.0/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net8.0/de/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net8.0/es/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net8.0/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net8.0/it/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net8.0/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net8.0/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net8.0/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net8.0/pt-BR/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net8.0/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net8.0/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net8.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/net8.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll", + "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.TestFramework.dll", + "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/netcoreapp3.1/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/netcoreapp3.1/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/netstandard2.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll", + "lib/netstandard2.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/netstandard2.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll", + "lib/netstandard2.0/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/netstandard2.0/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/netstandard2.0/de/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/netstandard2.0/es/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/netstandard2.0/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/netstandard2.0/it/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/netstandard2.0/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/netstandard2.0/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/netstandard2.0/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/netstandard2.0/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/netstandard2.0/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/uap10.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll", + "lib/uap10.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/uap10.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll", + "lib/uap10.0/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/uap10.0/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/uap10.0/de/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/uap10.0/es/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/uap10.0/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/uap10.0/it/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/uap10.0/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/uap10.0/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/uap10.0/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/uap10.0/pt-BR/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/uap10.0/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/uap10.0/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/uap10.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "lib/uap10.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "mstest.testframework.3.6.1.nupkg.sha512", + "mstest.testframework.nuspec" + ] + }, + "Newtonsoft.Json/13.0.1": { + "sha512": "ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==", + "type": "package", + "path": "newtonsoft.json/13.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.md", + "lib/net20/Newtonsoft.Json.dll", + "lib/net20/Newtonsoft.Json.xml", + "lib/net35/Newtonsoft.Json.dll", + "lib/net35/Newtonsoft.Json.xml", + "lib/net40/Newtonsoft.Json.dll", + "lib/net40/Newtonsoft.Json.xml", + "lib/net45/Newtonsoft.Json.dll", + "lib/net45/Newtonsoft.Json.xml", + "lib/netstandard1.0/Newtonsoft.Json.dll", + "lib/netstandard1.0/Newtonsoft.Json.xml", + "lib/netstandard1.3/Newtonsoft.Json.dll", + "lib/netstandard1.3/Newtonsoft.Json.xml", + "lib/netstandard2.0/Newtonsoft.Json.dll", + "lib/netstandard2.0/Newtonsoft.Json.xml", + "newtonsoft.json.13.0.1.nupkg.sha512", + "newtonsoft.json.nuspec", + "packageIcon.png" + ] + }, + "Shouldly/4.2.1": { + "sha512": "dKAKiSuhLKqD2TXwLKtqNg1nwzJcIKOOMncZjk9LYe4W+h+SCftpWdxwR79YZUIHMH+3Vu9s0s0UHNrgICLwRQ==", + "type": "package", + "path": "shouldly/4.2.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "assets/logo_128x128.png", + "buildTransitive/Shouldly.targets", + "lib/net5.0/Shouldly.dll", + "lib/net5.0/Shouldly.xml", + "lib/netstandard2.0/Shouldly.dll", + "lib/netstandard2.0/Shouldly.xml", + "shouldly.4.2.1.nupkg.sha512", + "shouldly.nuspec" + ] + }, + "System.CodeDom/6.0.0": { + "sha512": "CPc6tWO1LAer3IzfZufDBRL+UZQcj5uS207NHALQzP84Vp/z6wF0Aa0YZImOQY8iStY0A2zI/e3ihKNPfUm8XA==", + "type": "package", + "path": "system.codedom/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.CodeDom.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.CodeDom.dll", + "lib/net461/System.CodeDom.xml", + "lib/net6.0/System.CodeDom.dll", + "lib/net6.0/System.CodeDom.xml", + "lib/netstandard2.0/System.CodeDom.dll", + "lib/netstandard2.0/System.CodeDom.xml", + "system.codedom.6.0.0.nupkg.sha512", + "system.codedom.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Diagnostics.EventLog/6.0.0": { + "sha512": "lcyUiXTsETK2ALsZrX+nWuHSIQeazhqPphLfaRxzdGaG93+0kELqpgEHtwWOlQe7+jSFnKwaCAgL4kjeZCQJnw==", + "type": "package", + "path": "system.diagnostics.eventlog/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Diagnostics.EventLog.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/System.Diagnostics.EventLog.dll", + "lib/net461/System.Diagnostics.EventLog.xml", + "lib/net6.0/System.Diagnostics.EventLog.dll", + "lib/net6.0/System.Diagnostics.EventLog.xml", + "lib/netcoreapp3.1/System.Diagnostics.EventLog.dll", + "lib/netcoreapp3.1/System.Diagnostics.EventLog.xml", + "lib/netstandard2.0/System.Diagnostics.EventLog.dll", + "lib/netstandard2.0/System.Diagnostics.EventLog.xml", + "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.Messages.dll", + "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.dll", + "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.xml", + "runtimes/win/lib/netcoreapp3.1/System.Diagnostics.EventLog.Messages.dll", + "runtimes/win/lib/netcoreapp3.1/System.Diagnostics.EventLog.dll", + "runtimes/win/lib/netcoreapp3.1/System.Diagnostics.EventLog.xml", + "system.diagnostics.eventlog.6.0.0.nupkg.sha512", + "system.diagnostics.eventlog.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "System.Management/6.0.1": { + "sha512": "10J1D0h/lioojphfJ4Fuh5ZUThT/xOVHdV9roGBittKKNP2PMjrvibEdbVTGZcPra1399Ja3tqIJLyQrc5Wmhg==", + "type": "package", + "path": "system.management/6.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/System.Management.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/_._", + "lib/net6.0/System.Management.dll", + "lib/net6.0/System.Management.xml", + "lib/netcoreapp3.1/System.Management.dll", + "lib/netcoreapp3.1/System.Management.xml", + "lib/netstandard2.0/System.Management.dll", + "lib/netstandard2.0/System.Management.xml", + "runtimes/win/lib/net6.0/System.Management.dll", + "runtimes/win/lib/net6.0/System.Management.xml", + "runtimes/win/lib/netcoreapp3.1/System.Management.dll", + "runtimes/win/lib/netcoreapp3.1/System.Management.xml", + "system.management.6.0.1.nupkg.sha512", + "system.management.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "BeyondNetCode.Shell.Ddd/1.0.0": { + "type": "project", + "path": "../BeyondNetCode.Shell.Ddd/BeyondNetCode.Shell.Ddd.csproj", + "msbuildProject": "../BeyondNetCode.Shell.Ddd/BeyondNetCode.Shell.Ddd.csproj" + }, + "BeyondNetCode.Shell.Ddd.AutoMapper/1.0.0": { + "type": "project", + "path": "../BeyondNetCode.Shell.Ddd.AutoMapper/BeyondNetCode.Shell.Ddd.AutoMapper.csproj", + "msbuildProject": "../BeyondNetCode.Shell.Ddd.AutoMapper/BeyondNetCode.Shell.Ddd.AutoMapper.csproj" + }, + "BeyondNetCode.Shell.Ddd.ValueObjects/1.0.0": { + "type": "project", + "path": "../BeyondNetCode.Shell.Ddd.ValueObjects/BeyondNetCode.Shell.Ddd.ValueObjects.csproj", + "msbuildProject": "../BeyondNetCode.Shell.Ddd.ValueObjects/BeyondNetCode.Shell.Ddd.ValueObjects.csproj" + } + }, + "projectFileDependencyGroups": { + "net10.0": [ + "AutoMapper >= 12.0.1", + "BeyondNetCode.Shell.Ddd >= 1.0.0", + "BeyondNetCode.Shell.Ddd.AutoMapper >= 1.0.0", + "BeyondNetCode.Shell.Ddd.ValueObjects >= 1.0.0", + "MSTest.TestAdapter >= 3.6.1", + "MSTest.TestFramework >= 3.6.1", + "Microsoft.Extensions.DependencyInjection >= 8.0.1", + "Microsoft.NET.Test.Sdk >= 17.12.0", + "Moq >= 4.20.72", + "Shouldly >= 4.2.1", + "coverlet.collector >= 6.0.2" + ] + }, + "packageFolders": { + "/Users/beyondnet/.nuget/packages/": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/BeyondNetCode.Shell.Ddd.Tests.csproj", + "projectName": "BeyondNetCode.Shell.Ddd.Tests", + "projectPath": "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/BeyondNetCode.Shell.Ddd.Tests.csproj", + "packagesPath": "/Users/beyondnet/.nuget/packages/", + "outputPath": "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/obj/", + "projectStyle": "PackageReference", + "configFilePaths": [ + "/Users/beyondnet/.nuget/NuGet/NuGet.Config" + ], + "originalTargetFrameworks": [ + "net10.0" + ], + "sources": { + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net10.0": { + "targetAlias": "net10.0", + "projectReferences": { + "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.AutoMapper/BeyondNetCode.Shell.Ddd.AutoMapper.csproj": { + "projectPath": "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.AutoMapper/BeyondNetCode.Shell.Ddd.AutoMapper.csproj" + }, + "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.ValueObjects/BeyondNetCode.Shell.Ddd.ValueObjects.csproj": { + "projectPath": "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.ValueObjects/BeyondNetCode.Shell.Ddd.ValueObjects.csproj" + }, + "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd/BeyondNetCode.Shell.Ddd.csproj": { + "projectPath": "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd/BeyondNetCode.Shell.Ddd.csproj" + } + } + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "all" + }, + "SdkAnalysisLevel": "10.0.200" + }, + "frameworks": { + "net10.0": { + "targetAlias": "net10.0", + "dependencies": { + "AutoMapper": { + "target": "Package", + "version": "[12.0.1, )" + }, + "MSTest.TestAdapter": { + "target": "Package", + "version": "[3.6.1, )" + }, + "MSTest.TestFramework": { + "target": "Package", + "version": "[3.6.1, )" + }, + "Microsoft.Extensions.DependencyInjection": { + "target": "Package", + "version": "[8.0.1, )" + }, + "Microsoft.NET.Test.Sdk": { + "target": "Package", + "version": "[17.12.0, )" + }, + "Moq": { + "target": "Package", + "version": "[4.20.72, )" + }, + "Shouldly": { + "target": "Package", + "version": "[4.2.1, )" + }, + "coverlet.collector": { + "target": "Package", + "version": "[6.0.2, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "/usr/local/share/dotnet/sdk/10.0.201/PortableRuntimeIdentifierGraph.json", + "packagesToPrune": { + "Microsoft.CSharp": "(,4.7.32767]", + "Microsoft.VisualBasic": "(,10.4.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.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.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.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.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.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": "(,5.0.32767]", + "System.Collections": "(,4.3.32767]", + "System.Collections.Concurrent": "(,4.3.32767]", + "System.Collections.Immutable": "(,10.0.32767]", + "System.Collections.NonGeneric": "(,4.3.32767]", + "System.Collections.Specialized": "(,4.3.32767]", + "System.ComponentModel": "(,4.3.32767]", + "System.ComponentModel.Annotations": "(,4.3.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.4.32767]", + "System.Diagnostics.Contracts": "(,4.3.32767]", + "System.Diagnostics.Debug": "(,4.3.32767]", + "System.Diagnostics.DiagnosticSource": "(,10.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": "(,10.0.32767]", + "System.Formats.Tar": "(,10.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": "(,4.4.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.Pipelines": "(,10.0.32767]", + "System.IO.Pipes": "(,4.3.32767]", + "System.IO.Pipes.AccessControl": "(,5.0.32767]", + "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", + "System.Linq": "(,4.3.32767]", + "System.Linq.AsyncEnumerable": "(,10.0.32767]", + "System.Linq.Expressions": "(,4.3.32767]", + "System.Linq.Parallel": "(,4.3.32767]", + "System.Linq.Queryable": "(,4.3.32767]", + "System.Memory": "(,5.0.32767]", + "System.Net.Http": "(,4.3.32767]", + "System.Net.Http.Json": "(,10.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.ServerSentEvents": "(,10.0.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": "(,5.0.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": "(,6.0.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": "(,10.0.32767]", + "System.Reflection.Primitives": "(,4.3.32767]", + "System.Reflection.TypeExtensions": "(,4.3.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": "(,7.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.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.Security.AccessControl": "(,6.0.32767]", + "System.Security.Claims": "(,4.3.32767]", + "System.Security.Cryptography.Algorithms": "(,4.3.32767]", + "System.Security.Cryptography.Cng": "(,5.0.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.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": "(,10.0.32767]", + "System.Text.Encoding.Extensions": "(,4.3.32767]", + "System.Text.Encodings.Web": "(,10.0.32767]", + "System.Text.Json": "(,10.0.32767]", + "System.Text.RegularExpressions": "(,4.3.32767]", + "System.Threading": "(,4.3.32767]", + "System.Threading.AccessControl": "(,10.0.32767]", + "System.Threading.Channels": "(,10.0.32767]", + "System.Threading.Overlapped": "(,4.3.32767]", + "System.Threading.Tasks": "(,4.3.32767]", + "System.Threading.Tasks.Dataflow": "(,10.0.32767]", + "System.Threading.Tasks.Extensions": "(,5.0.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": "(,5.0.32767]" + } + } + } + }, + "logs": [ + { + "code": "NU1903", + "level": "Warning", + "warningLevel": 1, + "message": "El paquete \"AutoMapper\" 12.0.1 tiene una vulnerabilidad de gravedad alta conocida, https://github.com/advisories/GHSA-rvv3-g6hj-g44x", + "libraryId": "AutoMapper", + "targetGraphs": [ + "net10.0" + ] + } + ] +} \ No newline at end of file diff --git a/BeyondNetCode.Shell.Ddd.Tests/obj/project.nuget.cache b/BeyondNetCode.Shell.Ddd.Tests/obj/project.nuget.cache new file mode 100644 index 0000000..1f898c7 --- /dev/null +++ b/BeyondNetCode.Shell.Ddd.Tests/obj/project.nuget.cache @@ -0,0 +1,51 @@ +{ + "version": 2, + "dgSpecHash": "iafLzjxw0X0=", + "success": true, + "projectFilePath": "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/BeyondNetCode.Shell.Ddd.Tests.csproj", + "expectedPackageFiles": [ + "/Users/beyondnet/.nuget/packages/automapper/12.0.1/automapper.12.0.1.nupkg.sha512", + "/Users/beyondnet/.nuget/packages/castle.core/5.1.1/castle.core.5.1.1.nupkg.sha512", + "/Users/beyondnet/.nuget/packages/coverlet.collector/6.0.2/coverlet.collector.6.0.2.nupkg.sha512", + "/Users/beyondnet/.nuget/packages/diffengine/11.3.0/diffengine.11.3.0.nupkg.sha512", + "/Users/beyondnet/.nuget/packages/emptyfiles/4.4.0/emptyfiles.4.4.0.nupkg.sha512", + "/Users/beyondnet/.nuget/packages/mediatr/12.4.1/mediatr.12.4.1.nupkg.sha512", + "/Users/beyondnet/.nuget/packages/mediatr.contracts/2.0.1/mediatr.contracts.2.0.1.nupkg.sha512", + "/Users/beyondnet/.nuget/packages/microsoft.applicationinsights/2.22.0/microsoft.applicationinsights.2.22.0.nupkg.sha512", + "/Users/beyondnet/.nuget/packages/microsoft.codecoverage/17.12.0/microsoft.codecoverage.17.12.0.nupkg.sha512", + "/Users/beyondnet/.nuget/packages/microsoft.extensions.dependencyinjection/8.0.1/microsoft.extensions.dependencyinjection.8.0.1.nupkg.sha512", + "/Users/beyondnet/.nuget/packages/microsoft.extensions.dependencyinjection.abstractions/8.0.2/microsoft.extensions.dependencyinjection.abstractions.8.0.2.nupkg.sha512", + "/Users/beyondnet/.nuget/packages/microsoft.net.test.sdk/17.12.0/microsoft.net.test.sdk.17.12.0.nupkg.sha512", + "/Users/beyondnet/.nuget/packages/microsoft.testing.extensions.telemetry/1.4.1/microsoft.testing.extensions.telemetry.1.4.1.nupkg.sha512", + "/Users/beyondnet/.nuget/packages/microsoft.testing.extensions.trxreport.abstractions/1.4.1/microsoft.testing.extensions.trxreport.abstractions.1.4.1.nupkg.sha512", + "/Users/beyondnet/.nuget/packages/microsoft.testing.extensions.vstestbridge/1.4.1/microsoft.testing.extensions.vstestbridge.1.4.1.nupkg.sha512", + "/Users/beyondnet/.nuget/packages/microsoft.testing.platform/1.4.1/microsoft.testing.platform.1.4.1.nupkg.sha512", + "/Users/beyondnet/.nuget/packages/microsoft.testing.platform.msbuild/1.4.1/microsoft.testing.platform.msbuild.1.4.1.nupkg.sha512", + "/Users/beyondnet/.nuget/packages/microsoft.testplatform.objectmodel/17.12.0/microsoft.testplatform.objectmodel.17.12.0.nupkg.sha512", + "/Users/beyondnet/.nuget/packages/microsoft.testplatform.testhost/17.12.0/microsoft.testplatform.testhost.17.12.0.nupkg.sha512", + "/Users/beyondnet/.nuget/packages/moq/4.20.72/moq.4.20.72.nupkg.sha512", + "/Users/beyondnet/.nuget/packages/mstest.testadapter/3.6.1/mstest.testadapter.3.6.1.nupkg.sha512", + "/Users/beyondnet/.nuget/packages/mstest.testframework/3.6.1/mstest.testframework.3.6.1.nupkg.sha512", + "/Users/beyondnet/.nuget/packages/newtonsoft.json/13.0.1/newtonsoft.json.13.0.1.nupkg.sha512", + "/Users/beyondnet/.nuget/packages/shouldly/4.2.1/shouldly.4.2.1.nupkg.sha512", + "/Users/beyondnet/.nuget/packages/system.codedom/6.0.0/system.codedom.6.0.0.nupkg.sha512", + "/Users/beyondnet/.nuget/packages/system.diagnostics.eventlog/6.0.0/system.diagnostics.eventlog.6.0.0.nupkg.sha512", + "/Users/beyondnet/.nuget/packages/system.management/6.0.1/system.management.6.0.1.nupkg.sha512", + "/Users/beyondnet/.nuget/packages/beyondnetcode.shell.ddd/1.0.0/beyondnetcode.shell.ddd.1.0.0.nupkg.sha512", + "/Users/beyondnet/.nuget/packages/beyondnetcode.shell.ddd.valueobjects/1.0.0/beyondnetcode.shell.ddd.valueobjects.1.0.0.nupkg.sha512" + ], + "logs": [ + { + "code": "NU1903", + "level": "Warning", + "message": "El paquete \"AutoMapper\" 12.0.1 tiene una vulnerabilidad de gravedad alta conocida, https://github.com/advisories/GHSA-rvv3-g6hj-g44x", + "projectPath": "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/BeyondNetCode.Shell.Ddd.Tests.csproj", + "warningLevel": 1, + "filePath": "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.Tests/BeyondNetCode.Shell.Ddd.Tests.csproj", + "libraryId": "AutoMapper", + "targetGraphs": [ + "net10.0" + ] + } + ] +} \ No newline at end of file diff --git a/BeyondNetCode.Shell.Ddd.ValueObjects/BeyondNetCode.Shell.Ddd.ValueObjects.csproj b/BeyondNetCode.Shell.Ddd.ValueObjects/BeyondNetCode.Shell.Ddd.ValueObjects.csproj index a3b982f..5f8776d 100644 --- a/BeyondNetCode.Shell.Ddd.ValueObjects/BeyondNetCode.Shell.Ddd.ValueObjects.csproj +++ b/BeyondNetCode.Shell.Ddd.ValueObjects/BeyondNetCode.Shell.Ddd.ValueObjects.csproj @@ -14,11 +14,11 @@ - + True - LICENSE + / - + True README.md diff --git a/BeyondNetCode.Shell.Ddd.ValueObjects/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.ValueObjects.deps.json b/BeyondNetCode.Shell.Ddd.ValueObjects/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.ValueObjects.deps.json new file mode 100644 index 0000000..257abbe --- /dev/null +++ b/BeyondNetCode.Shell.Ddd.ValueObjects/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.ValueObjects.deps.json @@ -0,0 +1,91 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v10.0", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v10.0": { + "BeyondNetCode.Shell.Ddd.ValueObjects/1.0.0": { + "dependencies": { + "BeyondNetCode.Shell.Ddd": "9.9.9-test" + }, + "runtime": { + "BeyondNetCode.Shell.Ddd.ValueObjects.dll": {} + } + }, + "MediatR/12.4.1": { + "dependencies": { + "MediatR.Contracts": "2.0.1", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" + }, + "runtime": { + "lib/net6.0/MediatR.dll": { + "assemblyVersion": "12.0.0.0", + "fileVersion": "12.4.1.0" + } + } + }, + "MediatR.Contracts/2.0.1": { + "runtime": { + "lib/netstandard2.0/MediatR.Contracts.dll": { + "assemblyVersion": "2.0.1.0", + "fileVersion": "2.0.1.0" + } + } + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": { + "runtime": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.23.53103" + } + } + }, + "BeyondNetCode.Shell.Ddd/9.9.9-test": { + "dependencies": { + "MediatR": "12.4.1" + }, + "runtime": { + "BeyondNetCode.Shell.Ddd.dll": { + "assemblyVersion": "1.0.0.0", + "fileVersion": "1.0.0.0" + } + } + } + } + }, + "libraries": { + "BeyondNetCode.Shell.Ddd.ValueObjects/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "MediatR/12.4.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-0tLxCgEC5+r1OCuumR3sWyiVa+BMv3AgiU4+pz8xqTc+2q1WbUEXFOr7Orm96oZ9r9FsldgUtWvB2o7b9jDOaw==", + "path": "mediatr/12.4.1", + "hashPath": "mediatr.12.4.1.nupkg.sha512" + }, + "MediatR.Contracts/2.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-FYv95bNT4UwcNA+G/J1oX5OpRiSUxteXaUt2BJbRSdRNiIUNbggJF69wy6mnk2wYToaanpdXZdCwVylt96MpwQ==", + "path": "mediatr.contracts/2.0.1", + "hashPath": "mediatr.contracts.2.0.1.nupkg.sha512" + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-cjWrLkJXK0rs4zofsK4bSdg+jhDLTaxrkXu4gS6Y7MAlCvRyNNgwY/lJi5RDlQOnSZweHqoyvgvbdvQsRIW+hg==", + "path": "microsoft.extensions.dependencyinjection.abstractions/8.0.0", + "hashPath": "microsoft.extensions.dependencyinjection.abstractions.8.0.0.nupkg.sha512" + }, + "BeyondNetCode.Shell.Ddd/9.9.9-test": { + "type": "project", + "serviceable": false, + "sha512": "" + } + } +} \ No newline at end of file diff --git a/BeyondNetCode.Shell.Ddd.ValueObjects/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.ValueObjects.dll b/BeyondNetCode.Shell.Ddd.ValueObjects/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.ValueObjects.dll new file mode 100644 index 0000000..26f3a05 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.ValueObjects/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.ValueObjects.dll differ diff --git a/BeyondNetCode.Shell.Ddd.ValueObjects/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.ValueObjects.pdb b/BeyondNetCode.Shell.Ddd.ValueObjects/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.ValueObjects.pdb new file mode 100644 index 0000000..f066bbd Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.ValueObjects/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.ValueObjects.pdb differ diff --git a/BeyondNetCode.Shell.Ddd.ValueObjects/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.dll b/BeyondNetCode.Shell.Ddd.ValueObjects/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.dll new file mode 100644 index 0000000..6429f31 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.ValueObjects/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.dll differ diff --git a/BeyondNetCode.Shell.Ddd.ValueObjects/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.pdb b/BeyondNetCode.Shell.Ddd.ValueObjects/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.pdb new file mode 100644 index 0000000..ca5646e Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.ValueObjects/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.pdb differ diff --git a/BeyondNetCode.Shell.Ddd.ValueObjects/obj/BeyondNetCode.Shell.Ddd.ValueObjects.csproj.nuget.dgspec.json b/BeyondNetCode.Shell.Ddd.ValueObjects/obj/BeyondNetCode.Shell.Ddd.ValueObjects.csproj.nuget.dgspec.json new file mode 100644 index 0000000..9844023 --- /dev/null +++ b/BeyondNetCode.Shell.Ddd.ValueObjects/obj/BeyondNetCode.Shell.Ddd.ValueObjects.csproj.nuget.dgspec.json @@ -0,0 +1,684 @@ +{ + "format": 1, + "restore": { + "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.ValueObjects/BeyondNetCode.Shell.Ddd.ValueObjects.csproj": {} + }, + "projects": { + "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.ValueObjects/BeyondNetCode.Shell.Ddd.ValueObjects.csproj": { + "version": "9.9.9-test", + "restore": { + "projectUniqueName": "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.ValueObjects/BeyondNetCode.Shell.Ddd.ValueObjects.csproj", + "projectName": "BeyondNetCode.Shell.Ddd.ValueObjects", + "projectPath": "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.ValueObjects/BeyondNetCode.Shell.Ddd.ValueObjects.csproj", + "packagesPath": "/Users/beyondnet/.nuget/packages/", + "outputPath": "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.ValueObjects/obj/", + "projectStyle": "PackageReference", + "configFilePaths": [ + "/Users/beyondnet/.nuget/NuGet/NuGet.Config" + ], + "originalTargetFrameworks": [ + "net10.0" + ], + "sources": { + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net10.0": { + "targetAlias": "net10.0", + "projectReferences": { + "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd/BeyondNetCode.Shell.Ddd.csproj": { + "projectPath": "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd/BeyondNetCode.Shell.Ddd.csproj" + } + } + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "all" + }, + "SdkAnalysisLevel": "10.0.200" + }, + "frameworks": { + "net10.0": { + "targetAlias": "net10.0", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "/usr/local/share/dotnet/sdk/10.0.201/PortableRuntimeIdentifierGraph.json", + "packagesToPrune": { + "Microsoft.CSharp": "(,4.7.32767]", + "Microsoft.VisualBasic": "(,10.4.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.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.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.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.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.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": "(,5.0.32767]", + "System.Collections": "(,4.3.32767]", + "System.Collections.Concurrent": "(,4.3.32767]", + "System.Collections.Immutable": "(,10.0.32767]", + "System.Collections.NonGeneric": "(,4.3.32767]", + "System.Collections.Specialized": "(,4.3.32767]", + "System.ComponentModel": "(,4.3.32767]", + "System.ComponentModel.Annotations": "(,4.3.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.4.32767]", + "System.Diagnostics.Contracts": "(,4.3.32767]", + "System.Diagnostics.Debug": "(,4.3.32767]", + "System.Diagnostics.DiagnosticSource": "(,10.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": "(,10.0.32767]", + "System.Formats.Tar": "(,10.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": "(,4.4.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.Pipelines": "(,10.0.32767]", + "System.IO.Pipes": "(,4.3.32767]", + "System.IO.Pipes.AccessControl": "(,5.0.32767]", + "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", + "System.Linq": "(,4.3.32767]", + "System.Linq.AsyncEnumerable": "(,10.0.32767]", + "System.Linq.Expressions": "(,4.3.32767]", + "System.Linq.Parallel": "(,4.3.32767]", + "System.Linq.Queryable": "(,4.3.32767]", + "System.Memory": "(,5.0.32767]", + "System.Net.Http": "(,4.3.32767]", + "System.Net.Http.Json": "(,10.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.ServerSentEvents": "(,10.0.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": "(,5.0.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": "(,6.0.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": "(,10.0.32767]", + "System.Reflection.Primitives": "(,4.3.32767]", + "System.Reflection.TypeExtensions": "(,4.3.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": "(,7.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.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.Security.AccessControl": "(,6.0.32767]", + "System.Security.Claims": "(,4.3.32767]", + "System.Security.Cryptography.Algorithms": "(,4.3.32767]", + "System.Security.Cryptography.Cng": "(,5.0.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.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": "(,10.0.32767]", + "System.Text.Encoding.Extensions": "(,4.3.32767]", + "System.Text.Encodings.Web": "(,10.0.32767]", + "System.Text.Json": "(,10.0.32767]", + "System.Text.RegularExpressions": "(,4.3.32767]", + "System.Threading": "(,4.3.32767]", + "System.Threading.AccessControl": "(,10.0.32767]", + "System.Threading.Channels": "(,10.0.32767]", + "System.Threading.Overlapped": "(,4.3.32767]", + "System.Threading.Tasks": "(,4.3.32767]", + "System.Threading.Tasks.Dataflow": "(,10.0.32767]", + "System.Threading.Tasks.Extensions": "(,5.0.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": "(,5.0.32767]" + } + } + } + }, + "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd/BeyondNetCode.Shell.Ddd.csproj": { + "version": "9.9.9-test", + "restore": { + "projectUniqueName": "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd/BeyondNetCode.Shell.Ddd.csproj", + "projectName": "BeyondNetCode.Shell.Ddd", + "projectPath": "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd/BeyondNetCode.Shell.Ddd.csproj", + "packagesPath": "/Users/beyondnet/.nuget/packages/", + "outputPath": "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd/obj/", + "projectStyle": "PackageReference", + "configFilePaths": [ + "/Users/beyondnet/.nuget/NuGet/NuGet.Config" + ], + "originalTargetFrameworks": [ + "net10.0" + ], + "sources": { + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net10.0": { + "targetAlias": "net10.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "all" + }, + "SdkAnalysisLevel": "10.0.200" + }, + "frameworks": { + "net10.0": { + "targetAlias": "net10.0", + "dependencies": { + "MediatR": { + "target": "Package", + "version": "[12.4.1, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "/usr/local/share/dotnet/sdk/10.0.201/PortableRuntimeIdentifierGraph.json", + "packagesToPrune": { + "Microsoft.CSharp": "(,4.7.32767]", + "Microsoft.VisualBasic": "(,10.4.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.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.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.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.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.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": "(,5.0.32767]", + "System.Collections": "(,4.3.32767]", + "System.Collections.Concurrent": "(,4.3.32767]", + "System.Collections.Immutable": "(,10.0.32767]", + "System.Collections.NonGeneric": "(,4.3.32767]", + "System.Collections.Specialized": "(,4.3.32767]", + "System.ComponentModel": "(,4.3.32767]", + "System.ComponentModel.Annotations": "(,4.3.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.4.32767]", + "System.Diagnostics.Contracts": "(,4.3.32767]", + "System.Diagnostics.Debug": "(,4.3.32767]", + "System.Diagnostics.DiagnosticSource": "(,10.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": "(,10.0.32767]", + "System.Formats.Tar": "(,10.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": "(,4.4.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.Pipelines": "(,10.0.32767]", + "System.IO.Pipes": "(,4.3.32767]", + "System.IO.Pipes.AccessControl": "(,5.0.32767]", + "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", + "System.Linq": "(,4.3.32767]", + "System.Linq.AsyncEnumerable": "(,10.0.32767]", + "System.Linq.Expressions": "(,4.3.32767]", + "System.Linq.Parallel": "(,4.3.32767]", + "System.Linq.Queryable": "(,4.3.32767]", + "System.Memory": "(,5.0.32767]", + "System.Net.Http": "(,4.3.32767]", + "System.Net.Http.Json": "(,10.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.ServerSentEvents": "(,10.0.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": "(,5.0.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": "(,6.0.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": "(,10.0.32767]", + "System.Reflection.Primitives": "(,4.3.32767]", + "System.Reflection.TypeExtensions": "(,4.3.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": "(,7.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.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.Security.AccessControl": "(,6.0.32767]", + "System.Security.Claims": "(,4.3.32767]", + "System.Security.Cryptography.Algorithms": "(,4.3.32767]", + "System.Security.Cryptography.Cng": "(,5.0.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.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": "(,10.0.32767]", + "System.Text.Encoding.Extensions": "(,4.3.32767]", + "System.Text.Encodings.Web": "(,10.0.32767]", + "System.Text.Json": "(,10.0.32767]", + "System.Text.RegularExpressions": "(,4.3.32767]", + "System.Threading": "(,4.3.32767]", + "System.Threading.AccessControl": "(,10.0.32767]", + "System.Threading.Channels": "(,10.0.32767]", + "System.Threading.Overlapped": "(,4.3.32767]", + "System.Threading.Tasks": "(,4.3.32767]", + "System.Threading.Tasks.Dataflow": "(,10.0.32767]", + "System.Threading.Tasks.Extensions": "(,5.0.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": "(,5.0.32767]" + } + } + } + } + } +} \ No newline at end of file diff --git a/BeyondNetCode.Shell.Ddd.ValueObjects/obj/BeyondNetCode.Shell.Ddd.ValueObjects.csproj.nuget.g.props b/BeyondNetCode.Shell.Ddd.ValueObjects/obj/BeyondNetCode.Shell.Ddd.ValueObjects.csproj.nuget.g.props new file mode 100644 index 0000000..a64fed5 --- /dev/null +++ b/BeyondNetCode.Shell.Ddd.ValueObjects/obj/BeyondNetCode.Shell.Ddd.ValueObjects.csproj.nuget.g.props @@ -0,0 +1,15 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + /Users/beyondnet/.nuget/packages/ + /Users/beyondnet/.nuget/packages/ + PackageReference + 7.0.0 + + + + + \ No newline at end of file diff --git a/BeyondNetCode.Shell.Ddd.ValueObjects/obj/BeyondNetCode.Shell.Ddd.ValueObjects.csproj.nuget.g.targets b/BeyondNetCode.Shell.Ddd.ValueObjects/obj/BeyondNetCode.Shell.Ddd.ValueObjects.csproj.nuget.g.targets new file mode 100644 index 0000000..3dc06ef --- /dev/null +++ b/BeyondNetCode.Shell.Ddd.ValueObjects/obj/BeyondNetCode.Shell.Ddd.ValueObjects.csproj.nuget.g.targets @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/BeyondNetCode.Shell.Ddd.ValueObjects/obj/Release/BeyondNetCode.Shell.Ddd.ValueObjects.9.9.9-test.nuspec b/BeyondNetCode.Shell.Ddd.ValueObjects/obj/Release/BeyondNetCode.Shell.Ddd.ValueObjects.9.9.9-test.nuspec new file mode 100644 index 0000000..177d801 --- /dev/null +++ b/BeyondNetCode.Shell.Ddd.ValueObjects/obj/Release/BeyondNetCode.Shell.Ddd.ValueObjects.9.9.9-test.nuspec @@ -0,0 +1,25 @@ + + + + BeyondNetCode.Shell.Ddd.ValueObjects + 9.9.9-test + BeyondNetCode.Shell.Ddd.ValueObjects + BeyondNetCode.Shell.Ddd.ValueObjects + LICENSE + https://aka.ms/deprecateLicenseUrl + README.md + Package Description + BeyondNet + + + + + + + + + + + + + \ No newline at end of file diff --git a/BeyondNetCode.Shell.Ddd.ValueObjects/obj/Release/net10.0/.NETCoreApp,Version=v10.0.AssemblyAttributes.cs b/BeyondNetCode.Shell.Ddd.ValueObjects/obj/Release/net10.0/.NETCoreApp,Version=v10.0.AssemblyAttributes.cs new file mode 100644 index 0000000..925b135 --- /dev/null +++ b/BeyondNetCode.Shell.Ddd.ValueObjects/obj/Release/net10.0/.NETCoreApp,Version=v10.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v10.0", FrameworkDisplayName = ".NET 10.0")] diff --git a/BeyondNetCode.Shell.Ddd.ValueObjects/obj/Release/net10.0/BeyondNe.92AE142C.Up2Date b/BeyondNetCode.Shell.Ddd.ValueObjects/obj/Release/net10.0/BeyondNe.92AE142C.Up2Date new file mode 100644 index 0000000..e69de29 diff --git a/BeyondNetCode.Shell.Ddd.ValueObjects/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.ValueObjects.AssemblyInfo.cs b/BeyondNetCode.Shell.Ddd.ValueObjects/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.ValueObjects.AssemblyInfo.cs new file mode 100644 index 0000000..46cbec6 --- /dev/null +++ b/BeyondNetCode.Shell.Ddd.ValueObjects/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.ValueObjects.AssemblyInfo.cs @@ -0,0 +1,23 @@ +//------------------------------------------------------------------------------ +// +// 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("BeyondNetCode.Shell.Ddd.ValueObjects")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] +[assembly: System.Reflection.AssemblyCopyrightAttribute("BeyondNet")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+4ac6fbc62dc133b4f1d492bc0c2913dc3a6c63d0")] +[assembly: System.Reflection.AssemblyProductAttribute("BeyondNetCode.Shell.Ddd.ValueObjects")] +[assembly: System.Reflection.AssemblyTitleAttribute("BeyondNetCode.Shell.Ddd.ValueObjects")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Generado por la clase WriteCodeFragment de MSBuild. + diff --git a/BeyondNetCode.Shell.Ddd.ValueObjects/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.ValueObjects.AssemblyInfoInputs.cache b/BeyondNetCode.Shell.Ddd.ValueObjects/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.ValueObjects.AssemblyInfoInputs.cache new file mode 100644 index 0000000..5eb6bd4 --- /dev/null +++ b/BeyondNetCode.Shell.Ddd.ValueObjects/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.ValueObjects.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +e68d3efd6831d3aa668df72299cdc00ea729c7d963bd6645954de2cafb009497 diff --git a/BeyondNetCode.Shell.Ddd.ValueObjects/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.ValueObjects.GeneratedMSBuildEditorConfig.editorconfig b/BeyondNetCode.Shell.Ddd.ValueObjects/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.ValueObjects.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..2829b26 --- /dev/null +++ b/BeyondNetCode.Shell.Ddd.ValueObjects/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.ValueObjects.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,17 @@ +is_global = true +build_property.TargetFramework = net10.0 +build_property.TargetFrameworkIdentifier = .NETCoreApp +build_property.TargetFrameworkVersion = v10.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 = BeyondNetCode.Shell.Ddd.ValueObjects +build_property.ProjectDir = /private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.ValueObjects/ +build_property.EnableComHosting = +build_property.EnableGeneratedComInterfaceComImportInterop = +build_property.EffectiveAnalysisLevelStyle = 10.0 +build_property.EnableCodeStyleSeverity = diff --git a/BeyondNetCode.Shell.Ddd.ValueObjects/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.ValueObjects.GlobalUsings.g.cs b/BeyondNetCode.Shell.Ddd.ValueObjects/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.ValueObjects.GlobalUsings.g.cs new file mode 100644 index 0000000..d12bcbc --- /dev/null +++ b/BeyondNetCode.Shell.Ddd.ValueObjects/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.ValueObjects.GlobalUsings.g.cs @@ -0,0 +1,8 @@ +// +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/BeyondNetCode.Shell.Ddd.ValueObjects/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.ValueObjects.assets.cache b/BeyondNetCode.Shell.Ddd.ValueObjects/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.ValueObjects.assets.cache new file mode 100644 index 0000000..e769ea8 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.ValueObjects/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.ValueObjects.assets.cache differ diff --git a/BeyondNetCode.Shell.Ddd.ValueObjects/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.ValueObjects.csproj.AssemblyReference.cache b/BeyondNetCode.Shell.Ddd.ValueObjects/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.ValueObjects.csproj.AssemblyReference.cache new file mode 100644 index 0000000..6dde2cf Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.ValueObjects/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.ValueObjects.csproj.AssemblyReference.cache differ diff --git a/BeyondNetCode.Shell.Ddd.ValueObjects/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.ValueObjects.csproj.CoreCompileInputs.cache b/BeyondNetCode.Shell.Ddd.ValueObjects/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.ValueObjects.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..2c96573 --- /dev/null +++ b/BeyondNetCode.Shell.Ddd.ValueObjects/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.ValueObjects.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +50929e883ac6058c0bbd606ac86d66fdb19d291f9d26fb928ef39af27cdc9b65 diff --git a/BeyondNetCode.Shell.Ddd.ValueObjects/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.ValueObjects.csproj.FileListAbsolute.txt b/BeyondNetCode.Shell.Ddd.ValueObjects/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.ValueObjects.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..9832364 --- /dev/null +++ b/BeyondNetCode.Shell.Ddd.ValueObjects/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.ValueObjects.csproj.FileListAbsolute.txt @@ -0,0 +1,16 @@ +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.ValueObjects/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.ValueObjects.deps.json +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.ValueObjects/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.ValueObjects.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.ValueObjects/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.ValueObjects.pdb +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.ValueObjects/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.ValueObjects/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.pdb +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.ValueObjects/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.ValueObjects.csproj.AssemblyReference.cache +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.ValueObjects/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.ValueObjects.GeneratedMSBuildEditorConfig.editorconfig +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.ValueObjects/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.ValueObjects.AssemblyInfoInputs.cache +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.ValueObjects/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.ValueObjects.AssemblyInfo.cs +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.ValueObjects/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.ValueObjects.csproj.CoreCompileInputs.cache +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.ValueObjects/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.ValueObjects.sourcelink.json +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.ValueObjects/obj/Release/net10.0/BeyondNe.92AE142C.Up2Date +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.ValueObjects/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.ValueObjects.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.ValueObjects/obj/Release/net10.0/refint/BeyondNetCode.Shell.Ddd.ValueObjects.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.ValueObjects/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.ValueObjects.pdb +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.ValueObjects/obj/Release/net10.0/ref/BeyondNetCode.Shell.Ddd.ValueObjects.dll diff --git a/BeyondNetCode.Shell.Ddd.ValueObjects/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.ValueObjects.dll b/BeyondNetCode.Shell.Ddd.ValueObjects/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.ValueObjects.dll new file mode 100644 index 0000000..26f3a05 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.ValueObjects/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.ValueObjects.dll differ diff --git a/BeyondNetCode.Shell.Ddd.ValueObjects/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.ValueObjects.pdb b/BeyondNetCode.Shell.Ddd.ValueObjects/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.ValueObjects.pdb new file mode 100644 index 0000000..f066bbd Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.ValueObjects/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.ValueObjects.pdb differ diff --git a/BeyondNetCode.Shell.Ddd.ValueObjects/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.ValueObjects.sourcelink.json b/BeyondNetCode.Shell.Ddd.ValueObjects/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.ValueObjects.sourcelink.json new file mode 100644 index 0000000..c27b81b --- /dev/null +++ b/BeyondNetCode.Shell.Ddd.ValueObjects/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.ValueObjects.sourcelink.json @@ -0,0 +1 @@ +{"documents":{"/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/*":"https://raw.githubusercontent.com/beyondnetcode/Shell.ddd/4ac6fbc62dc133b4f1d492bc0c2913dc3a6c63d0/*"}} \ No newline at end of file diff --git a/BeyondNetCode.Shell.Ddd.ValueObjects/obj/Release/net10.0/ref/BeyondNetCode.Shell.Ddd.ValueObjects.dll b/BeyondNetCode.Shell.Ddd.ValueObjects/obj/Release/net10.0/ref/BeyondNetCode.Shell.Ddd.ValueObjects.dll new file mode 100644 index 0000000..2d6e076 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.ValueObjects/obj/Release/net10.0/ref/BeyondNetCode.Shell.Ddd.ValueObjects.dll differ diff --git a/BeyondNetCode.Shell.Ddd.ValueObjects/obj/Release/net10.0/refint/BeyondNetCode.Shell.Ddd.ValueObjects.dll b/BeyondNetCode.Shell.Ddd.ValueObjects/obj/Release/net10.0/refint/BeyondNetCode.Shell.Ddd.ValueObjects.dll new file mode 100644 index 0000000..2d6e076 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd.ValueObjects/obj/Release/net10.0/refint/BeyondNetCode.Shell.Ddd.ValueObjects.dll differ diff --git a/BeyondNetCode.Shell.Ddd.ValueObjects/obj/project.assets.json b/BeyondNetCode.Shell.Ddd.ValueObjects/obj/project.assets.json new file mode 100644 index 0000000..6fbdf49 --- /dev/null +++ b/BeyondNetCode.Shell.Ddd.ValueObjects/obj/project.assets.json @@ -0,0 +1,481 @@ +{ + "version": 3, + "targets": { + "net10.0": { + "MediatR/12.4.1": { + "type": "package", + "dependencies": { + "MediatR.Contracts": "[2.0.1, 3.0.0)", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" + }, + "compile": { + "lib/net6.0/MediatR.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/MediatR.dll": { + "related": ".xml" + } + } + }, + "MediatR.Contracts/2.0.1": { + "type": "package", + "compile": { + "lib/netstandard2.0/MediatR.Contracts.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/MediatR.Contracts.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "BeyondNetCode.Shell.Ddd/9.9.9-test": { + "type": "project", + "framework": ".NETCoreApp,Version=v10.0", + "dependencies": { + "MediatR": "12.4.1" + }, + "compile": { + "bin/placeholder/BeyondNetCode.Shell.Ddd.dll": {} + }, + "runtime": { + "bin/placeholder/BeyondNetCode.Shell.Ddd.dll": {} + } + } + } + }, + "libraries": { + "MediatR/12.4.1": { + "sha512": "0tLxCgEC5+r1OCuumR3sWyiVa+BMv3AgiU4+pz8xqTc+2q1WbUEXFOr7Orm96oZ9r9FsldgUtWvB2o7b9jDOaw==", + "type": "package", + "path": "mediatr/12.4.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "gradient_128x128.png", + "lib/net6.0/MediatR.dll", + "lib/net6.0/MediatR.xml", + "lib/netstandard2.0/MediatR.dll", + "lib/netstandard2.0/MediatR.xml", + "mediatr.12.4.1.nupkg.sha512", + "mediatr.nuspec" + ] + }, + "MediatR.Contracts/2.0.1": { + "sha512": "FYv95bNT4UwcNA+G/J1oX5OpRiSUxteXaUt2BJbRSdRNiIUNbggJF69wy6mnk2wYToaanpdXZdCwVylt96MpwQ==", + "type": "package", + "path": "mediatr.contracts/2.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "gradient_128x128.png", + "lib/netstandard2.0/MediatR.Contracts.dll", + "lib/netstandard2.0/MediatR.Contracts.xml", + "mediatr.contracts.2.0.1.nupkg.sha512", + "mediatr.contracts.nuspec" + ] + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": { + "sha512": "cjWrLkJXK0rs4zofsK4bSdg+jhDLTaxrkXu4gS6Y7MAlCvRyNNgwY/lJi5RDlQOnSZweHqoyvgvbdvQsRIW+hg==", + "type": "package", + "path": "microsoft.extensions.dependencyinjection.abstractions/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.Abstractions.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.Abstractions.targets", + "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "microsoft.extensions.dependencyinjection.abstractions.8.0.0.nupkg.sha512", + "microsoft.extensions.dependencyinjection.abstractions.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "BeyondNetCode.Shell.Ddd/9.9.9-test": { + "type": "project", + "path": "../BeyondNetCode.Shell.Ddd/BeyondNetCode.Shell.Ddd.csproj", + "msbuildProject": "../BeyondNetCode.Shell.Ddd/BeyondNetCode.Shell.Ddd.csproj" + } + }, + "projectFileDependencyGroups": { + "net10.0": [ + "BeyondNetCode.Shell.Ddd >= 9.9.9-test" + ] + }, + "packageFolders": { + "/Users/beyondnet/.nuget/packages/": {} + }, + "project": { + "version": "9.9.9-test", + "restore": { + "projectUniqueName": "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.ValueObjects/BeyondNetCode.Shell.Ddd.ValueObjects.csproj", + "projectName": "BeyondNetCode.Shell.Ddd.ValueObjects", + "projectPath": "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.ValueObjects/BeyondNetCode.Shell.Ddd.ValueObjects.csproj", + "packagesPath": "/Users/beyondnet/.nuget/packages/", + "outputPath": "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.ValueObjects/obj/", + "projectStyle": "PackageReference", + "configFilePaths": [ + "/Users/beyondnet/.nuget/NuGet/NuGet.Config" + ], + "originalTargetFrameworks": [ + "net10.0" + ], + "sources": { + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net10.0": { + "targetAlias": "net10.0", + "projectReferences": { + "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd/BeyondNetCode.Shell.Ddd.csproj": { + "projectPath": "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd/BeyondNetCode.Shell.Ddd.csproj" + } + } + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "all" + }, + "SdkAnalysisLevel": "10.0.200" + }, + "frameworks": { + "net10.0": { + "targetAlias": "net10.0", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "/usr/local/share/dotnet/sdk/10.0.201/PortableRuntimeIdentifierGraph.json", + "packagesToPrune": { + "Microsoft.CSharp": "(,4.7.32767]", + "Microsoft.VisualBasic": "(,10.4.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.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.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.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.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.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": "(,5.0.32767]", + "System.Collections": "(,4.3.32767]", + "System.Collections.Concurrent": "(,4.3.32767]", + "System.Collections.Immutable": "(,10.0.32767]", + "System.Collections.NonGeneric": "(,4.3.32767]", + "System.Collections.Specialized": "(,4.3.32767]", + "System.ComponentModel": "(,4.3.32767]", + "System.ComponentModel.Annotations": "(,4.3.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.4.32767]", + "System.Diagnostics.Contracts": "(,4.3.32767]", + "System.Diagnostics.Debug": "(,4.3.32767]", + "System.Diagnostics.DiagnosticSource": "(,10.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": "(,10.0.32767]", + "System.Formats.Tar": "(,10.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": "(,4.4.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.Pipelines": "(,10.0.32767]", + "System.IO.Pipes": "(,4.3.32767]", + "System.IO.Pipes.AccessControl": "(,5.0.32767]", + "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", + "System.Linq": "(,4.3.32767]", + "System.Linq.AsyncEnumerable": "(,10.0.32767]", + "System.Linq.Expressions": "(,4.3.32767]", + "System.Linq.Parallel": "(,4.3.32767]", + "System.Linq.Queryable": "(,4.3.32767]", + "System.Memory": "(,5.0.32767]", + "System.Net.Http": "(,4.3.32767]", + "System.Net.Http.Json": "(,10.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.ServerSentEvents": "(,10.0.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": "(,5.0.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": "(,6.0.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": "(,10.0.32767]", + "System.Reflection.Primitives": "(,4.3.32767]", + "System.Reflection.TypeExtensions": "(,4.3.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": "(,7.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.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.Security.AccessControl": "(,6.0.32767]", + "System.Security.Claims": "(,4.3.32767]", + "System.Security.Cryptography.Algorithms": "(,4.3.32767]", + "System.Security.Cryptography.Cng": "(,5.0.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.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": "(,10.0.32767]", + "System.Text.Encoding.Extensions": "(,4.3.32767]", + "System.Text.Encodings.Web": "(,10.0.32767]", + "System.Text.Json": "(,10.0.32767]", + "System.Text.RegularExpressions": "(,4.3.32767]", + "System.Threading": "(,4.3.32767]", + "System.Threading.AccessControl": "(,10.0.32767]", + "System.Threading.Channels": "(,10.0.32767]", + "System.Threading.Overlapped": "(,4.3.32767]", + "System.Threading.Tasks": "(,4.3.32767]", + "System.Threading.Tasks.Dataflow": "(,10.0.32767]", + "System.Threading.Tasks.Extensions": "(,5.0.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": "(,5.0.32767]" + } + } + } + } +} \ No newline at end of file diff --git a/BeyondNetCode.Shell.Ddd.ValueObjects/obj/project.nuget.cache b/BeyondNetCode.Shell.Ddd.ValueObjects/obj/project.nuget.cache new file mode 100644 index 0000000..1298a18 --- /dev/null +++ b/BeyondNetCode.Shell.Ddd.ValueObjects/obj/project.nuget.cache @@ -0,0 +1,12 @@ +{ + "version": 2, + "dgSpecHash": "28n8uqS+ei8=", + "success": true, + "projectFilePath": "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd.ValueObjects/BeyondNetCode.Shell.Ddd.ValueObjects.csproj", + "expectedPackageFiles": [ + "/Users/beyondnet/.nuget/packages/mediatr/12.4.1/mediatr.12.4.1.nupkg.sha512", + "/Users/beyondnet/.nuget/packages/mediatr.contracts/2.0.1/mediatr.contracts.2.0.1.nupkg.sha512", + "/Users/beyondnet/.nuget/packages/microsoft.extensions.dependencyinjection.abstractions/8.0.0/microsoft.extensions.dependencyinjection.abstractions.8.0.0.nupkg.sha512" + ], + "logs": [] +} \ No newline at end of file diff --git a/BeyondNetCode.Shell.Ddd/BeyondNetCode.Shell.Ddd.csproj b/BeyondNetCode.Shell.Ddd/BeyondNetCode.Shell.Ddd.csproj index bb21443..939693c 100644 --- a/BeyondNetCode.Shell.Ddd/BeyondNetCode.Shell.Ddd.csproj +++ b/BeyondNetCode.Shell.Ddd/BeyondNetCode.Shell.Ddd.csproj @@ -20,11 +20,11 @@ - + True - LICENSE + / - + True README.md diff --git a/BeyondNetCode.Shell.Ddd/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.deps.json b/BeyondNetCode.Shell.Ddd/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.deps.json new file mode 100644 index 0000000..aaf6887 --- /dev/null +++ b/BeyondNetCode.Shell.Ddd/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.deps.json @@ -0,0 +1,75 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v10.0", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v10.0": { + "BeyondNetCode.Shell.Ddd/1.0.0": { + "dependencies": { + "MediatR": "12.4.1" + }, + "runtime": { + "BeyondNetCode.Shell.Ddd.dll": {} + } + }, + "MediatR/12.4.1": { + "dependencies": { + "MediatR.Contracts": "2.0.1", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" + }, + "runtime": { + "lib/net6.0/MediatR.dll": { + "assemblyVersion": "12.0.0.0", + "fileVersion": "12.4.1.0" + } + } + }, + "MediatR.Contracts/2.0.1": { + "runtime": { + "lib/netstandard2.0/MediatR.Contracts.dll": { + "assemblyVersion": "2.0.1.0", + "fileVersion": "2.0.1.0" + } + } + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": { + "runtime": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.23.53103" + } + } + } + } + }, + "libraries": { + "BeyondNetCode.Shell.Ddd/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "MediatR/12.4.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-0tLxCgEC5+r1OCuumR3sWyiVa+BMv3AgiU4+pz8xqTc+2q1WbUEXFOr7Orm96oZ9r9FsldgUtWvB2o7b9jDOaw==", + "path": "mediatr/12.4.1", + "hashPath": "mediatr.12.4.1.nupkg.sha512" + }, + "MediatR.Contracts/2.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-FYv95bNT4UwcNA+G/J1oX5OpRiSUxteXaUt2BJbRSdRNiIUNbggJF69wy6mnk2wYToaanpdXZdCwVylt96MpwQ==", + "path": "mediatr.contracts/2.0.1", + "hashPath": "mediatr.contracts.2.0.1.nupkg.sha512" + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-cjWrLkJXK0rs4zofsK4bSdg+jhDLTaxrkXu4gS6Y7MAlCvRyNNgwY/lJi5RDlQOnSZweHqoyvgvbdvQsRIW+hg==", + "path": "microsoft.extensions.dependencyinjection.abstractions/8.0.0", + "hashPath": "microsoft.extensions.dependencyinjection.abstractions.8.0.0.nupkg.sha512" + } + } +} \ No newline at end of file diff --git a/BeyondNetCode.Shell.Ddd/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.dll b/BeyondNetCode.Shell.Ddd/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.dll new file mode 100644 index 0000000..6429f31 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.dll differ diff --git a/BeyondNetCode.Shell.Ddd/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.pdb b/BeyondNetCode.Shell.Ddd/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.pdb new file mode 100644 index 0000000..ca5646e Binary files /dev/null and b/BeyondNetCode.Shell.Ddd/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.pdb differ diff --git a/BeyondNetCode.Shell.Ddd/obj/BeyondNetCode.Shell.Ddd.csproj.nuget.dgspec.json b/BeyondNetCode.Shell.Ddd/obj/BeyondNetCode.Shell.Ddd.csproj.nuget.dgspec.json new file mode 100644 index 0000000..688277c --- /dev/null +++ b/BeyondNetCode.Shell.Ddd/obj/BeyondNetCode.Shell.Ddd.csproj.nuget.dgspec.json @@ -0,0 +1,347 @@ +{ + "format": 1, + "restore": { + "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd/BeyondNetCode.Shell.Ddd.csproj": {} + }, + "projects": { + "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd/BeyondNetCode.Shell.Ddd.csproj": { + "version": "9.9.9-test", + "restore": { + "projectUniqueName": "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd/BeyondNetCode.Shell.Ddd.csproj", + "projectName": "BeyondNetCode.Shell.Ddd", + "projectPath": "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd/BeyondNetCode.Shell.Ddd.csproj", + "packagesPath": "/Users/beyondnet/.nuget/packages/", + "outputPath": "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd/obj/", + "projectStyle": "PackageReference", + "configFilePaths": [ + "/Users/beyondnet/.nuget/NuGet/NuGet.Config" + ], + "originalTargetFrameworks": [ + "net10.0" + ], + "sources": { + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net10.0": { + "targetAlias": "net10.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "all" + }, + "SdkAnalysisLevel": "10.0.200" + }, + "frameworks": { + "net10.0": { + "targetAlias": "net10.0", + "dependencies": { + "MediatR": { + "target": "Package", + "version": "[12.4.1, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "/usr/local/share/dotnet/sdk/10.0.201/PortableRuntimeIdentifierGraph.json", + "packagesToPrune": { + "Microsoft.CSharp": "(,4.7.32767]", + "Microsoft.VisualBasic": "(,10.4.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.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.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.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.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.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": "(,5.0.32767]", + "System.Collections": "(,4.3.32767]", + "System.Collections.Concurrent": "(,4.3.32767]", + "System.Collections.Immutable": "(,10.0.32767]", + "System.Collections.NonGeneric": "(,4.3.32767]", + "System.Collections.Specialized": "(,4.3.32767]", + "System.ComponentModel": "(,4.3.32767]", + "System.ComponentModel.Annotations": "(,4.3.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.4.32767]", + "System.Diagnostics.Contracts": "(,4.3.32767]", + "System.Diagnostics.Debug": "(,4.3.32767]", + "System.Diagnostics.DiagnosticSource": "(,10.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": "(,10.0.32767]", + "System.Formats.Tar": "(,10.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": "(,4.4.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.Pipelines": "(,10.0.32767]", + "System.IO.Pipes": "(,4.3.32767]", + "System.IO.Pipes.AccessControl": "(,5.0.32767]", + "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", + "System.Linq": "(,4.3.32767]", + "System.Linq.AsyncEnumerable": "(,10.0.32767]", + "System.Linq.Expressions": "(,4.3.32767]", + "System.Linq.Parallel": "(,4.3.32767]", + "System.Linq.Queryable": "(,4.3.32767]", + "System.Memory": "(,5.0.32767]", + "System.Net.Http": "(,4.3.32767]", + "System.Net.Http.Json": "(,10.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.ServerSentEvents": "(,10.0.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": "(,5.0.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": "(,6.0.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": "(,10.0.32767]", + "System.Reflection.Primitives": "(,4.3.32767]", + "System.Reflection.TypeExtensions": "(,4.3.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": "(,7.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.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.Security.AccessControl": "(,6.0.32767]", + "System.Security.Claims": "(,4.3.32767]", + "System.Security.Cryptography.Algorithms": "(,4.3.32767]", + "System.Security.Cryptography.Cng": "(,5.0.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.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": "(,10.0.32767]", + "System.Text.Encoding.Extensions": "(,4.3.32767]", + "System.Text.Encodings.Web": "(,10.0.32767]", + "System.Text.Json": "(,10.0.32767]", + "System.Text.RegularExpressions": "(,4.3.32767]", + "System.Threading": "(,4.3.32767]", + "System.Threading.AccessControl": "(,10.0.32767]", + "System.Threading.Channels": "(,10.0.32767]", + "System.Threading.Overlapped": "(,4.3.32767]", + "System.Threading.Tasks": "(,4.3.32767]", + "System.Threading.Tasks.Dataflow": "(,10.0.32767]", + "System.Threading.Tasks.Extensions": "(,5.0.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": "(,5.0.32767]" + } + } + } + } + } +} \ No newline at end of file diff --git a/BeyondNetCode.Shell.Ddd/obj/BeyondNetCode.Shell.Ddd.csproj.nuget.g.props b/BeyondNetCode.Shell.Ddd/obj/BeyondNetCode.Shell.Ddd.csproj.nuget.g.props new file mode 100644 index 0000000..a64fed5 --- /dev/null +++ b/BeyondNetCode.Shell.Ddd/obj/BeyondNetCode.Shell.Ddd.csproj.nuget.g.props @@ -0,0 +1,15 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + /Users/beyondnet/.nuget/packages/ + /Users/beyondnet/.nuget/packages/ + PackageReference + 7.0.0 + + + + + \ No newline at end of file diff --git a/BeyondNetCode.Shell.Ddd/obj/BeyondNetCode.Shell.Ddd.csproj.nuget.g.targets b/BeyondNetCode.Shell.Ddd/obj/BeyondNetCode.Shell.Ddd.csproj.nuget.g.targets new file mode 100644 index 0000000..3dc06ef --- /dev/null +++ b/BeyondNetCode.Shell.Ddd/obj/BeyondNetCode.Shell.Ddd.csproj.nuget.g.targets @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/BeyondNetCode.Shell.Ddd/obj/Release/BeyondNetCode.Shell.Ddd.9.9.9-test.nuspec b/BeyondNetCode.Shell.Ddd/obj/Release/BeyondNetCode.Shell.Ddd.9.9.9-test.nuspec new file mode 100644 index 0000000..f88181c --- /dev/null +++ b/BeyondNetCode.Shell.Ddd/obj/Release/BeyondNetCode.Shell.Ddd.9.9.9-test.nuspec @@ -0,0 +1,26 @@ + + + + BeyondNetCode.Shell.Ddd + 9.9.9-test + BeyondNetCode.Shell.Ddd + BeyondNetCode + LICENSE + https://aka.ms/deprecateLicenseUrl + README.md + A simple library to implement Domain-Driven Design with .NET and C# + BeyondNet + Ddd + + + + + + + + + + + + + \ No newline at end of file diff --git a/BeyondNetCode.Shell.Ddd/obj/Release/net10.0/.NETCoreApp,Version=v10.0.AssemblyAttributes.cs b/BeyondNetCode.Shell.Ddd/obj/Release/net10.0/.NETCoreApp,Version=v10.0.AssemblyAttributes.cs new file mode 100644 index 0000000..925b135 --- /dev/null +++ b/BeyondNetCode.Shell.Ddd/obj/Release/net10.0/.NETCoreApp,Version=v10.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v10.0", FrameworkDisplayName = ".NET 10.0")] diff --git a/BeyondNetCode.Shell.Ddd/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.AssemblyInfo.cs b/BeyondNetCode.Shell.Ddd/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.AssemblyInfo.cs new file mode 100644 index 0000000..5f45087 --- /dev/null +++ b/BeyondNetCode.Shell.Ddd/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.AssemblyInfo.cs @@ -0,0 +1,26 @@ +//------------------------------------------------------------------------------ +// +// 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("BeyondNetCode")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] +[assembly: System.Reflection.AssemblyCopyrightAttribute("BeyondNet")] +[assembly: System.Reflection.AssemblyDescriptionAttribute("A simple library to implement Domain-Driven Design with .NET and C#")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+4ac6fbc62dc133b4f1d492bc0c2913dc3a6c63d0")] +[assembly: System.Reflection.AssemblyProductAttribute("BeyondNetCode.Shell.Ddd")] +[assembly: System.Reflection.AssemblyTitleAttribute("BeyondNetCode.Shell.Ddd")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://github.com/beyondnetcode/Shell.ddd")] +[assembly: System.Resources.NeutralResourcesLanguageAttribute("en")] + +// Generado por la clase WriteCodeFragment de MSBuild. + diff --git a/BeyondNetCode.Shell.Ddd/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.AssemblyInfoInputs.cache b/BeyondNetCode.Shell.Ddd/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.AssemblyInfoInputs.cache new file mode 100644 index 0000000..1a09894 --- /dev/null +++ b/BeyondNetCode.Shell.Ddd/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +0fdf30212ab036892aad0b6d1fa7b6b3c6456d056e1ae2291df3301de70c04b2 diff --git a/BeyondNetCode.Shell.Ddd/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.GeneratedMSBuildEditorConfig.editorconfig b/BeyondNetCode.Shell.Ddd/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..ddb8ea0 --- /dev/null +++ b/BeyondNetCode.Shell.Ddd/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,17 @@ +is_global = true +build_property.TargetFramework = net10.0 +build_property.TargetFrameworkIdentifier = .NETCoreApp +build_property.TargetFrameworkVersion = v10.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 = BeyondNetCode.Shell.Ddd +build_property.ProjectDir = /private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd/ +build_property.EnableComHosting = +build_property.EnableGeneratedComInterfaceComImportInterop = +build_property.EffectiveAnalysisLevelStyle = 5.0 +build_property.EnableCodeStyleSeverity = diff --git a/BeyondNetCode.Shell.Ddd/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.GlobalUsings.g.cs b/BeyondNetCode.Shell.Ddd/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.GlobalUsings.g.cs new file mode 100644 index 0000000..d12bcbc --- /dev/null +++ b/BeyondNetCode.Shell.Ddd/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.GlobalUsings.g.cs @@ -0,0 +1,8 @@ +// +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/BeyondNetCode.Shell.Ddd/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.assets.cache b/BeyondNetCode.Shell.Ddd/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.assets.cache new file mode 100644 index 0000000..cc29ba9 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.assets.cache differ diff --git a/BeyondNetCode.Shell.Ddd/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.csproj.AssemblyReference.cache b/BeyondNetCode.Shell.Ddd/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.csproj.AssemblyReference.cache new file mode 100644 index 0000000..127d87f Binary files /dev/null and b/BeyondNetCode.Shell.Ddd/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.csproj.AssemblyReference.cache differ diff --git a/BeyondNetCode.Shell.Ddd/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.csproj.CoreCompileInputs.cache b/BeyondNetCode.Shell.Ddd/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..f7a8630 --- /dev/null +++ b/BeyondNetCode.Shell.Ddd/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +c034351a9a31f278820281c8822b0e35812a80591ba4da04574778076a3363ad diff --git a/BeyondNetCode.Shell.Ddd/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.csproj.FileListAbsolute.txt b/BeyondNetCode.Shell.Ddd/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..a1ed7b6 --- /dev/null +++ b/BeyondNetCode.Shell.Ddd/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.csproj.FileListAbsolute.txt @@ -0,0 +1,13 @@ +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.deps.json +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd/bin/Release/net10.0/BeyondNetCode.Shell.Ddd.pdb +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.csproj.AssemblyReference.cache +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.GeneratedMSBuildEditorConfig.editorconfig +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.AssemblyInfoInputs.cache +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.AssemblyInfo.cs +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.csproj.CoreCompileInputs.cache +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.sourcelink.json +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd/obj/Release/net10.0/refint/BeyondNetCode.Shell.Ddd.dll +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.pdb +/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd/obj/Release/net10.0/ref/BeyondNetCode.Shell.Ddd.dll diff --git a/BeyondNetCode.Shell.Ddd/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.dll b/BeyondNetCode.Shell.Ddd/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.dll new file mode 100644 index 0000000..6429f31 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.dll differ diff --git a/BeyondNetCode.Shell.Ddd/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.pdb b/BeyondNetCode.Shell.Ddd/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.pdb new file mode 100644 index 0000000..ca5646e Binary files /dev/null and b/BeyondNetCode.Shell.Ddd/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.pdb differ diff --git a/BeyondNetCode.Shell.Ddd/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.sourcelink.json b/BeyondNetCode.Shell.Ddd/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.sourcelink.json new file mode 100644 index 0000000..c27b81b --- /dev/null +++ b/BeyondNetCode.Shell.Ddd/obj/Release/net10.0/BeyondNetCode.Shell.Ddd.sourcelink.json @@ -0,0 +1 @@ +{"documents":{"/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/*":"https://raw.githubusercontent.com/beyondnetcode/Shell.ddd/4ac6fbc62dc133b4f1d492bc0c2913dc3a6c63d0/*"}} \ No newline at end of file diff --git a/BeyondNetCode.Shell.Ddd/obj/Release/net10.0/ref/BeyondNetCode.Shell.Ddd.dll b/BeyondNetCode.Shell.Ddd/obj/Release/net10.0/ref/BeyondNetCode.Shell.Ddd.dll new file mode 100644 index 0000000..4abc687 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd/obj/Release/net10.0/ref/BeyondNetCode.Shell.Ddd.dll differ diff --git a/BeyondNetCode.Shell.Ddd/obj/Release/net10.0/refint/BeyondNetCode.Shell.Ddd.dll b/BeyondNetCode.Shell.Ddd/obj/Release/net10.0/refint/BeyondNetCode.Shell.Ddd.dll new file mode 100644 index 0000000..4abc687 Binary files /dev/null and b/BeyondNetCode.Shell.Ddd/obj/Release/net10.0/refint/BeyondNetCode.Shell.Ddd.dll differ diff --git a/BeyondNetCode.Shell.Ddd/obj/project.assets.json b/BeyondNetCode.Shell.Ddd/obj/project.assets.json new file mode 100644 index 0000000..69cb127 --- /dev/null +++ b/BeyondNetCode.Shell.Ddd/obj/project.assets.json @@ -0,0 +1,465 @@ +{ + "version": 3, + "targets": { + "net10.0": { + "MediatR/12.4.1": { + "type": "package", + "dependencies": { + "MediatR.Contracts": "[2.0.1, 3.0.0)", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" + }, + "compile": { + "lib/net6.0/MediatR.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/MediatR.dll": { + "related": ".xml" + } + } + }, + "MediatR.Contracts/2.0.1": { + "type": "package", + "compile": { + "lib/netstandard2.0/MediatR.Contracts.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/MediatR.Contracts.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + } + } + }, + "libraries": { + "MediatR/12.4.1": { + "sha512": "0tLxCgEC5+r1OCuumR3sWyiVa+BMv3AgiU4+pz8xqTc+2q1WbUEXFOr7Orm96oZ9r9FsldgUtWvB2o7b9jDOaw==", + "type": "package", + "path": "mediatr/12.4.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "gradient_128x128.png", + "lib/net6.0/MediatR.dll", + "lib/net6.0/MediatR.xml", + "lib/netstandard2.0/MediatR.dll", + "lib/netstandard2.0/MediatR.xml", + "mediatr.12.4.1.nupkg.sha512", + "mediatr.nuspec" + ] + }, + "MediatR.Contracts/2.0.1": { + "sha512": "FYv95bNT4UwcNA+G/J1oX5OpRiSUxteXaUt2BJbRSdRNiIUNbggJF69wy6mnk2wYToaanpdXZdCwVylt96MpwQ==", + "type": "package", + "path": "mediatr.contracts/2.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "gradient_128x128.png", + "lib/netstandard2.0/MediatR.Contracts.dll", + "lib/netstandard2.0/MediatR.Contracts.xml", + "mediatr.contracts.2.0.1.nupkg.sha512", + "mediatr.contracts.nuspec" + ] + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": { + "sha512": "cjWrLkJXK0rs4zofsK4bSdg+jhDLTaxrkXu4gS6Y7MAlCvRyNNgwY/lJi5RDlQOnSZweHqoyvgvbdvQsRIW+hg==", + "type": "package", + "path": "microsoft.extensions.dependencyinjection.abstractions/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.Abstractions.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.Abstractions.targets", + "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "microsoft.extensions.dependencyinjection.abstractions.8.0.0.nupkg.sha512", + "microsoft.extensions.dependencyinjection.abstractions.nuspec", + "useSharedDesignerContext.txt" + ] + } + }, + "projectFileDependencyGroups": { + "net10.0": [ + "MediatR >= 12.4.1" + ] + }, + "packageFolders": { + "/Users/beyondnet/.nuget/packages/": {} + }, + "project": { + "version": "9.9.9-test", + "restore": { + "projectUniqueName": "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd/BeyondNetCode.Shell.Ddd.csproj", + "projectName": "BeyondNetCode.Shell.Ddd", + "projectPath": "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd/BeyondNetCode.Shell.Ddd.csproj", + "packagesPath": "/Users/beyondnet/.nuget/packages/", + "outputPath": "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd/obj/", + "projectStyle": "PackageReference", + "configFilePaths": [ + "/Users/beyondnet/.nuget/NuGet/NuGet.Config" + ], + "originalTargetFrameworks": [ + "net10.0" + ], + "sources": { + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net10.0": { + "targetAlias": "net10.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "all" + }, + "SdkAnalysisLevel": "10.0.200" + }, + "frameworks": { + "net10.0": { + "targetAlias": "net10.0", + "dependencies": { + "MediatR": { + "target": "Package", + "version": "[12.4.1, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "/usr/local/share/dotnet/sdk/10.0.201/PortableRuntimeIdentifierGraph.json", + "packagesToPrune": { + "Microsoft.CSharp": "(,4.7.32767]", + "Microsoft.VisualBasic": "(,10.4.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.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.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.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.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.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": "(,5.0.32767]", + "System.Collections": "(,4.3.32767]", + "System.Collections.Concurrent": "(,4.3.32767]", + "System.Collections.Immutable": "(,10.0.32767]", + "System.Collections.NonGeneric": "(,4.3.32767]", + "System.Collections.Specialized": "(,4.3.32767]", + "System.ComponentModel": "(,4.3.32767]", + "System.ComponentModel.Annotations": "(,4.3.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.4.32767]", + "System.Diagnostics.Contracts": "(,4.3.32767]", + "System.Diagnostics.Debug": "(,4.3.32767]", + "System.Diagnostics.DiagnosticSource": "(,10.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": "(,10.0.32767]", + "System.Formats.Tar": "(,10.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": "(,4.4.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.Pipelines": "(,10.0.32767]", + "System.IO.Pipes": "(,4.3.32767]", + "System.IO.Pipes.AccessControl": "(,5.0.32767]", + "System.IO.UnmanagedMemoryStream": "(,4.3.32767]", + "System.Linq": "(,4.3.32767]", + "System.Linq.AsyncEnumerable": "(,10.0.32767]", + "System.Linq.Expressions": "(,4.3.32767]", + "System.Linq.Parallel": "(,4.3.32767]", + "System.Linq.Queryable": "(,4.3.32767]", + "System.Memory": "(,5.0.32767]", + "System.Net.Http": "(,4.3.32767]", + "System.Net.Http.Json": "(,10.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.ServerSentEvents": "(,10.0.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": "(,5.0.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": "(,6.0.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": "(,10.0.32767]", + "System.Reflection.Primitives": "(,4.3.32767]", + "System.Reflection.TypeExtensions": "(,4.3.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": "(,7.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.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.Security.AccessControl": "(,6.0.32767]", + "System.Security.Claims": "(,4.3.32767]", + "System.Security.Cryptography.Algorithms": "(,4.3.32767]", + "System.Security.Cryptography.Cng": "(,5.0.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.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": "(,10.0.32767]", + "System.Text.Encoding.Extensions": "(,4.3.32767]", + "System.Text.Encodings.Web": "(,10.0.32767]", + "System.Text.Json": "(,10.0.32767]", + "System.Text.RegularExpressions": "(,4.3.32767]", + "System.Threading": "(,4.3.32767]", + "System.Threading.AccessControl": "(,10.0.32767]", + "System.Threading.Channels": "(,10.0.32767]", + "System.Threading.Overlapped": "(,4.3.32767]", + "System.Threading.Tasks": "(,4.3.32767]", + "System.Threading.Tasks.Dataflow": "(,10.0.32767]", + "System.Threading.Tasks.Extensions": "(,5.0.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": "(,5.0.32767]" + } + } + } + } +} \ No newline at end of file diff --git a/BeyondNetCode.Shell.Ddd/obj/project.nuget.cache b/BeyondNetCode.Shell.Ddd/obj/project.nuget.cache new file mode 100644 index 0000000..679ecd4 --- /dev/null +++ b/BeyondNetCode.Shell.Ddd/obj/project.nuget.cache @@ -0,0 +1,12 @@ +{ + "version": 2, + "dgSpecHash": "qJtOf+T9+FE=", + "success": true, + "projectFilePath": "/private/tmp/claude-501/-Users-beyondnet-Source-beyondnetcode/e491753a-94e4-4868-8636-0181a8dcb42d/scratchpad/Shell.ddd/BeyondNetCode.Shell.Ddd/BeyondNetCode.Shell.Ddd.csproj", + "expectedPackageFiles": [ + "/Users/beyondnet/.nuget/packages/mediatr/12.4.1/mediatr.12.4.1.nupkg.sha512", + "/Users/beyondnet/.nuget/packages/mediatr.contracts/2.0.1/mediatr.contracts.2.0.1.nupkg.sha512", + "/Users/beyondnet/.nuget/packages/microsoft.extensions.dependencyinjection.abstractions/8.0.0/microsoft.extensions.dependencyinjection.abstractions.8.0.0.nupkg.sha512" + ], + "logs": [] +} \ No newline at end of file diff --git a/README.md b/README.md index 5f8d601..6e9a670 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ NuGet - Build + Build