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
@@ -1,15 +1,105 @@
1
1
  {
2
2
  "version": 2,
3
- "dgSpecHash": "52NggQBke30=",
3
+ "dgSpecHash": "HGVq0KzHr6o=",
4
4
  "success": true,
5
5
  "projectFilePath": "D:\\@Projects\\@@ Blueprint\\NetWebAPIBlueprint\\Blueprint.API\\Blueprint.API\\Blueprint.API.csproj",
6
6
  "expectedPackageFiles": [
7
+ "C:\\Users\\Truong\\.nuget\\packages\\automapper\\13.0.1\\automapper.13.0.1.nupkg.sha512",
8
+ "C:\\Users\\Truong\\.nuget\\packages\\awssdk.core\\3.7.400.70\\awssdk.core.3.7.400.70.nupkg.sha512",
9
+ "C:\\Users\\Truong\\.nuget\\packages\\awssdk.extensions.netcore.setup\\3.7.301\\awssdk.extensions.netcore.setup.3.7.301.nupkg.sha512",
10
+ "C:\\Users\\Truong\\.nuget\\packages\\awssdk.s3\\3.7.410.12\\awssdk.s3.3.7.410.12.nupkg.sha512",
11
+ "C:\\Users\\Truong\\.nuget\\packages\\dnsclient\\1.6.1\\dnsclient.1.6.1.nupkg.sha512",
12
+ "C:\\Users\\Truong\\.nuget\\packages\\humanizer.core\\2.14.1\\humanizer.core.2.14.1.nupkg.sha512",
13
+ "C:\\Users\\Truong\\.nuget\\packages\\microsoft.aspnetcore.authentication.jwtbearer\\8.0.10\\microsoft.aspnetcore.authentication.jwtbearer.8.0.10.nupkg.sha512",
14
+ "C:\\Users\\Truong\\.nuget\\packages\\microsoft.aspnetcore.mvc.versioning\\5.1.0\\microsoft.aspnetcore.mvc.versioning.5.1.0.nupkg.sha512",
15
+ "C:\\Users\\Truong\\.nuget\\packages\\microsoft.bcl.asyncinterfaces\\6.0.0\\microsoft.bcl.asyncinterfaces.6.0.0.nupkg.sha512",
16
+ "C:\\Users\\Truong\\.nuget\\packages\\microsoft.bcl.memory\\9.0.0\\microsoft.bcl.memory.9.0.0.nupkg.sha512",
17
+ "C:\\Users\\Truong\\.nuget\\packages\\microsoft.codeanalysis.analyzers\\3.3.3\\microsoft.codeanalysis.analyzers.3.3.3.nupkg.sha512",
18
+ "C:\\Users\\Truong\\.nuget\\packages\\microsoft.codeanalysis.common\\4.5.0\\microsoft.codeanalysis.common.4.5.0.nupkg.sha512",
19
+ "C:\\Users\\Truong\\.nuget\\packages\\microsoft.codeanalysis.csharp\\4.5.0\\microsoft.codeanalysis.csharp.4.5.0.nupkg.sha512",
20
+ "C:\\Users\\Truong\\.nuget\\packages\\microsoft.codeanalysis.csharp.workspaces\\4.5.0\\microsoft.codeanalysis.csharp.workspaces.4.5.0.nupkg.sha512",
21
+ "C:\\Users\\Truong\\.nuget\\packages\\microsoft.codeanalysis.workspaces.common\\4.5.0\\microsoft.codeanalysis.workspaces.common.4.5.0.nupkg.sha512",
22
+ "C:\\Users\\Truong\\.nuget\\packages\\microsoft.entityframeworkcore\\8.0.10\\microsoft.entityframeworkcore.8.0.10.nupkg.sha512",
23
+ "C:\\Users\\Truong\\.nuget\\packages\\microsoft.entityframeworkcore.abstractions\\8.0.10\\microsoft.entityframeworkcore.abstractions.8.0.10.nupkg.sha512",
24
+ "C:\\Users\\Truong\\.nuget\\packages\\microsoft.entityframeworkcore.analyzers\\8.0.10\\microsoft.entityframeworkcore.analyzers.8.0.10.nupkg.sha512",
25
+ "C:\\Users\\Truong\\.nuget\\packages\\microsoft.entityframeworkcore.design\\8.0.10\\microsoft.entityframeworkcore.design.8.0.10.nupkg.sha512",
26
+ "C:\\Users\\Truong\\.nuget\\packages\\microsoft.entityframeworkcore.relational\\8.0.10\\microsoft.entityframeworkcore.relational.8.0.10.nupkg.sha512",
7
27
  "C:\\Users\\Truong\\.nuget\\packages\\microsoft.extensions.apidescription.server\\6.0.5\\microsoft.extensions.apidescription.server.6.0.5.nupkg.sha512",
28
+ "C:\\Users\\Truong\\.nuget\\packages\\microsoft.extensions.caching.abstractions\\8.0.0\\microsoft.extensions.caching.abstractions.8.0.0.nupkg.sha512",
29
+ "C:\\Users\\Truong\\.nuget\\packages\\microsoft.extensions.caching.memory\\8.0.1\\microsoft.extensions.caching.memory.8.0.1.nupkg.sha512",
30
+ "C:\\Users\\Truong\\.nuget\\packages\\microsoft.extensions.configuration\\8.0.0\\microsoft.extensions.configuration.8.0.0.nupkg.sha512",
31
+ "C:\\Users\\Truong\\.nuget\\packages\\microsoft.extensions.configuration.abstractions\\8.0.0\\microsoft.extensions.configuration.abstractions.8.0.0.nupkg.sha512",
32
+ "C:\\Users\\Truong\\.nuget\\packages\\microsoft.extensions.configuration.binder\\8.0.0\\microsoft.extensions.configuration.binder.8.0.0.nupkg.sha512",
33
+ "C:\\Users\\Truong\\.nuget\\packages\\microsoft.extensions.configuration.commandline\\8.0.0\\microsoft.extensions.configuration.commandline.8.0.0.nupkg.sha512",
34
+ "C:\\Users\\Truong\\.nuget\\packages\\microsoft.extensions.configuration.environmentvariables\\8.0.0\\microsoft.extensions.configuration.environmentvariables.8.0.0.nupkg.sha512",
35
+ "C:\\Users\\Truong\\.nuget\\packages\\microsoft.extensions.configuration.fileextensions\\8.0.0\\microsoft.extensions.configuration.fileextensions.8.0.0.nupkg.sha512",
36
+ "C:\\Users\\Truong\\.nuget\\packages\\microsoft.extensions.configuration.json\\8.0.0\\microsoft.extensions.configuration.json.8.0.0.nupkg.sha512",
37
+ "C:\\Users\\Truong\\.nuget\\packages\\microsoft.extensions.configuration.usersecrets\\8.0.0\\microsoft.extensions.configuration.usersecrets.8.0.0.nupkg.sha512",
38
+ "C:\\Users\\Truong\\.nuget\\packages\\microsoft.extensions.dependencyinjection\\8.0.1\\microsoft.extensions.dependencyinjection.8.0.1.nupkg.sha512",
39
+ "C:\\Users\\Truong\\.nuget\\packages\\microsoft.extensions.dependencyinjection.abstractions\\8.0.2\\microsoft.extensions.dependencyinjection.abstractions.8.0.2.nupkg.sha512",
40
+ "C:\\Users\\Truong\\.nuget\\packages\\microsoft.extensions.dependencymodel\\8.0.2\\microsoft.extensions.dependencymodel.8.0.2.nupkg.sha512",
41
+ "C:\\Users\\Truong\\.nuget\\packages\\microsoft.extensions.diagnostics\\8.0.0\\microsoft.extensions.diagnostics.8.0.0.nupkg.sha512",
42
+ "C:\\Users\\Truong\\.nuget\\packages\\microsoft.extensions.diagnostics.abstractions\\8.0.0\\microsoft.extensions.diagnostics.abstractions.8.0.0.nupkg.sha512",
43
+ "C:\\Users\\Truong\\.nuget\\packages\\microsoft.extensions.fileproviders.abstractions\\8.0.0\\microsoft.extensions.fileproviders.abstractions.8.0.0.nupkg.sha512",
44
+ "C:\\Users\\Truong\\.nuget\\packages\\microsoft.extensions.fileproviders.physical\\8.0.0\\microsoft.extensions.fileproviders.physical.8.0.0.nupkg.sha512",
45
+ "C:\\Users\\Truong\\.nuget\\packages\\microsoft.extensions.filesystemglobbing\\8.0.0\\microsoft.extensions.filesystemglobbing.8.0.0.nupkg.sha512",
46
+ "C:\\Users\\Truong\\.nuget\\packages\\microsoft.extensions.hosting\\8.0.0\\microsoft.extensions.hosting.8.0.0.nupkg.sha512",
47
+ "C:\\Users\\Truong\\.nuget\\packages\\microsoft.extensions.hosting.abstractions\\8.0.0\\microsoft.extensions.hosting.abstractions.8.0.0.nupkg.sha512",
48
+ "C:\\Users\\Truong\\.nuget\\packages\\microsoft.extensions.logging\\8.0.1\\microsoft.extensions.logging.8.0.1.nupkg.sha512",
49
+ "C:\\Users\\Truong\\.nuget\\packages\\microsoft.extensions.logging.abstractions\\8.0.2\\microsoft.extensions.logging.abstractions.8.0.2.nupkg.sha512",
50
+ "C:\\Users\\Truong\\.nuget\\packages\\microsoft.extensions.logging.configuration\\8.0.0\\microsoft.extensions.logging.configuration.8.0.0.nupkg.sha512",
51
+ "C:\\Users\\Truong\\.nuget\\packages\\microsoft.extensions.logging.console\\8.0.0\\microsoft.extensions.logging.console.8.0.0.nupkg.sha512",
52
+ "C:\\Users\\Truong\\.nuget\\packages\\microsoft.extensions.logging.debug\\8.0.0\\microsoft.extensions.logging.debug.8.0.0.nupkg.sha512",
53
+ "C:\\Users\\Truong\\.nuget\\packages\\microsoft.extensions.logging.eventlog\\8.0.0\\microsoft.extensions.logging.eventlog.8.0.0.nupkg.sha512",
54
+ "C:\\Users\\Truong\\.nuget\\packages\\microsoft.extensions.logging.eventsource\\8.0.0\\microsoft.extensions.logging.eventsource.8.0.0.nupkg.sha512",
55
+ "C:\\Users\\Truong\\.nuget\\packages\\microsoft.extensions.options\\8.0.2\\microsoft.extensions.options.8.0.2.nupkg.sha512",
56
+ "C:\\Users\\Truong\\.nuget\\packages\\microsoft.extensions.options.configurationextensions\\8.0.0\\microsoft.extensions.options.configurationextensions.8.0.0.nupkg.sha512",
57
+ "C:\\Users\\Truong\\.nuget\\packages\\microsoft.extensions.primitives\\8.0.0\\microsoft.extensions.primitives.8.0.0.nupkg.sha512",
58
+ "C:\\Users\\Truong\\.nuget\\packages\\microsoft.identitymodel.abstractions\\8.3.1\\microsoft.identitymodel.abstractions.8.3.1.nupkg.sha512",
59
+ "C:\\Users\\Truong\\.nuget\\packages\\microsoft.identitymodel.jsonwebtokens\\8.3.1\\microsoft.identitymodel.jsonwebtokens.8.3.1.nupkg.sha512",
60
+ "C:\\Users\\Truong\\.nuget\\packages\\microsoft.identitymodel.logging\\8.3.1\\microsoft.identitymodel.logging.8.3.1.nupkg.sha512",
61
+ "C:\\Users\\Truong\\.nuget\\packages\\microsoft.identitymodel.protocols\\7.1.2\\microsoft.identitymodel.protocols.7.1.2.nupkg.sha512",
62
+ "C:\\Users\\Truong\\.nuget\\packages\\microsoft.identitymodel.protocols.openidconnect\\7.1.2\\microsoft.identitymodel.protocols.openidconnect.7.1.2.nupkg.sha512",
63
+ "C:\\Users\\Truong\\.nuget\\packages\\microsoft.identitymodel.tokens\\8.3.1\\microsoft.identitymodel.tokens.8.3.1.nupkg.sha512",
64
+ "C:\\Users\\Truong\\.nuget\\packages\\microsoft.netcore.platforms\\5.0.0\\microsoft.netcore.platforms.5.0.0.nupkg.sha512",
8
65
  "C:\\Users\\Truong\\.nuget\\packages\\microsoft.openapi\\1.2.3\\microsoft.openapi.1.2.3.nupkg.sha512",
66
+ "C:\\Users\\Truong\\.nuget\\packages\\microsoft.win32.registry\\5.0.0\\microsoft.win32.registry.5.0.0.nupkg.sha512",
67
+ "C:\\Users\\Truong\\.nuget\\packages\\mongodb.bson\\3.1.0\\mongodb.bson.3.1.0.nupkg.sha512",
68
+ "C:\\Users\\Truong\\.nuget\\packages\\mongodb.driver\\3.1.0\\mongodb.driver.3.1.0.nupkg.sha512",
69
+ "C:\\Users\\Truong\\.nuget\\packages\\mono.texttemplating\\2.2.1\\mono.texttemplating.2.2.1.nupkg.sha512",
70
+ "C:\\Users\\Truong\\.nuget\\packages\\mysqlconnector\\2.3.5\\mysqlconnector.2.3.5.nupkg.sha512",
71
+ "C:\\Users\\Truong\\.nuget\\packages\\pomelo.entityframeworkcore.mysql\\8.0.2\\pomelo.entityframeworkcore.mysql.8.0.2.nupkg.sha512",
72
+ "C:\\Users\\Truong\\.nuget\\packages\\rabbitmq.client\\7.0.0\\rabbitmq.client.7.0.0.nupkg.sha512",
73
+ "C:\\Users\\Truong\\.nuget\\packages\\sharpcompress\\0.30.1\\sharpcompress.0.30.1.nupkg.sha512",
74
+ "C:\\Users\\Truong\\.nuget\\packages\\snappier\\1.0.0\\snappier.1.0.0.nupkg.sha512",
9
75
  "C:\\Users\\Truong\\.nuget\\packages\\swashbuckle.aspnetcore\\6.4.0\\swashbuckle.aspnetcore.6.4.0.nupkg.sha512",
10
76
  "C:\\Users\\Truong\\.nuget\\packages\\swashbuckle.aspnetcore.swagger\\6.4.0\\swashbuckle.aspnetcore.swagger.6.4.0.nupkg.sha512",
11
77
  "C:\\Users\\Truong\\.nuget\\packages\\swashbuckle.aspnetcore.swaggergen\\6.4.0\\swashbuckle.aspnetcore.swaggergen.6.4.0.nupkg.sha512",
12
- "C:\\Users\\Truong\\.nuget\\packages\\swashbuckle.aspnetcore.swaggerui\\6.4.0\\swashbuckle.aspnetcore.swaggerui.6.4.0.nupkg.sha512"
78
+ "C:\\Users\\Truong\\.nuget\\packages\\swashbuckle.aspnetcore.swaggerui\\6.4.0\\swashbuckle.aspnetcore.swaggerui.6.4.0.nupkg.sha512",
79
+ "C:\\Users\\Truong\\.nuget\\packages\\system.buffers\\4.5.1\\system.buffers.4.5.1.nupkg.sha512",
80
+ "C:\\Users\\Truong\\.nuget\\packages\\system.codedom\\4.4.0\\system.codedom.4.4.0.nupkg.sha512",
81
+ "C:\\Users\\Truong\\.nuget\\packages\\system.collections.immutable\\6.0.0\\system.collections.immutable.6.0.0.nupkg.sha512",
82
+ "C:\\Users\\Truong\\.nuget\\packages\\system.composition\\6.0.0\\system.composition.6.0.0.nupkg.sha512",
83
+ "C:\\Users\\Truong\\.nuget\\packages\\system.composition.attributedmodel\\6.0.0\\system.composition.attributedmodel.6.0.0.nupkg.sha512",
84
+ "C:\\Users\\Truong\\.nuget\\packages\\system.composition.convention\\6.0.0\\system.composition.convention.6.0.0.nupkg.sha512",
85
+ "C:\\Users\\Truong\\.nuget\\packages\\system.composition.hosting\\6.0.0\\system.composition.hosting.6.0.0.nupkg.sha512",
86
+ "C:\\Users\\Truong\\.nuget\\packages\\system.composition.runtime\\6.0.0\\system.composition.runtime.6.0.0.nupkg.sha512",
87
+ "C:\\Users\\Truong\\.nuget\\packages\\system.composition.typedparts\\6.0.0\\system.composition.typedparts.6.0.0.nupkg.sha512",
88
+ "C:\\Users\\Truong\\.nuget\\packages\\system.diagnostics.diagnosticsource\\8.0.0\\system.diagnostics.diagnosticsource.8.0.0.nupkg.sha512",
89
+ "C:\\Users\\Truong\\.nuget\\packages\\system.diagnostics.eventlog\\8.0.0\\system.diagnostics.eventlog.8.0.0.nupkg.sha512",
90
+ "C:\\Users\\Truong\\.nuget\\packages\\system.identitymodel.tokens.jwt\\8.3.1\\system.identitymodel.tokens.jwt.8.3.1.nupkg.sha512",
91
+ "C:\\Users\\Truong\\.nuget\\packages\\system.io.pipelines\\8.0.0\\system.io.pipelines.8.0.0.nupkg.sha512",
92
+ "C:\\Users\\Truong\\.nuget\\packages\\system.memory\\4.5.5\\system.memory.4.5.5.nupkg.sha512",
93
+ "C:\\Users\\Truong\\.nuget\\packages\\system.reflection.metadata\\6.0.1\\system.reflection.metadata.6.0.1.nupkg.sha512",
94
+ "C:\\Users\\Truong\\.nuget\\packages\\system.runtime.compilerservices.unsafe\\6.0.0\\system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512",
95
+ "C:\\Users\\Truong\\.nuget\\packages\\system.security.accesscontrol\\5.0.0\\system.security.accesscontrol.5.0.0.nupkg.sha512",
96
+ "C:\\Users\\Truong\\.nuget\\packages\\system.security.principal.windows\\5.0.0\\system.security.principal.windows.5.0.0.nupkg.sha512",
97
+ "C:\\Users\\Truong\\.nuget\\packages\\system.text.encoding.codepages\\6.0.0\\system.text.encoding.codepages.6.0.0.nupkg.sha512",
98
+ "C:\\Users\\Truong\\.nuget\\packages\\system.text.encodings.web\\8.0.0\\system.text.encodings.web.8.0.0.nupkg.sha512",
99
+ "C:\\Users\\Truong\\.nuget\\packages\\system.text.json\\8.0.0\\system.text.json.8.0.0.nupkg.sha512",
100
+ "C:\\Users\\Truong\\.nuget\\packages\\system.threading.channels\\6.0.0\\system.threading.channels.6.0.0.nupkg.sha512",
101
+ "C:\\Users\\Truong\\.nuget\\packages\\system.threading.ratelimiting\\8.0.0\\system.threading.ratelimiting.8.0.0.nupkg.sha512",
102
+ "C:\\Users\\Truong\\.nuget\\packages\\zstdsharp.port\\0.7.3\\zstdsharp.port.0.7.3.nupkg.sha512"
13
103
  ],
14
104
  "logs": []
15
105
  }
package/Blueprint.API.sln CHANGED
@@ -5,6 +5,12 @@ VisualStudioVersion = 17.10.35013.160
5
5
  MinimumVisualStudioVersion = 10.0.40219.1
6
6
  Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Blueprint.API", "Blueprint.API\Blueprint.API.csproj", "{69D89003-25CF-4E3A-9BEF-78F9247B24E1}"
7
7
  EndProject
8
+ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Blueprint.Core", "Blueprint.Core\Blueprint.Core.csproj", "{5E5F367C-FAD3-4254-8E88-D82D797E3731}"
9
+ EndProject
10
+ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Blueprint.Infra", "Blueprint.Infra\Blueprint.Infra.csproj", "{83F3E527-28B2-4C5F-A265-E15E76530238}"
11
+ EndProject
12
+ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Blueprint.Test", "Blueprint.Test\Blueprint.Test.csproj", "{A4F5B5E9-32D8-4C4D-AED1-E2D6A9083A2E}"
13
+ EndProject
8
14
  Global
9
15
  GlobalSection(SolutionConfigurationPlatforms) = preSolution
10
16
  Debug|Any CPU = Debug|Any CPU
@@ -15,6 +21,18 @@ Global
15
21
  {69D89003-25CF-4E3A-9BEF-78F9247B24E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
16
22
  {69D89003-25CF-4E3A-9BEF-78F9247B24E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
17
23
  {69D89003-25CF-4E3A-9BEF-78F9247B24E1}.Release|Any CPU.Build.0 = Release|Any CPU
24
+ {5E5F367C-FAD3-4254-8E88-D82D797E3731}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
25
+ {5E5F367C-FAD3-4254-8E88-D82D797E3731}.Debug|Any CPU.Build.0 = Debug|Any CPU
26
+ {5E5F367C-FAD3-4254-8E88-D82D797E3731}.Release|Any CPU.ActiveCfg = Release|Any CPU
27
+ {5E5F367C-FAD3-4254-8E88-D82D797E3731}.Release|Any CPU.Build.0 = Release|Any CPU
28
+ {83F3E527-28B2-4C5F-A265-E15E76530238}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
29
+ {83F3E527-28B2-4C5F-A265-E15E76530238}.Debug|Any CPU.Build.0 = Debug|Any CPU
30
+ {83F3E527-28B2-4C5F-A265-E15E76530238}.Release|Any CPU.ActiveCfg = Release|Any CPU
31
+ {83F3E527-28B2-4C5F-A265-E15E76530238}.Release|Any CPU.Build.0 = Release|Any CPU
32
+ {A4F5B5E9-32D8-4C4D-AED1-E2D6A9083A2E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
33
+ {A4F5B5E9-32D8-4C4D-AED1-E2D6A9083A2E}.Debug|Any CPU.Build.0 = Debug|Any CPU
34
+ {A4F5B5E9-32D8-4C4D-AED1-E2D6A9083A2E}.Release|Any CPU.ActiveCfg = Release|Any CPU
35
+ {A4F5B5E9-32D8-4C4D-AED1-E2D6A9083A2E}.Release|Any CPU.Build.0 = Release|Any CPU
18
36
  EndGlobalSection
19
37
  GlobalSection(SolutionProperties) = preSolution
20
38
  HideSolutionNode = FALSE
@@ -0,0 +1,15 @@
1
+ <Project Sdk="Microsoft.NET.Sdk.Worker">
2
+
3
+ <PropertyGroup>
4
+ <TargetFramework>net8.0</TargetFramework>
5
+ <Nullable>enable</Nullable>
6
+ <ImplicitUsings>enable</ImplicitUsings>
7
+ <UserSecretsId>dotnet-Blueprint.Core-b43a9d17-b109-4cb0-91b7-12d6289c9c10</UserSecretsId>
8
+ </PropertyGroup>
9
+
10
+ <ItemGroup>
11
+ <PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
12
+ <PackageReference Include="MongoDB.Bson" Version="3.1.0" />
13
+ <PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.3.1" />
14
+ </ItemGroup>
15
+ </Project>
@@ -0,0 +1,25 @@
1
+ namespace Template.Core.Dtos
2
+ {
3
+ /// <summary>
4
+ /// BaseDto
5
+ /// </summary>
6
+ public class BaseRequestDto
7
+ {
8
+ /// <summary>
9
+ /// Id
10
+ /// </summary>
11
+ public int? Id { get; set; }
12
+ /// <summary>
13
+ /// Active
14
+ /// </summary>
15
+ public bool? Active { get; set; }
16
+ /// <summary>
17
+ /// CreatedDate
18
+ /// </summary>
19
+ public DateTime? CreatedDate { get; set; }
20
+ /// <summary>
21
+ /// LastModifiedDate
22
+ /// </summary>
23
+ public DateTime? LastModifiedDate { get; set; }
24
+ }
25
+ }
@@ -0,0 +1,12 @@
1
+ using Blueprint.Core.Enums;
2
+
3
+ namespace Template.Core.Dtos.Requests
4
+ {
5
+ public class UserRequestDto: BaseRequestDto
6
+ {
7
+ public string? Name { get; set; }
8
+ public string? Email { get; set; }
9
+ public string? Picture { get; set; }
10
+ public UserRole Role { get; set; }
11
+ }
12
+ }
@@ -0,0 +1,28 @@
1
+ using MongoDB.Bson.Serialization.Attributes;
2
+ using MongoDB.Bson;
3
+
4
+ namespace Template.Core.Dtos
5
+ {
6
+ /// <summary>
7
+ /// BaseDto
8
+ /// </summary>
9
+ public class BaseDto
10
+ {
11
+ /// <summary>
12
+ /// Id
13
+ /// </summary>
14
+ public int? Id { get; set; }
15
+ /// <summary>
16
+ /// Active
17
+ /// </summary>
18
+ public bool? Active { get; set; }
19
+ /// <summary>
20
+ /// CreatedDate
21
+ /// </summary>
22
+ public DateTime? CreatedDate { get; set; }
23
+ /// <summary>
24
+ /// LastModifiedDate
25
+ /// </summary>
26
+ public DateTime? LastModifiedDate { get; set; }
27
+ }
28
+ }
@@ -0,0 +1,11 @@
1
+ 
2
+ namespace Template.Core.Dtos.Responses
3
+ {
4
+ public class UserResponseDto : BaseRequestDto
5
+ {
6
+ public string? Name { get; set; }
7
+ public string? Email { get; set; }
8
+ public string? Picture { get; set; }
9
+ public string? Role { get; set; }
10
+ }
11
+ }
@@ -0,0 +1,23 @@
1
+ using MongoDB.Bson.Serialization.Attributes;
2
+ using MongoDB.Bson;
3
+ using System.ComponentModel.DataAnnotations;
4
+ using System.ComponentModel.DataAnnotations.Schema;
5
+
6
+ namespace Blueprint.Core.Entities
7
+ {
8
+ public abstract class BaseEntity
9
+ {
10
+ [BsonId]
11
+ [NotMapped]
12
+ public ObjectId _id { get; set; }
13
+ [Key]
14
+ [BsonElement("id")]
15
+ public int Id { get; set; }
16
+ [BsonElement("active")]
17
+ public bool Active { get; set; } = true;
18
+ [BsonElement("createdDate")]
19
+ public DateTime CreatedDate { get; set; } = DateTime.Now;
20
+ [BsonElement("lastModifiedDate")]
21
+ public DateTime LastModifiedDate { get; set; } = DateTime.Now;
22
+ }
23
+ }
@@ -0,0 +1,9 @@
1
+ namespace Blueprint.Core.Entities
2
+ {
3
+ public class Category: BaseEntity
4
+ {
5
+ public string? Name { get; set; }
6
+ public string? Description { get; set; }
7
+ public virtual List<Product>? Products { get; set; }
8
+ }
9
+ }
@@ -0,0 +1,13 @@
1
+ using System.ComponentModel.DataAnnotations.Schema;
2
+
3
+ namespace Blueprint.Core.Entities
4
+ {
5
+ public class Product : BaseEntity
6
+ {
7
+ public string? Name { get; set; }
8
+ public string? Url { get; set; }
9
+ public string? Description { get; set; }
10
+ public virtual Category? Category { get; set; }
11
+ public int? CategoryId { get; set; }
12
+ }
13
+ }
@@ -0,0 +1,16 @@
1
+ using Blueprint.Core.Enums;
2
+ using MongoDB.Bson.Serialization.Attributes;
3
+
4
+ namespace Blueprint.Core.Entities
5
+ {
6
+ public class User: BaseEntity
7
+ {
8
+ [BsonElement("name")]
9
+ public string? Name { get; set; }
10
+ [BsonElement("email")]
11
+ public string? Email { get; set; }
12
+ [BsonElement("picture")]
13
+ public string? Picture { get; set; }
14
+ public UserRole Role { get; set; }
15
+ }
16
+ }
@@ -0,0 +1,11 @@
1
+ namespace Blueprint.Core.Enums
2
+ {
3
+ public enum ActionType
4
+ {
5
+ Create,
6
+ SelectAll,
7
+ SelectItem,
8
+ Update,
9
+ Delete
10
+ }
11
+ }
@@ -0,0 +1,10 @@
1
+ using System.Text.Json.Serialization;
2
+
3
+ namespace Blueprint.Core.Enums
4
+ {
5
+ public enum UserRole
6
+ {
7
+ User,
8
+ Admin
9
+ }
10
+ }
@@ -0,0 +1,13 @@
1
+ using Blueprint.Core.Models;
2
+
3
+ namespace Blueprint.Core.Interfaces.API
4
+ {
5
+ public interface IItemService<T>
6
+ {
7
+ Task<PagerData<T>> GetItemsAsync(PagingParams pagingParams);
8
+ Task<T> GetItemByIdAsync(int id);
9
+ Task AddItemAsync(T item);
10
+ Task UpdateItemAsync(T item);
11
+ Task DeleteItemsAsync(List<int> ids);
12
+ }
13
+ }
@@ -0,0 +1,10 @@
1
+ using Blueprint.Core.Entities;
2
+ using Blueprint.Core.Interfaces.API;
3
+
4
+ namespace Template.Core.Interfaces.API
5
+ {
6
+ public interface IUserService : IItemService<User>
7
+ {
8
+ public Task<string> CheckUserLogin(string token);
9
+ }
10
+ }
@@ -0,0 +1,14 @@
1
+ using Blueprint.Core.Entities;
2
+ using Blueprint.Core.Models;
3
+
4
+ namespace Blueprint.Core.Interfaces.SPI
5
+ {
6
+ public interface IItemInfra<T>
7
+ {
8
+ Task<PagerData<T>> GetItemsAsync(PagingParams pagingParams);
9
+ Task<T> GetItemByIdAsync(int id);
10
+ Task AddItemAsync(T item);
11
+ Task UpdateItemAsync(T item);
12
+ Task DeleteItemsAsync(List<int> ids);
13
+ }
14
+ }
@@ -0,0 +1,7 @@
1
+ namespace Blueprint.Core.Interfaces.SPI
2
+ {
3
+ public interface IRabbitMqService
4
+ {
5
+ void PublishMessage(string queueName, string message);
6
+ }
7
+ }
@@ -0,0 +1,10 @@
1
+ using Template.Core.Interfaces.SPI;
2
+
3
+ namespace Blueprint.Core.Interfaces.SPI
4
+ {
5
+ public interface IRepositoryFactory<T>
6
+ {
7
+ IUserInfra CreateUserRepository();
8
+ IItemInfra<T> CreateItemRepository();
9
+ }
10
+ }
@@ -0,0 +1,10 @@
1
+ using Blueprint.Core.Entities;
2
+ using Blueprint.Core.Interfaces.API;
3
+
4
+ namespace Template.Core.Interfaces.SPI
5
+ {
6
+ public interface IUserInfra: IItemService<User>
7
+ {
8
+ public Task<User> GetUserByEmail(string email);
9
+ }
10
+ }
@@ -0,0 +1,69 @@
1
+ using System.Net;
2
+
3
+ namespace Blueprint.Core.Models
4
+ {
5
+ public class Error : Exception
6
+ {
7
+ public string Code { get; set; }
8
+ public string Description { get; set; }
9
+ public HttpStatusCode HttpStatusCode { get; set; }
10
+ public bool IsFinal { get; set; }
11
+ public ErrorDetail Detail { get; set; }
12
+ public Error()
13
+ {
14
+ }
15
+ public Error(string code, string description, HttpStatusCode httpStatusCode)
16
+ {
17
+ Code = code;
18
+ Description = description;
19
+ HttpStatusCode = httpStatusCode;
20
+ IsFinal = true;
21
+ }
22
+ public Error(string code, string description, HttpStatusCode httpStatusCode, bool isFinal)
23
+ {
24
+ Code = code;
25
+ Description = description;
26
+ HttpStatusCode = httpStatusCode;
27
+ IsFinal = isFinal;
28
+ }
29
+ public Error(string code, string description, ErrorDetail details, HttpStatusCode httpStatusCode, bool isFinal)
30
+ : this(code, description, httpStatusCode, isFinal)
31
+ {
32
+ Detail = details;
33
+ }
34
+ public void Throw()
35
+ {
36
+ throw this;
37
+ }
38
+ [Obsolete("Should be replaced by WithDescription method")]
39
+ public void Throw(string description)
40
+ {
41
+ throw new Error(Code, description, HttpStatusCode, IsFinal);
42
+ }
43
+ public Error WithDetails(ErrorDetail details)
44
+ {
45
+ Detail = details;
46
+ return this;
47
+ }
48
+ public Error WithDescription(string description)
49
+ {
50
+ return new Error(Code, description, HttpStatusCode, IsFinal);
51
+ }
52
+ public Error WithFormatParams(object param0)
53
+ {
54
+ return new Error(Code, string.Format(Description, param0), HttpStatusCode, IsFinal);
55
+ }
56
+ public Error WithFormatParams(object param0, object param1)
57
+ {
58
+ return new Error(Code, string.Format(Description, param0, param1), HttpStatusCode, IsFinal);
59
+ }
60
+ public Error WithFormatParams(object param0, object param1, object param2)
61
+ {
62
+ return new Error(Code, string.Format(Description, param0, param1, param2), HttpStatusCode, IsFinal);
63
+ }
64
+ public Error WithFormatParams(object param0, object param1, object param2, object param3)
65
+ {
66
+ return new Error(Code, string.Format(Description, param0, param1, param2, param3), HttpStatusCode, IsFinal);
67
+ }
68
+ }
69
+ }
@@ -0,0 +1,8 @@
1
+ namespace Blueprint.Core.Models
2
+ {
3
+ public class ErrorDetail
4
+ {
5
+ public string? Type { get; set; }
6
+ public string? Content { get; set; }
7
+ }
8
+ }
@@ -0,0 +1,8 @@
1
+ namespace Blueprint.Core.Models
2
+ {
3
+ public class PagerData<T>
4
+ {
5
+ public int TotalRecords { get; set; }
6
+ public List<T>? Items { get; set; }
7
+ }
8
+ }
@@ -0,0 +1,8 @@
1
+ namespace Blueprint.Core.Models
2
+ {
3
+ public class PagingParams
4
+ {
5
+ public int Page { get; set; }
6
+ public int Per_Page { get; set; }
7
+ }
8
+ }
@@ -0,0 +1,7 @@
1
+ using Blueprint.Core;
2
+
3
+ var builder = Host.CreateApplicationBuilder(args);
4
+ builder.Services.AddHostedService<Worker>();
5
+
6
+ var host = builder.Build();
7
+ host.Run();
@@ -0,0 +1,12 @@
1
+ {
2
+ "$schema": "http://json.schemastore.org/launchsettings.json",
3
+ "profiles": {
4
+ "Blueprint.Core": {
5
+ "commandName": "Project",
6
+ "dotnetRunMessages": true,
7
+ "environmentVariables": {
8
+ "DOTNET_ENVIRONMENT": "Development"
9
+ }
10
+ }
11
+ }
12
+ }
@@ -0,0 +1,47 @@
1
+ using Blueprint.Core.Entities;
2
+ using Blueprint.Core.Interfaces.API;
3
+ using Blueprint.Core.Interfaces.SPI;
4
+ using Blueprint.Core.Models;
5
+
6
+ namespace Blueprint.Core.Services
7
+ {
8
+ public class ItemService<TEntity> : IItemService<TEntity> where TEntity : BaseEntity
9
+ {
10
+ private readonly IItemInfra<TEntity> _itemInfra;
11
+ private ILogger? _logger;
12
+
13
+ public ItemService(
14
+ ILogger logger,
15
+ IRepositoryFactory<TEntity> repositoryFactory
16
+ )
17
+ {
18
+ _itemInfra = repositoryFactory.CreateItemRepository();
19
+ _logger = logger;
20
+ }
21
+
22
+ public Task AddItemAsync(TEntity item)
23
+ {
24
+ return _itemInfra.AddItemAsync(item);
25
+ }
26
+
27
+ public Task DeleteItemsAsync(List<int> ids)
28
+ {
29
+ return _itemInfra.DeleteItemsAsync(ids);
30
+ }
31
+
32
+ public Task<TEntity> GetItemByIdAsync(int id)
33
+ {
34
+ return _itemInfra.GetItemByIdAsync(id);
35
+ }
36
+
37
+ public virtual Task<PagerData<TEntity>> GetItemsAsync(PagingParams pagingParams)
38
+ {
39
+ return _itemInfra.GetItemsAsync(pagingParams);
40
+ }
41
+
42
+ public Task UpdateItemAsync(TEntity item)
43
+ {
44
+ return _itemInfra.UpdateItemAsync(item);
45
+ }
46
+ }
47
+ }