From 338ac7d1c379c5ce0d40cd0cab72f5019081fca0 Mon Sep 17 00:00:00 2001 From: Juan Blanco Date: Sun, 21 Feb 2021 21:45:18 +0000 Subject: [PATCH] Move Dotdecentralized to the spike folder #5 Move @veikkoeeva to the spike folder to start the migration to the new main project. T --- .../DotDecentralized.BouncyCastle}/BouncyCastleCryptography.cs | 0 .../DotDecentralized.BouncyCastle.csproj | 0 .../DotDecentralized.Console}/DotDecentralized.Console.csproj | 0 .../dotdecentralized/DotDecentralized.Console}/Program.cs | 0 .../dotdecentralized/DotDecentralized.sln | 0 .../dotdecentralized/src}/DotDecentralized.Core/Cryptography.cs | 0 .../dotdecentralized/src}/DotDecentralized.Core/DidDocument.cs | 0 .../src}/DotDecentralized.Core/DotDecentralized.Core.csproj | 0 .../src}/DotDecentralized.Core/JsonLdContextConverter.cs | 0 .../src}/DotDecentralized.Core/ServiceConverter.cs | 0 .../dotdecentralized/src}/DotDecentralized.Core/ThrowHelper.cs | 0 .../src}/DotDecentralized.Core/VerificationMethodConverter.cs | 0 .../DotDecentralized.Core/VerificationRelationshipConverter.cs | 0 .../DotDecentralized.Tests/BouncyCastleCryptoProviderTests.cs | 0 .../test}/DotDecentralized.Tests/ConverterTests.cs | 0 .../DotDecentralized.Tests/CryptoProviderSpecificAdapters.cs | 0 .../test}/DotDecentralized.Tests/CryptoUtilities.cs | 0 .../test}/DotDecentralized.Tests/DidCreationTests.cs | 0 .../test}/DotDecentralized.Tests/DidCryptoProviderTests.cs | 0 .../test}/DotDecentralized.Tests/DidDocumentTests.cs | 0 .../test}/DotDecentralized.Tests/DotDecentralized.Tests.csproj | 0 .../dotdecentralized/test}/DotDecentralized.Tests/EbsiTests.cs | 0 .../test}/DotDecentralized.Tests/FileDataAttribute.cs | 0 .../test}/DotDecentralized.Tests/JsonElementComparer.cs | 0 .../test}/DotDecentralized.Tests/PresentationTests.cs | 0 .../dotdecentralized/test}/DotDecentralized.Tests/ServiceDtos.cs | 0 .../DotDecentralized.Tests/TestDIDDocuments/EBSI/ebsi-did-1.json | 0 .../test}/DotDecentralized.Tests/TestDIDDocuments/EBSI/source.txt | 0 .../DotDecentralized.Tests/TestDIDDocuments/Generic/did-2 .json | 0 .../DotDecentralized.Tests/TestDIDDocuments/Generic/did-3 .json | 0 .../Generic/did-verifiablecredentialservice-1.json | 0 .../TestDIDDocuments/Generic/lds-jws2020-1.json | 0 .../DotDecentralized.Tests/TestDIDDocuments/Generic/source.txt | 0 .../DotDecentralized.Tests/TestDIDDocuments/VeresOne/source.txt | 0 .../TestDIDDocuments/VeresOne/veresone-1.json | 0 .../DotDecentralized.Tests/VerifiableCredentialIssuingTests.cs | 0 .../test}/DotDecentralized.Tests/xunit.runner.json | 0 37 files changed, 0 insertions(+), 0 deletions(-) rename {DotDecentralized.BouncyCastle => spikes/dotdecentralized/DotDecentralized.BouncyCastle}/BouncyCastleCryptography.cs (100%) rename {DotDecentralized.BouncyCastle => spikes/dotdecentralized/DotDecentralized.BouncyCastle}/DotDecentralized.BouncyCastle.csproj (100%) rename {DotDecentralized.Console => spikes/dotdecentralized/DotDecentralized.Console}/DotDecentralized.Console.csproj (100%) rename {DotDecentralized.Console => spikes/dotdecentralized/DotDecentralized.Console}/Program.cs (100%) rename DotDecentralized.sln => spikes/dotdecentralized/DotDecentralized.sln (100%) rename {src => spikes/dotdecentralized/src}/DotDecentralized.Core/Cryptography.cs (100%) rename {src => spikes/dotdecentralized/src}/DotDecentralized.Core/DidDocument.cs (100%) rename {src => spikes/dotdecentralized/src}/DotDecentralized.Core/DotDecentralized.Core.csproj (100%) rename {src => spikes/dotdecentralized/src}/DotDecentralized.Core/JsonLdContextConverter.cs (100%) rename {src => spikes/dotdecentralized/src}/DotDecentralized.Core/ServiceConverter.cs (100%) rename {src => spikes/dotdecentralized/src}/DotDecentralized.Core/ThrowHelper.cs (100%) rename {src => spikes/dotdecentralized/src}/DotDecentralized.Core/VerificationMethodConverter.cs (100%) rename {src => spikes/dotdecentralized/src}/DotDecentralized.Core/VerificationRelationshipConverter.cs (100%) rename {test => spikes/dotdecentralized/test}/DotDecentralized.Tests/BouncyCastleCryptoProviderTests.cs (100%) rename {test => spikes/dotdecentralized/test}/DotDecentralized.Tests/ConverterTests.cs (100%) rename {test => spikes/dotdecentralized/test}/DotDecentralized.Tests/CryptoProviderSpecificAdapters.cs (100%) rename {test => spikes/dotdecentralized/test}/DotDecentralized.Tests/CryptoUtilities.cs (100%) rename {test => spikes/dotdecentralized/test}/DotDecentralized.Tests/DidCreationTests.cs (100%) rename {test => spikes/dotdecentralized/test}/DotDecentralized.Tests/DidCryptoProviderTests.cs (100%) rename {test => spikes/dotdecentralized/test}/DotDecentralized.Tests/DidDocumentTests.cs (100%) rename {test => spikes/dotdecentralized/test}/DotDecentralized.Tests/DotDecentralized.Tests.csproj (100%) rename {test => spikes/dotdecentralized/test}/DotDecentralized.Tests/EbsiTests.cs (100%) rename {test => spikes/dotdecentralized/test}/DotDecentralized.Tests/FileDataAttribute.cs (100%) rename {test => spikes/dotdecentralized/test}/DotDecentralized.Tests/JsonElementComparer.cs (100%) rename {test => spikes/dotdecentralized/test}/DotDecentralized.Tests/PresentationTests.cs (100%) rename {test => spikes/dotdecentralized/test}/DotDecentralized.Tests/ServiceDtos.cs (100%) rename {test => spikes/dotdecentralized/test}/DotDecentralized.Tests/TestDIDDocuments/EBSI/ebsi-did-1.json (100%) rename {test => spikes/dotdecentralized/test}/DotDecentralized.Tests/TestDIDDocuments/EBSI/source.txt (100%) rename {test => spikes/dotdecentralized/test}/DotDecentralized.Tests/TestDIDDocuments/Generic/did-2 .json (100%) rename {test => spikes/dotdecentralized/test}/DotDecentralized.Tests/TestDIDDocuments/Generic/did-3 .json (100%) rename {test => spikes/dotdecentralized/test}/DotDecentralized.Tests/TestDIDDocuments/Generic/did-verifiablecredentialservice-1.json (100%) rename {test => spikes/dotdecentralized/test}/DotDecentralized.Tests/TestDIDDocuments/Generic/lds-jws2020-1.json (100%) rename {test => spikes/dotdecentralized/test}/DotDecentralized.Tests/TestDIDDocuments/Generic/source.txt (100%) rename {test => spikes/dotdecentralized/test}/DotDecentralized.Tests/TestDIDDocuments/VeresOne/source.txt (100%) rename {test => spikes/dotdecentralized/test}/DotDecentralized.Tests/TestDIDDocuments/VeresOne/veresone-1.json (100%) rename {test => spikes/dotdecentralized/test}/DotDecentralized.Tests/VerifiableCredentialIssuingTests.cs (100%) rename {test => spikes/dotdecentralized/test}/DotDecentralized.Tests/xunit.runner.json (100%) diff --git a/DotDecentralized.BouncyCastle/BouncyCastleCryptography.cs b/spikes/dotdecentralized/DotDecentralized.BouncyCastle/BouncyCastleCryptography.cs similarity index 100% rename from DotDecentralized.BouncyCastle/BouncyCastleCryptography.cs rename to spikes/dotdecentralized/DotDecentralized.BouncyCastle/BouncyCastleCryptography.cs diff --git a/DotDecentralized.BouncyCastle/DotDecentralized.BouncyCastle.csproj b/spikes/dotdecentralized/DotDecentralized.BouncyCastle/DotDecentralized.BouncyCastle.csproj similarity index 100% rename from DotDecentralized.BouncyCastle/DotDecentralized.BouncyCastle.csproj rename to spikes/dotdecentralized/DotDecentralized.BouncyCastle/DotDecentralized.BouncyCastle.csproj diff --git a/DotDecentralized.Console/DotDecentralized.Console.csproj b/spikes/dotdecentralized/DotDecentralized.Console/DotDecentralized.Console.csproj similarity index 100% rename from DotDecentralized.Console/DotDecentralized.Console.csproj rename to spikes/dotdecentralized/DotDecentralized.Console/DotDecentralized.Console.csproj diff --git a/DotDecentralized.Console/Program.cs b/spikes/dotdecentralized/DotDecentralized.Console/Program.cs similarity index 100% rename from DotDecentralized.Console/Program.cs rename to spikes/dotdecentralized/DotDecentralized.Console/Program.cs diff --git a/DotDecentralized.sln b/spikes/dotdecentralized/DotDecentralized.sln similarity index 100% rename from DotDecentralized.sln rename to spikes/dotdecentralized/DotDecentralized.sln diff --git a/src/DotDecentralized.Core/Cryptography.cs b/spikes/dotdecentralized/src/DotDecentralized.Core/Cryptography.cs similarity index 100% rename from src/DotDecentralized.Core/Cryptography.cs rename to spikes/dotdecentralized/src/DotDecentralized.Core/Cryptography.cs diff --git a/src/DotDecentralized.Core/DidDocument.cs b/spikes/dotdecentralized/src/DotDecentralized.Core/DidDocument.cs similarity index 100% rename from src/DotDecentralized.Core/DidDocument.cs rename to spikes/dotdecentralized/src/DotDecentralized.Core/DidDocument.cs diff --git a/src/DotDecentralized.Core/DotDecentralized.Core.csproj b/spikes/dotdecentralized/src/DotDecentralized.Core/DotDecentralized.Core.csproj similarity index 100% rename from src/DotDecentralized.Core/DotDecentralized.Core.csproj rename to spikes/dotdecentralized/src/DotDecentralized.Core/DotDecentralized.Core.csproj diff --git a/src/DotDecentralized.Core/JsonLdContextConverter.cs b/spikes/dotdecentralized/src/DotDecentralized.Core/JsonLdContextConverter.cs similarity index 100% rename from src/DotDecentralized.Core/JsonLdContextConverter.cs rename to spikes/dotdecentralized/src/DotDecentralized.Core/JsonLdContextConverter.cs diff --git a/src/DotDecentralized.Core/ServiceConverter.cs b/spikes/dotdecentralized/src/DotDecentralized.Core/ServiceConverter.cs similarity index 100% rename from src/DotDecentralized.Core/ServiceConverter.cs rename to spikes/dotdecentralized/src/DotDecentralized.Core/ServiceConverter.cs diff --git a/src/DotDecentralized.Core/ThrowHelper.cs b/spikes/dotdecentralized/src/DotDecentralized.Core/ThrowHelper.cs similarity index 100% rename from src/DotDecentralized.Core/ThrowHelper.cs rename to spikes/dotdecentralized/src/DotDecentralized.Core/ThrowHelper.cs diff --git a/src/DotDecentralized.Core/VerificationMethodConverter.cs b/spikes/dotdecentralized/src/DotDecentralized.Core/VerificationMethodConverter.cs similarity index 100% rename from src/DotDecentralized.Core/VerificationMethodConverter.cs rename to spikes/dotdecentralized/src/DotDecentralized.Core/VerificationMethodConverter.cs diff --git a/src/DotDecentralized.Core/VerificationRelationshipConverter.cs b/spikes/dotdecentralized/src/DotDecentralized.Core/VerificationRelationshipConverter.cs similarity index 100% rename from src/DotDecentralized.Core/VerificationRelationshipConverter.cs rename to spikes/dotdecentralized/src/DotDecentralized.Core/VerificationRelationshipConverter.cs diff --git a/test/DotDecentralized.Tests/BouncyCastleCryptoProviderTests.cs b/spikes/dotdecentralized/test/DotDecentralized.Tests/BouncyCastleCryptoProviderTests.cs similarity index 100% rename from test/DotDecentralized.Tests/BouncyCastleCryptoProviderTests.cs rename to spikes/dotdecentralized/test/DotDecentralized.Tests/BouncyCastleCryptoProviderTests.cs diff --git a/test/DotDecentralized.Tests/ConverterTests.cs b/spikes/dotdecentralized/test/DotDecentralized.Tests/ConverterTests.cs similarity index 100% rename from test/DotDecentralized.Tests/ConverterTests.cs rename to spikes/dotdecentralized/test/DotDecentralized.Tests/ConverterTests.cs diff --git a/test/DotDecentralized.Tests/CryptoProviderSpecificAdapters.cs b/spikes/dotdecentralized/test/DotDecentralized.Tests/CryptoProviderSpecificAdapters.cs similarity index 100% rename from test/DotDecentralized.Tests/CryptoProviderSpecificAdapters.cs rename to spikes/dotdecentralized/test/DotDecentralized.Tests/CryptoProviderSpecificAdapters.cs diff --git a/test/DotDecentralized.Tests/CryptoUtilities.cs b/spikes/dotdecentralized/test/DotDecentralized.Tests/CryptoUtilities.cs similarity index 100% rename from test/DotDecentralized.Tests/CryptoUtilities.cs rename to spikes/dotdecentralized/test/DotDecentralized.Tests/CryptoUtilities.cs diff --git a/test/DotDecentralized.Tests/DidCreationTests.cs b/spikes/dotdecentralized/test/DotDecentralized.Tests/DidCreationTests.cs similarity index 100% rename from test/DotDecentralized.Tests/DidCreationTests.cs rename to spikes/dotdecentralized/test/DotDecentralized.Tests/DidCreationTests.cs diff --git a/test/DotDecentralized.Tests/DidCryptoProviderTests.cs b/spikes/dotdecentralized/test/DotDecentralized.Tests/DidCryptoProviderTests.cs similarity index 100% rename from test/DotDecentralized.Tests/DidCryptoProviderTests.cs rename to spikes/dotdecentralized/test/DotDecentralized.Tests/DidCryptoProviderTests.cs diff --git a/test/DotDecentralized.Tests/DidDocumentTests.cs b/spikes/dotdecentralized/test/DotDecentralized.Tests/DidDocumentTests.cs similarity index 100% rename from test/DotDecentralized.Tests/DidDocumentTests.cs rename to spikes/dotdecentralized/test/DotDecentralized.Tests/DidDocumentTests.cs diff --git a/test/DotDecentralized.Tests/DotDecentralized.Tests.csproj b/spikes/dotdecentralized/test/DotDecentralized.Tests/DotDecentralized.Tests.csproj similarity index 100% rename from test/DotDecentralized.Tests/DotDecentralized.Tests.csproj rename to spikes/dotdecentralized/test/DotDecentralized.Tests/DotDecentralized.Tests.csproj diff --git a/test/DotDecentralized.Tests/EbsiTests.cs b/spikes/dotdecentralized/test/DotDecentralized.Tests/EbsiTests.cs similarity index 100% rename from test/DotDecentralized.Tests/EbsiTests.cs rename to spikes/dotdecentralized/test/DotDecentralized.Tests/EbsiTests.cs diff --git a/test/DotDecentralized.Tests/FileDataAttribute.cs b/spikes/dotdecentralized/test/DotDecentralized.Tests/FileDataAttribute.cs similarity index 100% rename from test/DotDecentralized.Tests/FileDataAttribute.cs rename to spikes/dotdecentralized/test/DotDecentralized.Tests/FileDataAttribute.cs diff --git a/test/DotDecentralized.Tests/JsonElementComparer.cs b/spikes/dotdecentralized/test/DotDecentralized.Tests/JsonElementComparer.cs similarity index 100% rename from test/DotDecentralized.Tests/JsonElementComparer.cs rename to spikes/dotdecentralized/test/DotDecentralized.Tests/JsonElementComparer.cs diff --git a/test/DotDecentralized.Tests/PresentationTests.cs b/spikes/dotdecentralized/test/DotDecentralized.Tests/PresentationTests.cs similarity index 100% rename from test/DotDecentralized.Tests/PresentationTests.cs rename to spikes/dotdecentralized/test/DotDecentralized.Tests/PresentationTests.cs diff --git a/test/DotDecentralized.Tests/ServiceDtos.cs b/spikes/dotdecentralized/test/DotDecentralized.Tests/ServiceDtos.cs similarity index 100% rename from test/DotDecentralized.Tests/ServiceDtos.cs rename to spikes/dotdecentralized/test/DotDecentralized.Tests/ServiceDtos.cs diff --git a/test/DotDecentralized.Tests/TestDIDDocuments/EBSI/ebsi-did-1.json b/spikes/dotdecentralized/test/DotDecentralized.Tests/TestDIDDocuments/EBSI/ebsi-did-1.json similarity index 100% rename from test/DotDecentralized.Tests/TestDIDDocuments/EBSI/ebsi-did-1.json rename to spikes/dotdecentralized/test/DotDecentralized.Tests/TestDIDDocuments/EBSI/ebsi-did-1.json diff --git a/test/DotDecentralized.Tests/TestDIDDocuments/EBSI/source.txt b/spikes/dotdecentralized/test/DotDecentralized.Tests/TestDIDDocuments/EBSI/source.txt similarity index 100% rename from test/DotDecentralized.Tests/TestDIDDocuments/EBSI/source.txt rename to spikes/dotdecentralized/test/DotDecentralized.Tests/TestDIDDocuments/EBSI/source.txt diff --git a/test/DotDecentralized.Tests/TestDIDDocuments/Generic/did-2 .json b/spikes/dotdecentralized/test/DotDecentralized.Tests/TestDIDDocuments/Generic/did-2 .json similarity index 100% rename from test/DotDecentralized.Tests/TestDIDDocuments/Generic/did-2 .json rename to spikes/dotdecentralized/test/DotDecentralized.Tests/TestDIDDocuments/Generic/did-2 .json diff --git a/test/DotDecentralized.Tests/TestDIDDocuments/Generic/did-3 .json b/spikes/dotdecentralized/test/DotDecentralized.Tests/TestDIDDocuments/Generic/did-3 .json similarity index 100% rename from test/DotDecentralized.Tests/TestDIDDocuments/Generic/did-3 .json rename to spikes/dotdecentralized/test/DotDecentralized.Tests/TestDIDDocuments/Generic/did-3 .json diff --git a/test/DotDecentralized.Tests/TestDIDDocuments/Generic/did-verifiablecredentialservice-1.json b/spikes/dotdecentralized/test/DotDecentralized.Tests/TestDIDDocuments/Generic/did-verifiablecredentialservice-1.json similarity index 100% rename from test/DotDecentralized.Tests/TestDIDDocuments/Generic/did-verifiablecredentialservice-1.json rename to spikes/dotdecentralized/test/DotDecentralized.Tests/TestDIDDocuments/Generic/did-verifiablecredentialservice-1.json diff --git a/test/DotDecentralized.Tests/TestDIDDocuments/Generic/lds-jws2020-1.json b/spikes/dotdecentralized/test/DotDecentralized.Tests/TestDIDDocuments/Generic/lds-jws2020-1.json similarity index 100% rename from test/DotDecentralized.Tests/TestDIDDocuments/Generic/lds-jws2020-1.json rename to spikes/dotdecentralized/test/DotDecentralized.Tests/TestDIDDocuments/Generic/lds-jws2020-1.json diff --git a/test/DotDecentralized.Tests/TestDIDDocuments/Generic/source.txt b/spikes/dotdecentralized/test/DotDecentralized.Tests/TestDIDDocuments/Generic/source.txt similarity index 100% rename from test/DotDecentralized.Tests/TestDIDDocuments/Generic/source.txt rename to spikes/dotdecentralized/test/DotDecentralized.Tests/TestDIDDocuments/Generic/source.txt diff --git a/test/DotDecentralized.Tests/TestDIDDocuments/VeresOne/source.txt b/spikes/dotdecentralized/test/DotDecentralized.Tests/TestDIDDocuments/VeresOne/source.txt similarity index 100% rename from test/DotDecentralized.Tests/TestDIDDocuments/VeresOne/source.txt rename to spikes/dotdecentralized/test/DotDecentralized.Tests/TestDIDDocuments/VeresOne/source.txt diff --git a/test/DotDecentralized.Tests/TestDIDDocuments/VeresOne/veresone-1.json b/spikes/dotdecentralized/test/DotDecentralized.Tests/TestDIDDocuments/VeresOne/veresone-1.json similarity index 100% rename from test/DotDecentralized.Tests/TestDIDDocuments/VeresOne/veresone-1.json rename to spikes/dotdecentralized/test/DotDecentralized.Tests/TestDIDDocuments/VeresOne/veresone-1.json diff --git a/test/DotDecentralized.Tests/VerifiableCredentialIssuingTests.cs b/spikes/dotdecentralized/test/DotDecentralized.Tests/VerifiableCredentialIssuingTests.cs similarity index 100% rename from test/DotDecentralized.Tests/VerifiableCredentialIssuingTests.cs rename to spikes/dotdecentralized/test/DotDecentralized.Tests/VerifiableCredentialIssuingTests.cs diff --git a/test/DotDecentralized.Tests/xunit.runner.json b/spikes/dotdecentralized/test/DotDecentralized.Tests/xunit.runner.json similarity index 100% rename from test/DotDecentralized.Tests/xunit.runner.json rename to spikes/dotdecentralized/test/DotDecentralized.Tests/xunit.runner.json