netcore-blueprint 1.0.6 → 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.
Files changed (587) hide show
  1. package/Blueprint.API/Blueprint.API.csproj +15 -0
  2. package/Blueprint.API/Blueprint.API.csproj.user +2 -0
  3. package/Blueprint.API/Controllers/UserController.cs +179 -0
  4. package/Blueprint.API/Controllers/UserControllerAsync.cs +51 -0
  5. package/Blueprint.API/Controllers/VersionController.cs +43 -0
  6. package/Blueprint.API/Mappers/DtoMappingProfile.cs +28 -0
  7. package/Blueprint.API/Program.cs +165 -14
  8. package/Blueprint.API/Services/RabbitMqConsumerService.cs +154 -0
  9. package/Blueprint.API/appsettings.json +13 -0
  10. package/Blueprint.API/bin/Debug/net8.0/AWSSDK.Core.dll +0 -0
  11. package/Blueprint.API/bin/Debug/net8.0/AWSSDK.Extensions.NETCore.Setup.dll +0 -0
  12. package/Blueprint.API/bin/Debug/net8.0/AWSSDK.S3.dll +0 -0
  13. package/Blueprint.API/bin/Debug/net8.0/AutoMapper.dll +0 -0
  14. package/Blueprint.API/bin/Debug/net8.0/Blueprint.API.deps.json +1702 -0
  15. package/Blueprint.API/bin/Debug/net8.0/Blueprint.API.dll +0 -0
  16. package/Blueprint.API/bin/Debug/net8.0/Blueprint.API.exe +0 -0
  17. package/Blueprint.API/bin/Debug/net8.0/Blueprint.API.pdb +0 -0
  18. package/Blueprint.API/bin/Debug/net8.0/Blueprint.API.runtimeconfig.json +20 -0
  19. package/Blueprint.API/bin/Debug/net8.0/Blueprint.Core.deps.json +777 -0
  20. package/Blueprint.API/bin/Debug/net8.0/Blueprint.Core.dll +0 -0
  21. package/Blueprint.API/bin/Debug/net8.0/Blueprint.Core.exe +0 -0
  22. package/Blueprint.API/bin/Debug/net8.0/Blueprint.Core.pdb +0 -0
  23. package/Blueprint.API/bin/Debug/net8.0/Blueprint.Core.runtimeconfig.json +12 -0
  24. package/Blueprint.API/bin/Debug/net8.0/Blueprint.Infra.deps.json +1636 -0
  25. package/Blueprint.API/bin/Debug/net8.0/Blueprint.Infra.dll +0 -0
  26. package/Blueprint.API/bin/Debug/net8.0/Blueprint.Infra.exe +0 -0
  27. package/Blueprint.API/bin/Debug/net8.0/Blueprint.Infra.pdb +0 -0
  28. package/Blueprint.API/bin/Debug/net8.0/Blueprint.Infra.runtimeconfig.json +13 -0
  29. package/Blueprint.API/bin/Debug/net8.0/DnsClient.dll +0 -0
  30. package/Blueprint.API/bin/Debug/net8.0/Humanizer.dll +0 -0
  31. package/Blueprint.API/bin/Debug/net8.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll +0 -0
  32. package/Blueprint.API/bin/Debug/net8.0/Microsoft.AspNetCore.Mvc.Versioning.dll +0 -0
  33. package/Blueprint.API/bin/Debug/net8.0/Microsoft.Bcl.AsyncInterfaces.dll +0 -0
  34. package/Blueprint.API/bin/Debug/net8.0/Microsoft.Bcl.Memory.dll +0 -0
  35. package/Blueprint.API/bin/Debug/net8.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll +0 -0
  36. package/Blueprint.API/bin/Debug/net8.0/Microsoft.CodeAnalysis.CSharp.dll +0 -0
  37. package/Blueprint.API/bin/Debug/net8.0/Microsoft.CodeAnalysis.Workspaces.dll +0 -0
  38. package/Blueprint.API/bin/Debug/net8.0/Microsoft.CodeAnalysis.dll +0 -0
  39. package/Blueprint.API/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll +0 -0
  40. package/Blueprint.API/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Design.dll +0 -0
  41. package/Blueprint.API/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Relational.dll +0 -0
  42. package/Blueprint.API/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.dll +0 -0
  43. package/Blueprint.API/bin/Debug/net8.0/Microsoft.Extensions.Caching.Memory.dll +0 -0
  44. package/Blueprint.API/bin/Debug/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll +0 -0
  45. package/Blueprint.API/bin/Debug/net8.0/Microsoft.Extensions.DependencyInjection.dll +0 -0
  46. package/Blueprint.API/bin/Debug/net8.0/Microsoft.Extensions.DependencyModel.dll +0 -0
  47. package/Blueprint.API/bin/Debug/net8.0/Microsoft.Extensions.Logging.Abstractions.dll +0 -0
  48. package/Blueprint.API/bin/Debug/net8.0/Microsoft.Extensions.Logging.dll +0 -0
  49. package/Blueprint.API/bin/Debug/net8.0/Microsoft.Extensions.Options.dll +0 -0
  50. package/Blueprint.API/bin/Debug/net8.0/Microsoft.IdentityModel.Abstractions.dll +0 -0
  51. package/Blueprint.API/bin/Debug/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll +0 -0
  52. package/Blueprint.API/bin/Debug/net8.0/Microsoft.IdentityModel.Logging.dll +0 -0
  53. package/Blueprint.API/bin/Debug/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll +0 -0
  54. package/Blueprint.API/bin/Debug/net8.0/Microsoft.IdentityModel.Protocols.dll +0 -0
  55. package/Blueprint.API/bin/Debug/net8.0/Microsoft.IdentityModel.Tokens.dll +0 -0
  56. package/Blueprint.API/bin/Debug/net8.0/Microsoft.OpenApi.dll +0 -0
  57. package/Blueprint.API/bin/Debug/net8.0/MongoDB.Bson.dll +0 -0
  58. package/Blueprint.API/bin/Debug/net8.0/MongoDB.Driver.dll +0 -0
  59. package/Blueprint.API/bin/Debug/net8.0/Mono.TextTemplating.dll +0 -0
  60. package/Blueprint.API/bin/Debug/net8.0/MySqlConnector.dll +0 -0
  61. package/Blueprint.API/bin/Debug/net8.0/Pomelo.EntityFrameworkCore.MySql.dll +0 -0
  62. package/Blueprint.API/bin/Debug/net8.0/RabbitMQ.Client.dll +0 -0
  63. package/Blueprint.API/bin/Debug/net8.0/SharpCompress.dll +0 -0
  64. package/Blueprint.API/bin/Debug/net8.0/Snappier.dll +0 -0
  65. package/Blueprint.API/bin/Debug/net8.0/Swashbuckle.AspNetCore.Swagger.dll +0 -0
  66. package/Blueprint.API/bin/Debug/net8.0/Swashbuckle.AspNetCore.SwaggerGen.dll +0 -0
  67. package/Blueprint.API/bin/Debug/net8.0/Swashbuckle.AspNetCore.SwaggerUI.dll +0 -0
  68. package/Blueprint.API/bin/Debug/net8.0/System.CodeDom.dll +0 -0
  69. package/Blueprint.API/bin/Debug/net8.0/System.Composition.AttributedModel.dll +0 -0
  70. package/Blueprint.API/bin/Debug/net8.0/System.Composition.Convention.dll +0 -0
  71. package/Blueprint.API/bin/Debug/net8.0/System.Composition.Hosting.dll +0 -0
  72. package/Blueprint.API/bin/Debug/net8.0/System.Composition.Runtime.dll +0 -0
  73. package/Blueprint.API/bin/Debug/net8.0/System.Composition.TypedParts.dll +0 -0
  74. package/Blueprint.API/bin/Debug/net8.0/System.IdentityModel.Tokens.Jwt.dll +0 -0
  75. package/Blueprint.API/bin/Debug/net8.0/ZstdSharp.dll +0 -0
  76. package/Blueprint.API/bin/Debug/net8.0/appsettings.Development.json +8 -0
  77. package/Blueprint.API/bin/Debug/net8.0/appsettings.json +22 -0
  78. package/Blueprint.API/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  79. package/Blueprint.API/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  80. package/Blueprint.API/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  81. package/Blueprint.API/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.resources.dll +0 -0
  82. package/Blueprint.API/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  83. package/Blueprint.API/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  84. package/Blueprint.API/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  85. package/Blueprint.API/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.resources.dll +0 -0
  86. package/Blueprint.API/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  87. package/Blueprint.API/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  88. package/Blueprint.API/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  89. package/Blueprint.API/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.resources.dll +0 -0
  90. package/Blueprint.API/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  91. package/Blueprint.API/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  92. package/Blueprint.API/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  93. package/Blueprint.API/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.resources.dll +0 -0
  94. package/Blueprint.API/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  95. package/Blueprint.API/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  96. package/Blueprint.API/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  97. package/Blueprint.API/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.resources.dll +0 -0
  98. package/Blueprint.API/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  99. package/Blueprint.API/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  100. package/Blueprint.API/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  101. package/Blueprint.API/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.resources.dll +0 -0
  102. package/Blueprint.API/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  103. package/Blueprint.API/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  104. package/Blueprint.API/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  105. package/Blueprint.API/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.resources.dll +0 -0
  106. package/Blueprint.API/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  107. package/Blueprint.API/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  108. package/Blueprint.API/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  109. package/Blueprint.API/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.resources.dll +0 -0
  110. package/Blueprint.API/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  111. package/Blueprint.API/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  112. package/Blueprint.API/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  113. package/Blueprint.API/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.resources.dll +0 -0
  114. package/Blueprint.API/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  115. package/Blueprint.API/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  116. package/Blueprint.API/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  117. package/Blueprint.API/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.resources.dll +0 -0
  118. package/Blueprint.API/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  119. package/Blueprint.API/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  120. package/Blueprint.API/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  121. package/Blueprint.API/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.resources.dll +0 -0
  122. package/Blueprint.API/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  123. package/Blueprint.API/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  124. package/Blueprint.API/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  125. package/Blueprint.API/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll +0 -0
  126. package/Blueprint.API/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  127. package/Blueprint.API/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  128. package/Blueprint.API/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  129. package/Blueprint.API/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll +0 -0
  130. package/Blueprint.API/obj/Blueprint.API.csproj.nuget.dgspec.json +206 -1
  131. package/Blueprint.API/obj/Blueprint.API.csproj.nuget.g.props +6 -0
  132. package/Blueprint.API/obj/Blueprint.API.csproj.nuget.g.targets +5 -0
  133. package/Blueprint.API/obj/Debug/net8.0/Blueprin.4BAE1BA3.Up2Date +0 -0
  134. package/Blueprint.API/obj/Debug/net8.0/Blueprint.API.AssemblyInfo.cs +1 -1
  135. package/Blueprint.API/obj/Debug/net8.0/Blueprint.API.AssemblyInfoInputs.cache +1 -1
  136. package/Blueprint.API/obj/Debug/net8.0/Blueprint.API.MvcApplicationPartsAssemblyInfo.cache +0 -0
  137. package/Blueprint.API/obj/Debug/net8.0/Blueprint.API.MvcApplicationPartsAssemblyInfo.cs +18 -0
  138. package/Blueprint.API/obj/Debug/net8.0/Blueprint.API.assets.cache +0 -0
  139. package/Blueprint.API/obj/Debug/net8.0/Blueprint.API.csproj.AssemblyReference.cache +0 -0
  140. package/Blueprint.API/obj/Debug/net8.0/Blueprint.API.csproj.BuildWithSkipAnalyzers +0 -0
  141. package/Blueprint.API/obj/Debug/net8.0/Blueprint.API.csproj.CoreCompileInputs.cache +1 -0
  142. package/Blueprint.API/obj/Debug/net8.0/Blueprint.API.csproj.FileListAbsolute.txt +142 -0
  143. package/Blueprint.API/obj/Debug/net8.0/Blueprint.API.dll +0 -0
  144. package/Blueprint.API/obj/Debug/net8.0/Blueprint.API.genruntimeconfig.cache +1 -0
  145. package/Blueprint.API/obj/Debug/net8.0/Blueprint.API.pdb +0 -0
  146. package/Blueprint.API/obj/Debug/net8.0/Blueprint.API.sourcelink.json +1 -0
  147. package/Blueprint.API/obj/Debug/net8.0/apphost.exe +0 -0
  148. package/Blueprint.API/obj/Debug/net8.0/ref/Blueprint.API.dll +0 -0
  149. package/Blueprint.API/obj/Debug/net8.0/refint/Blueprint.API.dll +0 -0
  150. package/Blueprint.API/obj/Debug/net8.0/staticwebassets/msbuild.build.Blueprint.API.props +3 -0
  151. package/Blueprint.API/obj/Debug/net8.0/staticwebassets/msbuild.buildMultiTargeting.Blueprint.API.props +3 -0
  152. package/Blueprint.API/obj/Debug/net8.0/staticwebassets/msbuild.buildTransitive.Blueprint.API.props +3 -0
  153. package/Blueprint.API/obj/Debug/net8.0/staticwebassets.build.json +11 -0
  154. package/Blueprint.API/obj/project.assets.json +4704 -36
  155. package/Blueprint.API/obj/project.nuget.cache +92 -2
  156. package/Blueprint.API.sln +18 -0
  157. package/Blueprint.Core/Blueprint.Core.csproj +15 -0
  158. package/Blueprint.Core/Dtos/Requests/BaseRequestDto.cs +25 -0
  159. package/Blueprint.Core/Dtos/Requests/UserRequestDto.cs +12 -0
  160. package/Blueprint.Core/Dtos/Responses/BaseResponseDto.cs +28 -0
  161. package/Blueprint.Core/Dtos/Responses/UserResponseDto.cs +11 -0
  162. package/Blueprint.Core/Entities/BaseEntity.cs +23 -0
  163. package/Blueprint.Core/Entities/Category.cs +9 -0
  164. package/Blueprint.Core/Entities/Product.cs +13 -0
  165. package/Blueprint.Core/Entities/User.cs +16 -0
  166. package/Blueprint.Core/Enums/ActionType.cs +11 -0
  167. package/Blueprint.Core/Enums/UserRole.cs +10 -0
  168. package/Blueprint.Core/Interfaces/API/IItemService.cs +13 -0
  169. package/Blueprint.Core/Interfaces/API/IUserService.cs +10 -0
  170. package/Blueprint.Core/Interfaces/SPI/IItemInfra.cs +14 -0
  171. package/Blueprint.Core/Interfaces/SPI/IRabbitMqService.cs +7 -0
  172. package/Blueprint.Core/Interfaces/SPI/IRepositoryFactory.cs +10 -0
  173. package/Blueprint.Core/Interfaces/SPI/IUserInfra.cs +10 -0
  174. package/Blueprint.Core/Models/Error.cs +69 -0
  175. package/Blueprint.Core/Models/ErrorDetail.cs +8 -0
  176. package/Blueprint.Core/Models/PagerData.cs +8 -0
  177. package/Blueprint.Core/Models/PagingParams.cs +8 -0
  178. package/Blueprint.Core/Program.cs +7 -0
  179. package/Blueprint.Core/Properties/launchSettings.json +12 -0
  180. package/Blueprint.Core/Services/ItemService.cs +47 -0
  181. package/Blueprint.Core/Services/UserService.cs +108 -0
  182. package/Blueprint.Core/StaticClasses/Errors.cs +20 -0
  183. package/Blueprint.Core/Worker.cs +24 -0
  184. package/Blueprint.Core/appsettings.Development.json +8 -0
  185. package/Blueprint.Core/appsettings.json +8 -0
  186. package/Blueprint.Core/bin/Debug/net8.0/Blueprint.Core.deps.json +777 -0
  187. package/Blueprint.Core/bin/Debug/net8.0/Blueprint.Core.dll +0 -0
  188. package/Blueprint.Core/bin/Debug/net8.0/Blueprint.Core.exe +0 -0
  189. package/Blueprint.Core/bin/Debug/net8.0/Blueprint.Core.pdb +0 -0
  190. package/Blueprint.Core/bin/Debug/net8.0/Blueprint.Core.runtimeconfig.json +12 -0
  191. package/Blueprint.Core/bin/Debug/net8.0/Microsoft.Bcl.Memory.dll +0 -0
  192. package/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll +0 -0
  193. package/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.Configuration.Binder.dll +0 -0
  194. package/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.Configuration.CommandLine.dll +0 -0
  195. package/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll +0 -0
  196. package/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll +0 -0
  197. package/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.Configuration.Json.dll +0 -0
  198. package/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.Configuration.UserSecrets.dll +0 -0
  199. package/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.Configuration.dll +0 -0
  200. package/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll +0 -0
  201. package/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.DependencyInjection.dll +0 -0
  202. package/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.Diagnostics.Abstractions.dll +0 -0
  203. package/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.Diagnostics.dll +0 -0
  204. package/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll +0 -0
  205. package/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.FileProviders.Physical.dll +0 -0
  206. package/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll +0 -0
  207. package/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.Hosting.Abstractions.dll +0 -0
  208. package/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.Hosting.dll +0 -0
  209. package/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.Logging.Abstractions.dll +0 -0
  210. package/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.Logging.Configuration.dll +0 -0
  211. package/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.Logging.Console.dll +0 -0
  212. package/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.Logging.Debug.dll +0 -0
  213. package/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.Logging.EventLog.dll +0 -0
  214. package/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.Logging.EventSource.dll +0 -0
  215. package/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.Logging.dll +0 -0
  216. package/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll +0 -0
  217. package/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.Options.dll +0 -0
  218. package/Blueprint.Core/bin/Debug/net8.0/Microsoft.Extensions.Primitives.dll +0 -0
  219. package/Blueprint.Core/bin/Debug/net8.0/Microsoft.IdentityModel.Abstractions.dll +0 -0
  220. package/Blueprint.Core/bin/Debug/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll +0 -0
  221. package/Blueprint.Core/bin/Debug/net8.0/Microsoft.IdentityModel.Logging.dll +0 -0
  222. package/Blueprint.Core/bin/Debug/net8.0/Microsoft.IdentityModel.Tokens.dll +0 -0
  223. package/Blueprint.Core/bin/Debug/net8.0/MongoDB.Bson.dll +0 -0
  224. package/Blueprint.Core/bin/Debug/net8.0/System.Diagnostics.EventLog.dll +0 -0
  225. package/Blueprint.Core/bin/Debug/net8.0/System.IdentityModel.Tokens.Jwt.dll +0 -0
  226. package/Blueprint.Core/bin/Debug/net8.0/appsettings.Development.json +8 -0
  227. package/Blueprint.Core/bin/Debug/net8.0/appsettings.json +8 -0
  228. package/Blueprint.Core/bin/Debug/net8.0/runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll +0 -0
  229. package/Blueprint.Core/bin/Debug/net8.0/runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll +0 -0
  230. package/Blueprint.Core/obj/Blueprint.Core.csproj.nuget.dgspec.json +83 -0
  231. package/Blueprint.Core/obj/Blueprint.Core.csproj.nuget.g.props +18 -0
  232. package/Blueprint.Core/obj/Blueprint.Core.csproj.nuget.g.targets +10 -0
  233. package/Blueprint.Core/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs +4 -0
  234. package/Blueprint.Core/obj/Debug/net8.0/Blueprin.55786069.Up2Date +0 -0
  235. package/Blueprint.Core/obj/Debug/net8.0/Blueprint.Core.AssemblyInfo.cs +24 -0
  236. package/Blueprint.Core/obj/Debug/net8.0/Blueprint.Core.AssemblyInfoInputs.cache +1 -0
  237. package/Blueprint.Core/obj/Debug/net8.0/Blueprint.Core.GeneratedMSBuildEditorConfig.editorconfig +13 -0
  238. package/Blueprint.Core/obj/Debug/net8.0/Blueprint.Core.GlobalUsings.g.cs +12 -0
  239. package/Blueprint.Core/obj/Debug/net8.0/Blueprint.Core.assets.cache +0 -0
  240. package/Blueprint.Core/obj/Debug/net8.0/Blueprint.Core.csproj.AssemblyReference.cache +0 -0
  241. package/Blueprint.Core/obj/Debug/net8.0/Blueprint.Core.csproj.BuildWithSkipAnalyzers +0 -0
  242. package/Blueprint.Core/obj/Debug/net8.0/Blueprint.Core.csproj.CoreCompileInputs.cache +1 -0
  243. package/Blueprint.Core/obj/Debug/net8.0/Blueprint.Core.csproj.FileListAbsolute.txt +56 -0
  244. package/Blueprint.Core/obj/Debug/net8.0/Blueprint.Core.dll +0 -0
  245. package/Blueprint.Core/obj/Debug/net8.0/Blueprint.Core.genruntimeconfig.cache +1 -0
  246. package/Blueprint.Core/obj/Debug/net8.0/Blueprint.Core.pdb +0 -0
  247. package/Blueprint.Core/obj/Debug/net8.0/Blueprint.Core.sourcelink.json +1 -0
  248. package/Blueprint.Core/obj/Debug/net8.0/apphost.exe +0 -0
  249. package/Blueprint.Core/obj/Debug/net8.0/ref/Blueprint.Core.dll +0 -0
  250. package/Blueprint.Core/obj/Debug/net8.0/refint/Blueprint.Core.dll +0 -0
  251. package/Blueprint.Core/obj/project.assets.json +2182 -0
  252. package/Blueprint.Core/obj/project.nuget.cache +49 -0
  253. package/Blueprint.Infra/Blueprint.Infra.csproj +29 -0
  254. package/Blueprint.Infra/Database/DbInitializer.cs +188 -0
  255. package/Blueprint.Infra/Database/MyDbContext.cs +24 -0
  256. package/Blueprint.Infra/Program.cs +7 -0
  257. package/Blueprint.Infra/Properties/launchSettings.json +12 -0
  258. package/Blueprint.Infra/Services/MongoItemInfra.cs +110 -0
  259. package/Blueprint.Infra/Services/MongoUserInfra.cs +31 -0
  260. package/Blueprint.Infra/Services/MySQLItemInfra.cs +111 -0
  261. package/Blueprint.Infra/Services/MySQLUserInfra.cs +30 -0
  262. package/Blueprint.Infra/Services/RabbitMqService.cs +61 -0
  263. package/Blueprint.Infra/Services/RepositoryFactory.cs +39 -0
  264. package/Blueprint.Infra/Worker.cs +24 -0
  265. package/Blueprint.Infra/appsettings.Development.json +8 -0
  266. package/Blueprint.Infra/appsettings.json +8 -0
  267. package/Blueprint.Infra/bin/Debug/net8.0/Blueprint.Core.deps.json +777 -0
  268. package/Blueprint.Infra/bin/Debug/net8.0/Blueprint.Core.dll +0 -0
  269. package/Blueprint.Infra/bin/Debug/net8.0/Blueprint.Core.exe +0 -0
  270. package/Blueprint.Infra/bin/Debug/net8.0/Blueprint.Core.pdb +0 -0
  271. package/Blueprint.Infra/bin/Debug/net8.0/Blueprint.Core.runtimeconfig.json +12 -0
  272. package/Blueprint.Infra/bin/Debug/net8.0/Blueprint.Infra.deps.json +1636 -0
  273. package/Blueprint.Infra/bin/Debug/net8.0/Blueprint.Infra.dll +0 -0
  274. package/Blueprint.Infra/bin/Debug/net8.0/Blueprint.Infra.exe +0 -0
  275. package/Blueprint.Infra/bin/Debug/net8.0/Blueprint.Infra.pdb +0 -0
  276. package/Blueprint.Infra/bin/Debug/net8.0/Blueprint.Infra.runtimeconfig.json +13 -0
  277. package/Blueprint.Infra/bin/Debug/net8.0/DnsClient.dll +0 -0
  278. package/Blueprint.Infra/bin/Debug/net8.0/Humanizer.dll +0 -0
  279. package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Bcl.AsyncInterfaces.dll +0 -0
  280. package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Bcl.Memory.dll +0 -0
  281. package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll +0 -0
  282. package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.CodeAnalysis.CSharp.dll +0 -0
  283. package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.CodeAnalysis.Workspaces.dll +0 -0
  284. package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.CodeAnalysis.dll +0 -0
  285. package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll +0 -0
  286. package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Design.dll +0 -0
  287. package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Relational.dll +0 -0
  288. package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.dll +0 -0
  289. package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.Caching.Abstractions.dll +0 -0
  290. package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.Caching.Memory.dll +0 -0
  291. package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll +0 -0
  292. package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.Configuration.Binder.dll +0 -0
  293. package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.Configuration.CommandLine.dll +0 -0
  294. package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll +0 -0
  295. package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll +0 -0
  296. package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.Configuration.Json.dll +0 -0
  297. package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.Configuration.UserSecrets.dll +0 -0
  298. package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.Configuration.dll +0 -0
  299. package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll +0 -0
  300. package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.DependencyInjection.dll +0 -0
  301. package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.DependencyModel.dll +0 -0
  302. package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.Diagnostics.Abstractions.dll +0 -0
  303. package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.Diagnostics.dll +0 -0
  304. package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll +0 -0
  305. package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.FileProviders.Physical.dll +0 -0
  306. package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll +0 -0
  307. package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.Hosting.Abstractions.dll +0 -0
  308. package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.Hosting.dll +0 -0
  309. package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.Logging.Abstractions.dll +0 -0
  310. package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.Logging.Configuration.dll +0 -0
  311. package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.Logging.Console.dll +0 -0
  312. package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.Logging.Debug.dll +0 -0
  313. package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.Logging.EventLog.dll +0 -0
  314. package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.Logging.EventSource.dll +0 -0
  315. package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.Logging.dll +0 -0
  316. package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll +0 -0
  317. package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.Options.dll +0 -0
  318. package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.Extensions.Primitives.dll +0 -0
  319. package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.IdentityModel.Abstractions.dll +0 -0
  320. package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll +0 -0
  321. package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.IdentityModel.Logging.dll +0 -0
  322. package/Blueprint.Infra/bin/Debug/net8.0/Microsoft.IdentityModel.Tokens.dll +0 -0
  323. package/Blueprint.Infra/bin/Debug/net8.0/MongoDB.Bson.dll +0 -0
  324. package/Blueprint.Infra/bin/Debug/net8.0/MongoDB.Driver.dll +0 -0
  325. package/Blueprint.Infra/bin/Debug/net8.0/Mono.TextTemplating.dll +0 -0
  326. package/Blueprint.Infra/bin/Debug/net8.0/MySqlConnector.dll +0 -0
  327. package/Blueprint.Infra/bin/Debug/net8.0/Pomelo.EntityFrameworkCore.MySql.dll +0 -0
  328. package/Blueprint.Infra/bin/Debug/net8.0/RabbitMQ.Client.dll +0 -0
  329. package/Blueprint.Infra/bin/Debug/net8.0/SharpCompress.dll +0 -0
  330. package/Blueprint.Infra/bin/Debug/net8.0/Snappier.dll +0 -0
  331. package/Blueprint.Infra/bin/Debug/net8.0/System.CodeDom.dll +0 -0
  332. package/Blueprint.Infra/bin/Debug/net8.0/System.Composition.AttributedModel.dll +0 -0
  333. package/Blueprint.Infra/bin/Debug/net8.0/System.Composition.Convention.dll +0 -0
  334. package/Blueprint.Infra/bin/Debug/net8.0/System.Composition.Hosting.dll +0 -0
  335. package/Blueprint.Infra/bin/Debug/net8.0/System.Composition.Runtime.dll +0 -0
  336. package/Blueprint.Infra/bin/Debug/net8.0/System.Composition.TypedParts.dll +0 -0
  337. package/Blueprint.Infra/bin/Debug/net8.0/System.Diagnostics.EventLog.dll +0 -0
  338. package/Blueprint.Infra/bin/Debug/net8.0/System.IO.Pipelines.dll +0 -0
  339. package/Blueprint.Infra/bin/Debug/net8.0/System.IdentityModel.Tokens.Jwt.dll +0 -0
  340. package/Blueprint.Infra/bin/Debug/net8.0/System.Threading.RateLimiting.dll +0 -0
  341. package/Blueprint.Infra/bin/Debug/net8.0/ZstdSharp.dll +0 -0
  342. package/Blueprint.Infra/bin/Debug/net8.0/appsettings.Development.json +8 -0
  343. package/Blueprint.Infra/bin/Debug/net8.0/appsettings.json +8 -0
  344. package/Blueprint.Infra/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  345. package/Blueprint.Infra/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  346. package/Blueprint.Infra/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  347. package/Blueprint.Infra/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.resources.dll +0 -0
  348. package/Blueprint.Infra/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  349. package/Blueprint.Infra/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  350. package/Blueprint.Infra/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  351. package/Blueprint.Infra/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.resources.dll +0 -0
  352. package/Blueprint.Infra/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  353. package/Blueprint.Infra/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  354. package/Blueprint.Infra/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  355. package/Blueprint.Infra/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.resources.dll +0 -0
  356. package/Blueprint.Infra/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  357. package/Blueprint.Infra/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  358. package/Blueprint.Infra/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  359. package/Blueprint.Infra/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.resources.dll +0 -0
  360. package/Blueprint.Infra/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  361. package/Blueprint.Infra/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  362. package/Blueprint.Infra/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  363. package/Blueprint.Infra/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.resources.dll +0 -0
  364. package/Blueprint.Infra/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  365. package/Blueprint.Infra/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  366. package/Blueprint.Infra/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  367. package/Blueprint.Infra/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.resources.dll +0 -0
  368. package/Blueprint.Infra/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  369. package/Blueprint.Infra/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  370. package/Blueprint.Infra/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  371. package/Blueprint.Infra/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.resources.dll +0 -0
  372. package/Blueprint.Infra/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  373. package/Blueprint.Infra/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  374. package/Blueprint.Infra/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  375. package/Blueprint.Infra/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.resources.dll +0 -0
  376. package/Blueprint.Infra/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  377. package/Blueprint.Infra/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  378. package/Blueprint.Infra/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  379. package/Blueprint.Infra/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.resources.dll +0 -0
  380. package/Blueprint.Infra/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  381. package/Blueprint.Infra/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  382. package/Blueprint.Infra/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  383. package/Blueprint.Infra/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.resources.dll +0 -0
  384. package/Blueprint.Infra/bin/Debug/net8.0/runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll +0 -0
  385. package/Blueprint.Infra/bin/Debug/net8.0/runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll +0 -0
  386. package/Blueprint.Infra/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  387. package/Blueprint.Infra/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  388. package/Blueprint.Infra/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  389. package/Blueprint.Infra/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.resources.dll +0 -0
  390. package/Blueprint.Infra/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  391. package/Blueprint.Infra/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  392. package/Blueprint.Infra/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  393. package/Blueprint.Infra/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll +0 -0
  394. package/Blueprint.Infra/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll +0 -0
  395. package/Blueprint.Infra/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll +0 -0
  396. package/Blueprint.Infra/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll +0 -0
  397. package/Blueprint.Infra/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll +0 -0
  398. package/Blueprint.Infra/obj/Blueprint.Infra.csproj.nuget.dgspec.json +176 -0
  399. package/Blueprint.Infra/obj/Blueprint.Infra.csproj.nuget.g.props +24 -0
  400. package/Blueprint.Infra/obj/Blueprint.Infra.csproj.nuget.g.targets +10 -0
  401. package/Blueprint.Infra/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs +4 -0
  402. package/Blueprint.Infra/obj/Debug/net8.0/Blueprin.DC076348.Up2Date +0 -0
  403. package/Blueprint.Infra/obj/Debug/net8.0/Blueprint.Infra.AssemblyInfo.cs +24 -0
  404. package/Blueprint.Infra/obj/Debug/net8.0/Blueprint.Infra.AssemblyInfoInputs.cache +1 -0
  405. package/Blueprint.Infra/obj/Debug/net8.0/Blueprint.Infra.GeneratedMSBuildEditorConfig.editorconfig +13 -0
  406. package/Blueprint.Infra/obj/Debug/net8.0/Blueprint.Infra.GlobalUsings.g.cs +12 -0
  407. package/Blueprint.Infra/obj/Debug/net8.0/Blueprint.Infra.assets.cache +0 -0
  408. package/Blueprint.Infra/obj/Debug/net8.0/Blueprint.Infra.csproj.AssemblyReference.cache +0 -0
  409. package/Blueprint.Infra/obj/Debug/net8.0/Blueprint.Infra.csproj.BuildWithSkipAnalyzers +0 -0
  410. package/Blueprint.Infra/obj/Debug/net8.0/Blueprint.Infra.csproj.CoreCompileInputs.cache +1 -0
  411. package/Blueprint.Infra/obj/Debug/net8.0/Blueprint.Infra.csproj.FileListAbsolute.txt +143 -0
  412. package/Blueprint.Infra/obj/Debug/net8.0/Blueprint.Infra.dll +0 -0
  413. package/Blueprint.Infra/obj/Debug/net8.0/Blueprint.Infra.genruntimeconfig.cache +1 -0
  414. package/Blueprint.Infra/obj/Debug/net8.0/Blueprint.Infra.pdb +0 -0
  415. package/Blueprint.Infra/obj/Debug/net8.0/Blueprint.Infra.sourcelink.json +1 -0
  416. package/Blueprint.Infra/obj/Debug/net8.0/apphost.exe +0 -0
  417. package/Blueprint.Infra/obj/Debug/net8.0/ref/Blueprint.Infra.dll +0 -0
  418. package/Blueprint.Infra/obj/Debug/net8.0/refint/Blueprint.Infra.dll +0 -0
  419. package/Blueprint.Infra/obj/project.assets.json +4442 -0
  420. package/Blueprint.Infra/obj/project.nuget.cache +92 -0
  421. package/Blueprint.Test/Blueprint.Test.csproj +29 -0
  422. package/Blueprint.Test/UnitTest1.cs +11 -0
  423. package/Blueprint.Test/bin/Debug/net8.0/AWSSDK.Core.dll +0 -0
  424. package/Blueprint.Test/bin/Debug/net8.0/AWSSDK.Extensions.NETCore.Setup.dll +0 -0
  425. package/Blueprint.Test/bin/Debug/net8.0/AWSSDK.S3.dll +0 -0
  426. package/Blueprint.Test/bin/Debug/net8.0/AutoMapper.dll +0 -0
  427. package/Blueprint.Test/bin/Debug/net8.0/Blueprint.API.deps.json +1702 -0
  428. package/Blueprint.Test/bin/Debug/net8.0/Blueprint.API.dll +0 -0
  429. package/Blueprint.Test/bin/Debug/net8.0/Blueprint.API.exe +0 -0
  430. package/Blueprint.Test/bin/Debug/net8.0/Blueprint.API.pdb +0 -0
  431. package/Blueprint.Test/bin/Debug/net8.0/Blueprint.API.runtimeconfig.json +20 -0
  432. package/Blueprint.Test/bin/Debug/net8.0/Blueprint.Core.deps.json +777 -0
  433. package/Blueprint.Test/bin/Debug/net8.0/Blueprint.Core.dll +0 -0
  434. package/Blueprint.Test/bin/Debug/net8.0/Blueprint.Core.exe +0 -0
  435. package/Blueprint.Test/bin/Debug/net8.0/Blueprint.Core.pdb +0 -0
  436. package/Blueprint.Test/bin/Debug/net8.0/Blueprint.Core.runtimeconfig.json +12 -0
  437. package/Blueprint.Test/bin/Debug/net8.0/Blueprint.Infra.deps.json +1636 -0
  438. package/Blueprint.Test/bin/Debug/net8.0/Blueprint.Infra.dll +0 -0
  439. package/Blueprint.Test/bin/Debug/net8.0/Blueprint.Infra.exe +0 -0
  440. package/Blueprint.Test/bin/Debug/net8.0/Blueprint.Infra.pdb +0 -0
  441. package/Blueprint.Test/bin/Debug/net8.0/Blueprint.Infra.runtimeconfig.json +13 -0
  442. package/Blueprint.Test/bin/Debug/net8.0/Blueprint.Test.deps.json +2804 -0
  443. package/Blueprint.Test/bin/Debug/net8.0/Blueprint.Test.dll +0 -0
  444. package/Blueprint.Test/bin/Debug/net8.0/Blueprint.Test.pdb +0 -0
  445. package/Blueprint.Test/bin/Debug/net8.0/Blueprint.Test.runtimeconfig.json +19 -0
  446. package/Blueprint.Test/bin/Debug/net8.0/CoverletSourceRootsMapping_Blueprint.Test +0 -0
  447. package/Blueprint.Test/bin/Debug/net8.0/DnsClient.dll +0 -0
  448. package/Blueprint.Test/bin/Debug/net8.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll +0 -0
  449. package/Blueprint.Test/bin/Debug/net8.0/Microsoft.AspNetCore.Mvc.Versioning.dll +0 -0
  450. package/Blueprint.Test/bin/Debug/net8.0/Microsoft.Bcl.Memory.dll +0 -0
  451. package/Blueprint.Test/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll +0 -0
  452. package/Blueprint.Test/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Relational.dll +0 -0
  453. package/Blueprint.Test/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.dll +0 -0
  454. package/Blueprint.Test/bin/Debug/net8.0/Microsoft.Extensions.Caching.Memory.dll +0 -0
  455. package/Blueprint.Test/bin/Debug/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll +0 -0
  456. package/Blueprint.Test/bin/Debug/net8.0/Microsoft.Extensions.DependencyInjection.dll +0 -0
  457. package/Blueprint.Test/bin/Debug/net8.0/Microsoft.Extensions.Logging.Abstractions.dll +0 -0
  458. package/Blueprint.Test/bin/Debug/net8.0/Microsoft.Extensions.Logging.dll +0 -0
  459. package/Blueprint.Test/bin/Debug/net8.0/Microsoft.Extensions.Options.dll +0 -0
  460. package/Blueprint.Test/bin/Debug/net8.0/Microsoft.IdentityModel.Abstractions.dll +0 -0
  461. package/Blueprint.Test/bin/Debug/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll +0 -0
  462. package/Blueprint.Test/bin/Debug/net8.0/Microsoft.IdentityModel.Logging.dll +0 -0
  463. package/Blueprint.Test/bin/Debug/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll +0 -0
  464. package/Blueprint.Test/bin/Debug/net8.0/Microsoft.IdentityModel.Protocols.dll +0 -0
  465. package/Blueprint.Test/bin/Debug/net8.0/Microsoft.IdentityModel.Tokens.dll +0 -0
  466. package/Blueprint.Test/bin/Debug/net8.0/Microsoft.OpenApi.dll +0 -0
  467. package/Blueprint.Test/bin/Debug/net8.0/Microsoft.TestPlatform.CommunicationUtilities.dll +0 -0
  468. package/Blueprint.Test/bin/Debug/net8.0/Microsoft.TestPlatform.CoreUtilities.dll +0 -0
  469. package/Blueprint.Test/bin/Debug/net8.0/Microsoft.TestPlatform.CrossPlatEngine.dll +0 -0
  470. package/Blueprint.Test/bin/Debug/net8.0/Microsoft.TestPlatform.PlatformAbstractions.dll +0 -0
  471. package/Blueprint.Test/bin/Debug/net8.0/Microsoft.TestPlatform.Utilities.dll +0 -0
  472. package/Blueprint.Test/bin/Debug/net8.0/Microsoft.VisualStudio.CodeCoverage.Shim.dll +0 -0
  473. package/Blueprint.Test/bin/Debug/net8.0/Microsoft.VisualStudio.TestPlatform.Common.dll +0 -0
  474. package/Blueprint.Test/bin/Debug/net8.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll +0 -0
  475. package/Blueprint.Test/bin/Debug/net8.0/MongoDB.Bson.dll +0 -0
  476. package/Blueprint.Test/bin/Debug/net8.0/MongoDB.Driver.dll +0 -0
  477. package/Blueprint.Test/bin/Debug/net8.0/MySqlConnector.dll +0 -0
  478. package/Blueprint.Test/bin/Debug/net8.0/Newtonsoft.Json.dll +0 -0
  479. package/Blueprint.Test/bin/Debug/net8.0/NuGet.Frameworks.dll +0 -0
  480. package/Blueprint.Test/bin/Debug/net8.0/Pomelo.EntityFrameworkCore.MySql.dll +0 -0
  481. package/Blueprint.Test/bin/Debug/net8.0/RabbitMQ.Client.dll +0 -0
  482. package/Blueprint.Test/bin/Debug/net8.0/SharpCompress.dll +0 -0
  483. package/Blueprint.Test/bin/Debug/net8.0/Snappier.dll +0 -0
  484. package/Blueprint.Test/bin/Debug/net8.0/Swashbuckle.AspNetCore.Swagger.dll +0 -0
  485. package/Blueprint.Test/bin/Debug/net8.0/Swashbuckle.AspNetCore.SwaggerGen.dll +0 -0
  486. package/Blueprint.Test/bin/Debug/net8.0/Swashbuckle.AspNetCore.SwaggerUI.dll +0 -0
  487. package/Blueprint.Test/bin/Debug/net8.0/System.IdentityModel.Tokens.Jwt.dll +0 -0
  488. package/Blueprint.Test/bin/Debug/net8.0/ZstdSharp.dll +0 -0
  489. package/Blueprint.Test/bin/Debug/net8.0/appsettings.Development.json +8 -0
  490. package/Blueprint.Test/bin/Debug/net8.0/appsettings.json +17 -0
  491. package/Blueprint.Test/bin/Debug/net8.0/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
  492. package/Blueprint.Test/bin/Debug/net8.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
  493. package/Blueprint.Test/bin/Debug/net8.0/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
  494. package/Blueprint.Test/bin/Debug/net8.0/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
  495. package/Blueprint.Test/bin/Debug/net8.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
  496. package/Blueprint.Test/bin/Debug/net8.0/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
  497. package/Blueprint.Test/bin/Debug/net8.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
  498. package/Blueprint.Test/bin/Debug/net8.0/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
  499. package/Blueprint.Test/bin/Debug/net8.0/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
  500. package/Blueprint.Test/bin/Debug/net8.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
  501. package/Blueprint.Test/bin/Debug/net8.0/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
  502. package/Blueprint.Test/bin/Debug/net8.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
  503. package/Blueprint.Test/bin/Debug/net8.0/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
  504. package/Blueprint.Test/bin/Debug/net8.0/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
  505. package/Blueprint.Test/bin/Debug/net8.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
  506. package/Blueprint.Test/bin/Debug/net8.0/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
  507. package/Blueprint.Test/bin/Debug/net8.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
  508. package/Blueprint.Test/bin/Debug/net8.0/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
  509. package/Blueprint.Test/bin/Debug/net8.0/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
  510. package/Blueprint.Test/bin/Debug/net8.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
  511. package/Blueprint.Test/bin/Debug/net8.0/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
  512. package/Blueprint.Test/bin/Debug/net8.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
  513. package/Blueprint.Test/bin/Debug/net8.0/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
  514. package/Blueprint.Test/bin/Debug/net8.0/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
  515. package/Blueprint.Test/bin/Debug/net8.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
  516. package/Blueprint.Test/bin/Debug/net8.0/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
  517. package/Blueprint.Test/bin/Debug/net8.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
  518. package/Blueprint.Test/bin/Debug/net8.0/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
  519. package/Blueprint.Test/bin/Debug/net8.0/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
  520. package/Blueprint.Test/bin/Debug/net8.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
  521. package/Blueprint.Test/bin/Debug/net8.0/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
  522. package/Blueprint.Test/bin/Debug/net8.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
  523. package/Blueprint.Test/bin/Debug/net8.0/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
  524. package/Blueprint.Test/bin/Debug/net8.0/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
  525. package/Blueprint.Test/bin/Debug/net8.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
  526. package/Blueprint.Test/bin/Debug/net8.0/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
  527. package/Blueprint.Test/bin/Debug/net8.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
  528. package/Blueprint.Test/bin/Debug/net8.0/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
  529. package/Blueprint.Test/bin/Debug/net8.0/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
  530. package/Blueprint.Test/bin/Debug/net8.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
  531. package/Blueprint.Test/bin/Debug/net8.0/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
  532. package/Blueprint.Test/bin/Debug/net8.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
  533. package/Blueprint.Test/bin/Debug/net8.0/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
  534. package/Blueprint.Test/bin/Debug/net8.0/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
  535. package/Blueprint.Test/bin/Debug/net8.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
  536. package/Blueprint.Test/bin/Debug/net8.0/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
  537. package/Blueprint.Test/bin/Debug/net8.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
  538. package/Blueprint.Test/bin/Debug/net8.0/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
  539. package/Blueprint.Test/bin/Debug/net8.0/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
  540. package/Blueprint.Test/bin/Debug/net8.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
  541. package/Blueprint.Test/bin/Debug/net8.0/testhost.dll +0 -0
  542. package/Blueprint.Test/bin/Debug/net8.0/testhost.exe +0 -0
  543. package/Blueprint.Test/bin/Debug/net8.0/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
  544. package/Blueprint.Test/bin/Debug/net8.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
  545. package/Blueprint.Test/bin/Debug/net8.0/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
  546. package/Blueprint.Test/bin/Debug/net8.0/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
  547. package/Blueprint.Test/bin/Debug/net8.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
  548. package/Blueprint.Test/bin/Debug/net8.0/xunit.abstractions.dll +0 -0
  549. package/Blueprint.Test/bin/Debug/net8.0/xunit.assert.dll +0 -0
  550. package/Blueprint.Test/bin/Debug/net8.0/xunit.core.dll +0 -0
  551. package/Blueprint.Test/bin/Debug/net8.0/xunit.execution.dotnet.dll +0 -0
  552. package/Blueprint.Test/bin/Debug/net8.0/xunit.runner.reporters.netcoreapp10.dll +0 -0
  553. package/Blueprint.Test/bin/Debug/net8.0/xunit.runner.utility.netcoreapp10.dll +0 -0
  554. package/Blueprint.Test/bin/Debug/net8.0/xunit.runner.visualstudio.dotnetcore.testadapter.dll +0 -0
  555. package/Blueprint.Test/bin/Debug/net8.0/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
  556. package/Blueprint.Test/bin/Debug/net8.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
  557. package/Blueprint.Test/bin/Debug/net8.0/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
  558. package/Blueprint.Test/bin/Debug/net8.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
  559. package/Blueprint.Test/bin/Debug/net8.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
  560. package/Blueprint.Test/bin/Debug/net8.0/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll +0 -0
  561. package/Blueprint.Test/bin/Debug/net8.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll +0 -0
  562. package/Blueprint.Test/bin/Debug/net8.0/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll +0 -0
  563. package/Blueprint.Test/bin/Debug/net8.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll +0 -0
  564. package/Blueprint.Test/bin/Debug/net8.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll +0 -0
  565. package/Blueprint.Test/obj/Blueprint.Test.csproj.nuget.dgspec.json +372 -0
  566. package/Blueprint.Test/obj/Blueprint.Test.csproj.nuget.g.props +30 -0
  567. package/Blueprint.Test/obj/Blueprint.Test.csproj.nuget.g.targets +14 -0
  568. package/Blueprint.Test/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs +4 -0
  569. package/Blueprint.Test/obj/Debug/net8.0/Blueprin.BFA8907E.Up2Date +0 -0
  570. package/Blueprint.Test/obj/Debug/net8.0/Blueprint.Test.AssemblyInfo.cs +23 -0
  571. package/Blueprint.Test/obj/Debug/net8.0/Blueprint.Test.AssemblyInfoInputs.cache +1 -0
  572. package/Blueprint.Test/obj/Debug/net8.0/Blueprint.Test.GeneratedMSBuildEditorConfig.editorconfig +13 -0
  573. package/Blueprint.Test/obj/Debug/net8.0/Blueprint.Test.GlobalUsings.g.cs +9 -0
  574. package/Blueprint.Test/obj/Debug/net8.0/Blueprint.Test.assets.cache +0 -0
  575. package/Blueprint.Test/obj/Debug/net8.0/Blueprint.Test.csproj.AssemblyReference.cache +0 -0
  576. package/Blueprint.Test/obj/Debug/net8.0/Blueprint.Test.csproj.CoreCompileInputs.cache +1 -0
  577. package/Blueprint.Test/obj/Debug/net8.0/Blueprint.Test.csproj.FileListAbsolute.txt +154 -0
  578. package/Blueprint.Test/obj/Debug/net8.0/Blueprint.Test.dll +0 -0
  579. package/Blueprint.Test/obj/Debug/net8.0/Blueprint.Test.genruntimeconfig.cache +1 -0
  580. package/Blueprint.Test/obj/Debug/net8.0/Blueprint.Test.pdb +0 -0
  581. package/Blueprint.Test/obj/Debug/net8.0/Blueprint.Test.sourcelink.json +1 -0
  582. package/Blueprint.Test/obj/Debug/net8.0/ref/Blueprint.Test.dll +0 -0
  583. package/Blueprint.Test/obj/Debug/net8.0/refint/Blueprint.Test.dll +0 -0
  584. package/Blueprint.Test/obj/project.assets.json +9266 -0
  585. package/Blueprint.Test/obj/project.nuget.cache +170 -0
  586. package/create.js +20 -10
  587. package/package.json +11 -8
@@ -0,0 +1,372 @@
1
+ {
2
+ "format": 1,
3
+ "restore": {
4
+ "D:\\@Projects\\@@ Blueprint\\NetWebAPIBlueprint\\Blueprint.API\\Blueprint.Test\\Blueprint.Test.csproj": {}
5
+ },
6
+ "projects": {
7
+ "D:\\@Projects\\@@ Blueprint\\NetWebAPIBlueprint\\Blueprint.API\\Blueprint.API\\Blueprint.API.csproj": {
8
+ "version": "1.0.0",
9
+ "restore": {
10
+ "projectUniqueName": "D:\\@Projects\\@@ Blueprint\\NetWebAPIBlueprint\\Blueprint.API\\Blueprint.API\\Blueprint.API.csproj",
11
+ "projectName": "Blueprint.API",
12
+ "projectPath": "D:\\@Projects\\@@ Blueprint\\NetWebAPIBlueprint\\Blueprint.API\\Blueprint.API\\Blueprint.API.csproj",
13
+ "packagesPath": "C:\\Users\\Truong\\.nuget\\packages\\",
14
+ "outputPath": "D:\\@Projects\\@@ Blueprint\\NetWebAPIBlueprint\\Blueprint.API\\Blueprint.API\\obj\\",
15
+ "projectStyle": "PackageReference",
16
+ "configFilePaths": [
17
+ "C:\\Users\\Truong\\AppData\\Roaming\\NuGet\\NuGet.Config",
18
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
19
+ ],
20
+ "originalTargetFrameworks": [
21
+ "net8.0"
22
+ ],
23
+ "sources": {
24
+ "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
25
+ "C:\\Program Files\\dotnet\\library-packs": {},
26
+ "https://api.nuget.org/v3/index.json": {}
27
+ },
28
+ "frameworks": {
29
+ "net8.0": {
30
+ "targetAlias": "net8.0",
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
+ }
39
+ }
40
+ },
41
+ "warningProperties": {
42
+ "warnAsError": [
43
+ "NU1605"
44
+ ]
45
+ },
46
+ "restoreAuditProperties": {
47
+ "enableAudit": "true",
48
+ "auditLevel": "low",
49
+ "auditMode": "direct"
50
+ }
51
+ },
52
+ "frameworks": {
53
+ "net8.0": {
54
+ "targetAlias": "net8.0",
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
+ },
86
+ "Swashbuckle.AspNetCore": {
87
+ "target": "Package",
88
+ "version": "[6.4.0, )"
89
+ }
90
+ },
91
+ "imports": [
92
+ "net461",
93
+ "net462",
94
+ "net47",
95
+ "net471",
96
+ "net472",
97
+ "net48",
98
+ "net481"
99
+ ],
100
+ "assetTargetFallback": true,
101
+ "warn": true,
102
+ "frameworkReferences": {
103
+ "Microsoft.AspNetCore.App": {
104
+ "privateAssets": "none"
105
+ },
106
+ "Microsoft.NETCore.App": {
107
+ "privateAssets": "all"
108
+ }
109
+ },
110
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.302/PortableRuntimeIdentifierGraph.json"
111
+ }
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
+ }
281
+ },
282
+ "D:\\@Projects\\@@ Blueprint\\NetWebAPIBlueprint\\Blueprint.API\\Blueprint.Test\\Blueprint.Test.csproj": {
283
+ "version": "1.0.0",
284
+ "restore": {
285
+ "projectUniqueName": "D:\\@Projects\\@@ Blueprint\\NetWebAPIBlueprint\\Blueprint.API\\Blueprint.Test\\Blueprint.Test.csproj",
286
+ "projectName": "Blueprint.Test",
287
+ "projectPath": "D:\\@Projects\\@@ Blueprint\\NetWebAPIBlueprint\\Blueprint.API\\Blueprint.Test\\Blueprint.Test.csproj",
288
+ "packagesPath": "C:\\Users\\Truong\\.nuget\\packages\\",
289
+ "outputPath": "D:\\@Projects\\@@ Blueprint\\NetWebAPIBlueprint\\Blueprint.API\\Blueprint.Test\\obj\\",
290
+ "projectStyle": "PackageReference",
291
+ "configFilePaths": [
292
+ "C:\\Users\\Truong\\AppData\\Roaming\\NuGet\\NuGet.Config",
293
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
294
+ ],
295
+ "originalTargetFrameworks": [
296
+ "net8.0"
297
+ ],
298
+ "sources": {
299
+ "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
300
+ "C:\\Program Files\\dotnet\\library-packs": {},
301
+ "https://api.nuget.org/v3/index.json": {}
302
+ },
303
+ "frameworks": {
304
+ "net8.0": {
305
+ "targetAlias": "net8.0",
306
+ "projectReferences": {
307
+ "D:\\@Projects\\@@ Blueprint\\NetWebAPIBlueprint\\Blueprint.API\\Blueprint.API\\Blueprint.API.csproj": {
308
+ "projectPath": "D:\\@Projects\\@@ Blueprint\\NetWebAPIBlueprint\\Blueprint.API\\Blueprint.API\\Blueprint.API.csproj"
309
+ },
310
+ "D:\\@Projects\\@@ Blueprint\\NetWebAPIBlueprint\\Blueprint.API\\Blueprint.Core\\Blueprint.Core.csproj": {
311
+ "projectPath": "D:\\@Projects\\@@ Blueprint\\NetWebAPIBlueprint\\Blueprint.API\\Blueprint.Core\\Blueprint.Core.csproj"
312
+ },
313
+ "D:\\@Projects\\@@ Blueprint\\NetWebAPIBlueprint\\Blueprint.API\\Blueprint.Infra\\Blueprint.Infra.csproj": {
314
+ "projectPath": "D:\\@Projects\\@@ Blueprint\\NetWebAPIBlueprint\\Blueprint.API\\Blueprint.Infra\\Blueprint.Infra.csproj"
315
+ }
316
+ }
317
+ }
318
+ },
319
+ "warningProperties": {
320
+ "warnAsError": [
321
+ "NU1605"
322
+ ]
323
+ },
324
+ "restoreAuditProperties": {
325
+ "enableAudit": "true",
326
+ "auditLevel": "low",
327
+ "auditMode": "direct"
328
+ }
329
+ },
330
+ "frameworks": {
331
+ "net8.0": {
332
+ "targetAlias": "net8.0",
333
+ "dependencies": {
334
+ "Microsoft.NET.Test.Sdk": {
335
+ "target": "Package",
336
+ "version": "[17.8.0, )"
337
+ },
338
+ "coverlet.collector": {
339
+ "target": "Package",
340
+ "version": "[6.0.0, )"
341
+ },
342
+ "xunit": {
343
+ "target": "Package",
344
+ "version": "[2.5.3, )"
345
+ },
346
+ "xunit.runner.visualstudio": {
347
+ "target": "Package",
348
+ "version": "[2.5.3, )"
349
+ }
350
+ },
351
+ "imports": [
352
+ "net461",
353
+ "net462",
354
+ "net47",
355
+ "net471",
356
+ "net472",
357
+ "net48",
358
+ "net481"
359
+ ],
360
+ "assetTargetFallback": true,
361
+ "warn": true,
362
+ "frameworkReferences": {
363
+ "Microsoft.NETCore.App": {
364
+ "privateAssets": "all"
365
+ }
366
+ },
367
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.302/PortableRuntimeIdentifierGraph.json"
368
+ }
369
+ }
370
+ }
371
+ }
372
+ }
@@ -0,0 +1,30 @@
1
+ <?xml version="1.0" encoding="utf-8" standalone="no"?>
2
+ <Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
+ <PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
4
+ <RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
5
+ <RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
6
+ <ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
7
+ <NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
8
+ <NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\Truong\.nuget\packages\</NuGetPackageFolders>
9
+ <NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
10
+ <NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.10.1</NuGetToolVersion>
11
+ </PropertyGroup>
12
+ <ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
13
+ <SourceRoot Include="C:\Users\Truong\.nuget\packages\" />
14
+ </ItemGroup>
15
+ <ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
16
+ <Import Project="$(NuGetPackageRoot)xunit.runner.visualstudio\2.5.3\build\net6.0\xunit.runner.visualstudio.props" Condition="Exists('$(NuGetPackageRoot)xunit.runner.visualstudio\2.5.3\build\net6.0\xunit.runner.visualstudio.props')" />
17
+ <Import Project="$(NuGetPackageRoot)xunit.core\2.5.3\build\xunit.core.props" Condition="Exists('$(NuGetPackageRoot)xunit.core\2.5.3\build\xunit.core.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.testplatform.testhost\17.8.0\build\netcoreapp3.1\Microsoft.TestPlatform.TestHost.props" Condition="Exists('$(NuGetPackageRoot)microsoft.testplatform.testhost\17.8.0\build\netcoreapp3.1\Microsoft.TestPlatform.TestHost.props')" />
20
+ <Import Project="$(NuGetPackageRoot)microsoft.codecoverage\17.8.0\build\netstandard2.0\Microsoft.CodeCoverage.props" Condition="Exists('$(NuGetPackageRoot)microsoft.codecoverage\17.8.0\build\netstandard2.0\Microsoft.CodeCoverage.props')" />
21
+ <Import Project="$(NuGetPackageRoot)microsoft.net.test.sdk\17.8.0\build\netcoreapp3.1\Microsoft.NET.Test.Sdk.props" Condition="Exists('$(NuGetPackageRoot)microsoft.net.test.sdk\17.8.0\build\netcoreapp3.1\Microsoft.NET.Test.Sdk.props')" />
22
+ <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')" />
23
+ </ImportGroup>
24
+ <PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
25
+ <Pkgxunit_analyzers Condition=" '$(Pkgxunit_analyzers)' == '' ">C:\Users\Truong\.nuget\packages\xunit.analyzers\1.4.0</Pkgxunit_analyzers>
26
+ <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>
27
+ <PkgAWSSDK_Core Condition=" '$(PkgAWSSDK_Core)' == '' ">C:\Users\Truong\.nuget\packages\awssdk.core\3.7.400.70</PkgAWSSDK_Core>
28
+ <PkgAWSSDK_S3 Condition=" '$(PkgAWSSDK_S3)' == '' ">C:\Users\Truong\.nuget\packages\awssdk.s3\3.7.410.12</PkgAWSSDK_S3>
29
+ </PropertyGroup>
30
+ </Project>
@@ -0,0 +1,14 @@
1
+ <?xml version="1.0" encoding="utf-8" standalone="no"?>
2
+ <Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
+ <ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
4
+ <Import Project="$(NuGetPackageRoot)xunit.core\2.5.3\build\xunit.core.targets" Condition="Exists('$(NuGetPackageRoot)xunit.core\2.5.3\build\xunit.core.targets')" />
5
+ <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')" />
6
+ <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')" />
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.codecoverage\17.8.0\build\netstandard2.0\Microsoft.CodeCoverage.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.codecoverage\17.8.0\build\netstandard2.0\Microsoft.CodeCoverage.targets')" />
9
+ <Import Project="$(NuGetPackageRoot)microsoft.net.test.sdk\17.8.0\build\netcoreapp3.1\Microsoft.NET.Test.Sdk.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.net.test.sdk\17.8.0\build\netcoreapp3.1\Microsoft.NET.Test.Sdk.targets')" />
10
+ <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')" />
11
+ <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')" />
12
+ <Import Project="$(NuGetPackageRoot)coverlet.collector\6.0.0\build\netstandard1.0\coverlet.collector.targets" Condition="Exists('$(NuGetPackageRoot)coverlet.collector\6.0.0\build\netstandard1.0\coverlet.collector.targets')" />
13
+ </ImportGroup>
14
+ </Project>
@@ -0,0 +1,4 @@
1
+ // <autogenerated />
2
+ using System;
3
+ using System.Reflection;
4
+ [assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]
@@ -0,0 +1,23 @@
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: System.Reflection.AssemblyCompanyAttribute("Blueprint.Test")]
15
+ [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
16
+ [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
17
+ [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+199d8a364961d15e539bc1bcf746615e0f3f0051")]
18
+ [assembly: System.Reflection.AssemblyProductAttribute("Blueprint.Test")]
19
+ [assembly: System.Reflection.AssemblyTitleAttribute("Blueprint.Test")]
20
+ [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
21
+
22
+ // Generated by the MSBuild WriteCodeFragment class.
23
+
@@ -0,0 +1 @@
1
+ 9f9d953ccbe779f6fe7f268955455804a65a4d3d935fbfa49b4caf67e4bee3ea
@@ -0,0 +1,13 @@
1
+ is_global = true
2
+ build_property.TargetFramework = net8.0
3
+ build_property.TargetPlatformMinVersion =
4
+ build_property.UsingMicrosoftNETSdkWeb =
5
+ build_property.ProjectTypeGuids =
6
+ build_property.InvariantGlobalization =
7
+ build_property.PlatformNeutralAssembly =
8
+ build_property.EnforceExtendedAnalyzerRules =
9
+ build_property._SupportedPlatformList = Linux,macOS,Windows
10
+ build_property.RootNamespace = Blueprint.Test
11
+ build_property.ProjectDir = D:\@Projects\@@ Blueprint\NetWebAPIBlueprint\Blueprint.API\Blueprint.Test\
12
+ build_property.EnableComHosting =
13
+ build_property.EnableGeneratedComInterfaceComImportInterop =
@@ -0,0 +1,9 @@
1
+ // <auto-generated/>
2
+ global using global::System;
3
+ global using global::System.Collections.Generic;
4
+ global using global::System.IO;
5
+ global using global::System.Linq;
6
+ global using global::System.Net.Http;
7
+ global using global::System.Threading;
8
+ global using global::System.Threading.Tasks;
9
+ global using global::Xunit;
@@ -0,0 +1 @@
1
+ ab6a163c79d18db92230703343f8b3317e0a669dd7a610989874115dba824270