netcore-blueprint 1.0.5 → 1.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Blueprint.API/Blueprint.API.csproj +15 -0
- package/Blueprint.API/Blueprint.API.csproj.user +2 -0
- package/Blueprint.API/Controllers/UserController.cs +179 -0
- package/Blueprint.API/Controllers/UserControllerAsync.cs +51 -0
- package/Blueprint.API/Controllers/VersionController.cs +43 -0
- package/Blueprint.API/Mappers/DtoMappingProfile.cs +28 -0
- package/Blueprint.API/Program.cs +165 -14
- package/Blueprint.API/Services/RabbitMqConsumerService.cs +154 -0
- package/Blueprint.API/appsettings.json +13 -0
- package/Blueprint.API/bin/Debug/net8.0/AWSSDK.Core.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/AWSSDK.Extensions.NETCore.Setup.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/AWSSDK.S3.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/AutoMapper.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/Blueprint.API.deps.json +1702 -0
- package/Blueprint.API/bin/Debug/net8.0/Blueprint.API.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/Blueprint.API.exe +0 -0
- package/Blueprint.API/bin/Debug/net8.0/Blueprint.API.pdb +0 -0
- package/Blueprint.API/bin/Debug/net8.0/Blueprint.API.runtimeconfig.json +20 -0
- package/Blueprint.API/bin/Debug/net8.0/Blueprint.Core.deps.json +777 -0
- package/Blueprint.API/bin/Debug/net8.0/Blueprint.Core.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/Blueprint.Core.exe +0 -0
- package/Blueprint.API/bin/Debug/net8.0/Blueprint.Core.pdb +0 -0
- package/Blueprint.API/bin/Debug/net8.0/Blueprint.Core.runtimeconfig.json +12 -0
- package/Blueprint.API/bin/Debug/net8.0/Blueprint.Infra.deps.json +1636 -0
- package/Blueprint.API/bin/Debug/net8.0/Blueprint.Infra.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/Blueprint.Infra.exe +0 -0
- package/Blueprint.API/bin/Debug/net8.0/Blueprint.Infra.pdb +0 -0
- package/Blueprint.API/bin/Debug/net8.0/Blueprint.Infra.runtimeconfig.json +13 -0
- package/Blueprint.API/bin/Debug/net8.0/DnsClient.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/Humanizer.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/Microsoft.AspNetCore.Mvc.Versioning.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/Microsoft.Bcl.AsyncInterfaces.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/Microsoft.Bcl.Memory.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/Microsoft.CodeAnalysis.CSharp.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/Microsoft.CodeAnalysis.Workspaces.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/Microsoft.CodeAnalysis.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Design.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Relational.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/Microsoft.Extensions.Caching.Memory.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/Microsoft.Extensions.DependencyInjection.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/Microsoft.Extensions.DependencyModel.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/Microsoft.Extensions.Logging.Abstractions.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/Microsoft.Extensions.Logging.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/Microsoft.Extensions.Options.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/Microsoft.IdentityModel.Abstractions.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/Microsoft.IdentityModel.Logging.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/Microsoft.IdentityModel.Protocols.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/Microsoft.IdentityModel.Tokens.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/Microsoft.OpenApi.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/MongoDB.Bson.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/MongoDB.Driver.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/Mono.TextTemplating.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/MySqlConnector.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/Pomelo.EntityFrameworkCore.MySql.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/RabbitMQ.Client.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/SharpCompress.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/Snappier.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/Swashbuckle.AspNetCore.Swagger.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/Swashbuckle.AspNetCore.SwaggerGen.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/Swashbuckle.AspNetCore.SwaggerUI.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/System.CodeDom.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/System.Composition.AttributedModel.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/System.Composition.Convention.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/System.Composition.Hosting.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/System.Composition.Runtime.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/System.Composition.TypedParts.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/System.IdentityModel.Tokens.Jwt.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/ZstdSharp.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/appsettings.Development.json +8 -0
- package/Blueprint.API/bin/Debug/net8.0/appsettings.json +22 -0
- package/Blueprint.API/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.resources.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.resources.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.resources.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.resources.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.resources.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.resources.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.resources.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.resources.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.resources.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.resources.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.resources.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
- package/Blueprint.API/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll +0 -0
- package/Blueprint.API/obj/Blueprint.API.csproj.nuget.dgspec.json +206 -1
- package/Blueprint.API/obj/Blueprint.API.csproj.nuget.g.props +6 -0
- package/Blueprint.API/obj/Blueprint.API.csproj.nuget.g.targets +5 -0
- package/Blueprint.API/obj/Debug/net8.0/Blueprin.4BAE1BA3.Up2Date +0 -0
- package/Blueprint.API/obj/Debug/net8.0/Blueprint.API.AssemblyInfo.cs +1 -1
- package/Blueprint.API/obj/Debug/net8.0/Blueprint.API.AssemblyInfoInputs.cache +1 -1
- package/Blueprint.API/obj/Debug/net8.0/Blueprint.API.MvcApplicationPartsAssemblyInfo.cache +0 -0
- package/Blueprint.API/obj/Debug/net8.0/Blueprint.API.MvcApplicationPartsAssemblyInfo.cs +18 -0
- package/Blueprint.API/obj/Debug/net8.0/Blueprint.API.assets.cache +0 -0
- package/Blueprint.API/obj/Debug/net8.0/Blueprint.API.csproj.AssemblyReference.cache +0 -0
- package/Blueprint.API/obj/Debug/net8.0/Blueprint.API.csproj.BuildWithSkipAnalyzers +0 -0
- package/Blueprint.API/obj/Debug/net8.0/Blueprint.API.csproj.CoreCompileInputs.cache +1 -0
- package/Blueprint.API/obj/Debug/net8.0/Blueprint.API.csproj.FileListAbsolute.txt +142 -0
- package/Blueprint.API/obj/Debug/net8.0/Blueprint.API.dll +0 -0
- package/Blueprint.API/obj/Debug/net8.0/Blueprint.API.genruntimeconfig.cache +1 -0
- package/Blueprint.API/obj/Debug/net8.0/Blueprint.API.pdb +0 -0
- package/Blueprint.API/obj/Debug/net8.0/Blueprint.API.sourcelink.json +1 -0
- package/Blueprint.API/obj/Debug/net8.0/apphost.exe +0 -0
- package/Blueprint.API/obj/Debug/net8.0/ref/Blueprint.API.dll +0 -0
- package/Blueprint.API/obj/Debug/net8.0/refint/Blueprint.API.dll +0 -0
- package/Blueprint.API/obj/Debug/net8.0/staticwebassets/msbuild.build.Blueprint.API.props +3 -0
- package/Blueprint.API/obj/Debug/net8.0/staticwebassets/msbuild.buildMultiTargeting.Blueprint.API.props +3 -0
- package/Blueprint.API/obj/Debug/net8.0/staticwebassets/msbuild.buildTransitive.Blueprint.API.props +3 -0
- package/Blueprint.API/obj/Debug/net8.0/staticwebassets.build.json +11 -0
- package/Blueprint.API/obj/project.assets.json +4704 -36
- package/Blueprint.API/obj/project.nuget.cache +92 -2
- package/Blueprint.API.sln +18 -0
- package/Blueprint.Core/Blueprint.Core.csproj +15 -0
- package/Blueprint.Core/Dtos/Requests/BaseRequestDto.cs +25 -0
- package/Blueprint.Core/Dtos/Requests/UserRequestDto.cs +12 -0
- package/Blueprint.Core/Dtos/Responses/BaseResponseDto.cs +28 -0
- package/Blueprint.Core/Dtos/Responses/UserResponseDto.cs +11 -0
- package/Blueprint.Core/Entities/BaseEntity.cs +23 -0
- package/Blueprint.Core/Entities/Category.cs +9 -0
- package/Blueprint.Core/Entities/Product.cs +13 -0
- package/Blueprint.Core/Entities/User.cs +16 -0
- package/Blueprint.Core/Enums/ActionType.cs +11 -0
- package/Blueprint.Core/Enums/UserRole.cs +10 -0
- package/Blueprint.Core/Interfaces/API/IItemService.cs +13 -0
- package/Blueprint.Core/Interfaces/API/IUserService.cs +10 -0
- package/Blueprint.Core/Interfaces/SPI/IItemInfra.cs +14 -0
- package/Blueprint.Core/Interfaces/SPI/IRabbitMqService.cs +7 -0
- package/Blueprint.Core/Interfaces/SPI/IRepositoryFactory.cs +10 -0
- package/Blueprint.Core/Interfaces/SPI/IUserInfra.cs +10 -0
- package/Blueprint.Core/Models/Error.cs +69 -0
- package/Blueprint.Core/Models/ErrorDetail.cs +8 -0
- package/Blueprint.Core/Models/PagerData.cs +8 -0
- package/Blueprint.Core/Models/PagingParams.cs +8 -0
- package/Blueprint.Core/Program.cs +7 -0
- package/Blueprint.Core/Properties/launchSettings.json +12 -0
- package/Blueprint.Core/Services/ItemService.cs +47 -0
- package/Blueprint.Core/Services/UserService.cs +108 -0
- package/Blueprint.Core/StaticClasses/Errors.cs +20 -0
- package/Blueprint.Core/Worker.cs +24 -0
- package/Blueprint.Core/appsettings.Development.json +8 -0
- package/Blueprint.Core/appsettings.json +8 -0
- package/Blueprint.Core/bin/Debug/net8.0/Blueprint.Core.deps.json +777 -0
- package/Blueprint.Core/bin/Debug/net8.0/Blueprint.Core.dll +0 -0
- package/Blueprint.Core/bin/Debug/net8.0/Blueprint.Core.exe +0 -0
- package/Blueprint.Core/bin/Debug/net8.0/Blueprint.Core.pdb +0 -0
- package/Blueprint.Core/bin/Debug/net8.0/Blueprint.Core.runtimeconfig.json +12 -0
- package/Blueprint.Core/bin/Debug/net8.0/Microsoft.Bcl.Memory.dll +0 -0
- package/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll +0 -0
- package/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.Configuration.Binder.dll +0 -0
- package/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.Configuration.CommandLine.dll +0 -0
- package/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll +0 -0
- package/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll +0 -0
- package/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.Configuration.Json.dll +0 -0
- package/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.Configuration.UserSecrets.dll +0 -0
- package/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.Configuration.dll +0 -0
- package/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll +0 -0
- package/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.DependencyInjection.dll +0 -0
- package/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.Diagnostics.Abstractions.dll +0 -0
- package/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.Diagnostics.dll +0 -0
- package/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll +0 -0
- package/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.FileProviders.Physical.dll +0 -0
- package/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll +0 -0
- package/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.Hosting.Abstractions.dll +0 -0
- package/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.Hosting.dll +0 -0
- package/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.Logging.Abstractions.dll +0 -0
- package/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.Logging.Configuration.dll +0 -0
- package/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.Logging.Console.dll +0 -0
- package/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.Logging.Debug.dll +0 -0
- package/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.Logging.EventLog.dll +0 -0
- package/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.Logging.EventSource.dll +0 -0
- package/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.Logging.dll +0 -0
- package/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll +0 -0
- package/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.Options.dll +0 -0
- package/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.Primitives.dll +0 -0
- package/Blueprint.Core/bin/Debug/net8.0/Microsoft.IdentityModel.Abstractions.dll +0 -0
- package/Blueprint.Core/bin/Debug/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll +0 -0
- package/Blueprint.Core/bin/Debug/net8.0/Microsoft.IdentityModel.Logging.dll +0 -0
- package/Blueprint.Core/bin/Debug/net8.0/Microsoft.IdentityModel.Tokens.dll +0 -0
- package/Blueprint.Core/bin/Debug/net8.0/MongoDB.Bson.dll +0 -0
- package/Blueprint.Core/bin/Debug/net8.0/System.Diagnostics.EventLog.dll +0 -0
- package/Blueprint.Core/bin/Debug/net8.0/System.IdentityModel.Tokens.Jwt.dll +0 -0
- package/Blueprint.Core/bin/Debug/net8.0/appsettings.Development.json +8 -0
- package/Blueprint.Core/bin/Debug/net8.0/appsettings.json +8 -0
- package/Blueprint.Core/bin/Debug/net8.0/runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll +0 -0
- package/Blueprint.Core/bin/Debug/net8.0/runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll +0 -0
- package/Blueprint.Core/obj/Blueprint.Core.csproj.nuget.dgspec.json +83 -0
- package/Blueprint.Core/obj/Blueprint.Core.csproj.nuget.g.props +18 -0
- package/Blueprint.Core/obj/Blueprint.Core.csproj.nuget.g.targets +10 -0
- package/Blueprint.Core/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs +4 -0
- package/Blueprint.Core/obj/Debug/net8.0/Blueprin.55786069.Up2Date +0 -0
- package/Blueprint.Core/obj/Debug/net8.0/Blueprint.Core.AssemblyInfo.cs +24 -0
- package/Blueprint.Core/obj/Debug/net8.0/Blueprint.Core.AssemblyInfoInputs.cache +1 -0
- package/Blueprint.Core/obj/Debug/net8.0/Blueprint.Core.GeneratedMSBuildEditorConfig.editorconfig +13 -0
- package/Blueprint.Core/obj/Debug/net8.0/Blueprint.Core.GlobalUsings.g.cs +12 -0
- package/Blueprint.Core/obj/Debug/net8.0/Blueprint.Core.assets.cache +0 -0
- package/Blueprint.Core/obj/Debug/net8.0/Blueprint.Core.csproj.AssemblyReference.cache +0 -0
- package/Blueprint.Core/obj/Debug/net8.0/Blueprint.Core.csproj.BuildWithSkipAnalyzers +0 -0
- package/Blueprint.Core/obj/Debug/net8.0/Blueprint.Core.csproj.CoreCompileInputs.cache +1 -0
- package/Blueprint.Core/obj/Debug/net8.0/Blueprint.Core.csproj.FileListAbsolute.txt +56 -0
- package/Blueprint.Core/obj/Debug/net8.0/Blueprint.Core.dll +0 -0
- package/Blueprint.Core/obj/Debug/net8.0/Blueprint.Core.genruntimeconfig.cache +1 -0
- package/Blueprint.Core/obj/Debug/net8.0/Blueprint.Core.pdb +0 -0
- package/Blueprint.Core/obj/Debug/net8.0/Blueprint.Core.sourcelink.json +1 -0
- package/Blueprint.Core/obj/Debug/net8.0/apphost.exe +0 -0
- package/Blueprint.Core/obj/Debug/net8.0/ref/Blueprint.Core.dll +0 -0
- package/Blueprint.Core/obj/Debug/net8.0/refint/Blueprint.Core.dll +0 -0
- package/Blueprint.Core/obj/project.assets.json +2182 -0
- package/Blueprint.Core/obj/project.nuget.cache +49 -0
- package/Blueprint.Infra/Blueprint.Infra.csproj +29 -0
- package/Blueprint.Infra/Database/DbInitializer.cs +188 -0
- package/Blueprint.Infra/Database/MyDbContext.cs +24 -0
- package/Blueprint.Infra/Program.cs +7 -0
- package/Blueprint.Infra/Properties/launchSettings.json +12 -0
- package/Blueprint.Infra/Services/MongoItemInfra.cs +110 -0
- package/Blueprint.Infra/Services/MongoUserInfra.cs +31 -0
- package/Blueprint.Infra/Services/MySQLItemInfra.cs +111 -0
- package/Blueprint.Infra/Services/MySQLUserInfra.cs +30 -0
- package/Blueprint.Infra/Services/RabbitMqService.cs +61 -0
- package/Blueprint.Infra/Services/RepositoryFactory.cs +39 -0
- package/Blueprint.Infra/Worker.cs +24 -0
- package/Blueprint.Infra/appsettings.Development.json +8 -0
- package/Blueprint.Infra/appsettings.json +8 -0
- package/Blueprint.Infra/bin/Debug/net8.0/Blueprint.Core.deps.json +777 -0
- package/Blueprint.Infra/bin/Debug/net8.0/Blueprint.Core.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/Blueprint.Core.exe +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/Blueprint.Core.pdb +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/Blueprint.Core.runtimeconfig.json +12 -0
- package/Blueprint.Infra/bin/Debug/net8.0/Blueprint.Infra.deps.json +1636 -0
- package/Blueprint.Infra/bin/Debug/net8.0/Blueprint.Infra.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/Blueprint.Infra.exe +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/Blueprint.Infra.pdb +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/Blueprint.Infra.runtimeconfig.json +13 -0
- package/Blueprint.Infra/bin/Debug/net8.0/DnsClient.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/Humanizer.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Bcl.AsyncInterfaces.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Bcl.Memory.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.CodeAnalysis.CSharp.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.CodeAnalysis.Workspaces.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.CodeAnalysis.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Design.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Relational.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.Caching.Abstractions.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.Caching.Memory.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.Configuration.Binder.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.Configuration.CommandLine.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.Configuration.Json.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.Configuration.UserSecrets.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.Configuration.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.DependencyInjection.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.DependencyModel.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.Diagnostics.Abstractions.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.Diagnostics.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.FileProviders.Physical.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.Hosting.Abstractions.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.Hosting.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.Logging.Abstractions.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.Logging.Configuration.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.Logging.Console.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.Logging.Debug.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.Logging.EventLog.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.Logging.EventSource.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.Logging.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.Options.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.Primitives.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.IdentityModel.Abstractions.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.IdentityModel.Logging.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.IdentityModel.Tokens.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/MongoDB.Bson.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/MongoDB.Driver.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/Mono.TextTemplating.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/MySqlConnector.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/Pomelo.EntityFrameworkCore.MySql.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/RabbitMQ.Client.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/SharpCompress.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/Snappier.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/System.CodeDom.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/System.Composition.AttributedModel.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/System.Composition.Convention.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/System.Composition.Hosting.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/System.Composition.Runtime.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/System.Composition.TypedParts.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/System.Diagnostics.EventLog.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/System.IO.Pipelines.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/System.IdentityModel.Tokens.Jwt.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/System.Threading.RateLimiting.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/ZstdSharp.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/appsettings.Development.json +8 -0
- package/Blueprint.Infra/bin/Debug/net8.0/appsettings.json +8 -0
- package/Blueprint.Infra/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.resources.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.resources.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.resources.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.resources.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.resources.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.resources.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.resources.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.resources.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.resources.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.resources.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.resources.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
- package/Blueprint.Infra/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll +0 -0
- package/Blueprint.Infra/obj/Blueprint.Infra.csproj.nuget.dgspec.json +176 -0
- package/Blueprint.Infra/obj/Blueprint.Infra.csproj.nuget.g.props +24 -0
- package/Blueprint.Infra/obj/Blueprint.Infra.csproj.nuget.g.targets +10 -0
- package/Blueprint.Infra/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs +4 -0
- package/Blueprint.Infra/obj/Debug/net8.0/Blueprin.DC076348.Up2Date +0 -0
- package/Blueprint.Infra/obj/Debug/net8.0/Blueprint.Infra.AssemblyInfo.cs +24 -0
- package/Blueprint.Infra/obj/Debug/net8.0/Blueprint.Infra.AssemblyInfoInputs.cache +1 -0
- package/Blueprint.Infra/obj/Debug/net8.0/Blueprint.Infra.GeneratedMSBuildEditorConfig.editorconfig +13 -0
- package/Blueprint.Infra/obj/Debug/net8.0/Blueprint.Infra.GlobalUsings.g.cs +12 -0
- package/Blueprint.Infra/obj/Debug/net8.0/Blueprint.Infra.assets.cache +0 -0
- package/Blueprint.Infra/obj/Debug/net8.0/Blueprint.Infra.csproj.AssemblyReference.cache +0 -0
- package/Blueprint.Infra/obj/Debug/net8.0/Blueprint.Infra.csproj.BuildWithSkipAnalyzers +0 -0
- package/Blueprint.Infra/obj/Debug/net8.0/Blueprint.Infra.csproj.CoreCompileInputs.cache +1 -0
- package/Blueprint.Infra/obj/Debug/net8.0/Blueprint.Infra.csproj.FileListAbsolute.txt +143 -0
- package/Blueprint.Infra/obj/Debug/net8.0/Blueprint.Infra.dll +0 -0
- package/Blueprint.Infra/obj/Debug/net8.0/Blueprint.Infra.genruntimeconfig.cache +1 -0
- package/Blueprint.Infra/obj/Debug/net8.0/Blueprint.Infra.pdb +0 -0
- package/Blueprint.Infra/obj/Debug/net8.0/Blueprint.Infra.sourcelink.json +1 -0
- package/Blueprint.Infra/obj/Debug/net8.0/apphost.exe +0 -0
- package/Blueprint.Infra/obj/Debug/net8.0/ref/Blueprint.Infra.dll +0 -0
- package/Blueprint.Infra/obj/Debug/net8.0/refint/Blueprint.Infra.dll +0 -0
- package/Blueprint.Infra/obj/project.assets.json +4442 -0
- package/Blueprint.Infra/obj/project.nuget.cache +92 -0
- package/Blueprint.Test/Blueprint.Test.csproj +29 -0
- package/Blueprint.Test/UnitTest1.cs +11 -0
- package/Blueprint.Test/bin/Debug/net8.0/AWSSDK.Core.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/AWSSDK.Extensions.NETCore.Setup.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/AWSSDK.S3.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/AutoMapper.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/Blueprint.API.deps.json +1702 -0
- package/Blueprint.Test/bin/Debug/net8.0/Blueprint.API.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/Blueprint.API.exe +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/Blueprint.API.pdb +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/Blueprint.API.runtimeconfig.json +20 -0
- package/Blueprint.Test/bin/Debug/net8.0/Blueprint.Core.deps.json +777 -0
- package/Blueprint.Test/bin/Debug/net8.0/Blueprint.Core.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/Blueprint.Core.exe +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/Blueprint.Core.pdb +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/Blueprint.Core.runtimeconfig.json +12 -0
- package/Blueprint.Test/bin/Debug/net8.0/Blueprint.Infra.deps.json +1636 -0
- package/Blueprint.Test/bin/Debug/net8.0/Blueprint.Infra.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/Blueprint.Infra.exe +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/Blueprint.Infra.pdb +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/Blueprint.Infra.runtimeconfig.json +13 -0
- package/Blueprint.Test/bin/Debug/net8.0/Blueprint.Test.deps.json +2804 -0
- package/Blueprint.Test/bin/Debug/net8.0/Blueprint.Test.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/Blueprint.Test.pdb +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/Blueprint.Test.runtimeconfig.json +19 -0
- package/Blueprint.Test/bin/Debug/net8.0/CoverletSourceRootsMapping_Blueprint.Test +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/DnsClient.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/Microsoft.AspNetCore.Mvc.Versioning.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/Microsoft.Bcl.Memory.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Relational.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/Microsoft.Extensions.Caching.Memory.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/Microsoft.Extensions.DependencyInjection.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/Microsoft.Extensions.Logging.Abstractions.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/Microsoft.Extensions.Logging.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/Microsoft.Extensions.Options.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/Microsoft.IdentityModel.Abstractions.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/Microsoft.IdentityModel.Logging.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/Microsoft.IdentityModel.Protocols.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/Microsoft.IdentityModel.Tokens.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/Microsoft.OpenApi.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/Microsoft.TestPlatform.CommunicationUtilities.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/Microsoft.TestPlatform.CoreUtilities.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/Microsoft.TestPlatform.CrossPlatEngine.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/Microsoft.TestPlatform.PlatformAbstractions.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/Microsoft.TestPlatform.Utilities.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/Microsoft.VisualStudio.CodeCoverage.Shim.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/Microsoft.VisualStudio.TestPlatform.Common.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/MongoDB.Bson.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/MongoDB.Driver.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/MySqlConnector.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/Newtonsoft.Json.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/NuGet.Frameworks.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/Pomelo.EntityFrameworkCore.MySql.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/RabbitMQ.Client.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/SharpCompress.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/Snappier.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/Swashbuckle.AspNetCore.Swagger.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/Swashbuckle.AspNetCore.SwaggerGen.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/Swashbuckle.AspNetCore.SwaggerUI.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/System.IdentityModel.Tokens.Jwt.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/ZstdSharp.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/appsettings.Development.json +8 -0
- package/Blueprint.Test/bin/Debug/net8.0/appsettings.json +17 -0
- package/Blueprint.Test/bin/Debug/net8.0/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/testhost.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/testhost.exe +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/xunit.abstractions.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/xunit.assert.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/xunit.core.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/xunit.execution.dotnet.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/xunit.runner.reporters.netcoreapp10.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/xunit.runner.utility.netcoreapp10.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/xunit.runner.visualstudio.dotnetcore.testadapter.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
- package/Blueprint.Test/bin/Debug/net8.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
- package/Blueprint.Test/obj/Blueprint.Test.csproj.nuget.dgspec.json +372 -0
- package/Blueprint.Test/obj/Blueprint.Test.csproj.nuget.g.props +30 -0
- package/Blueprint.Test/obj/Blueprint.Test.csproj.nuget.g.targets +14 -0
- package/Blueprint.Test/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs +4 -0
- package/Blueprint.Test/obj/Debug/net8.0/Blueprin.BFA8907E.Up2Date +0 -0
- package/Blueprint.Test/obj/Debug/net8.0/Blueprint.Test.AssemblyInfo.cs +23 -0
- package/Blueprint.Test/obj/Debug/net8.0/Blueprint.Test.AssemblyInfoInputs.cache +1 -0
- package/Blueprint.Test/obj/Debug/net8.0/Blueprint.Test.GeneratedMSBuildEditorConfig.editorconfig +13 -0
- package/Blueprint.Test/obj/Debug/net8.0/Blueprint.Test.GlobalUsings.g.cs +9 -0
- package/Blueprint.Test/obj/Debug/net8.0/Blueprint.Test.assets.cache +0 -0
- package/Blueprint.Test/obj/Debug/net8.0/Blueprint.Test.csproj.AssemblyReference.cache +0 -0
- package/Blueprint.Test/obj/Debug/net8.0/Blueprint.Test.csproj.CoreCompileInputs.cache +1 -0
- package/Blueprint.Test/obj/Debug/net8.0/Blueprint.Test.csproj.FileListAbsolute.txt +154 -0
- package/Blueprint.Test/obj/Debug/net8.0/Blueprint.Test.dll +0 -0
- package/Blueprint.Test/obj/Debug/net8.0/Blueprint.Test.genruntimeconfig.cache +1 -0
- package/Blueprint.Test/obj/Debug/net8.0/Blueprint.Test.pdb +0 -0
- package/Blueprint.Test/obj/Debug/net8.0/Blueprint.Test.sourcelink.json +1 -0
- package/Blueprint.Test/obj/Debug/net8.0/ref/Blueprint.Test.dll +0 -0
- package/Blueprint.Test/obj/Debug/net8.0/refint/Blueprint.Test.dll +0 -0
- package/Blueprint.Test/obj/project.assets.json +9266 -0
- package/Blueprint.Test/obj/project.nuget.cache +170 -0
- package/{index.js → create.js} +22 -12
- package/package.json +14 -11
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"runtimeOptions": {
|
|
3
|
+
"tfm": "net8.0",
|
|
4
|
+
"framework": {
|
|
5
|
+
"name": "Microsoft.NETCore.App",
|
|
6
|
+
"version": "8.0.0"
|
|
7
|
+
},
|
|
8
|
+
"configProperties": {
|
|
9
|
+
"System.Reflection.NullabilityInfoContext.IsSupported": true,
|
|
10
|
+
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/Blueprint.API/bin/Debug/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
{
|
|
2
|
+
"ConnectionStrings": {
|
|
3
|
+
"MySql": "Server=localhost;port=3306;Database=test9;User=root",
|
|
4
|
+
"MongoDb": "mongodb://admin:password@localhost:27017"
|
|
5
|
+
},
|
|
6
|
+
"Database": {
|
|
7
|
+
"Type": "mysql",
|
|
8
|
+
"Name": "innocons"
|
|
9
|
+
},
|
|
10
|
+
"Logging": {
|
|
11
|
+
"LogLevel": {
|
|
12
|
+
"Default": "Information",
|
|
13
|
+
"Microsoft.AspNetCore": "Warning"
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
"Jwt": {
|
|
17
|
+
"Secret": "MySuperLongSecureRandomSecretKey@123456789!",
|
|
18
|
+
"Issuer": "",
|
|
19
|
+
"Audience": ""
|
|
20
|
+
},
|
|
21
|
+
"AllowedHosts": "*"
|
|
22
|
+
}
|
package/Blueprint.API/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/Blueprint.API/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/Blueprint.API/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/Blueprint.API/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/Blueprint.API/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/Blueprint.API/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/Blueprint.API/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/Blueprint.API/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/Blueprint.API/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/Blueprint.API/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/Blueprint.API/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/Blueprint.API/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/Blueprint.API/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll
ADDED
|
Binary file
|
|
Binary file
|
|
@@ -28,7 +28,14 @@
|
|
|
28
28
|
"frameworks": {
|
|
29
29
|
"net8.0": {
|
|
30
30
|
"targetAlias": "net8.0",
|
|
31
|
-
"projectReferences": {
|
|
31
|
+
"projectReferences": {
|
|
32
|
+
"D:\\@Projects\\@@ Blueprint\\NetWebAPIBlueprint\\Blueprint.API\\Blueprint.Core\\Blueprint.Core.csproj": {
|
|
33
|
+
"projectPath": "D:\\@Projects\\@@ Blueprint\\NetWebAPIBlueprint\\Blueprint.API\\Blueprint.Core\\Blueprint.Core.csproj"
|
|
34
|
+
},
|
|
35
|
+
"D:\\@Projects\\@@ Blueprint\\NetWebAPIBlueprint\\Blueprint.API\\Blueprint.Infra\\Blueprint.Infra.csproj": {
|
|
36
|
+
"projectPath": "D:\\@Projects\\@@ Blueprint\\NetWebAPIBlueprint\\Blueprint.API\\Blueprint.Infra\\Blueprint.Infra.csproj"
|
|
37
|
+
}
|
|
38
|
+
}
|
|
32
39
|
}
|
|
33
40
|
},
|
|
34
41
|
"warningProperties": {
|
|
@@ -46,6 +53,36 @@
|
|
|
46
53
|
"net8.0": {
|
|
47
54
|
"targetAlias": "net8.0",
|
|
48
55
|
"dependencies": {
|
|
56
|
+
"AWSSDK.Extensions.NETCore.Setup": {
|
|
57
|
+
"target": "Package",
|
|
58
|
+
"version": "[3.7.301, )"
|
|
59
|
+
},
|
|
60
|
+
"AWSSDK.S3": {
|
|
61
|
+
"target": "Package",
|
|
62
|
+
"version": "[3.7.410.12, )"
|
|
63
|
+
},
|
|
64
|
+
"AutoMapper": {
|
|
65
|
+
"target": "Package",
|
|
66
|
+
"version": "[13.0.1, )"
|
|
67
|
+
},
|
|
68
|
+
"Microsoft.AspNetCore.Authentication.JwtBearer": {
|
|
69
|
+
"target": "Package",
|
|
70
|
+
"version": "[8.0.10, )"
|
|
71
|
+
},
|
|
72
|
+
"Microsoft.AspNetCore.Mvc.Versioning": {
|
|
73
|
+
"target": "Package",
|
|
74
|
+
"version": "[5.1.0, )"
|
|
75
|
+
},
|
|
76
|
+
"Microsoft.EntityFrameworkCore.Design": {
|
|
77
|
+
"include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive",
|
|
78
|
+
"suppressParent": "All",
|
|
79
|
+
"target": "Package",
|
|
80
|
+
"version": "[8.0.10, )"
|
|
81
|
+
},
|
|
82
|
+
"RabbitMQ.Client": {
|
|
83
|
+
"target": "Package",
|
|
84
|
+
"version": "[7.0.0, )"
|
|
85
|
+
},
|
|
49
86
|
"Swashbuckle.AspNetCore": {
|
|
50
87
|
"target": "Package",
|
|
51
88
|
"version": "[6.4.0, )"
|
|
@@ -73,6 +110,174 @@
|
|
|
73
110
|
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.302/PortableRuntimeIdentifierGraph.json"
|
|
74
111
|
}
|
|
75
112
|
}
|
|
113
|
+
},
|
|
114
|
+
"D:\\@Projects\\@@ Blueprint\\NetWebAPIBlueprint\\Blueprint.API\\Blueprint.Core\\Blueprint.Core.csproj": {
|
|
115
|
+
"version": "1.0.0",
|
|
116
|
+
"restore": {
|
|
117
|
+
"projectUniqueName": "D:\\@Projects\\@@ Blueprint\\NetWebAPIBlueprint\\Blueprint.API\\Blueprint.Core\\Blueprint.Core.csproj",
|
|
118
|
+
"projectName": "Blueprint.Core",
|
|
119
|
+
"projectPath": "D:\\@Projects\\@@ Blueprint\\NetWebAPIBlueprint\\Blueprint.API\\Blueprint.Core\\Blueprint.Core.csproj",
|
|
120
|
+
"packagesPath": "C:\\Users\\Truong\\.nuget\\packages\\",
|
|
121
|
+
"outputPath": "D:\\@Projects\\@@ Blueprint\\NetWebAPIBlueprint\\Blueprint.API\\Blueprint.Core\\obj\\",
|
|
122
|
+
"projectStyle": "PackageReference",
|
|
123
|
+
"configFilePaths": [
|
|
124
|
+
"C:\\Users\\Truong\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
|
125
|
+
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
|
126
|
+
],
|
|
127
|
+
"originalTargetFrameworks": [
|
|
128
|
+
"net8.0"
|
|
129
|
+
],
|
|
130
|
+
"sources": {
|
|
131
|
+
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
|
132
|
+
"C:\\Program Files\\dotnet\\library-packs": {},
|
|
133
|
+
"https://api.nuget.org/v3/index.json": {}
|
|
134
|
+
},
|
|
135
|
+
"frameworks": {
|
|
136
|
+
"net8.0": {
|
|
137
|
+
"targetAlias": "net8.0",
|
|
138
|
+
"projectReferences": {}
|
|
139
|
+
}
|
|
140
|
+
},
|
|
141
|
+
"warningProperties": {
|
|
142
|
+
"warnAsError": [
|
|
143
|
+
"NU1605"
|
|
144
|
+
]
|
|
145
|
+
},
|
|
146
|
+
"restoreAuditProperties": {
|
|
147
|
+
"enableAudit": "true",
|
|
148
|
+
"auditLevel": "low",
|
|
149
|
+
"auditMode": "direct"
|
|
150
|
+
}
|
|
151
|
+
},
|
|
152
|
+
"frameworks": {
|
|
153
|
+
"net8.0": {
|
|
154
|
+
"targetAlias": "net8.0",
|
|
155
|
+
"dependencies": {
|
|
156
|
+
"Microsoft.Extensions.Hosting": {
|
|
157
|
+
"target": "Package",
|
|
158
|
+
"version": "[8.0.0, )"
|
|
159
|
+
},
|
|
160
|
+
"MongoDB.Bson": {
|
|
161
|
+
"target": "Package",
|
|
162
|
+
"version": "[3.1.0, )"
|
|
163
|
+
},
|
|
164
|
+
"System.IdentityModel.Tokens.Jwt": {
|
|
165
|
+
"target": "Package",
|
|
166
|
+
"version": "[8.3.1, )"
|
|
167
|
+
}
|
|
168
|
+
},
|
|
169
|
+
"imports": [
|
|
170
|
+
"net461",
|
|
171
|
+
"net462",
|
|
172
|
+
"net47",
|
|
173
|
+
"net471",
|
|
174
|
+
"net472",
|
|
175
|
+
"net48",
|
|
176
|
+
"net481"
|
|
177
|
+
],
|
|
178
|
+
"assetTargetFallback": true,
|
|
179
|
+
"warn": true,
|
|
180
|
+
"frameworkReferences": {
|
|
181
|
+
"Microsoft.NETCore.App": {
|
|
182
|
+
"privateAssets": "all"
|
|
183
|
+
}
|
|
184
|
+
},
|
|
185
|
+
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.302/PortableRuntimeIdentifierGraph.json"
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
},
|
|
189
|
+
"D:\\@Projects\\@@ Blueprint\\NetWebAPIBlueprint\\Blueprint.API\\Blueprint.Infra\\Blueprint.Infra.csproj": {
|
|
190
|
+
"version": "1.0.0",
|
|
191
|
+
"restore": {
|
|
192
|
+
"projectUniqueName": "D:\\@Projects\\@@ Blueprint\\NetWebAPIBlueprint\\Blueprint.API\\Blueprint.Infra\\Blueprint.Infra.csproj",
|
|
193
|
+
"projectName": "Blueprint.Infra",
|
|
194
|
+
"projectPath": "D:\\@Projects\\@@ Blueprint\\NetWebAPIBlueprint\\Blueprint.API\\Blueprint.Infra\\Blueprint.Infra.csproj",
|
|
195
|
+
"packagesPath": "C:\\Users\\Truong\\.nuget\\packages\\",
|
|
196
|
+
"outputPath": "D:\\@Projects\\@@ Blueprint\\NetWebAPIBlueprint\\Blueprint.API\\Blueprint.Infra\\obj\\",
|
|
197
|
+
"projectStyle": "PackageReference",
|
|
198
|
+
"configFilePaths": [
|
|
199
|
+
"C:\\Users\\Truong\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
|
200
|
+
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
|
201
|
+
],
|
|
202
|
+
"originalTargetFrameworks": [
|
|
203
|
+
"net8.0"
|
|
204
|
+
],
|
|
205
|
+
"sources": {
|
|
206
|
+
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
|
207
|
+
"C:\\Program Files\\dotnet\\library-packs": {},
|
|
208
|
+
"https://api.nuget.org/v3/index.json": {}
|
|
209
|
+
},
|
|
210
|
+
"frameworks": {
|
|
211
|
+
"net8.0": {
|
|
212
|
+
"targetAlias": "net8.0",
|
|
213
|
+
"projectReferences": {
|
|
214
|
+
"D:\\@Projects\\@@ Blueprint\\NetWebAPIBlueprint\\Blueprint.API\\Blueprint.Core\\Blueprint.Core.csproj": {
|
|
215
|
+
"projectPath": "D:\\@Projects\\@@ Blueprint\\NetWebAPIBlueprint\\Blueprint.API\\Blueprint.Core\\Blueprint.Core.csproj"
|
|
216
|
+
}
|
|
217
|
+
}
|
|
218
|
+
}
|
|
219
|
+
},
|
|
220
|
+
"warningProperties": {
|
|
221
|
+
"warnAsError": [
|
|
222
|
+
"NU1605"
|
|
223
|
+
]
|
|
224
|
+
},
|
|
225
|
+
"restoreAuditProperties": {
|
|
226
|
+
"enableAudit": "true",
|
|
227
|
+
"auditLevel": "low",
|
|
228
|
+
"auditMode": "direct"
|
|
229
|
+
}
|
|
230
|
+
},
|
|
231
|
+
"frameworks": {
|
|
232
|
+
"net8.0": {
|
|
233
|
+
"targetAlias": "net8.0",
|
|
234
|
+
"dependencies": {
|
|
235
|
+
"Microsoft.EntityFrameworkCore": {
|
|
236
|
+
"target": "Package",
|
|
237
|
+
"version": "[8.0.10, )"
|
|
238
|
+
},
|
|
239
|
+
"Microsoft.EntityFrameworkCore.Tools": {
|
|
240
|
+
"include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive",
|
|
241
|
+
"suppressParent": "All",
|
|
242
|
+
"target": "Package",
|
|
243
|
+
"version": "[8.0.10, )"
|
|
244
|
+
},
|
|
245
|
+
"Microsoft.Extensions.Hosting": {
|
|
246
|
+
"target": "Package",
|
|
247
|
+
"version": "[8.0.0, )"
|
|
248
|
+
},
|
|
249
|
+
"MongoDB.Driver": {
|
|
250
|
+
"target": "Package",
|
|
251
|
+
"version": "[3.1.0, )"
|
|
252
|
+
},
|
|
253
|
+
"Pomelo.EntityFrameworkCore.MySql": {
|
|
254
|
+
"target": "Package",
|
|
255
|
+
"version": "[8.0.2, )"
|
|
256
|
+
},
|
|
257
|
+
"RabbitMQ.Client": {
|
|
258
|
+
"target": "Package",
|
|
259
|
+
"version": "[7.0.0, )"
|
|
260
|
+
}
|
|
261
|
+
},
|
|
262
|
+
"imports": [
|
|
263
|
+
"net461",
|
|
264
|
+
"net462",
|
|
265
|
+
"net47",
|
|
266
|
+
"net471",
|
|
267
|
+
"net472",
|
|
268
|
+
"net48",
|
|
269
|
+
"net481"
|
|
270
|
+
],
|
|
271
|
+
"assetTargetFallback": true,
|
|
272
|
+
"warn": true,
|
|
273
|
+
"frameworkReferences": {
|
|
274
|
+
"Microsoft.NETCore.App": {
|
|
275
|
+
"privateAssets": "all"
|
|
276
|
+
}
|
|
277
|
+
},
|
|
278
|
+
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.302/PortableRuntimeIdentifierGraph.json"
|
|
279
|
+
}
|
|
280
|
+
}
|
|
76
281
|
}
|
|
77
282
|
}
|
|
78
283
|
}
|
|
@@ -15,8 +15,14 @@
|
|
|
15
15
|
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
|
16
16
|
<Import Project="$(NuGetPackageRoot)microsoft.extensions.apidescription.server\6.0.5\build\Microsoft.Extensions.ApiDescription.Server.props" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.apidescription.server\6.0.5\build\Microsoft.Extensions.ApiDescription.Server.props')" />
|
|
17
17
|
<Import Project="$(NuGetPackageRoot)swashbuckle.aspnetcore\6.4.0\build\Swashbuckle.AspNetCore.props" Condition="Exists('$(NuGetPackageRoot)swashbuckle.aspnetcore\6.4.0\build\Swashbuckle.AspNetCore.props')" />
|
|
18
|
+
<Import Project="$(NuGetPackageRoot)microsoft.entityframeworkcore\8.0.10\buildTransitive\net8.0\Microsoft.EntityFrameworkCore.props" Condition="Exists('$(NuGetPackageRoot)microsoft.entityframeworkcore\8.0.10\buildTransitive\net8.0\Microsoft.EntityFrameworkCore.props')" />
|
|
19
|
+
<Import Project="$(NuGetPackageRoot)microsoft.extensions.configuration.usersecrets\8.0.0\buildTransitive\net6.0\Microsoft.Extensions.Configuration.UserSecrets.props" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.configuration.usersecrets\8.0.0\buildTransitive\net6.0\Microsoft.Extensions.Configuration.UserSecrets.props')" />
|
|
20
|
+
<Import Project="$(NuGetPackageRoot)microsoft.entityframeworkcore.design\8.0.10\build\net8.0\Microsoft.EntityFrameworkCore.Design.props" Condition="Exists('$(NuGetPackageRoot)microsoft.entityframeworkcore.design\8.0.10\build\net8.0\Microsoft.EntityFrameworkCore.Design.props')" />
|
|
18
21
|
</ImportGroup>
|
|
19
22
|
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
|
20
23
|
<PkgMicrosoft_Extensions_ApiDescription_Server Condition=" '$(PkgMicrosoft_Extensions_ApiDescription_Server)' == '' ">C:\Users\Truong\.nuget\packages\microsoft.extensions.apidescription.server\6.0.5</PkgMicrosoft_Extensions_ApiDescription_Server>
|
|
24
|
+
<PkgMicrosoft_CodeAnalysis_Analyzers Condition=" '$(PkgMicrosoft_CodeAnalysis_Analyzers)' == '' ">C:\Users\Truong\.nuget\packages\microsoft.codeanalysis.analyzers\3.3.3</PkgMicrosoft_CodeAnalysis_Analyzers>
|
|
25
|
+
<PkgAWSSDK_Core Condition=" '$(PkgAWSSDK_Core)' == '' ">C:\Users\Truong\.nuget\packages\awssdk.core\3.7.400.70</PkgAWSSDK_Core>
|
|
26
|
+
<PkgAWSSDK_S3 Condition=" '$(PkgAWSSDK_S3)' == '' ">C:\Users\Truong\.nuget\packages\awssdk.s3\3.7.410.12</PkgAWSSDK_S3>
|
|
21
27
|
</PropertyGroup>
|
|
22
28
|
</Project>
|
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
|
2
2
|
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
3
3
|
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
|
4
|
+
<Import Project="$(NuGetPackageRoot)system.text.json\8.0.0\buildTransitive\net6.0\System.Text.Json.targets" Condition="Exists('$(NuGetPackageRoot)system.text.json\8.0.0\buildTransitive\net6.0\System.Text.Json.targets')" />
|
|
5
|
+
<Import Project="$(NuGetPackageRoot)microsoft.extensions.logging.abstractions\8.0.2\buildTransitive\net6.0\Microsoft.Extensions.Logging.Abstractions.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.logging.abstractions\8.0.2\buildTransitive\net6.0\Microsoft.Extensions.Logging.Abstractions.targets')" />
|
|
4
6
|
<Import Project="$(NuGetPackageRoot)microsoft.extensions.apidescription.server\6.0.5\build\Microsoft.Extensions.ApiDescription.Server.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.apidescription.server\6.0.5\build\Microsoft.Extensions.ApiDescription.Server.targets')" />
|
|
7
|
+
<Import Project="$(NuGetPackageRoot)microsoft.extensions.options\8.0.2\buildTransitive\net6.0\Microsoft.Extensions.Options.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.options\8.0.2\buildTransitive\net6.0\Microsoft.Extensions.Options.targets')" />
|
|
8
|
+
<Import Project="$(NuGetPackageRoot)microsoft.extensions.configuration.binder\8.0.0\buildTransitive\netstandard2.0\Microsoft.Extensions.Configuration.Binder.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.configuration.binder\8.0.0\buildTransitive\netstandard2.0\Microsoft.Extensions.Configuration.Binder.targets')" />
|
|
9
|
+
<Import Project="$(NuGetPackageRoot)microsoft.extensions.configuration.usersecrets\8.0.0\buildTransitive\net6.0\Microsoft.Extensions.Configuration.UserSecrets.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.configuration.usersecrets\8.0.0\buildTransitive\net6.0\Microsoft.Extensions.Configuration.UserSecrets.targets')" />
|
|
5
10
|
</ImportGroup>
|
|
6
11
|
</Project>
|
|
File without changes
|
|
@@ -14,7 +14,7 @@ using System.Reflection;
|
|
|
14
14
|
[assembly: System.Reflection.AssemblyCompanyAttribute("Blueprint.API")]
|
|
15
15
|
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
|
16
16
|
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
|
17
|
-
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+
|
|
17
|
+
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+3cab73f7702ca29b8defe5bc05b7af76e2564c0a")]
|
|
18
18
|
[assembly: System.Reflection.AssemblyProductAttribute("Blueprint.API")]
|
|
19
19
|
[assembly: System.Reflection.AssemblyTitleAttribute("Blueprint.API")]
|
|
20
20
|
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
a0a5b1c930071dff44ad4f3e17ab2e7a30ce5bfc4eb99f72501c2e4acae9ca3f
|
|
File without changes
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
//------------------------------------------------------------------------------
|
|
2
|
+
// <auto-generated>
|
|
3
|
+
// This code was generated by a tool.
|
|
4
|
+
// Runtime Version:4.0.30319.42000
|
|
5
|
+
//
|
|
6
|
+
// Changes to this file may cause incorrect behavior and will be lost if
|
|
7
|
+
// the code is regenerated.
|
|
8
|
+
// </auto-generated>
|
|
9
|
+
//------------------------------------------------------------------------------
|
|
10
|
+
|
|
11
|
+
using System;
|
|
12
|
+
using System.Reflection;
|
|
13
|
+
|
|
14
|
+
[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Microsoft.AspNetCore.Mvc.Versioning")]
|
|
15
|
+
[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Swashbuckle.AspNetCore.SwaggerGen")]
|
|
16
|
+
|
|
17
|
+
// Generated by the MSBuild WriteCodeFragment class.
|
|
18
|
+
|
|
Binary file
|