└── LibraryX ├── .idea └── .idea.LibraryX │ └── .idea │ ├── .gitignore │ ├── encodings.xml │ ├── indexLayout.xml │ ├── misc.xml │ └── vcs.xml ├── Core.Test ├── Core.Test.csproj ├── ValueObjects │ └── EmailTest.cs ├── bin │ └── Debug │ │ └── net6.0 │ │ ├── Core.Test.deps.json │ │ ├── Core.Test.dll │ │ ├── Core.Test.pdb │ │ ├── Core.Test.runtimeconfig.json │ │ ├── CoverletSourceRootsMapping │ │ ├── LibraryX.Api.deps.json │ │ ├── LibraryX.Api.dll │ │ ├── LibraryX.Api.exe │ │ ├── LibraryX.Api.pdb │ │ ├── LibraryX.Api.runtimeconfig.json │ │ ├── Microsoft.Data.SqlClient.dll │ │ ├── Microsoft.EntityFrameworkCore.Abstractions.dll │ │ ├── Microsoft.EntityFrameworkCore.Relational.dll │ │ ├── Microsoft.EntityFrameworkCore.SqlServer.dll │ │ ├── Microsoft.EntityFrameworkCore.dll │ │ ├── Microsoft.Extensions.Caching.Memory.dll │ │ ├── Microsoft.Identity.Client.dll │ │ ├── Microsoft.IdentityModel.JsonWebTokens.dll │ │ ├── Microsoft.IdentityModel.Logging.dll │ │ ├── Microsoft.IdentityModel.Protocols.OpenIdConnect.dll │ │ ├── Microsoft.IdentityModel.Protocols.dll │ │ ├── Microsoft.IdentityModel.Tokens.dll │ │ ├── Microsoft.OpenApi.dll │ │ ├── Microsoft.TestPlatform.AdapterUtilities.dll │ │ ├── Microsoft.TestPlatform.CommunicationUtilities.dll │ │ ├── Microsoft.TestPlatform.CoreUtilities.dll │ │ ├── Microsoft.TestPlatform.CrossPlatEngine.dll │ │ ├── Microsoft.TestPlatform.PlatformAbstractions.dll │ │ ├── Microsoft.TestPlatform.Utilities.dll │ │ ├── Microsoft.VisualStudio.CodeCoverage.Shim.dll │ │ ├── Microsoft.VisualStudio.TestPlatform.Common.dll │ │ ├── Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll │ │ ├── Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.dll │ │ ├── Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll │ │ ├── Microsoft.VisualStudio.TestPlatform.ObjectModel.dll │ │ ├── Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll │ │ ├── Microsoft.VisualStudio.TestPlatform.TestFramework.dll │ │ ├── Microsoft.Win32.SystemEvents.dll │ │ ├── Newtonsoft.Json.dll │ │ ├── NuGet.Frameworks.dll │ │ ├── Swashbuckle.AspNetCore.Swagger.dll │ │ ├── Swashbuckle.AspNetCore.SwaggerGen.dll │ │ ├── Swashbuckle.AspNetCore.SwaggerUI.dll │ │ ├── System.Configuration.ConfigurationManager.dll │ │ ├── System.Drawing.Common.dll │ │ ├── System.IdentityModel.Tokens.Jwt.dll │ │ ├── System.Runtime.Caching.dll │ │ ├── System.Security.Cryptography.ProtectedData.dll │ │ ├── System.Security.Permissions.dll │ │ ├── System.Windows.Extensions.dll │ │ ├── appsettings.Development.json │ │ ├── appsettings.json │ │ ├── cs │ │ ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll │ │ ├── Microsoft.TestPlatform.CoreUtilities.resources.dll │ │ ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll │ │ ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll │ │ └── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll │ │ ├── de │ │ ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll │ │ ├── Microsoft.TestPlatform.CoreUtilities.resources.dll │ │ ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll │ │ ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll │ │ └── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll │ │ ├── es │ │ ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll │ │ ├── Microsoft.TestPlatform.CoreUtilities.resources.dll │ │ ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll │ │ ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll │ │ └── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll │ │ ├── fr │ │ ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll │ │ ├── Microsoft.TestPlatform.CoreUtilities.resources.dll │ │ ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll │ │ ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll │ │ └── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll │ │ ├── it │ │ ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll │ │ ├── Microsoft.TestPlatform.CoreUtilities.resources.dll │ │ ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll │ │ ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll │ │ └── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll │ │ ├── ja │ │ ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll │ │ ├── Microsoft.TestPlatform.CoreUtilities.resources.dll │ │ ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll │ │ ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll │ │ └── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll │ │ ├── ko │ │ ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll │ │ ├── Microsoft.TestPlatform.CoreUtilities.resources.dll │ │ ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll │ │ ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll │ │ └── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll │ │ ├── pl │ │ ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll │ │ ├── Microsoft.TestPlatform.CoreUtilities.resources.dll │ │ ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll │ │ ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll │ │ └── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll │ │ ├── pt-BR │ │ ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll │ │ ├── Microsoft.TestPlatform.CoreUtilities.resources.dll │ │ ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll │ │ ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll │ │ └── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll │ │ ├── ru │ │ ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll │ │ ├── Microsoft.TestPlatform.CoreUtilities.resources.dll │ │ ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll │ │ ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll │ │ └── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll │ │ ├── runtimes │ │ ├── unix │ │ │ └── lib │ │ │ │ ├── netcoreapp3.0 │ │ │ │ └── System.Drawing.Common.dll │ │ │ │ └── netcoreapp3.1 │ │ │ │ └── Microsoft.Data.SqlClient.dll │ │ ├── win-arm │ │ │ └── native │ │ │ │ └── Microsoft.Data.SqlClient.SNI.dll │ │ ├── win-arm64 │ │ │ └── native │ │ │ │ └── Microsoft.Data.SqlClient.SNI.dll │ │ ├── win-x64 │ │ │ └── native │ │ │ │ └── Microsoft.Data.SqlClient.SNI.dll │ │ ├── win-x86 │ │ │ └── native │ │ │ │ └── Microsoft.Data.SqlClient.SNI.dll │ │ └── win │ │ │ └── lib │ │ │ ├── netcoreapp3.0 │ │ │ ├── Microsoft.Win32.SystemEvents.dll │ │ │ ├── System.Drawing.Common.dll │ │ │ └── System.Windows.Extensions.dll │ │ │ ├── netcoreapp3.1 │ │ │ └── Microsoft.Data.SqlClient.dll │ │ │ └── netstandard2.0 │ │ │ ├── System.Runtime.Caching.dll │ │ │ └── System.Security.Cryptography.ProtectedData.dll │ │ ├── testhost.dll │ │ ├── testhost.exe │ │ ├── tr │ │ ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll │ │ ├── Microsoft.TestPlatform.CoreUtilities.resources.dll │ │ ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll │ │ ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll │ │ └── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll │ │ ├── zh-Hans │ │ ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll │ │ ├── Microsoft.TestPlatform.CoreUtilities.resources.dll │ │ ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll │ │ ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll │ │ └── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll │ │ └── zh-Hant │ │ ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll │ │ ├── Microsoft.TestPlatform.CoreUtilities.resources.dll │ │ ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll │ │ ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll │ │ └── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll └── obj │ ├── Core.Test.csproj.nuget.dgspec.json │ ├── Core.Test.csproj.nuget.g.props │ ├── Core.Test.csproj.nuget.g.targets │ ├── Debug │ └── net6.0 │ │ ├── .NETCoreApp,Version=v6.0.AssemblyAttributes.cs │ │ ├── Core.Test.AssemblyInfo.cs │ │ ├── Core.Test.AssemblyInfoInputs.cache │ │ ├── Core.Test.GeneratedMSBuildEditorConfig.editorconfig │ │ ├── Core.Test.assets.cache │ │ ├── Core.Test.csproj.AssemblyReference.cache │ │ ├── Core.Test.csproj.CopyComplete │ │ ├── Core.Test.csproj.CoreCompileInputs.cache │ │ ├── Core.Test.csproj.FileListAbsolute.txt │ │ ├── Core.Test.dll │ │ ├── Core.Test.genruntimeconfig.cache │ │ ├── Core.Test.pdb │ │ ├── ref │ │ └── Core.Test.dll │ │ └── refint │ │ └── Core.Test.dll │ ├── project.assets.json │ ├── project.nuget.cache │ ├── project.packagespec.json │ └── rider.project.restore.info ├── LibraryX.Api ├── .gitignore ├── .vscode │ ├── launch.json │ └── tasks.json ├── Areas │ ├── Authors │ │ ├── Controllers │ │ │ └── AuthorController.cs │ │ └── UseCases │ │ │ ├── Create │ │ │ └── Request.cs │ │ │ ├── Delete │ │ │ └── Request.cs │ │ │ ├── Edit │ │ │ └── Request.cs │ │ │ ├── GetAll │ │ │ └── Request.cs │ │ │ └── GetDetails │ │ │ └── Request.cs │ ├── Book │ │ ├── Controllers │ │ │ └── BookController.cs │ │ └── UseCases │ │ │ ├── Create │ │ │ └── Request.cs │ │ │ ├── Delete │ │ │ └── Request.cs │ │ │ ├── Edit │ │ │ └── Request.cs │ │ │ ├── GetAll │ │ │ └── Request.cs │ │ │ └── GetDetails │ │ │ └── Request.cs │ └── Categories │ │ ├── Controllers │ │ └── CategoryController.cs │ │ └── UseCases │ │ ├── Create │ │ └── Request.cs │ │ ├── Delete │ │ └── Request.cs │ │ ├── Edit │ │ └── Request.cs │ │ ├── GetAll │ │ └── Request.cs │ │ └── GetDetails │ │ └── Request.cs ├── Controllers │ └── BaseController.cs ├── DataContext │ ├── AppDbContext.cs │ └── Scripts │ │ └── Schema │ │ ├── 00_Create_Schema.sql │ │ ├── 01_Create_Author.sql │ │ ├── 02_Create_Category.sql │ │ └── 03_Create_Book.sql ├── LibraryContext │ ├── Mapping │ │ ├── AuthorMapping.cs │ │ ├── BookMapping.cs │ │ └── CategoryMapping.cs │ └── Models │ │ ├── AuthorModel.cs │ │ ├── BookModel.cs │ │ └── CategoryModel.cs ├── LibraryX.Api.csproj ├── Program.cs ├── Properties │ └── launchSettings.json ├── SharedContext │ ├── Exceptions │ │ ├── InvalidEmailLengthException.cs │ │ └── InvalidVerificationCodeException.cs │ ├── Models │ │ └── Model.cs │ ├── UseCases │ │ └── IRequest.cs │ └── ValueObjects │ │ ├── Email.cs │ │ └── ValueObject.cs ├── Usings.cs ├── appsettings.Development.json └── appsettings.json ├── LibraryX.sln └── LibraryX.sln.DotSettings.user /LibraryX/.idea/.idea.LibraryX/.idea/.gitignore: -------------------------------------------------------------------------------- 1 | # Default ignored files 2 | /shelf/ 3 | /workspace.xml 4 | # Rider ignored files 5 | /modules.xml 6 | /contentModel.xml 7 | /projectSettingsUpdater.xml 8 | /.idea.LibraryX.iml 9 | # Editor-based HTTP Client requests 10 | /httpRequests/ 11 | # Datasource local storage ignored files 12 | /dataSources/ 13 | /dataSources.local.xml 14 | -------------------------------------------------------------------------------- /LibraryX/.idea/.idea.LibraryX/.idea/encodings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /LibraryX/.idea/.idea.LibraryX/.idea/indexLayout.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /LibraryX/.idea/.idea.LibraryX/.idea/misc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | -------------------------------------------------------------------------------- /LibraryX/.idea/.idea.LibraryX/.idea/vcs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /LibraryX/Core.Test/Core.Test.csproj: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | net6.0 5 | enable 6 | 7 | false 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /LibraryX/Core.Test/ValueObjects/EmailTest.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using LibraryX.Api.SharedContext.Exceptions; 3 | using LibraryX.Api.SharedContext.ValueObjects; 4 | using Microsoft.VisualStudio.TestTools.UnitTesting; 5 | 6 | namespace Core.Test.ValueObjects; 7 | 8 | [TestClass] 9 | public class EmailTest 10 | { 11 | [TestMethod] 12 | public void GivenAValidVerificationCodeEmailShouldBeConfirmed() 13 | { 14 | Email email = new("mail@mail.com"); 15 | var code = email.VerificationCode; 16 | email.ConfirmEmail(code); 17 | 18 | Assert.IsTrue(email.Confirmed); 19 | } 20 | 21 | [TestMethod] 22 | [ExpectedException(typeof(InvalidVerificationCodeException))] 23 | public void GivenAnInvalidVerificationCodeShouldThrowInvalidArgumentException() 24 | { 25 | Email email = new("mail@mail.com"); 26 | email.ConfirmEmail("2A1C5F89"); 27 | } 28 | 29 | [TestMethod] 30 | [ExpectedException(typeof(ArgumentNullException))] 31 | public void GivenAValidVerificationCodeShouldThrowArgumentNullException() 32 | { 33 | Email email = new("mail@mail.com"); 34 | email.ConfirmEmail(); 35 | } 36 | } -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/Core.Test.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/Core.Test.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/Core.Test.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/Core.Test.pdb -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/Core.Test.runtimeconfig.json: -------------------------------------------------------------------------------- 1 | { 2 | "runtimeOptions": { 3 | "tfm": "net6.0", 4 | "frameworks": [ 5 | { 6 | "name": "Microsoft.NETCore.App", 7 | "version": "6.0.0" 8 | }, 9 | { 10 | "name": "Microsoft.AspNetCore.App", 11 | "version": "6.0.0" 12 | } 13 | ] 14 | } 15 | } -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/CoverletSourceRootsMapping: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/CoverletSourceRootsMapping -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/LibraryX.Api.deps.json: -------------------------------------------------------------------------------- 1 | { 2 | "runtimeTarget": { 3 | "name": ".NETCoreApp,Version=v6.0", 4 | "signature": "" 5 | }, 6 | "compilationOptions": {}, 7 | "targets": { 8 | ".NETCoreApp,Version=v6.0": { 9 | "LibraryX.Api/1.0.0": { 10 | "dependencies": { 11 | "Microsoft.EntityFrameworkCore": "6.0.2", 12 | "Microsoft.EntityFrameworkCore.Design": "6.0.2", 13 | "Microsoft.EntityFrameworkCore.Relational": "6.0.2", 14 | "Microsoft.EntityFrameworkCore.SqlServer": "6.0.2", 15 | "Swashbuckle.AspNetCore": "6.2.3" 16 | }, 17 | "runtime": { 18 | "LibraryX.Api.dll": {} 19 | } 20 | }, 21 | "Humanizer.Core/2.8.26": { 22 | "runtime": { 23 | "lib/netstandard2.0/Humanizer.dll": { 24 | "assemblyVersion": "2.8.0.0", 25 | "fileVersion": "2.8.26.1919" 26 | } 27 | } 28 | }, 29 | "Microsoft.CSharp/4.5.0": {}, 30 | "Microsoft.Data.SqlClient/2.1.4": { 31 | "dependencies": { 32 | "Microsoft.Data.SqlClient.SNI.runtime": "2.1.1", 33 | "Microsoft.Identity.Client": "4.21.1", 34 | "Microsoft.IdentityModel.JsonWebTokens": "6.8.0", 35 | "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.8.0", 36 | "Microsoft.Win32.Registry": "4.7.0", 37 | "System.Configuration.ConfigurationManager": "4.7.0", 38 | "System.Diagnostics.DiagnosticSource": "6.0.0", 39 | "System.Runtime.Caching": "4.7.0", 40 | "System.Security.Principal.Windows": "4.7.0", 41 | "System.Text.Encoding.CodePages": "4.7.0" 42 | }, 43 | "runtime": { 44 | "lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": { 45 | "assemblyVersion": "2.0.20168.4", 46 | "fileVersion": "2.0.20168.4" 47 | } 48 | }, 49 | "runtimeTargets": { 50 | "runtimes/unix/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": { 51 | "rid": "unix", 52 | "assetType": "runtime", 53 | "assemblyVersion": "2.0.20168.4", 54 | "fileVersion": "2.0.20168.4" 55 | }, 56 | "runtimes/win/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": { 57 | "rid": "win", 58 | "assetType": "runtime", 59 | "assemblyVersion": "2.0.20168.4", 60 | "fileVersion": "2.0.20168.4" 61 | } 62 | } 63 | }, 64 | "Microsoft.Data.SqlClient.SNI.runtime/2.1.1": { 65 | "runtimeTargets": { 66 | "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll": { 67 | "rid": "win-arm", 68 | "assetType": "native", 69 | "fileVersion": "2.1.1.0" 70 | }, 71 | "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": { 72 | "rid": "win-arm64", 73 | "assetType": "native", 74 | "fileVersion": "2.1.1.0" 75 | }, 76 | "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": { 77 | "rid": "win-x64", 78 | "assetType": "native", 79 | "fileVersion": "2.1.1.0" 80 | }, 81 | "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": { 82 | "rid": "win-x86", 83 | "assetType": "native", 84 | "fileVersion": "2.1.1.0" 85 | } 86 | } 87 | }, 88 | "Microsoft.EntityFrameworkCore/6.0.2": { 89 | "dependencies": { 90 | "Microsoft.EntityFrameworkCore.Abstractions": "6.0.2", 91 | "Microsoft.EntityFrameworkCore.Analyzers": "6.0.2", 92 | "Microsoft.Extensions.Caching.Memory": "6.0.1", 93 | "Microsoft.Extensions.DependencyInjection": "6.0.0", 94 | "Microsoft.Extensions.Logging": "6.0.0", 95 | "System.Collections.Immutable": "6.0.0", 96 | "System.Diagnostics.DiagnosticSource": "6.0.0" 97 | }, 98 | "runtime": { 99 | "lib/net6.0/Microsoft.EntityFrameworkCore.dll": { 100 | "assemblyVersion": "6.0.2.0", 101 | "fileVersion": "6.0.222.6404" 102 | } 103 | } 104 | }, 105 | "Microsoft.EntityFrameworkCore.Abstractions/6.0.2": { 106 | "runtime": { 107 | "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { 108 | "assemblyVersion": "6.0.2.0", 109 | "fileVersion": "6.0.222.6404" 110 | } 111 | } 112 | }, 113 | "Microsoft.EntityFrameworkCore.Analyzers/6.0.2": {}, 114 | "Microsoft.EntityFrameworkCore.Design/6.0.2": { 115 | "dependencies": { 116 | "Humanizer.Core": "2.8.26", 117 | "Microsoft.EntityFrameworkCore.Relational": "6.0.2" 118 | }, 119 | "runtime": { 120 | "lib/net6.0/Microsoft.EntityFrameworkCore.Design.dll": { 121 | "assemblyVersion": "6.0.2.0", 122 | "fileVersion": "6.0.222.6404" 123 | } 124 | } 125 | }, 126 | "Microsoft.EntityFrameworkCore.Relational/6.0.2": { 127 | "dependencies": { 128 | "Microsoft.EntityFrameworkCore": "6.0.2", 129 | "Microsoft.Extensions.Configuration.Abstractions": "6.0.0" 130 | }, 131 | "runtime": { 132 | "lib/net6.0/Microsoft.EntityFrameworkCore.Relational.dll": { 133 | "assemblyVersion": "6.0.2.0", 134 | "fileVersion": "6.0.222.6404" 135 | } 136 | } 137 | }, 138 | "Microsoft.EntityFrameworkCore.SqlServer/6.0.2": { 139 | "dependencies": { 140 | "Microsoft.Data.SqlClient": "2.1.4", 141 | "Microsoft.EntityFrameworkCore.Relational": "6.0.2" 142 | }, 143 | "runtime": { 144 | "lib/net6.0/Microsoft.EntityFrameworkCore.SqlServer.dll": { 145 | "assemblyVersion": "6.0.2.0", 146 | "fileVersion": "6.0.222.6404" 147 | } 148 | } 149 | }, 150 | "Microsoft.Extensions.ApiDescription.Server/3.0.0": {}, 151 | "Microsoft.Extensions.Caching.Abstractions/6.0.0": { 152 | "dependencies": { 153 | "Microsoft.Extensions.Primitives": "6.0.0" 154 | } 155 | }, 156 | "Microsoft.Extensions.Caching.Memory/6.0.1": { 157 | "dependencies": { 158 | "Microsoft.Extensions.Caching.Abstractions": "6.0.0", 159 | "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", 160 | "Microsoft.Extensions.Logging.Abstractions": "6.0.0", 161 | "Microsoft.Extensions.Options": "6.0.0", 162 | "Microsoft.Extensions.Primitives": "6.0.0" 163 | }, 164 | "runtime": { 165 | "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll": { 166 | "assemblyVersion": "6.0.0.0", 167 | "fileVersion": "6.0.222.6406" 168 | } 169 | } 170 | }, 171 | "Microsoft.Extensions.Configuration.Abstractions/6.0.0": { 172 | "dependencies": { 173 | "Microsoft.Extensions.Primitives": "6.0.0" 174 | } 175 | }, 176 | "Microsoft.Extensions.DependencyInjection/6.0.0": { 177 | "dependencies": { 178 | "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", 179 | "System.Runtime.CompilerServices.Unsafe": "6.0.0" 180 | } 181 | }, 182 | "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {}, 183 | "Microsoft.Extensions.Logging/6.0.0": { 184 | "dependencies": { 185 | "Microsoft.Extensions.DependencyInjection": "6.0.0", 186 | "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", 187 | "Microsoft.Extensions.Logging.Abstractions": "6.0.0", 188 | "Microsoft.Extensions.Options": "6.0.0", 189 | "System.Diagnostics.DiagnosticSource": "6.0.0" 190 | } 191 | }, 192 | "Microsoft.Extensions.Logging.Abstractions/6.0.0": {}, 193 | "Microsoft.Extensions.Options/6.0.0": { 194 | "dependencies": { 195 | "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", 196 | "Microsoft.Extensions.Primitives": "6.0.0" 197 | } 198 | }, 199 | "Microsoft.Extensions.Primitives/6.0.0": { 200 | "dependencies": { 201 | "System.Runtime.CompilerServices.Unsafe": "6.0.0" 202 | } 203 | }, 204 | "Microsoft.Identity.Client/4.21.1": { 205 | "runtime": { 206 | "lib/netcoreapp2.1/Microsoft.Identity.Client.dll": { 207 | "assemblyVersion": "4.21.1.0", 208 | "fileVersion": "4.21.1.0" 209 | } 210 | } 211 | }, 212 | "Microsoft.IdentityModel.JsonWebTokens/6.8.0": { 213 | "dependencies": { 214 | "Microsoft.IdentityModel.Tokens": "6.8.0" 215 | }, 216 | "runtime": { 217 | "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll": { 218 | "assemblyVersion": "6.8.0.0", 219 | "fileVersion": "6.8.0.11012" 220 | } 221 | } 222 | }, 223 | "Microsoft.IdentityModel.Logging/6.8.0": { 224 | "runtime": { 225 | "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll": { 226 | "assemblyVersion": "6.8.0.0", 227 | "fileVersion": "6.8.0.11012" 228 | } 229 | } 230 | }, 231 | "Microsoft.IdentityModel.Protocols/6.8.0": { 232 | "dependencies": { 233 | "Microsoft.IdentityModel.Logging": "6.8.0", 234 | "Microsoft.IdentityModel.Tokens": "6.8.0" 235 | }, 236 | "runtime": { 237 | "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll": { 238 | "assemblyVersion": "6.8.0.0", 239 | "fileVersion": "6.8.0.11012" 240 | } 241 | } 242 | }, 243 | "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.8.0": { 244 | "dependencies": { 245 | "Microsoft.IdentityModel.Protocols": "6.8.0", 246 | "System.IdentityModel.Tokens.Jwt": "6.8.0" 247 | }, 248 | "runtime": { 249 | "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { 250 | "assemblyVersion": "6.8.0.0", 251 | "fileVersion": "6.8.0.11012" 252 | } 253 | } 254 | }, 255 | "Microsoft.IdentityModel.Tokens/6.8.0": { 256 | "dependencies": { 257 | "Microsoft.CSharp": "4.5.0", 258 | "Microsoft.IdentityModel.Logging": "6.8.0", 259 | "System.Security.Cryptography.Cng": "4.5.0" 260 | }, 261 | "runtime": { 262 | "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll": { 263 | "assemblyVersion": "6.8.0.0", 264 | "fileVersion": "6.8.0.11012" 265 | } 266 | } 267 | }, 268 | "Microsoft.NETCore.Platforms/3.1.0": {}, 269 | "Microsoft.OpenApi/1.2.3": { 270 | "runtime": { 271 | "lib/netstandard2.0/Microsoft.OpenApi.dll": { 272 | "assemblyVersion": "1.2.3.0", 273 | "fileVersion": "1.2.3.0" 274 | } 275 | } 276 | }, 277 | "Microsoft.Win32.Registry/4.7.0": { 278 | "dependencies": { 279 | "System.Security.AccessControl": "4.7.0", 280 | "System.Security.Principal.Windows": "4.7.0" 281 | } 282 | }, 283 | "Microsoft.Win32.SystemEvents/4.7.0": { 284 | "dependencies": { 285 | "Microsoft.NETCore.Platforms": "3.1.0" 286 | }, 287 | "runtime": { 288 | "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll": { 289 | "assemblyVersion": "4.0.2.0", 290 | "fileVersion": "4.700.19.56404" 291 | } 292 | }, 293 | "runtimeTargets": { 294 | "runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll": { 295 | "rid": "win", 296 | "assetType": "runtime", 297 | "assemblyVersion": "4.0.2.0", 298 | "fileVersion": "4.700.19.56404" 299 | } 300 | } 301 | }, 302 | "Swashbuckle.AspNetCore/6.2.3": { 303 | "dependencies": { 304 | "Microsoft.Extensions.ApiDescription.Server": "3.0.0", 305 | "Swashbuckle.AspNetCore.Swagger": "6.2.3", 306 | "Swashbuckle.AspNetCore.SwaggerGen": "6.2.3", 307 | "Swashbuckle.AspNetCore.SwaggerUI": "6.2.3" 308 | } 309 | }, 310 | "Swashbuckle.AspNetCore.Swagger/6.2.3": { 311 | "dependencies": { 312 | "Microsoft.OpenApi": "1.2.3" 313 | }, 314 | "runtime": { 315 | "lib/net6.0/Swashbuckle.AspNetCore.Swagger.dll": { 316 | "assemblyVersion": "6.2.3.0", 317 | "fileVersion": "6.2.3.0" 318 | } 319 | } 320 | }, 321 | "Swashbuckle.AspNetCore.SwaggerGen/6.2.3": { 322 | "dependencies": { 323 | "Swashbuckle.AspNetCore.Swagger": "6.2.3" 324 | }, 325 | "runtime": { 326 | "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { 327 | "assemblyVersion": "6.2.3.0", 328 | "fileVersion": "6.2.3.0" 329 | } 330 | } 331 | }, 332 | "Swashbuckle.AspNetCore.SwaggerUI/6.2.3": { 333 | "runtime": { 334 | "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { 335 | "assemblyVersion": "6.2.3.0", 336 | "fileVersion": "6.2.3.0" 337 | } 338 | } 339 | }, 340 | "System.Collections.Immutable/6.0.0": { 341 | "dependencies": { 342 | "System.Runtime.CompilerServices.Unsafe": "6.0.0" 343 | } 344 | }, 345 | "System.Configuration.ConfigurationManager/4.7.0": { 346 | "dependencies": { 347 | "System.Security.Cryptography.ProtectedData": "4.7.0", 348 | "System.Security.Permissions": "4.7.0" 349 | }, 350 | "runtime": { 351 | "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll": { 352 | "assemblyVersion": "4.0.3.0", 353 | "fileVersion": "4.700.19.56404" 354 | } 355 | } 356 | }, 357 | "System.Diagnostics.DiagnosticSource/6.0.0": { 358 | "dependencies": { 359 | "System.Runtime.CompilerServices.Unsafe": "6.0.0" 360 | } 361 | }, 362 | "System.Drawing.Common/4.7.0": { 363 | "dependencies": { 364 | "Microsoft.NETCore.Platforms": "3.1.0", 365 | "Microsoft.Win32.SystemEvents": "4.7.0" 366 | }, 367 | "runtime": { 368 | "lib/netstandard2.0/System.Drawing.Common.dll": { 369 | "assemblyVersion": "4.0.0.1", 370 | "fileVersion": "4.6.26919.2" 371 | } 372 | }, 373 | "runtimeTargets": { 374 | "runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll": { 375 | "rid": "unix", 376 | "assetType": "runtime", 377 | "assemblyVersion": "4.0.2.0", 378 | "fileVersion": "4.700.19.56404" 379 | }, 380 | "runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll": { 381 | "rid": "win", 382 | "assetType": "runtime", 383 | "assemblyVersion": "4.0.2.0", 384 | "fileVersion": "4.700.19.56404" 385 | } 386 | } 387 | }, 388 | "System.IdentityModel.Tokens.Jwt/6.8.0": { 389 | "dependencies": { 390 | "Microsoft.IdentityModel.JsonWebTokens": "6.8.0", 391 | "Microsoft.IdentityModel.Tokens": "6.8.0" 392 | }, 393 | "runtime": { 394 | "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll": { 395 | "assemblyVersion": "6.8.0.0", 396 | "fileVersion": "6.8.0.11012" 397 | } 398 | } 399 | }, 400 | "System.Runtime.Caching/4.7.0": { 401 | "dependencies": { 402 | "System.Configuration.ConfigurationManager": "4.7.0" 403 | }, 404 | "runtime": { 405 | "lib/netstandard2.0/System.Runtime.Caching.dll": { 406 | "assemblyVersion": "4.0.1.0", 407 | "fileVersion": "4.700.19.56404" 408 | } 409 | }, 410 | "runtimeTargets": { 411 | "runtimes/win/lib/netstandard2.0/System.Runtime.Caching.dll": { 412 | "rid": "win", 413 | "assetType": "runtime", 414 | "assemblyVersion": "4.0.1.0", 415 | "fileVersion": "4.700.19.56404" 416 | } 417 | } 418 | }, 419 | "System.Runtime.CompilerServices.Unsafe/6.0.0": {}, 420 | "System.Security.AccessControl/4.7.0": { 421 | "dependencies": { 422 | "Microsoft.NETCore.Platforms": "3.1.0", 423 | "System.Security.Principal.Windows": "4.7.0" 424 | } 425 | }, 426 | "System.Security.Cryptography.Cng/4.5.0": {}, 427 | "System.Security.Cryptography.ProtectedData/4.7.0": { 428 | "runtime": { 429 | "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": { 430 | "assemblyVersion": "4.0.5.0", 431 | "fileVersion": "4.700.19.56404" 432 | } 433 | }, 434 | "runtimeTargets": { 435 | "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": { 436 | "rid": "win", 437 | "assetType": "runtime", 438 | "assemblyVersion": "4.0.5.0", 439 | "fileVersion": "4.700.19.56404" 440 | } 441 | } 442 | }, 443 | "System.Security.Permissions/4.7.0": { 444 | "dependencies": { 445 | "System.Security.AccessControl": "4.7.0", 446 | "System.Windows.Extensions": "4.7.0" 447 | }, 448 | "runtime": { 449 | "lib/netcoreapp3.0/System.Security.Permissions.dll": { 450 | "assemblyVersion": "4.0.3.0", 451 | "fileVersion": "4.700.19.56404" 452 | } 453 | } 454 | }, 455 | "System.Security.Principal.Windows/4.7.0": {}, 456 | "System.Text.Encoding.CodePages/4.7.0": { 457 | "dependencies": { 458 | "Microsoft.NETCore.Platforms": "3.1.0" 459 | } 460 | }, 461 | "System.Windows.Extensions/4.7.0": { 462 | "dependencies": { 463 | "System.Drawing.Common": "4.7.0" 464 | }, 465 | "runtime": { 466 | "lib/netcoreapp3.0/System.Windows.Extensions.dll": { 467 | "assemblyVersion": "4.0.1.0", 468 | "fileVersion": "4.700.19.56404" 469 | } 470 | }, 471 | "runtimeTargets": { 472 | "runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.dll": { 473 | "rid": "win", 474 | "assetType": "runtime", 475 | "assemblyVersion": "4.0.1.0", 476 | "fileVersion": "4.700.19.56404" 477 | } 478 | } 479 | } 480 | } 481 | }, 482 | "libraries": { 483 | "LibraryX.Api/1.0.0": { 484 | "type": "project", 485 | "serviceable": false, 486 | "sha512": "" 487 | }, 488 | "Humanizer.Core/2.8.26": { 489 | "type": "package", 490 | "serviceable": true, 491 | "sha512": "sha512-OiKusGL20vby4uDEswj2IgkdchC1yQ6rwbIkZDVBPIR6al2b7n3pC91elBul9q33KaBgRKhbZH3+2Ur4fnWx2A==", 492 | "path": "humanizer.core/2.8.26", 493 | "hashPath": "humanizer.core.2.8.26.nupkg.sha512" 494 | }, 495 | "Microsoft.CSharp/4.5.0": { 496 | "type": "package", 497 | "serviceable": true, 498 | "sha512": "sha512-kaj6Wb4qoMuH3HySFJhxwQfe8R/sJsNJnANrvv8WdFPMoNbKY5htfNscv+LHCu5ipz+49m2e+WQXpLXr9XYemQ==", 499 | "path": "microsoft.csharp/4.5.0", 500 | "hashPath": "microsoft.csharp.4.5.0.nupkg.sha512" 501 | }, 502 | "Microsoft.Data.SqlClient/2.1.4": { 503 | "type": "package", 504 | "serviceable": true, 505 | "sha512": "sha512-cDcKBTKILdRuAzJjbgXwGcUQXzMue+SG02kD4tZTXXfoz4ALrGLpCnA5k9khw3fnAMlMnRzLIGuvRdJurqmESA==", 506 | "path": "microsoft.data.sqlclient/2.1.4", 507 | "hashPath": "microsoft.data.sqlclient.2.1.4.nupkg.sha512" 508 | }, 509 | "Microsoft.Data.SqlClient.SNI.runtime/2.1.1": { 510 | "type": "package", 511 | "serviceable": true, 512 | "sha512": "sha512-JwGDWkyZgm7SATJmFLfT2G4teimvNbNtq3lsS9a5DzvhEZnQrZjZhevCU0vdx8MjheLHoG5vocuO03QtioFQxQ==", 513 | "path": "microsoft.data.sqlclient.sni.runtime/2.1.1", 514 | "hashPath": "microsoft.data.sqlclient.sni.runtime.2.1.1.nupkg.sha512" 515 | }, 516 | "Microsoft.EntityFrameworkCore/6.0.2": { 517 | "type": "package", 518 | "serviceable": true, 519 | "sha512": "sha512-hoZtatDA6zL/+gMXXkG3UNsF6iWguC9OkJeYUepqyPEF2mjFajga+DxS4H/UODs7HWo9oNCnhi2Q/BE9T0lg2g==", 520 | "path": "microsoft.entityframeworkcore/6.0.2", 521 | "hashPath": "microsoft.entityframeworkcore.6.0.2.nupkg.sha512" 522 | }, 523 | "Microsoft.EntityFrameworkCore.Abstractions/6.0.2": { 524 | "type": "package", 525 | "serviceable": true, 526 | "sha512": "sha512-71hgKvRpMebTp9bKZB86w3uRXQAJzTeksZ4EyO1/OKj/AoL8/8IU31kHHcIFAfX/D0uefl4rO6jWgh3OaR41pQ==", 527 | "path": "microsoft.entityframeworkcore.abstractions/6.0.2", 528 | "hashPath": "microsoft.entityframeworkcore.abstractions.6.0.2.nupkg.sha512" 529 | }, 530 | "Microsoft.EntityFrameworkCore.Analyzers/6.0.2": { 531 | "type": "package", 532 | "serviceable": true, 533 | "sha512": "sha512-pHUMjXPeWqyZS2OfkQsDC1Qdk30JVcPNDUxEVhOTDAJvyUN4EuBFYbnniQ9RLHbWAw8IkEwVAAo6v/ICmT4/dw==", 534 | "path": "microsoft.entityframeworkcore.analyzers/6.0.2", 535 | "hashPath": "microsoft.entityframeworkcore.analyzers.6.0.2.nupkg.sha512" 536 | }, 537 | "Microsoft.EntityFrameworkCore.Design/6.0.2": { 538 | "type": "package", 539 | "serviceable": true, 540 | "sha512": "sha512-U5nqbIKJ8LQF/T1BzMjL35mwhTPsEUsjLhX+GjPQcrKaavv6oczCdznhr7VbEmCmGSjQjSarNqXkSCneUX2mXA==", 541 | "path": "microsoft.entityframeworkcore.design/6.0.2", 542 | "hashPath": "microsoft.entityframeworkcore.design.6.0.2.nupkg.sha512" 543 | }, 544 | "Microsoft.EntityFrameworkCore.Relational/6.0.2": { 545 | "type": "package", 546 | "serviceable": true, 547 | "sha512": "sha512-yZARjY5P+jtCpoAogk5mOfdplATHow5gQugMje6F3cZFPKtF1UtJLGRyxVsNX4hCEWbSq/W+1AbXLCMQ1jOiSw==", 548 | "path": "microsoft.entityframeworkcore.relational/6.0.2", 549 | "hashPath": "microsoft.entityframeworkcore.relational.6.0.2.nupkg.sha512" 550 | }, 551 | "Microsoft.EntityFrameworkCore.SqlServer/6.0.2": { 552 | "type": "package", 553 | "serviceable": true, 554 | "sha512": "sha512-ghYelO6ipPSnW06rmj4HDhvOZX1of3tNZoDuc4RUC/yT9vdg24Fq0iamJiQSFYHskePkHvhABdrTVuyxPVGN7w==", 555 | "path": "microsoft.entityframeworkcore.sqlserver/6.0.2", 556 | "hashPath": "microsoft.entityframeworkcore.sqlserver.6.0.2.nupkg.sha512" 557 | }, 558 | "Microsoft.Extensions.ApiDescription.Server/3.0.0": { 559 | "type": "package", 560 | "serviceable": true, 561 | "sha512": "sha512-LH4OE/76F6sOCslif7+Xh3fS/wUUrE5ryeXAMcoCnuwOQGT5Smw0p57IgDh/pHgHaGz/e+AmEQb7pRgb++wt0w==", 562 | "path": "microsoft.extensions.apidescription.server/3.0.0", 563 | "hashPath": "microsoft.extensions.apidescription.server.3.0.0.nupkg.sha512" 564 | }, 565 | "Microsoft.Extensions.Caching.Abstractions/6.0.0": { 566 | "type": "package", 567 | "serviceable": true, 568 | "sha512": "sha512-bcz5sSFJbganH0+YrfvIjJDIcKNW7TL07C4d1eTmXy/wOt52iz4LVogJb6pazs7W0+74j0YpXFErvp++Aq5Bsw==", 569 | "path": "microsoft.extensions.caching.abstractions/6.0.0", 570 | "hashPath": "microsoft.extensions.caching.abstractions.6.0.0.nupkg.sha512" 571 | }, 572 | "Microsoft.Extensions.Caching.Memory/6.0.1": { 573 | "type": "package", 574 | "serviceable": true, 575 | "sha512": "sha512-B4y+Cev05eMcjf1na0v9gza6GUtahXbtY1JCypIgx3B4Ea/KAgsWyXEmW4q6zMbmTMtKzmPVk09rvFJirvMwTg==", 576 | "path": "microsoft.extensions.caching.memory/6.0.1", 577 | "hashPath": "microsoft.extensions.caching.memory.6.0.1.nupkg.sha512" 578 | }, 579 | "Microsoft.Extensions.Configuration.Abstractions/6.0.0": { 580 | "type": "package", 581 | "serviceable": true, 582 | "sha512": "sha512-qWzV9o+ZRWq+pGm+1dF+R7qTgTYoXvbyowRoBxQJGfqTpqDun2eteerjRQhq5PQ/14S+lqto3Ft4gYaRyl4rdQ==", 583 | "path": "microsoft.extensions.configuration.abstractions/6.0.0", 584 | "hashPath": "microsoft.extensions.configuration.abstractions.6.0.0.nupkg.sha512" 585 | }, 586 | "Microsoft.Extensions.DependencyInjection/6.0.0": { 587 | "type": "package", 588 | "serviceable": true, 589 | "sha512": "sha512-k6PWQMuoBDGGHOQTtyois2u4AwyVcIwL2LaSLlTZQm2CYcJ1pxbt6jfAnpWmzENA/wfrYRI/X9DTLoUkE4AsLw==", 590 | "path": "microsoft.extensions.dependencyinjection/6.0.0", 591 | "hashPath": "microsoft.extensions.dependencyinjection.6.0.0.nupkg.sha512" 592 | }, 593 | "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": { 594 | "type": "package", 595 | "serviceable": true, 596 | "sha512": "sha512-xlzi2IYREJH3/m6+lUrQlujzX8wDitm4QGnUu6kUXTQAWPuZY8i+ticFJbzfqaetLA6KR/rO6Ew/HuYD+bxifg==", 597 | "path": "microsoft.extensions.dependencyinjection.abstractions/6.0.0", 598 | "hashPath": "microsoft.extensions.dependencyinjection.abstractions.6.0.0.nupkg.sha512" 599 | }, 600 | "Microsoft.Extensions.Logging/6.0.0": { 601 | "type": "package", 602 | "serviceable": true, 603 | "sha512": "sha512-eIbyj40QDg1NDz0HBW0S5f3wrLVnKWnDJ/JtZ+yJDFnDj90VoPuoPmFkeaXrtu+0cKm5GRAwoDf+dBWXK0TUdg==", 604 | "path": "microsoft.extensions.logging/6.0.0", 605 | "hashPath": "microsoft.extensions.logging.6.0.0.nupkg.sha512" 606 | }, 607 | "Microsoft.Extensions.Logging.Abstractions/6.0.0": { 608 | "type": "package", 609 | "serviceable": true, 610 | "sha512": "sha512-/HggWBbTwy8TgebGSX5DBZ24ndhzi93sHUBDvP1IxbZD7FDokYzdAr6+vbWGjw2XAfR2EJ1sfKUotpjHnFWPxA==", 611 | "path": "microsoft.extensions.logging.abstractions/6.0.0", 612 | "hashPath": "microsoft.extensions.logging.abstractions.6.0.0.nupkg.sha512" 613 | }, 614 | "Microsoft.Extensions.Options/6.0.0": { 615 | "type": "package", 616 | "serviceable": true, 617 | "sha512": "sha512-dzXN0+V1AyjOe2xcJ86Qbo233KHuLEY0njf/P2Kw8SfJU+d45HNS2ctJdnEnrWbM9Ye2eFgaC5Mj9otRMU6IsQ==", 618 | "path": "microsoft.extensions.options/6.0.0", 619 | "hashPath": "microsoft.extensions.options.6.0.0.nupkg.sha512" 620 | }, 621 | "Microsoft.Extensions.Primitives/6.0.0": { 622 | "type": "package", 623 | "serviceable": true, 624 | "sha512": "sha512-9+PnzmQFfEFNR9J2aDTfJGGupShHjOuGw4VUv+JB044biSHrnmCIMD+mJHmb2H7YryrfBEXDurxQ47gJZdCKNQ==", 625 | "path": "microsoft.extensions.primitives/6.0.0", 626 | "hashPath": "microsoft.extensions.primitives.6.0.0.nupkg.sha512" 627 | }, 628 | "Microsoft.Identity.Client/4.21.1": { 629 | "type": "package", 630 | "serviceable": true, 631 | "sha512": "sha512-vycgk7S/HAbHaUaK4Tid1fsWHsXdFRRP2KavAIOHCVV27zvuQfYAjXmMvctuuF4egydSumG58CwPZob3gWeYgQ==", 632 | "path": "microsoft.identity.client/4.21.1", 633 | "hashPath": "microsoft.identity.client.4.21.1.nupkg.sha512" 634 | }, 635 | "Microsoft.IdentityModel.JsonWebTokens/6.8.0": { 636 | "type": "package", 637 | "serviceable": true, 638 | "sha512": "sha512-+7JIww64PkMt7NWFxoe4Y/joeF7TAtA/fQ0b2GFGcagzB59sKkTt/sMZWR6aSZht5YC7SdHi3W6yM1yylRGJCQ==", 639 | "path": "microsoft.identitymodel.jsonwebtokens/6.8.0", 640 | "hashPath": "microsoft.identitymodel.jsonwebtokens.6.8.0.nupkg.sha512" 641 | }, 642 | "Microsoft.IdentityModel.Logging/6.8.0": { 643 | "type": "package", 644 | "serviceable": true, 645 | "sha512": "sha512-Rfh/p4MaN4gkmhPxwbu8IjrmoDncGfHHPh1sTnc0AcM/Oc39/fzC9doKNWvUAjzFb8LqA6lgZyblTrIsX/wDXg==", 646 | "path": "microsoft.identitymodel.logging/6.8.0", 647 | "hashPath": "microsoft.identitymodel.logging.6.8.0.nupkg.sha512" 648 | }, 649 | "Microsoft.IdentityModel.Protocols/6.8.0": { 650 | "type": "package", 651 | "serviceable": true, 652 | "sha512": "sha512-OJZx5nPdiH+MEkwCkbJrTAUiO/YzLe0VSswNlDxJsJD9bhOIdXHufh650pfm59YH1DNevp3/bXzukKrG57gA1w==", 653 | "path": "microsoft.identitymodel.protocols/6.8.0", 654 | "hashPath": "microsoft.identitymodel.protocols.6.8.0.nupkg.sha512" 655 | }, 656 | "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.8.0": { 657 | "type": "package", 658 | "serviceable": true, 659 | "sha512": "sha512-X/PiV5l3nYYsodtrNMrNQIVlDmHpjQQ5w48E+o/D5H4es2+4niEyQf3l03chvZGWNzBRhfSstaXr25/Ye4AeYw==", 660 | "path": "microsoft.identitymodel.protocols.openidconnect/6.8.0", 661 | "hashPath": "microsoft.identitymodel.protocols.openidconnect.6.8.0.nupkg.sha512" 662 | }, 663 | "Microsoft.IdentityModel.Tokens/6.8.0": { 664 | "type": "package", 665 | "serviceable": true, 666 | "sha512": "sha512-gTqzsGcmD13HgtNePPcuVHZ/NXWmyV+InJgalW/FhWpII1D7V1k0obIseGlWMeA4G+tZfeGMfXr0klnWbMR/mQ==", 667 | "path": "microsoft.identitymodel.tokens/6.8.0", 668 | "hashPath": "microsoft.identitymodel.tokens.6.8.0.nupkg.sha512" 669 | }, 670 | "Microsoft.NETCore.Platforms/3.1.0": { 671 | "type": "package", 672 | "serviceable": true, 673 | "sha512": "sha512-z7aeg8oHln2CuNulfhiLYxCVMPEwBl3rzicjvIX+4sUuCwvXw5oXQEtbiU2c0z4qYL5L3Kmx0mMA/+t/SbY67w==", 674 | "path": "microsoft.netcore.platforms/3.1.0", 675 | "hashPath": "microsoft.netcore.platforms.3.1.0.nupkg.sha512" 676 | }, 677 | "Microsoft.OpenApi/1.2.3": { 678 | "type": "package", 679 | "serviceable": true, 680 | "sha512": "sha512-Nug3rO+7Kl5/SBAadzSMAVgqDlfGjJZ0GenQrLywJ84XGKO0uRqkunz5Wyl0SDwcR71bAATXvSdbdzPrYRYKGw==", 681 | "path": "microsoft.openapi/1.2.3", 682 | "hashPath": "microsoft.openapi.1.2.3.nupkg.sha512" 683 | }, 684 | "Microsoft.Win32.Registry/4.7.0": { 685 | "type": "package", 686 | "serviceable": true, 687 | "sha512": "sha512-KSrRMb5vNi0CWSGG1++id2ZOs/1QhRqROt+qgbEAdQuGjGrFcl4AOl4/exGPUYz2wUnU42nvJqon1T3U0kPXLA==", 688 | "path": "microsoft.win32.registry/4.7.0", 689 | "hashPath": "microsoft.win32.registry.4.7.0.nupkg.sha512" 690 | }, 691 | "Microsoft.Win32.SystemEvents/4.7.0": { 692 | "type": "package", 693 | "serviceable": true, 694 | "sha512": "sha512-mtVirZr++rq+XCDITMUdnETD59XoeMxSpLRIII7JRI6Yj0LEDiO1pPn0ktlnIj12Ix8bfvQqQDMMIF9wC98oCA==", 695 | "path": "microsoft.win32.systemevents/4.7.0", 696 | "hashPath": "microsoft.win32.systemevents.4.7.0.nupkg.sha512" 697 | }, 698 | "Swashbuckle.AspNetCore/6.2.3": { 699 | "type": "package", 700 | "serviceable": true, 701 | "sha512": "sha512-cnzQDn0Le+hInsw2SYwlOhOCPXpYi/szcvnyqZJ12v+QyrLBwAmWXBg6RIyHB18s/mLeywC+Rg2O9ndz0IUNYQ==", 702 | "path": "swashbuckle.aspnetcore/6.2.3", 703 | "hashPath": "swashbuckle.aspnetcore.6.2.3.nupkg.sha512" 704 | }, 705 | "Swashbuckle.AspNetCore.Swagger/6.2.3": { 706 | "type": "package", 707 | "serviceable": true, 708 | "sha512": "sha512-qOF7j1sL0bWm8g/qqHVPCvkO3JlVvUIB8WfC98kSh6BT5y5DAnBNctfac7XR5EZf+eD7/WasvANncTqwZYfmWQ==", 709 | "path": "swashbuckle.aspnetcore.swagger/6.2.3", 710 | "hashPath": "swashbuckle.aspnetcore.swagger.6.2.3.nupkg.sha512" 711 | }, 712 | "Swashbuckle.AspNetCore.SwaggerGen/6.2.3": { 713 | "type": "package", 714 | "serviceable": true, 715 | "sha512": "sha512-+Xq7WdMCCfcXlnbLJVFNgY8ITdP2TRYIlpbt6IKzDw5FwFxdi9lBfNDtcT+/wkKwX70iBBFmXldnnd02/VO72A==", 716 | "path": "swashbuckle.aspnetcore.swaggergen/6.2.3", 717 | "hashPath": "swashbuckle.aspnetcore.swaggergen.6.2.3.nupkg.sha512" 718 | }, 719 | "Swashbuckle.AspNetCore.SwaggerUI/6.2.3": { 720 | "type": "package", 721 | "serviceable": true, 722 | "sha512": "sha512-bCRI87uKJVb4G+KURWm8LQrL64St04dEFZcF6gIM67Zc0Sr/N47EO83ybLMYOvfNdO1DCv8xwPcrz9J/VEhQ5g==", 723 | "path": "swashbuckle.aspnetcore.swaggerui/6.2.3", 724 | "hashPath": "swashbuckle.aspnetcore.swaggerui.6.2.3.nupkg.sha512" 725 | }, 726 | "System.Collections.Immutable/6.0.0": { 727 | "type": "package", 728 | "serviceable": true, 729 | "sha512": "sha512-l4zZJ1WU2hqpQQHXz1rvC3etVZN+2DLmQMO79FhOTZHMn8tDRr+WU287sbomD0BETlmKDn0ygUgVy9k5xkkJdA==", 730 | "path": "system.collections.immutable/6.0.0", 731 | "hashPath": "system.collections.immutable.6.0.0.nupkg.sha512" 732 | }, 733 | "System.Configuration.ConfigurationManager/4.7.0": { 734 | "type": "package", 735 | "serviceable": true, 736 | "sha512": "sha512-/anOTeSZCNNI2zDilogWrZ8pNqCmYbzGNexUnNhjW8k0sHqEZ2nHJBp147jBV3hGYswu5lINpNg1vxR7bnqvVA==", 737 | "path": "system.configuration.configurationmanager/4.7.0", 738 | "hashPath": "system.configuration.configurationmanager.4.7.0.nupkg.sha512" 739 | }, 740 | "System.Diagnostics.DiagnosticSource/6.0.0": { 741 | "type": "package", 742 | "serviceable": true, 743 | "sha512": "sha512-frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==", 744 | "path": "system.diagnostics.diagnosticsource/6.0.0", 745 | "hashPath": "system.diagnostics.diagnosticsource.6.0.0.nupkg.sha512" 746 | }, 747 | "System.Drawing.Common/4.7.0": { 748 | "type": "package", 749 | "serviceable": true, 750 | "sha512": "sha512-v+XbyYHaZjDfn0ENmJEV1VYLgGgCTx1gnfOBcppowbpOAriglYgGCvFCPr2EEZyBvXlpxbEsTwkOlInl107ahA==", 751 | "path": "system.drawing.common/4.7.0", 752 | "hashPath": "system.drawing.common.4.7.0.nupkg.sha512" 753 | }, 754 | "System.IdentityModel.Tokens.Jwt/6.8.0": { 755 | "type": "package", 756 | "serviceable": true, 757 | "sha512": "sha512-5tBCjAub2Bhd5qmcd0WhR5s354e4oLYa//kOWrkX+6/7ZbDDJjMTfwLSOiZ/MMpWdE4DWPLOfTLOq/juj9CKzA==", 758 | "path": "system.identitymodel.tokens.jwt/6.8.0", 759 | "hashPath": "system.identitymodel.tokens.jwt.6.8.0.nupkg.sha512" 760 | }, 761 | "System.Runtime.Caching/4.7.0": { 762 | "type": "package", 763 | "serviceable": true, 764 | "sha512": "sha512-NdvNRjTPxYvIEhXQszT9L9vJhdQoX6AQ0AlhjTU+5NqFQVuacJTfhPVAvtGWNA2OJCqRiR/okBcZgMwI6MqcZg==", 765 | "path": "system.runtime.caching/4.7.0", 766 | "hashPath": "system.runtime.caching.4.7.0.nupkg.sha512" 767 | }, 768 | "System.Runtime.CompilerServices.Unsafe/6.0.0": { 769 | "type": "package", 770 | "serviceable": true, 771 | "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==", 772 | "path": "system.runtime.compilerservices.unsafe/6.0.0", 773 | "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512" 774 | }, 775 | "System.Security.AccessControl/4.7.0": { 776 | "type": "package", 777 | "serviceable": true, 778 | "sha512": "sha512-JECvTt5aFF3WT3gHpfofL2MNNP6v84sxtXxpqhLBCcDRzqsPBmHhQ6shv4DwwN2tRlzsUxtb3G9M3763rbXKDg==", 779 | "path": "system.security.accesscontrol/4.7.0", 780 | "hashPath": "system.security.accesscontrol.4.7.0.nupkg.sha512" 781 | }, 782 | "System.Security.Cryptography.Cng/4.5.0": { 783 | "type": "package", 784 | "serviceable": true, 785 | "sha512": "sha512-WG3r7EyjUe9CMPFSs6bty5doUqT+q9pbI80hlNzo2SkPkZ4VTuZkGWjpp77JB8+uaL4DFPRdBsAY+DX3dBK92A==", 786 | "path": "system.security.cryptography.cng/4.5.0", 787 | "hashPath": "system.security.cryptography.cng.4.5.0.nupkg.sha512" 788 | }, 789 | "System.Security.Cryptography.ProtectedData/4.7.0": { 790 | "type": "package", 791 | "serviceable": true, 792 | "sha512": "sha512-ehYW0m9ptxpGWvE4zgqongBVWpSDU/JCFD4K7krxkQwSz/sFQjEXCUqpvencjy6DYDbn7Ig09R8GFffu8TtneQ==", 793 | "path": "system.security.cryptography.protecteddata/4.7.0", 794 | "hashPath": "system.security.cryptography.protecteddata.4.7.0.nupkg.sha512" 795 | }, 796 | "System.Security.Permissions/4.7.0": { 797 | "type": "package", 798 | "serviceable": true, 799 | "sha512": "sha512-dkOV6YYVBnYRa15/yv004eCGRBVADXw8qRbbNiCn/XpdJSUXkkUeIvdvFHkvnko4CdKMqG8yRHC4ox83LSlMsQ==", 800 | "path": "system.security.permissions/4.7.0", 801 | "hashPath": "system.security.permissions.4.7.0.nupkg.sha512" 802 | }, 803 | "System.Security.Principal.Windows/4.7.0": { 804 | "type": "package", 805 | "serviceable": true, 806 | "sha512": "sha512-ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==", 807 | "path": "system.security.principal.windows/4.7.0", 808 | "hashPath": "system.security.principal.windows.4.7.0.nupkg.sha512" 809 | }, 810 | "System.Text.Encoding.CodePages/4.7.0": { 811 | "type": "package", 812 | "serviceable": true, 813 | "sha512": "sha512-aeu4FlaUTemuT1qOd1MyU4T516QR4Fy+9yDbwWMPHOHy7U8FD6SgTzdZFO7gHcfAPHtECqInbwklVvUK4RHcNg==", 814 | "path": "system.text.encoding.codepages/4.7.0", 815 | "hashPath": "system.text.encoding.codepages.4.7.0.nupkg.sha512" 816 | }, 817 | "System.Windows.Extensions/4.7.0": { 818 | "type": "package", 819 | "serviceable": true, 820 | "sha512": "sha512-CeWTdRNfRaSh0pm2gDTJFwVaXfTq6Xwv/sA887iwPTneW7oMtMlpvDIO+U60+3GWTB7Aom6oQwv5VZVUhQRdPQ==", 821 | "path": "system.windows.extensions/4.7.0", 822 | "hashPath": "system.windows.extensions.4.7.0.nupkg.sha512" 823 | } 824 | } 825 | } -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/LibraryX.Api.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/LibraryX.Api.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/LibraryX.Api.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/LibraryX.Api.exe -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/LibraryX.Api.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/LibraryX.Api.pdb -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/LibraryX.Api.runtimeconfig.json: -------------------------------------------------------------------------------- 1 | { 2 | "runtimeOptions": { 3 | "tfm": "net6.0", 4 | "frameworks": [ 5 | { 6 | "name": "Microsoft.NETCore.App", 7 | "version": "6.0.0" 8 | }, 9 | { 10 | "name": "Microsoft.AspNetCore.App", 11 | "version": "6.0.0" 12 | } 13 | ], 14 | "configProperties": { 15 | "System.GC.Server": true, 16 | "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false 17 | } 18 | } 19 | } -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/Microsoft.Data.SqlClient.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/Microsoft.Data.SqlClient.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.Relational.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.Relational.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.SqlServer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.SqlServer.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/Microsoft.Extensions.Caching.Memory.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/Microsoft.Extensions.Caching.Memory.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/Microsoft.Identity.Client.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/Microsoft.Identity.Client.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/Microsoft.IdentityModel.Logging.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/Microsoft.IdentityModel.Logging.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/Microsoft.IdentityModel.Protocols.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/Microsoft.IdentityModel.Protocols.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/Microsoft.IdentityModel.Tokens.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/Microsoft.IdentityModel.Tokens.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/Microsoft.OpenApi.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/Microsoft.OpenApi.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/Microsoft.TestPlatform.AdapterUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/Microsoft.TestPlatform.AdapterUtilities.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/Microsoft.TestPlatform.CommunicationUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/Microsoft.TestPlatform.CommunicationUtilities.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/Microsoft.TestPlatform.CoreUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/Microsoft.TestPlatform.CoreUtilities.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/Microsoft.TestPlatform.CrossPlatEngine.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/Microsoft.TestPlatform.CrossPlatEngine.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/Microsoft.TestPlatform.PlatformAbstractions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/Microsoft.TestPlatform.PlatformAbstractions.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/Microsoft.TestPlatform.Utilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/Microsoft.TestPlatform.Utilities.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/Microsoft.VisualStudio.CodeCoverage.Shim.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/Microsoft.VisualStudio.CodeCoverage.Shim.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/Microsoft.VisualStudio.TestPlatform.Common.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/Microsoft.VisualStudio.TestPlatform.Common.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/Microsoft.Win32.SystemEvents.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/Microsoft.Win32.SystemEvents.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/NuGet.Frameworks.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/NuGet.Frameworks.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/Swashbuckle.AspNetCore.Swagger.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/Swashbuckle.AspNetCore.Swagger.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/System.Configuration.ConfigurationManager.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/System.Configuration.ConfigurationManager.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/System.Drawing.Common.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/System.Drawing.Common.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/System.IdentityModel.Tokens.Jwt.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/System.IdentityModel.Tokens.Jwt.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/System.Runtime.Caching.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/System.Runtime.Caching.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/System.Security.Cryptography.ProtectedData.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/System.Security.Cryptography.ProtectedData.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/System.Security.Permissions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/System.Security.Permissions.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/System.Windows.Extensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/System.Windows.Extensions.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/appsettings.Development.json: -------------------------------------------------------------------------------- 1 | { 2 | "Logging": { 3 | "LogLevel": { 4 | "Default": "Information", 5 | "Microsoft.AspNetCore": "Warning" 6 | } 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/appsettings.json: -------------------------------------------------------------------------------- 1 | { 2 | "Logging": { 3 | "LogLevel": { 4 | "Default": "Information", 5 | "Microsoft.AspNetCore": "Warning" 6 | } 7 | }, 8 | "AllowedHosts": "*" 9 | } 10 | -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/runtimes/unix/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/runtimes/unix/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/runtimes/win/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/runtimes/win/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/runtimes/win/lib/netstandard2.0/System.Runtime.Caching.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/runtimes/win/lib/netstandard2.0/System.Runtime.Caching.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/testhost.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/testhost.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/testhost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/testhost.exe -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/bin/Debug/net6.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/bin/Debug/net6.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/obj/Core.Test.csproj.nuget.dgspec.json: -------------------------------------------------------------------------------- 1 | { 2 | "format": 1, 3 | "restore": { 4 | "C:\\Users\\brewe\\OneDrive\\Hobby\\libraryx-backend\\LibraryX\\Core.Test\\Core.Test.csproj": {} 5 | }, 6 | "projects": { 7 | "C:\\Users\\brewe\\OneDrive\\Hobby\\libraryx-backend\\LibraryX\\Core.Test\\Core.Test.csproj": { 8 | "version": "1.0.0", 9 | "restore": { 10 | "projectUniqueName": "C:\\Users\\brewe\\OneDrive\\Hobby\\libraryx-backend\\LibraryX\\Core.Test\\Core.Test.csproj", 11 | "projectName": "Core.Test", 12 | "projectPath": "C:\\Users\\brewe\\OneDrive\\Hobby\\libraryx-backend\\LibraryX\\Core.Test\\Core.Test.csproj", 13 | "packagesPath": "C:\\Users\\brewe\\.nuget\\packages\\", 14 | "outputPath": "C:\\Users\\brewe\\OneDrive\\Hobby\\libraryx-backend\\LibraryX\\Core.Test\\obj\\", 15 | "projectStyle": "PackageReference", 16 | "fallbackFolders": [ 17 | "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" 18 | ], 19 | "configFilePaths": [ 20 | "C:\\Users\\brewe\\AppData\\Roaming\\NuGet\\NuGet.Config", 21 | "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", 22 | "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" 23 | ], 24 | "originalTargetFrameworks": [ 25 | "net6.0" 26 | ], 27 | "sources": { 28 | "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, 29 | "https://api.nuget.org/v3/index.json": {} 30 | }, 31 | "frameworks": { 32 | "net6.0": { 33 | "targetAlias": "net6.0", 34 | "projectReferences": { 35 | "C:\\Users\\brewe\\OneDrive\\Hobby\\libraryx-backend\\LibraryX\\LibraryX.Api\\LibraryX.Api.csproj": { 36 | "projectPath": "C:\\Users\\brewe\\OneDrive\\Hobby\\libraryx-backend\\LibraryX\\LibraryX.Api\\LibraryX.Api.csproj" 37 | } 38 | } 39 | } 40 | }, 41 | "warningProperties": { 42 | "warnAsError": [ 43 | "NU1605" 44 | ] 45 | } 46 | }, 47 | "frameworks": { 48 | "net6.0": { 49 | "targetAlias": "net6.0", 50 | "dependencies": { 51 | "MSTest.TestAdapter": { 52 | "target": "Package", 53 | "version": "[2.2.7, )" 54 | }, 55 | "MSTest.TestFramework": { 56 | "target": "Package", 57 | "version": "[2.2.7, )" 58 | }, 59 | "Microsoft.NET.Test.Sdk": { 60 | "target": "Package", 61 | "version": "[16.11.0, )" 62 | }, 63 | "coverlet.collector": { 64 | "target": "Package", 65 | "version": "[3.1.0, )" 66 | } 67 | }, 68 | "imports": [ 69 | "net461", 70 | "net462", 71 | "net47", 72 | "net471", 73 | "net472", 74 | "net48" 75 | ], 76 | "assetTargetFallback": true, 77 | "warn": true, 78 | "frameworkReferences": { 79 | "Microsoft.AspNetCore.App": { 80 | "privateAssets": "none" 81 | }, 82 | "Microsoft.NETCore.App": { 83 | "privateAssets": "all" 84 | } 85 | }, 86 | "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.200\\RuntimeIdentifierGraph.json" 87 | } 88 | } 89 | }, 90 | "C:\\Users\\brewe\\OneDrive\\Hobby\\libraryx-backend\\LibraryX\\LibraryX.Api\\LibraryX.Api.csproj": { 91 | "version": "1.0.0", 92 | "restore": { 93 | "projectUniqueName": "C:\\Users\\brewe\\OneDrive\\Hobby\\libraryx-backend\\LibraryX\\LibraryX.Api\\LibraryX.Api.csproj", 94 | "projectName": "LibraryX.Api", 95 | "projectPath": "C:\\Users\\brewe\\OneDrive\\Hobby\\libraryx-backend\\LibraryX\\LibraryX.Api\\LibraryX.Api.csproj", 96 | "packagesPath": "C:\\Users\\brewe\\.nuget\\packages\\", 97 | "outputPath": "C:\\Users\\brewe\\OneDrive\\Hobby\\libraryx-backend\\LibraryX\\LibraryX.Api\\obj\\", 98 | "projectStyle": "PackageReference", 99 | "fallbackFolders": [ 100 | "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" 101 | ], 102 | "configFilePaths": [ 103 | "C:\\Users\\brewe\\AppData\\Roaming\\NuGet\\NuGet.Config", 104 | "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", 105 | "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" 106 | ], 107 | "originalTargetFrameworks": [ 108 | "net6.0" 109 | ], 110 | "sources": { 111 | "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, 112 | "https://api.nuget.org/v3/index.json": {} 113 | }, 114 | "frameworks": { 115 | "net6.0": { 116 | "targetAlias": "net6.0", 117 | "projectReferences": {} 118 | } 119 | }, 120 | "warningProperties": { 121 | "warnAsError": [ 122 | "NU1605" 123 | ] 124 | } 125 | }, 126 | "frameworks": { 127 | "net6.0": { 128 | "targetAlias": "net6.0", 129 | "dependencies": { 130 | "Microsoft.EntityFrameworkCore": { 131 | "target": "Package", 132 | "version": "[6.0.2, )" 133 | }, 134 | "Microsoft.EntityFrameworkCore.Design": { 135 | "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive", 136 | "suppressParent": "All", 137 | "target": "Package", 138 | "version": "[6.0.2, )" 139 | }, 140 | "Microsoft.EntityFrameworkCore.Relational": { 141 | "target": "Package", 142 | "version": "[6.0.2, )" 143 | }, 144 | "Microsoft.EntityFrameworkCore.SqlServer": { 145 | "target": "Package", 146 | "version": "[6.0.2, )" 147 | }, 148 | "Swashbuckle.AspNetCore": { 149 | "target": "Package", 150 | "version": "[6.2.3, )" 151 | } 152 | }, 153 | "imports": [ 154 | "net461", 155 | "net462", 156 | "net47", 157 | "net471", 158 | "net472", 159 | "net48" 160 | ], 161 | "assetTargetFallback": true, 162 | "warn": true, 163 | "frameworkReferences": { 164 | "Microsoft.AspNetCore.App": { 165 | "privateAssets": "none" 166 | }, 167 | "Microsoft.NETCore.App": { 168 | "privateAssets": "all" 169 | } 170 | }, 171 | "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.200\\RuntimeIdentifierGraph.json" 172 | } 173 | } 174 | } 175 | } 176 | } -------------------------------------------------------------------------------- /LibraryX/Core.Test/obj/Core.Test.csproj.nuget.g.props: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | True 5 | NuGet 6 | $(MSBuildThisFileDirectory)project.assets.json 7 | $(UserProfile)\.nuget\packages\ 8 | C:\Users\brewe\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages 9 | PackageReference 10 | 6.0.0 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | C:\Users\brewe\.nuget\packages\microsoft.extensions.apidescription.server\3.0.0 24 | C:\Users\brewe\.nuget\packages\newtonsoft.json\9.0.1 25 | 26 | -------------------------------------------------------------------------------- /LibraryX/Core.Test/obj/Core.Test.csproj.nuget.g.targets: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /LibraryX/Core.Test/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs: -------------------------------------------------------------------------------- 1 | // 2 | using System; 3 | using System.Reflection; 4 | [assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")] 5 | -------------------------------------------------------------------------------- /LibraryX/Core.Test/obj/Debug/net6.0/Core.Test.AssemblyInfo.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // This code was generated by a tool. 4 | // 5 | // Changes to this file may cause incorrect behavior and will be lost if 6 | // the code is regenerated. 7 | // 8 | //------------------------------------------------------------------------------ 9 | 10 | using System; 11 | using System.Reflection; 12 | 13 | [assembly: System.Reflection.AssemblyCompanyAttribute("Core.Test")] 14 | [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] 15 | [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] 16 | [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] 17 | [assembly: System.Reflection.AssemblyProductAttribute("Core.Test")] 18 | [assembly: System.Reflection.AssemblyTitleAttribute("Core.Test")] 19 | [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] 20 | 21 | // Generated by the MSBuild WriteCodeFragment class. 22 | 23 | -------------------------------------------------------------------------------- /LibraryX/Core.Test/obj/Debug/net6.0/Core.Test.AssemblyInfoInputs.cache: -------------------------------------------------------------------------------- 1 | cea23721a75c479c98cefbdbc3682a66003512bb 2 | -------------------------------------------------------------------------------- /LibraryX/Core.Test/obj/Debug/net6.0/Core.Test.GeneratedMSBuildEditorConfig.editorconfig: -------------------------------------------------------------------------------- 1 | is_global = true 2 | build_property.TargetFramework = net6.0 3 | build_property.TargetPlatformMinVersion = 4 | build_property.UsingMicrosoftNETSdkWeb = 5 | build_property.ProjectTypeGuids = 6 | build_property.InvariantGlobalization = 7 | build_property.PlatformNeutralAssembly = 8 | build_property._SupportedPlatformList = Linux,macOS,Windows 9 | build_property.RootNamespace = Core.Test 10 | build_property.ProjectDir = C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\ 11 | -------------------------------------------------------------------------------- /LibraryX/Core.Test/obj/Debug/net6.0/Core.Test.assets.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/obj/Debug/net6.0/Core.Test.assets.cache -------------------------------------------------------------------------------- /LibraryX/Core.Test/obj/Debug/net6.0/Core.Test.csproj.AssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/obj/Debug/net6.0/Core.Test.csproj.AssemblyReference.cache -------------------------------------------------------------------------------- /LibraryX/Core.Test/obj/Debug/net6.0/Core.Test.csproj.CopyComplete: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/obj/Debug/net6.0/Core.Test.csproj.CopyComplete -------------------------------------------------------------------------------- /LibraryX/Core.Test/obj/Debug/net6.0/Core.Test.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 7119d3b6a2cfc6fe4ccb4067d5e7a4569db32130 2 | -------------------------------------------------------------------------------- /LibraryX/Core.Test/obj/Debug/net6.0/Core.Test.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- 1 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\CoverletSourceRootsMapping 2 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\testhost.dll 3 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\LibraryX.Api.deps.json 4 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\LibraryX.Api.runtimeconfig.json 5 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\appsettings.Development.json 6 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\appsettings.json 7 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\LibraryX.Api.exe 8 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\testhost.exe 9 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\Microsoft.TestPlatform.PlatformAbstractions.dll 10 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll 11 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.dll 12 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll 13 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\Microsoft.TestPlatform.AdapterUtilities.dll 14 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\Core.Test.deps.json 15 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\Core.Test.runtimeconfig.json 16 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\Core.Test.dll 17 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\Core.Test.pdb 18 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\Microsoft.VisualStudio.CodeCoverage.Shim.dll 19 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\Microsoft.Data.SqlClient.dll 20 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\Microsoft.EntityFrameworkCore.dll 21 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\Microsoft.EntityFrameworkCore.Abstractions.dll 22 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\Microsoft.EntityFrameworkCore.Relational.dll 23 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\Microsoft.EntityFrameworkCore.SqlServer.dll 24 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\Microsoft.Extensions.Caching.Memory.dll 25 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\Microsoft.Identity.Client.dll 26 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\Microsoft.IdentityModel.JsonWebTokens.dll 27 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\Microsoft.IdentityModel.Logging.dll 28 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\Microsoft.IdentityModel.Protocols.dll 29 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll 30 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\Microsoft.IdentityModel.Tokens.dll 31 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\Microsoft.OpenApi.dll 32 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\Microsoft.TestPlatform.CoreUtilities.dll 33 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll 34 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\Microsoft.TestPlatform.CommunicationUtilities.dll 35 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\Microsoft.TestPlatform.CrossPlatEngine.dll 36 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\Microsoft.TestPlatform.Utilities.dll 37 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\Microsoft.VisualStudio.TestPlatform.Common.dll 38 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\Microsoft.Win32.SystemEvents.dll 39 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll 40 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\Microsoft.VisualStudio.TestPlatform.TestFramework.dll 41 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\Newtonsoft.Json.dll 42 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\NuGet.Frameworks.dll 43 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\Swashbuckle.AspNetCore.Swagger.dll 44 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\Swashbuckle.AspNetCore.SwaggerGen.dll 45 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\Swashbuckle.AspNetCore.SwaggerUI.dll 46 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\System.Configuration.ConfigurationManager.dll 47 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\System.Drawing.Common.dll 48 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\System.IdentityModel.Tokens.Jwt.dll 49 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\System.Runtime.Caching.dll 50 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\System.Security.Cryptography.ProtectedData.dll 51 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\System.Security.Permissions.dll 52 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\System.Windows.Extensions.dll 53 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\cs\Microsoft.TestPlatform.CoreUtilities.resources.dll 54 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\cs\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll 55 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\de\Microsoft.TestPlatform.CoreUtilities.resources.dll 56 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\de\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll 57 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\es\Microsoft.TestPlatform.CoreUtilities.resources.dll 58 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\es\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll 59 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\fr\Microsoft.TestPlatform.CoreUtilities.resources.dll 60 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\fr\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll 61 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\it\Microsoft.TestPlatform.CoreUtilities.resources.dll 62 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\it\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll 63 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\ja\Microsoft.TestPlatform.CoreUtilities.resources.dll 64 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\ja\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll 65 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\ko\Microsoft.TestPlatform.CoreUtilities.resources.dll 66 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\ko\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll 67 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\pl\Microsoft.TestPlatform.CoreUtilities.resources.dll 68 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\pl\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll 69 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\pt-BR\Microsoft.TestPlatform.CoreUtilities.resources.dll 70 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\pt-BR\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll 71 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\ru\Microsoft.TestPlatform.CoreUtilities.resources.dll 72 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\ru\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll 73 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\tr\Microsoft.TestPlatform.CoreUtilities.resources.dll 74 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\tr\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll 75 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\zh-Hans\Microsoft.TestPlatform.CoreUtilities.resources.dll 76 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\zh-Hans\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll 77 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\zh-Hant\Microsoft.TestPlatform.CoreUtilities.resources.dll 78 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\zh-Hant\Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll 79 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\cs\Microsoft.TestPlatform.CommunicationUtilities.resources.dll 80 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\cs\Microsoft.TestPlatform.CrossPlatEngine.resources.dll 81 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\cs\Microsoft.VisualStudio.TestPlatform.Common.resources.dll 82 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\de\Microsoft.TestPlatform.CommunicationUtilities.resources.dll 83 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\de\Microsoft.TestPlatform.CrossPlatEngine.resources.dll 84 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\de\Microsoft.VisualStudio.TestPlatform.Common.resources.dll 85 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\es\Microsoft.TestPlatform.CommunicationUtilities.resources.dll 86 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\es\Microsoft.TestPlatform.CrossPlatEngine.resources.dll 87 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\es\Microsoft.VisualStudio.TestPlatform.Common.resources.dll 88 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\fr\Microsoft.TestPlatform.CommunicationUtilities.resources.dll 89 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\fr\Microsoft.TestPlatform.CrossPlatEngine.resources.dll 90 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\fr\Microsoft.VisualStudio.TestPlatform.Common.resources.dll 91 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\it\Microsoft.TestPlatform.CommunicationUtilities.resources.dll 92 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\it\Microsoft.TestPlatform.CrossPlatEngine.resources.dll 93 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\it\Microsoft.VisualStudio.TestPlatform.Common.resources.dll 94 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\ja\Microsoft.TestPlatform.CommunicationUtilities.resources.dll 95 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\ja\Microsoft.TestPlatform.CrossPlatEngine.resources.dll 96 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\ja\Microsoft.VisualStudio.TestPlatform.Common.resources.dll 97 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\ko\Microsoft.TestPlatform.CommunicationUtilities.resources.dll 98 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\ko\Microsoft.TestPlatform.CrossPlatEngine.resources.dll 99 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\ko\Microsoft.VisualStudio.TestPlatform.Common.resources.dll 100 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\pl\Microsoft.TestPlatform.CommunicationUtilities.resources.dll 101 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\pl\Microsoft.TestPlatform.CrossPlatEngine.resources.dll 102 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\pl\Microsoft.VisualStudio.TestPlatform.Common.resources.dll 103 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\pt-BR\Microsoft.TestPlatform.CommunicationUtilities.resources.dll 104 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\pt-BR\Microsoft.TestPlatform.CrossPlatEngine.resources.dll 105 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\pt-BR\Microsoft.VisualStudio.TestPlatform.Common.resources.dll 106 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\ru\Microsoft.TestPlatform.CommunicationUtilities.resources.dll 107 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\ru\Microsoft.TestPlatform.CrossPlatEngine.resources.dll 108 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\ru\Microsoft.VisualStudio.TestPlatform.Common.resources.dll 109 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\tr\Microsoft.TestPlatform.CommunicationUtilities.resources.dll 110 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\tr\Microsoft.TestPlatform.CrossPlatEngine.resources.dll 111 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\tr\Microsoft.VisualStudio.TestPlatform.Common.resources.dll 112 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\zh-Hans\Microsoft.TestPlatform.CommunicationUtilities.resources.dll 113 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\zh-Hans\Microsoft.TestPlatform.CrossPlatEngine.resources.dll 114 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\zh-Hans\Microsoft.VisualStudio.TestPlatform.Common.resources.dll 115 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\zh-Hant\Microsoft.TestPlatform.CommunicationUtilities.resources.dll 116 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\zh-Hant\Microsoft.TestPlatform.CrossPlatEngine.resources.dll 117 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\zh-Hant\Microsoft.VisualStudio.TestPlatform.Common.resources.dll 118 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\runtimes\unix\lib\netcoreapp3.1\Microsoft.Data.SqlClient.dll 119 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\runtimes\win\lib\netcoreapp3.1\Microsoft.Data.SqlClient.dll 120 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\runtimes\win-arm\native\Microsoft.Data.SqlClient.SNI.dll 121 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\runtimes\win-arm64\native\Microsoft.Data.SqlClient.SNI.dll 122 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\runtimes\win-x64\native\Microsoft.Data.SqlClient.SNI.dll 123 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\runtimes\win-x86\native\Microsoft.Data.SqlClient.SNI.dll 124 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\runtimes\win\lib\netcoreapp3.0\Microsoft.Win32.SystemEvents.dll 125 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\runtimes\unix\lib\netcoreapp3.0\System.Drawing.Common.dll 126 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\runtimes\win\lib\netcoreapp3.0\System.Drawing.Common.dll 127 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\runtimes\win\lib\netstandard2.0\System.Runtime.Caching.dll 128 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\runtimes\win\lib\netstandard2.0\System.Security.Cryptography.ProtectedData.dll 129 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\runtimes\win\lib\netcoreapp3.0\System.Windows.Extensions.dll 130 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\LibraryX.Api.dll 131 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\bin\Debug\net6.0\LibraryX.Api.pdb 132 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\obj\Debug\net6.0\Core.Test.csproj.AssemblyReference.cache 133 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\obj\Debug\net6.0\Core.Test.GeneratedMSBuildEditorConfig.editorconfig 134 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\obj\Debug\net6.0\Core.Test.AssemblyInfoInputs.cache 135 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\obj\Debug\net6.0\Core.Test.AssemblyInfo.cs 136 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\obj\Debug\net6.0\Core.Test.csproj.CoreCompileInputs.cache 137 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\obj\Debug\net6.0\Core.Test.csproj.CopyComplete 138 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\obj\Debug\net6.0\Core.Test.dll 139 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\obj\Debug\net6.0\refint\Core.Test.dll 140 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\obj\Debug\net6.0\Core.Test.pdb 141 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\obj\Debug\net6.0\Core.Test.genruntimeconfig.cache 142 | C:\Users\brewe\OneDrive\Hobby\libraryx-backend\LibraryX\Core.Test\obj\Debug\net6.0\ref\Core.Test.dll 143 | -------------------------------------------------------------------------------- /LibraryX/Core.Test/obj/Debug/net6.0/Core.Test.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/obj/Debug/net6.0/Core.Test.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/obj/Debug/net6.0/Core.Test.genruntimeconfig.cache: -------------------------------------------------------------------------------- 1 | 62cc7c7fd97fb839a900e717dbcd5ba3f6bdb2fa 2 | -------------------------------------------------------------------------------- /LibraryX/Core.Test/obj/Debug/net6.0/Core.Test.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/obj/Debug/net6.0/Core.Test.pdb -------------------------------------------------------------------------------- /LibraryX/Core.Test/obj/Debug/net6.0/ref/Core.Test.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/obj/Debug/net6.0/ref/Core.Test.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/obj/Debug/net6.0/refint/Core.Test.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Library/libraryx-backend/a4f9cd1601e7089c70b408f002ae96740db7247d/LibraryX/Core.Test/obj/Debug/net6.0/refint/Core.Test.dll -------------------------------------------------------------------------------- /LibraryX/Core.Test/obj/project.nuget.cache: -------------------------------------------------------------------------------- 1 | { 2 | "version": 2, 3 | "dgSpecHash": "mMTZPbFUpZvb2JixyV+EDL7x8gNcPeMooXJh9CFKOzcf9PETE6Vd1UqfrsiCNY5XymNrDG/WTzol+s0GIziQ5Q==", 4 | "success": true, 5 | "projectFilePath": "C:\\Users\\brewe\\OneDrive\\Hobby\\libraryx-backend\\LibraryX\\Core.Test\\Core.Test.csproj", 6 | "expectedPackageFiles": [ 7 | "C:\\Users\\brewe\\.nuget\\packages\\coverlet.collector\\3.1.0\\coverlet.collector.3.1.0.nupkg.sha512", 8 | "C:\\Users\\brewe\\.nuget\\packages\\microsoft.codecoverage\\16.11.0\\microsoft.codecoverage.16.11.0.nupkg.sha512", 9 | "C:\\Users\\brewe\\.nuget\\packages\\microsoft.csharp\\4.5.0\\microsoft.csharp.4.5.0.nupkg.sha512", 10 | "C:\\Users\\brewe\\.nuget\\packages\\microsoft.data.sqlclient\\2.1.4\\microsoft.data.sqlclient.2.1.4.nupkg.sha512", 11 | "C:\\Users\\brewe\\.nuget\\packages\\microsoft.data.sqlclient.sni.runtime\\2.1.1\\microsoft.data.sqlclient.sni.runtime.2.1.1.nupkg.sha512", 12 | "C:\\Users\\brewe\\.nuget\\packages\\microsoft.entityframeworkcore\\6.0.2\\microsoft.entityframeworkcore.6.0.2.nupkg.sha512", 13 | "C:\\Users\\brewe\\.nuget\\packages\\microsoft.entityframeworkcore.abstractions\\6.0.2\\microsoft.entityframeworkcore.abstractions.6.0.2.nupkg.sha512", 14 | "C:\\Users\\brewe\\.nuget\\packages\\microsoft.entityframeworkcore.analyzers\\6.0.2\\microsoft.entityframeworkcore.analyzers.6.0.2.nupkg.sha512", 15 | "C:\\Users\\brewe\\.nuget\\packages\\microsoft.entityframeworkcore.relational\\6.0.2\\microsoft.entityframeworkcore.relational.6.0.2.nupkg.sha512", 16 | "C:\\Users\\brewe\\.nuget\\packages\\microsoft.entityframeworkcore.sqlserver\\6.0.2\\microsoft.entityframeworkcore.sqlserver.6.0.2.nupkg.sha512", 17 | "C:\\Users\\brewe\\.nuget\\packages\\microsoft.extensions.apidescription.server\\3.0.0\\microsoft.extensions.apidescription.server.3.0.0.nupkg.sha512", 18 | "C:\\Users\\brewe\\.nuget\\packages\\microsoft.extensions.caching.abstractions\\6.0.0\\microsoft.extensions.caching.abstractions.6.0.0.nupkg.sha512", 19 | "C:\\Users\\brewe\\.nuget\\packages\\microsoft.extensions.caching.memory\\6.0.1\\microsoft.extensions.caching.memory.6.0.1.nupkg.sha512", 20 | "C:\\Users\\brewe\\.nuget\\packages\\microsoft.extensions.configuration.abstractions\\6.0.0\\microsoft.extensions.configuration.abstractions.6.0.0.nupkg.sha512", 21 | "C:\\Users\\brewe\\.nuget\\packages\\microsoft.extensions.dependencyinjection\\6.0.0\\microsoft.extensions.dependencyinjection.6.0.0.nupkg.sha512", 22 | "C:\\Users\\brewe\\.nuget\\packages\\microsoft.extensions.dependencyinjection.abstractions\\6.0.0\\microsoft.extensions.dependencyinjection.abstractions.6.0.0.nupkg.sha512", 23 | "C:\\Users\\brewe\\.nuget\\packages\\microsoft.extensions.logging\\6.0.0\\microsoft.extensions.logging.6.0.0.nupkg.sha512", 24 | "C:\\Users\\brewe\\.nuget\\packages\\microsoft.extensions.logging.abstractions\\6.0.0\\microsoft.extensions.logging.abstractions.6.0.0.nupkg.sha512", 25 | "C:\\Users\\brewe\\.nuget\\packages\\microsoft.extensions.options\\6.0.0\\microsoft.extensions.options.6.0.0.nupkg.sha512", 26 | "C:\\Users\\brewe\\.nuget\\packages\\microsoft.extensions.primitives\\6.0.0\\microsoft.extensions.primitives.6.0.0.nupkg.sha512", 27 | "C:\\Users\\brewe\\.nuget\\packages\\microsoft.identity.client\\4.21.1\\microsoft.identity.client.4.21.1.nupkg.sha512", 28 | "C:\\Users\\brewe\\.nuget\\packages\\microsoft.identitymodel.jsonwebtokens\\6.8.0\\microsoft.identitymodel.jsonwebtokens.6.8.0.nupkg.sha512", 29 | "C:\\Users\\brewe\\.nuget\\packages\\microsoft.identitymodel.logging\\6.8.0\\microsoft.identitymodel.logging.6.8.0.nupkg.sha512", 30 | "C:\\Users\\brewe\\.nuget\\packages\\microsoft.identitymodel.protocols\\6.8.0\\microsoft.identitymodel.protocols.6.8.0.nupkg.sha512", 31 | "C:\\Users\\brewe\\.nuget\\packages\\microsoft.identitymodel.protocols.openidconnect\\6.8.0\\microsoft.identitymodel.protocols.openidconnect.6.8.0.nupkg.sha512", 32 | "C:\\Users\\brewe\\.nuget\\packages\\microsoft.identitymodel.tokens\\6.8.0\\microsoft.identitymodel.tokens.6.8.0.nupkg.sha512", 33 | "C:\\Users\\brewe\\.nuget\\packages\\microsoft.net.test.sdk\\16.11.0\\microsoft.net.test.sdk.16.11.0.nupkg.sha512", 34 | "C:\\Users\\brewe\\.nuget\\packages\\microsoft.netcore.platforms\\3.1.0\\microsoft.netcore.platforms.3.1.0.nupkg.sha512", 35 | "C:\\Users\\brewe\\.nuget\\packages\\microsoft.netcore.targets\\1.1.0\\microsoft.netcore.targets.1.1.0.nupkg.sha512", 36 | "C:\\Users\\brewe\\.nuget\\packages\\microsoft.openapi\\1.2.3\\microsoft.openapi.1.2.3.nupkg.sha512", 37 | "C:\\Users\\brewe\\.nuget\\packages\\microsoft.testplatform.objectmodel\\16.11.0\\microsoft.testplatform.objectmodel.16.11.0.nupkg.sha512", 38 | "C:\\Users\\brewe\\.nuget\\packages\\microsoft.testplatform.testhost\\16.11.0\\microsoft.testplatform.testhost.16.11.0.nupkg.sha512", 39 | "C:\\Users\\brewe\\.nuget\\packages\\microsoft.win32.primitives\\4.3.0\\microsoft.win32.primitives.4.3.0.nupkg.sha512", 40 | "C:\\Users\\brewe\\.nuget\\packages\\microsoft.win32.registry\\4.7.0\\microsoft.win32.registry.4.7.0.nupkg.sha512", 41 | "C:\\Users\\brewe\\.nuget\\packages\\microsoft.win32.systemevents\\4.7.0\\microsoft.win32.systemevents.4.7.0.nupkg.sha512", 42 | "C:\\Users\\brewe\\.nuget\\packages\\mstest.testadapter\\2.2.7\\mstest.testadapter.2.2.7.nupkg.sha512", 43 | "C:\\Users\\brewe\\.nuget\\packages\\mstest.testframework\\2.2.7\\mstest.testframework.2.2.7.nupkg.sha512", 44 | "C:\\Users\\brewe\\.nuget\\packages\\netstandard.library\\1.6.1\\netstandard.library.1.6.1.nupkg.sha512", 45 | "C:\\Users\\brewe\\.nuget\\packages\\newtonsoft.json\\9.0.1\\newtonsoft.json.9.0.1.nupkg.sha512", 46 | "C:\\Users\\brewe\\.nuget\\packages\\nuget.frameworks\\5.0.0\\nuget.frameworks.5.0.0.nupkg.sha512", 47 | "C:\\Users\\brewe\\.nuget\\packages\\runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", 48 | "C:\\Users\\brewe\\.nuget\\packages\\runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", 49 | "C:\\Users\\brewe\\.nuget\\packages\\runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", 50 | "C:\\Users\\brewe\\.nuget\\packages\\runtime.native.system\\4.3.0\\runtime.native.system.4.3.0.nupkg.sha512", 51 | "C:\\Users\\brewe\\.nuget\\packages\\runtime.native.system.io.compression\\4.3.0\\runtime.native.system.io.compression.4.3.0.nupkg.sha512", 52 | "C:\\Users\\brewe\\.nuget\\packages\\runtime.native.system.net.http\\4.3.0\\runtime.native.system.net.http.4.3.0.nupkg.sha512", 53 | "C:\\Users\\brewe\\.nuget\\packages\\runtime.native.system.security.cryptography.apple\\4.3.0\\runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512", 54 | "C:\\Users\\brewe\\.nuget\\packages\\runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", 55 | "C:\\Users\\brewe\\.nuget\\packages\\runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", 56 | "C:\\Users\\brewe\\.nuget\\packages\\runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", 57 | "C:\\Users\\brewe\\.nuget\\packages\\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple\\4.3.0\\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512", 58 | "C:\\Users\\brewe\\.nuget\\packages\\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", 59 | "C:\\Users\\brewe\\.nuget\\packages\\runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", 60 | "C:\\Users\\brewe\\.nuget\\packages\\runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", 61 | "C:\\Users\\brewe\\.nuget\\packages\\runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", 62 | "C:\\Users\\brewe\\.nuget\\packages\\runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", 63 | "C:\\Users\\brewe\\.nuget\\packages\\swashbuckle.aspnetcore\\6.2.3\\swashbuckle.aspnetcore.6.2.3.nupkg.sha512", 64 | "C:\\Users\\brewe\\.nuget\\packages\\swashbuckle.aspnetcore.swagger\\6.2.3\\swashbuckle.aspnetcore.swagger.6.2.3.nupkg.sha512", 65 | "C:\\Users\\brewe\\.nuget\\packages\\swashbuckle.aspnetcore.swaggergen\\6.2.3\\swashbuckle.aspnetcore.swaggergen.6.2.3.nupkg.sha512", 66 | "C:\\Users\\brewe\\.nuget\\packages\\swashbuckle.aspnetcore.swaggerui\\6.2.3\\swashbuckle.aspnetcore.swaggerui.6.2.3.nupkg.sha512", 67 | "C:\\Users\\brewe\\.nuget\\packages\\system.appcontext\\4.3.0\\system.appcontext.4.3.0.nupkg.sha512", 68 | "C:\\Users\\brewe\\.nuget\\packages\\system.buffers\\4.3.0\\system.buffers.4.3.0.nupkg.sha512", 69 | "C:\\Users\\brewe\\.nuget\\packages\\system.collections\\4.3.0\\system.collections.4.3.0.nupkg.sha512", 70 | "C:\\Users\\brewe\\.nuget\\packages\\system.collections.concurrent\\4.3.0\\system.collections.concurrent.4.3.0.nupkg.sha512", 71 | "C:\\Users\\brewe\\.nuget\\packages\\system.collections.immutable\\6.0.0\\system.collections.immutable.6.0.0.nupkg.sha512", 72 | "C:\\Users\\brewe\\.nuget\\packages\\system.configuration.configurationmanager\\4.7.0\\system.configuration.configurationmanager.4.7.0.nupkg.sha512", 73 | "C:\\Users\\brewe\\.nuget\\packages\\system.console\\4.3.0\\system.console.4.3.0.nupkg.sha512", 74 | "C:\\Users\\brewe\\.nuget\\packages\\system.diagnostics.debug\\4.3.0\\system.diagnostics.debug.4.3.0.nupkg.sha512", 75 | "C:\\Users\\brewe\\.nuget\\packages\\system.diagnostics.diagnosticsource\\6.0.0\\system.diagnostics.diagnosticsource.6.0.0.nupkg.sha512", 76 | "C:\\Users\\brewe\\.nuget\\packages\\system.diagnostics.textwritertracelistener\\4.3.0\\system.diagnostics.textwritertracelistener.4.3.0.nupkg.sha512", 77 | "C:\\Users\\brewe\\.nuget\\packages\\system.diagnostics.tools\\4.3.0\\system.diagnostics.tools.4.3.0.nupkg.sha512", 78 | "C:\\Users\\brewe\\.nuget\\packages\\system.diagnostics.tracesource\\4.3.0\\system.diagnostics.tracesource.4.3.0.nupkg.sha512", 79 | "C:\\Users\\brewe\\.nuget\\packages\\system.diagnostics.tracing\\4.3.0\\system.diagnostics.tracing.4.3.0.nupkg.sha512", 80 | "C:\\Users\\brewe\\.nuget\\packages\\system.drawing.common\\4.7.0\\system.drawing.common.4.7.0.nupkg.sha512", 81 | "C:\\Users\\brewe\\.nuget\\packages\\system.dynamic.runtime\\4.0.11\\system.dynamic.runtime.4.0.11.nupkg.sha512", 82 | "C:\\Users\\brewe\\.nuget\\packages\\system.globalization\\4.3.0\\system.globalization.4.3.0.nupkg.sha512", 83 | "C:\\Users\\brewe\\.nuget\\packages\\system.globalization.calendars\\4.3.0\\system.globalization.calendars.4.3.0.nupkg.sha512", 84 | "C:\\Users\\brewe\\.nuget\\packages\\system.globalization.extensions\\4.3.0\\system.globalization.extensions.4.3.0.nupkg.sha512", 85 | "C:\\Users\\brewe\\.nuget\\packages\\system.identitymodel.tokens.jwt\\6.8.0\\system.identitymodel.tokens.jwt.6.8.0.nupkg.sha512", 86 | "C:\\Users\\brewe\\.nuget\\packages\\system.io\\4.3.0\\system.io.4.3.0.nupkg.sha512", 87 | "C:\\Users\\brewe\\.nuget\\packages\\system.io.compression\\4.3.0\\system.io.compression.4.3.0.nupkg.sha512", 88 | "C:\\Users\\brewe\\.nuget\\packages\\system.io.compression.zipfile\\4.3.0\\system.io.compression.zipfile.4.3.0.nupkg.sha512", 89 | "C:\\Users\\brewe\\.nuget\\packages\\system.io.filesystem\\4.3.0\\system.io.filesystem.4.3.0.nupkg.sha512", 90 | "C:\\Users\\brewe\\.nuget\\packages\\system.io.filesystem.primitives\\4.3.0\\system.io.filesystem.primitives.4.3.0.nupkg.sha512", 91 | "C:\\Users\\brewe\\.nuget\\packages\\system.linq\\4.3.0\\system.linq.4.3.0.nupkg.sha512", 92 | "C:\\Users\\brewe\\.nuget\\packages\\system.linq.expressions\\4.3.0\\system.linq.expressions.4.3.0.nupkg.sha512", 93 | "C:\\Users\\brewe\\.nuget\\packages\\system.net.http\\4.3.0\\system.net.http.4.3.0.nupkg.sha512", 94 | "C:\\Users\\brewe\\.nuget\\packages\\system.net.primitives\\4.3.0\\system.net.primitives.4.3.0.nupkg.sha512", 95 | "C:\\Users\\brewe\\.nuget\\packages\\system.net.sockets\\4.3.0\\system.net.sockets.4.3.0.nupkg.sha512", 96 | "C:\\Users\\brewe\\.nuget\\packages\\system.objectmodel\\4.3.0\\system.objectmodel.4.3.0.nupkg.sha512", 97 | "C:\\Users\\brewe\\.nuget\\packages\\system.reflection\\4.3.0\\system.reflection.4.3.0.nupkg.sha512", 98 | "C:\\Users\\brewe\\.nuget\\packages\\system.reflection.emit\\4.3.0\\system.reflection.emit.4.3.0.nupkg.sha512", 99 | "C:\\Users\\brewe\\.nuget\\packages\\system.reflection.emit.ilgeneration\\4.3.0\\system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512", 100 | "C:\\Users\\brewe\\.nuget\\packages\\system.reflection.emit.lightweight\\4.3.0\\system.reflection.emit.lightweight.4.3.0.nupkg.sha512", 101 | "C:\\Users\\brewe\\.nuget\\packages\\system.reflection.extensions\\4.3.0\\system.reflection.extensions.4.3.0.nupkg.sha512", 102 | "C:\\Users\\brewe\\.nuget\\packages\\system.reflection.metadata\\1.6.0\\system.reflection.metadata.1.6.0.nupkg.sha512", 103 | "C:\\Users\\brewe\\.nuget\\packages\\system.reflection.primitives\\4.3.0\\system.reflection.primitives.4.3.0.nupkg.sha512", 104 | "C:\\Users\\brewe\\.nuget\\packages\\system.reflection.typeextensions\\4.3.0\\system.reflection.typeextensions.4.3.0.nupkg.sha512", 105 | "C:\\Users\\brewe\\.nuget\\packages\\system.resources.resourcemanager\\4.3.0\\system.resources.resourcemanager.4.3.0.nupkg.sha512", 106 | "C:\\Users\\brewe\\.nuget\\packages\\system.runtime\\4.3.0\\system.runtime.4.3.0.nupkg.sha512", 107 | "C:\\Users\\brewe\\.nuget\\packages\\system.runtime.caching\\4.7.0\\system.runtime.caching.4.7.0.nupkg.sha512", 108 | "C:\\Users\\brewe\\.nuget\\packages\\system.runtime.compilerservices.unsafe\\6.0.0\\system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512", 109 | "C:\\Users\\brewe\\.nuget\\packages\\system.runtime.extensions\\4.3.0\\system.runtime.extensions.4.3.0.nupkg.sha512", 110 | "C:\\Users\\brewe\\.nuget\\packages\\system.runtime.handles\\4.3.0\\system.runtime.handles.4.3.0.nupkg.sha512", 111 | "C:\\Users\\brewe\\.nuget\\packages\\system.runtime.interopservices\\4.3.0\\system.runtime.interopservices.4.3.0.nupkg.sha512", 112 | "C:\\Users\\brewe\\.nuget\\packages\\system.runtime.interopservices.runtimeinformation\\4.3.0\\system.runtime.interopservices.runtimeinformation.4.3.0.nupkg.sha512", 113 | "C:\\Users\\brewe\\.nuget\\packages\\system.runtime.numerics\\4.3.0\\system.runtime.numerics.4.3.0.nupkg.sha512", 114 | "C:\\Users\\brewe\\.nuget\\packages\\system.runtime.serialization.primitives\\4.1.1\\system.runtime.serialization.primitives.4.1.1.nupkg.sha512", 115 | "C:\\Users\\brewe\\.nuget\\packages\\system.security.accesscontrol\\4.7.0\\system.security.accesscontrol.4.7.0.nupkg.sha512", 116 | "C:\\Users\\brewe\\.nuget\\packages\\system.security.cryptography.algorithms\\4.3.0\\system.security.cryptography.algorithms.4.3.0.nupkg.sha512", 117 | "C:\\Users\\brewe\\.nuget\\packages\\system.security.cryptography.cng\\4.5.0\\system.security.cryptography.cng.4.5.0.nupkg.sha512", 118 | "C:\\Users\\brewe\\.nuget\\packages\\system.security.cryptography.csp\\4.3.0\\system.security.cryptography.csp.4.3.0.nupkg.sha512", 119 | "C:\\Users\\brewe\\.nuget\\packages\\system.security.cryptography.encoding\\4.3.0\\system.security.cryptography.encoding.4.3.0.nupkg.sha512", 120 | "C:\\Users\\brewe\\.nuget\\packages\\system.security.cryptography.openssl\\4.3.0\\system.security.cryptography.openssl.4.3.0.nupkg.sha512", 121 | "C:\\Users\\brewe\\.nuget\\packages\\system.security.cryptography.primitives\\4.3.0\\system.security.cryptography.primitives.4.3.0.nupkg.sha512", 122 | "C:\\Users\\brewe\\.nuget\\packages\\system.security.cryptography.protecteddata\\4.7.0\\system.security.cryptography.protecteddata.4.7.0.nupkg.sha512", 123 | "C:\\Users\\brewe\\.nuget\\packages\\system.security.cryptography.x509certificates\\4.3.0\\system.security.cryptography.x509certificates.4.3.0.nupkg.sha512", 124 | "C:\\Users\\brewe\\.nuget\\packages\\system.security.permissions\\4.7.0\\system.security.permissions.4.7.0.nupkg.sha512", 125 | "C:\\Users\\brewe\\.nuget\\packages\\system.security.principal.windows\\4.7.0\\system.security.principal.windows.4.7.0.nupkg.sha512", 126 | "C:\\Users\\brewe\\.nuget\\packages\\system.text.encoding\\4.3.0\\system.text.encoding.4.3.0.nupkg.sha512", 127 | "C:\\Users\\brewe\\.nuget\\packages\\system.text.encoding.codepages\\4.7.0\\system.text.encoding.codepages.4.7.0.nupkg.sha512", 128 | "C:\\Users\\brewe\\.nuget\\packages\\system.text.encoding.extensions\\4.3.0\\system.text.encoding.extensions.4.3.0.nupkg.sha512", 129 | "C:\\Users\\brewe\\.nuget\\packages\\system.text.regularexpressions\\4.3.0\\system.text.regularexpressions.4.3.0.nupkg.sha512", 130 | "C:\\Users\\brewe\\.nuget\\packages\\system.threading\\4.3.0\\system.threading.4.3.0.nupkg.sha512", 131 | "C:\\Users\\brewe\\.nuget\\packages\\system.threading.tasks\\4.3.0\\system.threading.tasks.4.3.0.nupkg.sha512", 132 | "C:\\Users\\brewe\\.nuget\\packages\\system.threading.tasks.extensions\\4.3.0\\system.threading.tasks.extensions.4.3.0.nupkg.sha512", 133 | "C:\\Users\\brewe\\.nuget\\packages\\system.threading.timer\\4.3.0\\system.threading.timer.4.3.0.nupkg.sha512", 134 | "C:\\Users\\brewe\\.nuget\\packages\\system.windows.extensions\\4.7.0\\system.windows.extensions.4.7.0.nupkg.sha512", 135 | "C:\\Users\\brewe\\.nuget\\packages\\system.xml.readerwriter\\4.3.0\\system.xml.readerwriter.4.3.0.nupkg.sha512", 136 | "C:\\Users\\brewe\\.nuget\\packages\\system.xml.xdocument\\4.3.0\\system.xml.xdocument.4.3.0.nupkg.sha512" 137 | ], 138 | "logs": [] 139 | } -------------------------------------------------------------------------------- /LibraryX/Core.Test/obj/project.packagespec.json: -------------------------------------------------------------------------------- 1 | "restore":{"projectUniqueName":"C:\\Users\\brewe\\OneDrive\\Hobby\\libraryx-backend\\LibraryX\\Core.Test\\Core.Test.csproj","projectName":"Core.Test","projectPath":"C:\\Users\\brewe\\OneDrive\\Hobby\\libraryx-backend\\LibraryX\\Core.Test\\Core.Test.csproj","outputPath":"C:\\Users\\brewe\\OneDrive\\Hobby\\libraryx-backend\\LibraryX\\Core.Test\\obj\\","projectStyle":"PackageReference","fallbackFolders":["C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"],"originalTargetFrameworks":["net6.0"],"sources":{"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\":{},"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net6.0":{"targetAlias":"net6.0","projectReferences":{"C:\\Users\\brewe\\OneDrive\\Hobby\\libraryx-backend\\LibraryX\\LibraryX.Api\\LibraryX.Api.csproj":{"projectPath":"C:\\Users\\brewe\\OneDrive\\Hobby\\libraryx-backend\\LibraryX\\LibraryX.Api\\LibraryX.Api.csproj"}}}},"warningProperties":{"warnAsError":["NU1605"]}}"frameworks":{"net6.0":{"targetAlias":"net6.0","dependencies":{"MSTest.TestAdapter":{"target":"Package","version":"[2.2.7, )"},"MSTest.TestFramework":{"target":"Package","version":"[2.2.7, )"},"Microsoft.NET.Test.Sdk":{"target":"Package","version":"[16.11.0, )"},"coverlet.collector":{"target":"Package","version":"[3.1.0, )"}},"imports":["net461","net462","net47","net471","net472","net48"],"assetTargetFallback":true,"warn":true,"frameworkReferences":{"Microsoft.AspNetCore.App":{"privateAssets":"none"},"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"C:\\Program Files\\dotnet\\sdk\\6.0.200\\RuntimeIdentifierGraph.json"}} -------------------------------------------------------------------------------- /LibraryX/Core.Test/obj/rider.project.restore.info: -------------------------------------------------------------------------------- 1 | 16477367995651797 -------------------------------------------------------------------------------- /LibraryX/LibraryX.Api/.gitignore: -------------------------------------------------------------------------------- 1 | # User-specific files 2 | *.rsuser 3 | *.suo 4 | *.user 5 | *.userosscache 6 | *.sln.docstates 7 | 8 | # User-specific files (MonoDevelop/Xamarin Studio) 9 | *.userprefs 10 | 11 | # Mono auto generated files 12 | mono_crash.* 13 | 14 | # Build results 15 | [Dd]ebug/ 16 | [Dd]ebugPublic/ 17 | [Rr]elease/ 18 | [Rr]eleases/ 19 | x64/ 20 | x86/ 21 | [Ww][Ii][Nn]32/ 22 | [Aa][Rr][Mm]/ 23 | [Aa][Rr][Mm]64/ 24 | bld/ 25 | [Bb]in/ 26 | [Oo]bj/ 27 | [Ll]og/ 28 | [Ll]ogs/ 29 | 30 | # Visual Studio 2015/2017 cache/options directory 31 | .vs/ 32 | # Uncomment if you have tasks that create the project's static files in wwwroot 33 | #wwwroot/ 34 | 35 | # Visual Studio 2017 auto generated files 36 | Generated\ Files/ 37 | 38 | # MSTest test Results 39 | [Tt]est[Rr]esult*/ 40 | [Bb]uild[Ll]og.* 41 | 42 | # NUnit 43 | *.VisualState.xml 44 | TestResult.xml 45 | nunit-*.xml 46 | 47 | # Build Results of an ATL Project 48 | [Dd]ebugPS/ 49 | [Rr]eleasePS/ 50 | dlldata.c 51 | 52 | # Benchmark Results 53 | BenchmarkDotNet.Artifacts/ 54 | 55 | # .NET Core 56 | project.lock.json 57 | project.fragment.lock.json 58 | artifacts/ 59 | 60 | # Tye 61 | .tye/ 62 | 63 | # ASP.NET Scaffolding 64 | ScaffoldingReadMe.txt 65 | 66 | # StyleCop 67 | StyleCopReport.xml 68 | 69 | # Files built by Visual Studio 70 | *_i.c 71 | *_p.c 72 | *_h.h 73 | *.ilk 74 | *.meta 75 | *.obj 76 | *.iobj 77 | *.pch 78 | *.pdb 79 | *.ipdb 80 | *.pgc 81 | *.pgd 82 | *.rsp 83 | *.sbr 84 | *.tlb 85 | *.tli 86 | *.tlh 87 | *.tmp 88 | *.tmp_proj 89 | *_wpftmp.csproj 90 | *.log 91 | *.vspscc 92 | *.vssscc 93 | .builds 94 | *.pidb 95 | *.svclog 96 | *.scc 97 | 98 | # Chutzpah Test files 99 | _Chutzpah* 100 | 101 | # Visual C++ cache files 102 | ipch/ 103 | *.aps 104 | *.ncb 105 | *.opendb 106 | *.opensdf 107 | *.sdf 108 | *.cachefile 109 | *.VC.db 110 | *.VC.VC.opendb 111 | 112 | # Visual Studio profiler 113 | *.psess 114 | *.vsp 115 | *.vspx 116 | *.sap 117 | 118 | # Visual Studio Trace Files 119 | *.e2e 120 | 121 | # TFS 2012 Local Workspace 122 | $tf/ 123 | 124 | # Guidance Automation Toolkit 125 | *.gpState 126 | 127 | # ReSharper is a .NET coding add-in 128 | _ReSharper*/ 129 | *.[Rr]e[Ss]harper 130 | *.DotSettings.user 131 | 132 | # TeamCity is a build add-in 133 | _TeamCity* 134 | 135 | # DotCover is a Code Coverage Tool 136 | *.dotCover 137 | 138 | # AxoCover is a Code Coverage Tool 139 | .axoCover/* 140 | !.axoCover/settings.json 141 | 142 | # Coverlet is a free, cross platform Code Coverage Tool 143 | coverage*.json 144 | coverage*.xml 145 | coverage*.info 146 | 147 | # Visual Studio code coverage results 148 | *.coverage 149 | *.coveragexml 150 | 151 | # NCrunch 152 | _NCrunch_* 153 | .*crunch*.local.xml 154 | nCrunchTemp_* 155 | 156 | # MightyMoose 157 | *.mm.* 158 | AutoTest.Net/ 159 | 160 | # Web workbench (sass) 161 | .sass-cache/ 162 | 163 | # Installshield output folder 164 | [Ee]xpress/ 165 | 166 | # DocProject is a documentation generator add-in 167 | DocProject/buildhelp/ 168 | DocProject/Help/*.HxT 169 | DocProject/Help/*.HxC 170 | DocProject/Help/*.hhc 171 | DocProject/Help/*.hhk 172 | DocProject/Help/*.hhp 173 | DocProject/Help/Html2 174 | DocProject/Help/html 175 | 176 | # Click-Once directory 177 | publish/ 178 | 179 | # Publish Web Output 180 | *.[Pp]ublish.xml 181 | *.azurePubxml 182 | # Note: Comment the next line if you want to checkin your web deploy settings, 183 | # but database connection strings (with potential passwords) will be unencrypted 184 | *.pubxml 185 | *.publishproj 186 | 187 | # Microsoft Azure Web App publish settings. Comment the next line if you want to 188 | # checkin your Azure Web App publish settings, but sensitive information contained 189 | # in these scripts will be unencrypted 190 | PublishScripts/ 191 | 192 | # NuGet Packages 193 | *.nupkg 194 | # NuGet Symbol Packages 195 | *.snupkg 196 | # The packages folder can be ignored because of Package Restore 197 | **/[Pp]ackages/* 198 | # except build/, which is used as an MSBuild target. 199 | !**/[Pp]ackages/build/ 200 | # Uncomment if necessary however generally it will be regenerated when needed 201 | #!**/[Pp]ackages/repositories.config 202 | # NuGet v3's project.json files produces more ignorable files 203 | *.nuget.props 204 | *.nuget.targets 205 | 206 | # Microsoft Azure Build Output 207 | csx/ 208 | *.build.csdef 209 | 210 | # Microsoft Azure Emulator 211 | ecf/ 212 | rcf/ 213 | 214 | # Windows Store app package directories and files 215 | AppPackages/ 216 | BundleArtifacts/ 217 | Package.StoreAssociation.xml 218 | _pkginfo.txt 219 | *.appx 220 | *.appxbundle 221 | *.appxupload 222 | 223 | # Visual Studio cache files 224 | # files ending in .cache can be ignored 225 | *.[Cc]ache 226 | # but keep track of directories ending in .cache 227 | !?*.[Cc]ache/ 228 | 229 | # Others 230 | ClientBin/ 231 | ~$* 232 | *~ 233 | *.dbmdl 234 | *.dbproj.schemaview 235 | *.jfm 236 | *.pfx 237 | *.publishsettings 238 | orleans.codegen.cs 239 | 240 | # Including strong name files can present a security risk 241 | # (https://github.com/github/gitignore/pull/2483#issue-259490424) 242 | #*.snk 243 | 244 | # Since there are multiple workflows, uncomment next line to ignore bower_components 245 | # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) 246 | #bower_components/ 247 | 248 | # RIA/Silverlight projects 249 | Generated_Code/ 250 | 251 | # Backup & report files from converting an old project file 252 | # to a newer Visual Studio version. Backup files are not needed, 253 | # because we have git ;-) 254 | _UpgradeReport_Files/ 255 | Backup*/ 256 | UpgradeLog*.XML 257 | UpgradeLog*.htm 258 | ServiceFabricBackup/ 259 | *.rptproj.bak 260 | 261 | # SQL Server files 262 | *.mdf 263 | *.ldf 264 | *.ndf 265 | 266 | # Business Intelligence projects 267 | *.rdl.data 268 | *.bim.layout 269 | *.bim_*.settings 270 | *.rptproj.rsuser 271 | *- [Bb]ackup.rdl 272 | *- [Bb]ackup ([0-9]).rdl 273 | *- [Bb]ackup ([0-9][0-9]).rdl 274 | 275 | # Microsoft Fakes 276 | FakesAssemblies/ 277 | 278 | # GhostDoc plugin setting file 279 | *.GhostDoc.xml 280 | 281 | # Node.js Tools for Visual Studio 282 | .ntvs_analysis.dat 283 | node_modules/ 284 | 285 | # Visual Studio 6 build log 286 | *.plg 287 | 288 | # Visual Studio 6 workspace options file 289 | *.opt 290 | 291 | # Visual Studio 6 auto-generated workspace file (contains which files were open etc.) 292 | *.vbw 293 | 294 | # Visual Studio LightSwitch build output 295 | **/*.HTMLClient/GeneratedArtifacts 296 | **/*.DesktopClient/GeneratedArtifacts 297 | **/*.DesktopClient/ModelManifest.xml 298 | **/*.Server/GeneratedArtifacts 299 | **/*.Server/ModelManifest.xml 300 | _Pvt_Extensions 301 | 302 | # Paket dependency manager 303 | .paket/paket.exe 304 | paket-files/ 305 | 306 | # FAKE - F# Make 307 | .fake/ 308 | 309 | # CodeRush personal settings 310 | .cr/personal 311 | 312 | # Python Tools for Visual Studio (PTVS) 313 | __pycache__/ 314 | *.pyc 315 | 316 | # Cake - Uncomment if you are using it 317 | # tools/** 318 | # !tools/packages.config 319 | 320 | # Tabs Studio 321 | *.tss 322 | 323 | # Telerik's JustMock configuration file 324 | *.jmconfig 325 | 326 | # BizTalk build output 327 | *.btp.cs 328 | *.btm.cs 329 | *.odx.cs 330 | *.xsd.cs 331 | 332 | # OpenCover UI analysis results 333 | OpenCover/ 334 | 335 | # Azure Stream Analytics local run output 336 | ASALocalRun/ 337 | 338 | # MSBuild Binary and Structured Log 339 | *.binlog 340 | 341 | # NVidia Nsight GPU debugger configuration file 342 | *.nvuser 343 | 344 | # MFractors (Xamarin productivity tool) working folder 345 | .mfractor/ 346 | 347 | # Local History for Visual Studio 348 | .localhistory/ 349 | 350 | # BeatPulse healthcheck temp database 351 | healthchecksdb 352 | 353 | # Backup folder for Package Reference Convert tool in Visual Studio 2017 354 | MigrationBackup/ 355 | 356 | # Ionide (cross platform F# VS Code tools) working folder 357 | .ionide/ 358 | 359 | # Fody - auto-generated XML schema 360 | FodyWeavers.xsd 361 | 362 | ## 363 | ## Visual studio for Mac 364 | ## 365 | 366 | 367 | # globs 368 | Makefile.in 369 | *.userprefs 370 | *.usertasks 371 | config.make 372 | config.status 373 | aclocal.m4 374 | install-sh 375 | autom4te.cache/ 376 | *.tar.gz 377 | tarballs/ 378 | test-results/ 379 | 380 | # Mac bundle stuff 381 | *.dmg 382 | *.app 383 | 384 | # content below from: https://github.com/github/gitignore/blob/master/Global/macOS.gitignore 385 | # General 386 | .DS_Store 387 | .AppleDouble 388 | .LSOverride 389 | 390 | # Icon must end with two \r 391 | Icon 392 | 393 | 394 | # Thumbnails 395 | ._* 396 | 397 | # Files that might appear in the root of a volume 398 | .DocumentRevisions-V100 399 | .fseventsd 400 | .Spotlight-V100 401 | .TemporaryItems 402 | .Trashes 403 | .VolumeIcon.icns 404 | .com.apple.timemachine.donotpresent 405 | 406 | # Directories potentially created on remote AFP share 407 | .AppleDB 408 | .AppleDesktop 409 | Network Trash Folder 410 | Temporary Items 411 | .apdisk 412 | 413 | # content below from: https://github.com/github/gitignore/blob/master/Global/Windows.gitignore 414 | # Windows thumbnail cache files 415 | Thumbs.db 416 | ehthumbs.db 417 | ehthumbs_vista.db 418 | 419 | # Dump file 420 | *.stackdump 421 | 422 | # Folder config file 423 | [Dd]esktop.ini 424 | 425 | # Recycle Bin used on file shares 426 | $RECYCLE.BIN/ 427 | 428 | # Windows Installer files 429 | *.cab 430 | *.msi 431 | *.msix 432 | *.msm 433 | *.msp 434 | 435 | # Windows shortcuts 436 | *.lnk 437 | 438 | # JetBrains Rider 439 | .idea/ 440 | *.sln.iml 441 | 442 | ## 443 | ## Visual Studio Code 444 | ## 445 | .vscode/* 446 | !.vscode/settings.json 447 | !.vscode/tasks.json 448 | !.vscode/launch.json 449 | !.vscode/extensions.json 450 | -------------------------------------------------------------------------------- /LibraryX/LibraryX.Api/.vscode/launch.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "0.2.0", 3 | "configurations": [ 4 | { 5 | // Use IntelliSense to find out which attributes exist for C# debugging 6 | // Use hover for the description of the existing attributes 7 | // For further information visit https://github.com/OmniSharp/omnisharp-vscode/blob/master/debugger-launchjson.md 8 | "name": ".NET Core Launch (web)", 9 | "type": "coreclr", 10 | "request": "launch", 11 | "preLaunchTask": "build", 12 | // If you have changed target frameworks, make sure to update the program path. 13 | "program": "${workspaceFolder}/bin/Debug/net6.0/LibraryX.Api.dll", 14 | "args": [], 15 | "cwd": "${workspaceFolder}", 16 | "stopAtEntry": false, 17 | // Enable launching a web browser when ASP.NET Core starts. For more information: https://aka.ms/VSCode-CS-LaunchJson-WebBrowser 18 | "serverReadyAction": { 19 | "action": "openExternally", 20 | "pattern": "\\bNow listening on:\\s+(https?://\\S+)" 21 | }, 22 | "env": { 23 | "ASPNETCORE_ENVIRONMENT": "Development" 24 | }, 25 | "sourceFileMap": { 26 | "/Views": "${workspaceFolder}/Views" 27 | } 28 | }, 29 | { 30 | "name": ".NET Core Attach", 31 | "type": "coreclr", 32 | "request": "attach" 33 | } 34 | ] 35 | } -------------------------------------------------------------------------------- /LibraryX/LibraryX.Api/.vscode/tasks.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "2.0.0", 3 | "tasks": [ 4 | { 5 | "label": "build", 6 | "command": "dotnet", 7 | "type": "process", 8 | "args": [ 9 | "build", 10 | "${workspaceFolder}/LibraryX.Api.csproj", 11 | "/property:GenerateFullPaths=true", 12 | "/consoleloggerparameters:NoSummary" 13 | ], 14 | "problemMatcher": "$msCompile" 15 | }, 16 | { 17 | "label": "publish", 18 | "command": "dotnet", 19 | "type": "process", 20 | "args": [ 21 | "publish", 22 | "${workspaceFolder}/LibraryX.Api.csproj", 23 | "/property:GenerateFullPaths=true", 24 | "/consoleloggerparameters:NoSummary" 25 | ], 26 | "problemMatcher": "$msCompile" 27 | }, 28 | { 29 | "label": "watch", 30 | "command": "dotnet", 31 | "type": "process", 32 | "args": [ 33 | "watch", 34 | "run", 35 | "--project", 36 | "${workspaceFolder}/LibraryX.Api.csproj" 37 | ], 38 | "problemMatcher": "$msCompile" 39 | } 40 | ] 41 | } -------------------------------------------------------------------------------- /LibraryX/LibraryX.Api/Areas/Authors/Controllers/AuthorController.cs: -------------------------------------------------------------------------------- 1 | using LibraryX.Api.Controllers; 2 | using CreateRequest = LibraryX.Api.Areas.Authors.UseCases.Create.Request; 3 | using DeleteRequest = LibraryX.Api.Areas.Authors.UseCases.Delete.Request; 4 | using EditRequest = LibraryX.Api.Areas.Authors.UseCases.Edit.Request; 5 | using GetDetailsRequest = LibraryX.Api.Areas.Authors.UseCases.GetDetails.Request; 6 | using GetAllRequest = LibraryX.Api.Areas.Authors.UseCases.GetAll.Request; 7 | 8 | namespace LibraryX.Api.Areas.Authors.Controllers; 9 | 10 | public class AuthorController : BaseController 11 | { 12 | [HttpGet("v1/authors")] 13 | public async Task Get([FromQuery] GetAllRequest model) => await Handle(model); 14 | 15 | [HttpGet("v1/authors/{id}")] 16 | public async Task Get([FromRoute] GetDetailsRequest model) => await Handle(model); 17 | 18 | [HttpPost("v1/authors")] 19 | public async Task Post([FromQuery] CreateRequest model) => await Handle(model); 20 | 21 | [HttpPut("v1/authors/{id}")] 22 | public async Task Put([FromRoute] EditRequest model) => await Handle(model); 23 | 24 | [HttpDelete("v1/authors/{id}")] 25 | public async Task Delete([FromRoute] DeleteRequest model) => await Handle(model); 26 | } -------------------------------------------------------------------------------- /LibraryX/LibraryX.Api/Areas/Authors/UseCases/Create/Request.cs: -------------------------------------------------------------------------------- 1 | using System.ComponentModel.DataAnnotations; 2 | 3 | namespace LibraryX.Api.Areas.Authors.UseCases.Create; 4 | 5 | public class Request : IRequest 6 | { 7 | [Display(Name = "Nome")] 8 | [Required(ErrorMessage = "'Nome' é um campo obrigatório.")] 9 | [MinLength(2, ErrorMessage = "'Nome' precisa conter um mínimo de 2 caracteres.")] 10 | [MaxLength(80, ErrorMessage = "'Nome' pode conter um máximo de 80 caracteres.")] 11 | public string Name { get; set; } = string.Empty; 12 | 13 | [Display(Name = "Sobrenome")] 14 | [Required(ErrorMessage = "'Sobrenome' é um campo obrigatório.")] 15 | [MinLength(2, ErrorMessage = "'Sobrenome' precisa conter um mínimo de 2 caracteres.")] 16 | [MaxLength(80, ErrorMessage = "'Sobrenome' pode conter um máximo de 80 caracteres.")] 17 | public string LastName { get; set; } = string.Empty; 18 | 19 | [Display(Name = "Nacionalidade")] 20 | [Required(ErrorMessage = "'Nacionalidade' é um campo obrigatório.")] 21 | [MinLength(2, ErrorMessage = "'Nacionalidade' precisa conter um mínimo de 2 caracteres.")] 22 | [MaxLength(80, ErrorMessage = "'Nacionalidade' pode conter um máximo de 80 caracteres.")] 23 | public string Nationality { get; set; } = string.Empty; 24 | 25 | [Display(Name = "E-mail")] 26 | [Required(ErrorMessage = "'E-mail' é um campo obrigatório.")] 27 | [MinLength(8, ErrorMessage = "'E-mail' precisa conter um mínimo de 8 caracteres.")] 28 | [MaxLength(160, ErrorMessage = "'E-mail' pode conter um máximo de 160 caracteres.")] 29 | [DataType(DataType.EmailAddress, ErrorMessage = "O 'E-mail' é invalido.")] 30 | public string Email { get; set; } = string.Empty; 31 | } -------------------------------------------------------------------------------- /LibraryX/LibraryX.Api/Areas/Authors/UseCases/Delete/Request.cs: -------------------------------------------------------------------------------- 1 | namespace LibraryX.Api.Areas.Authors.UseCases.Delete; 2 | 3 | public class Request : IRequest 4 | { 5 | public Guid Id { get; set; } 6 | } -------------------------------------------------------------------------------- /LibraryX/LibraryX.Api/Areas/Authors/UseCases/Edit/Request.cs: -------------------------------------------------------------------------------- 1 | using System.ComponentModel.DataAnnotations; 2 | 3 | namespace LibraryX.Api.Areas.Authors.UseCases.Edit; 4 | 5 | public class Request : IRequest 6 | { 7 | [Required(ErrorMessage = "'Id' é um campo obrigatório.")] 8 | public Guid Id { get; set; } 9 | 10 | [Display(Name = "Nome")] 11 | [Required(ErrorMessage = "'Nome' é um campo obrigatório.")] 12 | [MinLength(2, ErrorMessage = "'Nome' precisa conter um mínimo de 2 caracteres.")] 13 | [MaxLength(80, ErrorMessage = "'Nome' pode conter um máximo de 80 caracteres.")] 14 | public string Name { get; set; } = string.Empty; 15 | 16 | [Display(Name = "Sobrenome")] 17 | [Required(ErrorMessage = "'Sobrenome' é um campo obrigatório.")] 18 | [MinLength(2, ErrorMessage = "'Sobrenome' precisa conter um mínimo de 2 caracteres.")] 19 | [MaxLength(80, ErrorMessage = "'Sobrenome' pode conter um máximo de 80 caracteres.")] 20 | public string LastName { get; set; } = string.Empty; 21 | 22 | [Display(Name = "Nacionalidade")] 23 | [Required(ErrorMessage = "'Nacionalidade' é um campo obrigatório.")] 24 | [MinLength(2, ErrorMessage = "'Nacionalidade' precisa conter um mínimo de 2 caracteres.")] 25 | [MaxLength(80, ErrorMessage = "'Nacionalidade' pode conter um máximo de 80 caracteres.")] 26 | public string Nationality { get; set; } = string.Empty; 27 | 28 | [Display(Name = "E-mail")] 29 | [Required(ErrorMessage = "'E-mail' é um campo obrigatório.")] 30 | [MinLength(8, ErrorMessage = "'E-mail' precisa conter um mínimo de 8 caracteres.")] 31 | [MaxLength(160, ErrorMessage = "'E-mail' pode conter um máximo de 160 caracteres.")] 32 | [DataType(DataType.EmailAddress, ErrorMessage = "O 'E-mail' é invalido.")] 33 | public string Email { get; set; } = string.Empty; 34 | } -------------------------------------------------------------------------------- /LibraryX/LibraryX.Api/Areas/Authors/UseCases/GetAll/Request.cs: -------------------------------------------------------------------------------- 1 | namespace LibraryX.Api.Areas.Authors.UseCases.GetAll; 2 | 3 | public class Request : IRequest 4 | { 5 | public int Skip { get; set; } = 0; 6 | public int Take { get; set; } = 25; 7 | } -------------------------------------------------------------------------------- /LibraryX/LibraryX.Api/Areas/Authors/UseCases/GetDetails/Request.cs: -------------------------------------------------------------------------------- 1 | namespace LibraryX.Api.Areas.Authors.UseCases.GetDetails; 2 | 3 | public class Request : IRequest 4 | { 5 | public Guid Id { get; set; } 6 | } -------------------------------------------------------------------------------- /LibraryX/LibraryX.Api/Areas/Book/Controllers/BookController.cs: -------------------------------------------------------------------------------- 1 | using LibraryX.Api.Controllers; 2 | using CreateRequest = LibraryX.Api.Areas.Book.UseCases.Create.Request; 3 | using DeleteRequest = LibraryX.Api.Areas.Book.UseCases.Delete.Request; 4 | using EditRequest = LibraryX.Api.Areas.Book.UseCases.Edit.Request; 5 | using GetDetailsRequest = LibraryX.Api.Areas.Book.UseCases.GetDetails.Request; 6 | using GetAllRequest = LibraryX.Api.Areas.Book.UseCases.GetAll.Request; 7 | 8 | namespace LibraryX.Api.Areas.Book.Controllers; 9 | 10 | public class BookController : BaseController 11 | { 12 | [HttpGet("v1/books")] 13 | public async Task Get([FromQuery] GetAllRequest model) => await Handle(model); 14 | 15 | [HttpGet("v1/books/{id}")] 16 | public async Task Get([FromRoute] GetDetailsRequest model) => await Handle(model); 17 | 18 | [HttpPost("v1/books")] 19 | public async Task Post([FromQuery] CreateRequest model) => await Handle(model); 20 | 21 | [HttpPut("v1/books/{id}")] 22 | public async Task Put([FromRoute] EditRequest model) => await Handle(model); 23 | 24 | [HttpDelete("v1/books/{id}")] 25 | public async Task Delete([FromRoute] DeleteRequest model) => await Handle(model); 26 | } -------------------------------------------------------------------------------- /LibraryX/LibraryX.Api/Areas/Book/UseCases/Create/Request.cs: -------------------------------------------------------------------------------- 1 | using System.ComponentModel.DataAnnotations; 2 | 3 | namespace LibraryX.Api.Areas.Book.UseCases.Create; 4 | 5 | public class Request : IRequest 6 | { 7 | [Display(Name = "Título")] 8 | [Required(ErrorMessage = "'Título' é um campo obrigatório.")] 9 | [MinLength(2, ErrorMessage = "'Título' precisa conter um mínimo de 2 caracteres.")] 10 | [MaxLength(80, ErrorMessage = "'Título' pode conter um máximo de 80 caracteres.")] 11 | public string Title { get; set; } = string.Empty; 12 | 13 | [Display(Name = "Descrição")] 14 | [MaxLength(160, ErrorMessage = "'Descrição' pode conter um máximo de 160 caracteres.")] 15 | public string Description { get; set; } = string.Empty; 16 | 17 | [Display(Name = "Resumo")] 18 | public string Summary { get; set; } = string.Empty; 19 | 20 | [Display(Name = "ISSN")] 21 | [Required(ErrorMessage = "'ISSN' é um campo obrigatório.")] 22 | [StringLength(13, ErrorMessage = "'ISSN' precisa conter um código de 13 caracteres.")] 23 | public string ISSN { get; set; } = string.Empty; 24 | } -------------------------------------------------------------------------------- /LibraryX/LibraryX.Api/Areas/Book/UseCases/Delete/Request.cs: -------------------------------------------------------------------------------- 1 | namespace LibraryX.Api.Areas.Book.UseCases.Delete; 2 | 3 | public class Request : IRequest 4 | { 5 | public Guid Id { get; set; } 6 | } -------------------------------------------------------------------------------- /LibraryX/LibraryX.Api/Areas/Book/UseCases/Edit/Request.cs: -------------------------------------------------------------------------------- 1 | using System.ComponentModel.DataAnnotations; 2 | 3 | namespace LibraryX.Api.Areas.Book.UseCases.Edit; 4 | 5 | public class Request : IRequest 6 | { 7 | [Required(ErrorMessage = "'Id' é um campo obrigatório.")] 8 | public Guid Id { get; set; } 9 | 10 | [Display(Name = "Título")] 11 | [Required(ErrorMessage = "'Título' é um campo obrigatório.")] 12 | [MinLength(2, ErrorMessage = "'Título' precisa conter um mínimo de 2 caracteres.")] 13 | [MaxLength(80, ErrorMessage = "'Título' pode conter um máximo de 80 caracteres.")] 14 | public string Title { get; set; } = string.Empty; 15 | 16 | [Display(Name = "Descrição")] 17 | [MaxLength(160, ErrorMessage = "'Descrição' pode conter um máximo de 160 caracteres.")] 18 | public string Description { get; set; } = string.Empty; 19 | 20 | [Display(Name = "Resumo")] 21 | public string Summary { get; set; } = string.Empty; 22 | 23 | [Display(Name = "ISSN")] 24 | [Required(ErrorMessage = "'ISSN' é um campo obrigatório.")] 25 | [StringLength(13, ErrorMessage = "'ISSN' precisa conter um código de 13 caracteres.")] 26 | public string ISSN { get; set; } = string.Empty; 27 | } -------------------------------------------------------------------------------- /LibraryX/LibraryX.Api/Areas/Book/UseCases/GetAll/Request.cs: -------------------------------------------------------------------------------- 1 | namespace LibraryX.Api.Areas.Book.UseCases.GetAll; 2 | 3 | public class Request : IRequest 4 | { 5 | public int Skip { get; set; } = 0; 6 | public int Take { get; set; } = 25; 7 | } -------------------------------------------------------------------------------- /LibraryX/LibraryX.Api/Areas/Book/UseCases/GetDetails/Request.cs: -------------------------------------------------------------------------------- 1 | namespace LibraryX.Api.Areas.Book.UseCases.GetDetails; 2 | 3 | public class Request : IRequest 4 | { 5 | public Guid Id { get; set; } 6 | } -------------------------------------------------------------------------------- /LibraryX/LibraryX.Api/Areas/Categories/Controllers/CategoryController.cs: -------------------------------------------------------------------------------- 1 | using LibraryX.Api.Controllers; 2 | using CreateRequest = LibraryX.Api.Areas.Categories.UseCases.Create.Request; 3 | using DeleteRequest = LibraryX.Api.Areas.Categories.UseCases.Delete.Request; 4 | using EditRequest = LibraryX.Api.Areas.Categories.UseCases.Edit.Request; 5 | using GetDetailsRequest = LibraryX.Api.Areas.Categories.UseCases.GetDetails.Request; 6 | using GetAllRequest = LibraryX.Api.Areas.Categories.UseCases.GetAll.Request; 7 | 8 | namespace LibraryX.Api.Areas.Categories.Controllers; 9 | 10 | public class CategoryController : BaseController 11 | { 12 | [HttpGet("v1/categories")] 13 | public async Task Get([FromQuery] GetAllRequest model) => await Handle(model); 14 | 15 | [HttpGet("v1/categories/{id}")] 16 | public async Task Get([FromRoute] GetDetailsRequest model) => await Handle(model); 17 | 18 | [HttpPost("v1/categories")] 19 | public async Task Post([FromQuery] CreateRequest model) => await Handle(model); 20 | 21 | [HttpPut("v1/categories/{id}")] 22 | public async Task Put([FromRoute] EditRequest model) => await Handle(model); 23 | 24 | [HttpDelete("v1/categories/{id}")] 25 | public async Task Delete([FromRoute] DeleteRequest model) => await Handle(model); 26 | } -------------------------------------------------------------------------------- /LibraryX/LibraryX.Api/Areas/Categories/UseCases/Create/Request.cs: -------------------------------------------------------------------------------- 1 | using System.ComponentModel.DataAnnotations; 2 | 3 | namespace LibraryX.Api.Areas.Categories.UseCases.Create; 4 | 5 | public class Request : IRequest 6 | { 7 | [Display(Name = "Título")] 8 | [Required(ErrorMessage = "'Título' é um campo obrigatório.")] 9 | [MinLength(2, ErrorMessage = "'Título' precisa conter um mínimo de 2 caracteres.")] 10 | [MaxLength(80, ErrorMessage = "'Título' pode conter um máximo de 80 caracteres.")] 11 | public string Title { get; set; } = string.Empty; 12 | 13 | [Display(Name = "Descrição")] 14 | [Required(ErrorMessage = "'Descrição' é um campo obrigatório.")] 15 | [MinLength(2, ErrorMessage = "'Descrição' precisa conter um mínimo de 2 caracteres.")] 16 | public string Description { get; set; } = string.Empty; 17 | } -------------------------------------------------------------------------------- /LibraryX/LibraryX.Api/Areas/Categories/UseCases/Delete/Request.cs: -------------------------------------------------------------------------------- 1 | namespace LibraryX.Api.Areas.Categories.UseCases.Delete; 2 | 3 | public class Request : IRequest 4 | { 5 | public Guid Id { get; set; } 6 | } -------------------------------------------------------------------------------- /LibraryX/LibraryX.Api/Areas/Categories/UseCases/Edit/Request.cs: -------------------------------------------------------------------------------- 1 | using System.ComponentModel.DataAnnotations; 2 | 3 | namespace LibraryX.Api.Areas.Categories.UseCases.Edit; 4 | 5 | public class Request : IRequest 6 | { 7 | [Required(ErrorMessage = "'Id' é um campo obrigatório.")] 8 | public Guid Id { get; set; } 9 | 10 | [Display(Name = "Título")] 11 | [Required(ErrorMessage = "'Título' é um campo obrigatório.")] 12 | [MinLength(2, ErrorMessage = "'Título' precisa conter um mínimo de 2 caracteres.")] 13 | [MaxLength(80, ErrorMessage = "'Título' pode conter um máximo de 80 caracteres.")] 14 | public string Title { get; set; } = string.Empty; 15 | 16 | [Display(Name = "Descrição")] 17 | [Required(ErrorMessage = "'Descrição' é um campo obrigatório.")] 18 | [MinLength(2, ErrorMessage = "'Descrição' precisa conter um mínimo de 2 caracteres.")] 19 | public string Description { get; set; } = string.Empty; 20 | } -------------------------------------------------------------------------------- /LibraryX/LibraryX.Api/Areas/Categories/UseCases/GetAll/Request.cs: -------------------------------------------------------------------------------- 1 | namespace LibraryX.Api.Areas.Categories.UseCases.GetAll; 2 | 3 | public class Request : IRequest 4 | { 5 | public int Skip { get; set; } = 0; 6 | public int Take { get; set; } = 25; 7 | } -------------------------------------------------------------------------------- /LibraryX/LibraryX.Api/Areas/Categories/UseCases/GetDetails/Request.cs: -------------------------------------------------------------------------------- 1 | namespace LibraryX.Api.Areas.Categories.UseCases.GetDetails; 2 | 3 | public class Request : IRequest 4 | { 5 | public Guid Id { get; set; } 6 | } -------------------------------------------------------------------------------- /LibraryX/LibraryX.Api/Controllers/BaseController.cs: -------------------------------------------------------------------------------- 1 | using LibraryX.Api.SharedContext.UseCases; 2 | 3 | namespace LibraryX.Api.Controllers; 4 | 5 | public abstract class BaseController : ControllerBase 6 | { 7 | public async Task Handle(IRequest request) 8 | { 9 | await Task.Delay(1); 10 | return Ok(); 11 | } 12 | } -------------------------------------------------------------------------------- /LibraryX/LibraryX.Api/DataContext/AppDbContext.cs: -------------------------------------------------------------------------------- 1 | namespace LibraryX.Api.DataContext; 2 | 3 | public class AppDbContext : DbContext 4 | { 5 | public DbSet Authors { get; set; } = null!; 6 | public DbSet Categories { get; set; } = null!; 7 | public DbSet Books { get; set; } = null!; 8 | 9 | protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder) 10 | => optionsBuilder.UseSqlServer("Server=127.0.0.1,1433;Database=libraryx-dev;User Id=sa;Password=1q2w3e4r@#$"); 11 | 12 | protected override void OnModelCreating(ModelBuilder builder) 13 | { 14 | builder.ApplyConfiguration(new AuthorMapping()); 15 | builder.ApplyConfiguration(new CategoryMapping()); 16 | builder.ApplyConfiguration(new BookMapping()); 17 | } 18 | } -------------------------------------------------------------------------------- /LibraryX/LibraryX.Api/DataContext/Scripts/Schema/00_Create_Schema.sql: -------------------------------------------------------------------------------- 1 | USE [master] 2 | GO 3 | 4 | CREATE DATABASE [libraryx-dev] 5 | GO -------------------------------------------------------------------------------- /LibraryX/LibraryX.Api/DataContext/Scripts/Schema/01_Create_Author.sql: -------------------------------------------------------------------------------- 1 | USE [libraryx-dev] 2 | GO 3 | 4 | BEGIN TRANSACTION 5 | CREATE TABLE [Author] 6 | ( 7 | [Id] [UNIQUEIDENTIFIER] NOT NULL, 8 | [Name] [NVARCHAR](80) NOT NULL, 9 | [LastName] [NVARCHAR](80) NOT NULL, 10 | [Nationality] [VARCHAR](80) NOT NULL, 11 | [Email] [VARCHAR](160) NOT NULL 12 | ) 13 | GO 14 | 15 | ALTER TABLE [Author] 16 | ADD CONSTRAINT [PK_Author] 17 | PRIMARY KEY ([ID]) 18 | GO 19 | 20 | CREATE NONCLUSTERED INDEX [IX_Author_Email] 21 | ON [Author] ([Email]) 22 | GO 23 | ROLLBACK -------------------------------------------------------------------------------- /LibraryX/LibraryX.Api/DataContext/Scripts/Schema/02_Create_Category.sql: -------------------------------------------------------------------------------- 1 | USE [libraryx-dev] 2 | GO 3 | 4 | BEGIN TRANSACTION 5 | CREATE TABLE [Category] 6 | ( 7 | [Id] [UNIQUEIDENTIFIER] NOT NULL, 8 | [Title] [NVARCHAR](80) NOT NULL, 9 | [Description] [NVARCHAR](MAX) NOT NULL 10 | ) 11 | GO 12 | 13 | ALTER TABLE [Category] 14 | ADD CONSTRAINT [PK_Category] 15 | PRIMARY KEY ([Id]) 16 | GO 17 | ROLLBACK -------------------------------------------------------------------------------- /LibraryX/LibraryX.Api/DataContext/Scripts/Schema/03_Create_Book.sql: -------------------------------------------------------------------------------- 1 | USE [libraryx-dev] 2 | GO 3 | 4 | BEGIN TRANSACTION 5 | CREATE TABLE [Book] 6 | ( 7 | [Id] [UNIQUEIDENTIFIER] NOT NULL, 8 | [AuthorId] [UNIQUEIDENTIFIER] NOT NULL, 9 | [CategoryId] [UNIQUEIDENTIFIER] NOT NULL, 10 | [Title] [NVARCHAR](80) NOT NULL, 11 | [Description] [NVARCHAR](160), 12 | [Summary] [NVARCHAR](MAX), 13 | [ISSN] [VARCHAR](13) NOT NULL 14 | ) 15 | 16 | ALTER TABLE [Book] 17 | ADD CONSTRAINT [PK_Book] 18 | PRIMARY KEY ([Id]) 19 | GO 20 | 21 | ALTER TABLE [Book] 22 | ADD CONSTRAINT [FK_Book_Author_AuthorID] 23 | FOREIGN KEY ([AuthorId]) 24 | REFERENCES [Author] 25 | GO 26 | 27 | ALTER TABLE [Book] 28 | ADD CONSTRAINT [FK_Book_Category_CategoryID] 29 | FOREIGN KEY ([CategoryId]) 30 | REFERENCES [Category] 31 | GO 32 | ROLLBACKcd -------------------------------------------------------------------------------- /LibraryX/LibraryX.Api/LibraryContext/Mapping/AuthorMapping.cs: -------------------------------------------------------------------------------- 1 | namespace LibraryX.Api.LibraryContext.Mapping; 2 | 3 | public class AuthorMapping : IEntityTypeConfiguration 4 | { 5 | public void Configure(EntityTypeBuilder builder) 6 | { 7 | builder.ToTable("Author"); 8 | builder.HasKey(x => x.Id); 9 | 10 | builder.Property(x => x.Name) 11 | .IsRequired() 12 | .HasMaxLength(80) 13 | .HasColumnType("NVARCHAR"); 14 | 15 | builder.Property(x => x.LastName) 16 | .IsRequired() 17 | .HasMaxLength(80) 18 | .HasColumnType("NVARCHAR"); 19 | 20 | builder.Property(x => x.Nationality) 21 | .IsRequired() 22 | .HasMaxLength(80) 23 | .HasColumnType("VARCHAR"); 24 | 25 | builder.Property(x => x.Email) 26 | .IsRequired() 27 | .HasMaxLength(160) 28 | .HasColumnType("VARCHAR"); 29 | } 30 | } -------------------------------------------------------------------------------- /LibraryX/LibraryX.Api/LibraryContext/Mapping/BookMapping.cs: -------------------------------------------------------------------------------- 1 | namespace LibraryX.Api.LibraryContext.Mapping; 2 | 3 | public class BookMapping : IEntityTypeConfiguration 4 | { 5 | public void Configure(EntityTypeBuilder builder) 6 | { 7 | builder.ToTable("Book"); 8 | 9 | // Keys & Indexes 10 | builder.HasKey(x => x.Id); 11 | 12 | // Relationships 13 | builder.HasOne(x => x.Author); 14 | builder.HasOne(x => x.Category); 15 | 16 | // Class Properties 17 | builder.Property(x => x.Title) 18 | .IsRequired() 19 | .HasMaxLength(80) 20 | .HasColumnType("NVARCHAR"); 21 | 22 | builder.Property(x => x.Description) 23 | .HasColumnType("NVARCHAR"); 24 | 25 | builder.Property(x => x.Summary) 26 | .HasColumnType("NVARCHAR"); 27 | 28 | builder.Property(x => x.ISSN) 29 | .IsRequired() 30 | .HasMaxLength(13) 31 | .HasColumnType("VARCHAR"); 32 | } 33 | } -------------------------------------------------------------------------------- /LibraryX/LibraryX.Api/LibraryContext/Mapping/CategoryMapping.cs: -------------------------------------------------------------------------------- 1 | namespace LibraryX.Api.LibraryContext.Mapping; 2 | 3 | public class CategoryMapping : IEntityTypeConfiguration 4 | { 5 | public void Configure(EntityTypeBuilder builder) 6 | { 7 | builder.ToTable("Category"); 8 | builder.HasKey(x => x.Id); 9 | 10 | builder.Property(x => x.Title) 11 | .IsRequired() 12 | .HasMaxLength(80) 13 | .HasColumnType("NVARCHAR"); 14 | 15 | builder.Property(x => x.Description) 16 | .HasColumnType("NVARCHAR(MAX)"); 17 | } 18 | } -------------------------------------------------------------------------------- /LibraryX/LibraryX.Api/LibraryContext/Models/AuthorModel.cs: -------------------------------------------------------------------------------- 1 | namespace LibraryX.Api.LibraryContext.Models; 2 | 3 | public class AuthorModel : Model 4 | { 5 | public string Name { get; set; } = string.Empty; 6 | public string LastName { get; set; } = string.Empty; 7 | public string Nationality { get; set; } = string.Empty; 8 | public string Email { get; set; } = string.Empty; 9 | } -------------------------------------------------------------------------------- /LibraryX/LibraryX.Api/LibraryContext/Models/BookModel.cs: -------------------------------------------------------------------------------- 1 | namespace LibraryX.Api.LibraryContext.Models; 2 | 3 | public class BookModel : Model 4 | { 5 | public Guid AuthorId { get; set; } 6 | public AuthorModel Author { get; set; } = new(); 7 | public Guid CategoryId { get; set; } 8 | public CategoryModel Category { get; set; } 9 | public string Title { get; set; } = string.Empty; 10 | public string Description { get; set; } = string.Empty; 11 | public string Summary { get; set; } = string.Empty; 12 | public string ISSN { get; set; } = string.Empty!; 13 | } -------------------------------------------------------------------------------- /LibraryX/LibraryX.Api/LibraryContext/Models/CategoryModel.cs: -------------------------------------------------------------------------------- 1 | namespace LibraryX.Api.LibraryContext.Models; 2 | 3 | public class CategoryModel : Model 4 | { 5 | public string Title { get; set; } = string.Empty!; 6 | public string Description { get; set; } = string.Empty; 7 | } -------------------------------------------------------------------------------- /LibraryX/LibraryX.Api/LibraryX.Api.csproj: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | net6.0 5 | enable 6 | enable 7 | 8 | 9 | 10 | 11 | 12 | runtime; build; native; contentfiles; analyzers; buildtransitive 13 | all 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /LibraryX/LibraryX.Api/Program.cs: -------------------------------------------------------------------------------- 1 | var builder = WebApplication.CreateBuilder(args); 2 | builder.Services.AddControllers(); 3 | builder.Services.AddDbContext(); 4 | builder.Services.AddEndpointsApiExplorer(); 5 | builder.Services.AddSwaggerGen(); 6 | 7 | var app = builder.Build(); 8 | app.UseSwagger(); 9 | app.UseSwaggerUI(); 10 | 11 | app.UseRouting(); 12 | app.MapControllers(); 13 | app.UseEndpoints(endpoints => 14 | { 15 | endpoints.MapControllerRoute( 16 | "areas", 17 | "{area:exists}/{controller=Home}/{action=Index}/{id?}" 18 | ); 19 | }); 20 | 21 | app.Run(); 22 | -------------------------------------------------------------------------------- /LibraryX/LibraryX.Api/Properties/launchSettings.json: -------------------------------------------------------------------------------- 1 | { 2 | "iisSettings": { 3 | "windowsAuthentication": false, 4 | "anonymousAuthentication": true, 5 | "iisExpress": { 6 | "applicationUrl": "http://localhost:45490", 7 | "sslPort": 44358 8 | } 9 | }, 10 | "profiles": { 11 | "LibraryX.Api": { 12 | "commandName": "Project", 13 | "dotnetRunMessages": true, 14 | "launchBrowser": true, 15 | "applicationUrl": "https://localhost:7113;http://localhost:5088", 16 | "environmentVariables": { 17 | "ASPNETCORE_ENVIRONMENT": "Development" 18 | } 19 | }, 20 | "IIS Express": { 21 | "commandName": "IISExpress", 22 | "launchBrowser": true, 23 | "environmentVariables": { 24 | "ASPNETCORE_ENVIRONMENT": "Development" 25 | } 26 | } 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /LibraryX/LibraryX.Api/SharedContext/Exceptions/InvalidEmailLengthException.cs: -------------------------------------------------------------------------------- 1 | namespace LibraryX.Api.SharedContext.Exceptions; 2 | 3 | public class InvalidEmailLengthException : Exception 4 | { 5 | public InvalidEmailLengthException() : base("Email length can not be greater than 160 characteres.") 6 | { 7 | } 8 | } -------------------------------------------------------------------------------- /LibraryX/LibraryX.Api/SharedContext/Exceptions/InvalidVerificationCodeException.cs: -------------------------------------------------------------------------------- 1 | namespace LibraryX.Api.SharedContext.Exceptions; 2 | 3 | public class InvalidVerificationCodeException : Exception 4 | { 5 | public InvalidVerificationCodeException() : base("Verification code is invalid.") 6 | { 7 | } 8 | } -------------------------------------------------------------------------------- /LibraryX/LibraryX.Api/SharedContext/Models/Model.cs: -------------------------------------------------------------------------------- 1 | namespace LibraryX.Api.SharedContext.Models; 2 | 3 | public abstract class Model 4 | { 5 | public Guid Id { get; set; } = Guid.NewGuid(); 6 | } -------------------------------------------------------------------------------- /LibraryX/LibraryX.Api/SharedContext/UseCases/IRequest.cs: -------------------------------------------------------------------------------- 1 | namespace LibraryX.Api.SharedContext.UseCases; 2 | 3 | public interface IRequest 4 | { } -------------------------------------------------------------------------------- /LibraryX/LibraryX.Api/SharedContext/ValueObjects/Email.cs: -------------------------------------------------------------------------------- 1 | using LibraryX.Api.SharedContext.Exceptions; 2 | 3 | namespace LibraryX.Api.SharedContext.ValueObjects; 4 | 5 | public class Email : ValueObject 6 | { 7 | #region constructors 8 | public Email(string emailAddress) 9 | { 10 | if (string.IsNullOrEmpty(emailAddress)) 11 | throw new ArgumentNullException("Email can not be null or empty;"); 12 | 13 | if (emailAddress.Length > 160) 14 | throw new InvalidEmailLengthException(); 15 | 16 | Address = emailAddress; 17 | Confirmed = false; 18 | VerificationCode = Guid.NewGuid() 19 | .ToString() 20 | .ToUpper() 21 | [..8]; 22 | } 23 | #endregion 24 | 25 | #region properties 26 | public string Address { get; } 27 | public bool Confirmed { get; private set; } 28 | public string VerificationCode { get; } 29 | #endregion 30 | 31 | #region methods 32 | public void ConfirmEmail(string code = "") 33 | { 34 | if(string.IsNullOrEmpty(code)) 35 | throw new ArgumentNullException("Verification code can not be null or empty;"); 36 | 37 | if (code != VerificationCode) 38 | throw new InvalidVerificationCodeException(); 39 | 40 | Confirmed = true; 41 | } 42 | #endregion 43 | 44 | #region overloads 45 | public static implicit operator string(Email email) => email.Address; 46 | public static implicit operator Email(string address) => new(address); 47 | #endregion 48 | } -------------------------------------------------------------------------------- /LibraryX/LibraryX.Api/SharedContext/ValueObjects/ValueObject.cs: -------------------------------------------------------------------------------- 1 | namespace LibraryX.Api.SharedContext.ValueObjects; 2 | 3 | public abstract class ValueObject 4 | { 5 | public ValueObject() => Id = Guid.NewGuid(); 6 | public Guid Id { get; } 7 | } -------------------------------------------------------------------------------- /LibraryX/LibraryX.Api/Usings.cs: -------------------------------------------------------------------------------- 1 | global using LibraryX.Api.DataContext; 2 | global using LibraryX.Api.LibraryContext.Mapping; 3 | global using LibraryX.Api.LibraryContext.Models; 4 | global using LibraryX.Api.SharedContext.Models; 5 | global using LibraryX.Api.SharedContext.UseCases; 6 | global using Microsoft.AspNetCore.Mvc; 7 | global using Microsoft.EntityFrameworkCore; 8 | global using Microsoft.EntityFrameworkCore.Metadata.Builders; 9 | -------------------------------------------------------------------------------- /LibraryX/LibraryX.Api/appsettings.Development.json: -------------------------------------------------------------------------------- 1 | { 2 | "Logging": { 3 | "LogLevel": { 4 | "Default": "Information", 5 | "Microsoft.AspNetCore": "Warning" 6 | } 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /LibraryX/LibraryX.Api/appsettings.json: -------------------------------------------------------------------------------- 1 | { 2 | "Logging": { 3 | "LogLevel": { 4 | "Default": "Information", 5 | "Microsoft.AspNetCore": "Warning" 6 | } 7 | }, 8 | "AllowedHosts": "*" 9 | } 10 | -------------------------------------------------------------------------------- /LibraryX/LibraryX.sln: -------------------------------------------------------------------------------- 1 |  2 | Microsoft Visual Studio Solution File, Format Version 12.00 3 | # Visual Studio Version 16 4 | VisualStudioVersion = 16.0.30114.105 5 | MinimumVisualStudioVersion = 10.0.40219.1 6 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LibraryX.Api", "LibraryX.Api\LibraryX.Api.csproj", "{77D25B6F-9B4E-4BA2-AF7C-E3EA6AB6EF52}" 7 | EndProject 8 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core.Test", "Core.Test\Core.Test.csproj", "{BD2A22F5-5866-44F6-9C1F-1056B75595BF}" 9 | EndProject 10 | Global 11 | GlobalSection(SolutionConfigurationPlatforms) = preSolution 12 | Debug|Any CPU = Debug|Any CPU 13 | Release|Any CPU = Release|Any CPU 14 | EndGlobalSection 15 | GlobalSection(SolutionProperties) = preSolution 16 | HideSolutionNode = FALSE 17 | EndGlobalSection 18 | GlobalSection(ProjectConfigurationPlatforms) = postSolution 19 | {77D25B6F-9B4E-4BA2-AF7C-E3EA6AB6EF52}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 20 | {77D25B6F-9B4E-4BA2-AF7C-E3EA6AB6EF52}.Debug|Any CPU.Build.0 = Debug|Any CPU 21 | {77D25B6F-9B4E-4BA2-AF7C-E3EA6AB6EF52}.Release|Any CPU.ActiveCfg = Release|Any CPU 22 | {77D25B6F-9B4E-4BA2-AF7C-E3EA6AB6EF52}.Release|Any CPU.Build.0 = Release|Any CPU 23 | {BD2A22F5-5866-44F6-9C1F-1056B75595BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 24 | {BD2A22F5-5866-44F6-9C1F-1056B75595BF}.Debug|Any CPU.Build.0 = Debug|Any CPU 25 | {BD2A22F5-5866-44F6-9C1F-1056B75595BF}.Release|Any CPU.ActiveCfg = Release|Any CPU 26 | {BD2A22F5-5866-44F6-9C1F-1056B75595BF}.Release|Any CPU.Build.0 = Release|Any CPU 27 | EndGlobalSection 28 | EndGlobal 29 | -------------------------------------------------------------------------------- /LibraryX/LibraryX.sln.DotSettings.user: -------------------------------------------------------------------------------- 1 |  2 | <SessionState ContinuousTestingMode="0" IsActive="True" Name="GivenAValidVerificationCodeEmailShouldBeConfirmed" xmlns="urn:schemas-jetbrains-com:jetbrains-ut-session"> 3 | <TestAncestor> 4 | <TestId>MSTest::BD2A22F5-5866-44F6-9C1F-1056B75595BF::net6.0::Core.Test.ValueObjects.EmailTest</TestId> 5 | </TestAncestor> 6 | </SessionState> 7 | <SessionState ContinuousTestingMode="0" Name="EmailTest #2" xmlns="urn:schemas-jetbrains-com:jetbrains-ut-session"> 8 | <TestAncestor> 9 | <TestId>MSTest::BD2A22F5-5866-44F6-9C1F-1056B75595BF::net6.0::Core.Test.ValueObjects.EmailTest</TestId> 10 | </TestAncestor> 11 | </SessionState> 12 | <SessionState ContinuousTestingMode="0" Name="EmailTest" xmlns="urn:schemas-jetbrains-com:jetbrains-ut-session"> 13 | <TestAncestor> 14 | <TestId>MSTest::BD2A22F5-5866-44F6-9C1F-1056B75595BF::net6.0::Core.Test.ValueObjects.EmailTest</TestId> 15 | </TestAncestor> 16 | </SessionState> --------------------------------------------------------------------------------