insert datas

This commit is contained in:
2026-03-10 08:35:40 +01:00
parent ecdabab5a1
commit 2e7b9e5154
185 changed files with 2361 additions and 1355 deletions

View File

@@ -6,32 +6,191 @@
</component>
<component name="ChangeListManager">
<list default="true" id="4c0ad985-5b6e-4587-85a5-1b48273bdb1d" name="Changes" comment="">
<change afterPath="$PROJECT_DIR$/BookHive/Migrations/20260310073123_AddedData.Designer.cs" afterDir="false" />
<change afterPath="$PROJECT_DIR$/BookHive/Migrations/20260310073123_AddedData.cs" afterDir="false" />
<change afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/BookHive" afterDir="false" />
<change afterPath="$PROJECT_DIR$/BookHive/obj/BookHive.csproj.EntityFrameworkCore.targets" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/.idea.BookHive/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/.idea.BookHive/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/Endpoints/Authors/CreateAuthorEndpoint.cs" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/Endpoints/Authors/CreateAuthorEndpoint.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/Endpoints/Authors/DeleteAuthorEndpoint.cs" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/Endpoints/Authors/DeleteAuthorEndpoint.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/Endpoints/Authors/UpdateAuthorEndpoint.cs" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/Endpoints/Authors/UpdateAuthorEndpoint.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/Endpoints/Books/CreateBookEndpoint.cs" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/Endpoints/Books/CreateBookEndpoint.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/Endpoints/Books/DeleteBookEndpoint.cs" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/Endpoints/Books/DeleteBookEndpoint.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/Endpoints/Books/UpdateBookEndpoit.cs" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/Endpoints/Books/UpdateBookEndpoit.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/Endpoints/Loans/CreateLoanEndpoint.cs" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/Endpoints/Loans/CreateLoanEndpoint.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/Endpoints/Loans/PatchReturnLoanEndpoint.cs" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/Endpoints/Loans/PatchReturnLoanEndpoint.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/Endpoints/Members/CreateMemberEndpoint.cs" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/Endpoints/Members/CreateMemberEndpoint.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/Endpoints/Members/UpdateMemberEndpoint.cs" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/Endpoints/Members/UpdateMemberEndpoint.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/Endpoints/Reviews/CreateReviewEndpoint.cs" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/Endpoints/Reviews/CreateReviewEndpoint.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/Endpoints/Reviews/DeleteReviewEndpoint.cs" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/Endpoints/Reviews/DeleteReviewEndpoint.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/BookHiveDbContext.cs" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/BookHiveDbContext.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/Migrations/BookHiveDbContextModelSnapshot.cs" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/Migrations/BookHiveDbContextModelSnapshot.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/Program.cs" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/Program.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Ardalis.Specification.EntityFrameworkCore.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Ardalis.Specification.EntityFrameworkCore.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Ardalis.Specification.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Ardalis.Specification.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/AutoMapper.Collection.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/AutoMapper.Collection.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/AutoMapper.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/AutoMapper.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Azure.Core.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Azure.Core.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Azure.Identity.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Azure.Identity.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/BookHive.deps.json" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/BookHive.deps.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/BookHive.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/BookHive.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/BookHive.pdb" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/BookHive.pdb" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/FastEndpoints.Attributes.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/FastEndpoints.Attributes.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/FastEndpoints.Core.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/FastEndpoints.Core.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/FastEndpoints.JobQueues.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/FastEndpoints.JobQueues.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/FastEndpoints.Messaging.Core.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/FastEndpoints.Messaging.Core.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/FastEndpoints.Messaging.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/FastEndpoints.Messaging.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/FastEndpoints.Security.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/FastEndpoints.Security.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/FastEndpoints.Swagger.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/FastEndpoints.Swagger.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/FastEndpoints.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/FastEndpoints.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/FluentValidation.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/FluentValidation.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Humanizer.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Humanizer.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Microsoft.AspNetCore.OpenApi.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Microsoft.AspNetCore.OpenApi.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Microsoft.Bcl.AsyncInterfaces.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Microsoft.Bcl.AsyncInterfaces.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Microsoft.Bcl.Cryptography.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Microsoft.Bcl.Cryptography.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Microsoft.Build.Framework.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Microsoft.Build.Framework.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Microsoft.CodeAnalysis.CSharp.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Microsoft.CodeAnalysis.CSharp.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Microsoft.CodeAnalysis.ExternalAccess.RazorCompiler.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Microsoft.CodeAnalysis.ExternalAccess.RazorCompiler.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Microsoft.CodeAnalysis.Workspaces.MSBuild.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Microsoft.CodeAnalysis.Workspaces.MSBuild.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Microsoft.CodeAnalysis.Workspaces.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Microsoft.CodeAnalysis.Workspaces.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Microsoft.CodeAnalysis.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Microsoft.CodeAnalysis.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Microsoft.Data.SqlClient.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Microsoft.Data.SqlClient.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Microsoft.EntityFrameworkCore.Abstractions.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Microsoft.EntityFrameworkCore.Abstractions.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Microsoft.EntityFrameworkCore.Design.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Microsoft.EntityFrameworkCore.Design.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Microsoft.EntityFrameworkCore.Relational.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Microsoft.EntityFrameworkCore.Relational.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Microsoft.EntityFrameworkCore.SqlServer.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Microsoft.EntityFrameworkCore.SqlServer.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Microsoft.EntityFrameworkCore.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Microsoft.EntityFrameworkCore.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Microsoft.Extensions.DependencyModel.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Microsoft.Extensions.DependencyModel.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Microsoft.Identity.Client.Extensions.Msal.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Microsoft.Identity.Client.Extensions.Msal.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Microsoft.Identity.Client.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Microsoft.Identity.Client.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Microsoft.IdentityModel.Abstractions.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Microsoft.IdentityModel.Abstractions.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Microsoft.IdentityModel.JsonWebTokens.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Microsoft.IdentityModel.JsonWebTokens.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Microsoft.IdentityModel.Logging.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Microsoft.IdentityModel.Logging.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Microsoft.IdentityModel.Protocols.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Microsoft.IdentityModel.Protocols.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Microsoft.IdentityModel.Tokens.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Microsoft.IdentityModel.Tokens.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Microsoft.OpenApi.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Microsoft.OpenApi.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Microsoft.SqlServer.Server.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Microsoft.SqlServer.Server.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Microsoft.VisualStudio.SolutionPersistence.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Microsoft.VisualStudio.SolutionPersistence.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Mono.TextTemplating.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Mono.TextTemplating.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/NJsonSchema.Annotations.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/NJsonSchema.Annotations.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/NJsonSchema.NewtonsoftJson.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/NJsonSchema.NewtonsoftJson.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/NJsonSchema.Yaml.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/NJsonSchema.Yaml.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/NJsonSchema.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/NJsonSchema.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/NSwag.Annotations.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/NSwag.Annotations.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/NSwag.AspNetCore.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/NSwag.AspNetCore.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/NSwag.Core.Yaml.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/NSwag.Core.Yaml.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/NSwag.Core.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/NSwag.Core.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/NSwag.Generation.AspNetCore.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/NSwag.Generation.AspNetCore.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/NSwag.Generation.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/NSwag.Generation.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Namotion.Reflection.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Namotion.Reflection.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Newtonsoft.Json.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Newtonsoft.Json.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Plainquire.Filter.Abstractions.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Plainquire.Filter.Abstractions.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Plainquire.Page.Abstractions.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Plainquire.Page.Abstractions.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Plainquire.Page.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/Plainquire.Page.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/System.ClientModel.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/System.ClientModel.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/System.CodeDom.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/System.CodeDom.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/System.Composition.AttributedModel.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/System.Composition.AttributedModel.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/System.Composition.Convention.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/System.Composition.Convention.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/System.Composition.Hosting.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/System.Composition.Hosting.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/System.Composition.Runtime.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/System.Composition.Runtime.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/System.Composition.TypedParts.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/System.Composition.TypedParts.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/System.Configuration.ConfigurationManager.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/System.Configuration.ConfigurationManager.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/System.IdentityModel.Tokens.Jwt.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/System.IdentityModel.Tokens.Jwt.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/System.Memory.Data.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/System.Memory.Data.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/System.Security.Cryptography.ProtectedData.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/System.Security.Cryptography.ProtectedData.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/YamlDotNet.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/YamlDotNet.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/cs/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/cs/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/cs/Microsoft.CodeAnalysis.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/cs/Microsoft.CodeAnalysis.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/cs/Microsoft.Data.SqlClient.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/cs/Microsoft.Data.SqlClient.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/de/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/de/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/de/Microsoft.CodeAnalysis.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/de/Microsoft.CodeAnalysis.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/de/Microsoft.Data.SqlClient.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/de/Microsoft.Data.SqlClient.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/es/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/es/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/es/Microsoft.CodeAnalysis.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/es/Microsoft.CodeAnalysis.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/es/Microsoft.Data.SqlClient.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/es/Microsoft.Data.SqlClient.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/fr/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/fr/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/fr/Microsoft.CodeAnalysis.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/fr/Microsoft.CodeAnalysis.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/fr/Microsoft.Data.SqlClient.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/fr/Microsoft.Data.SqlClient.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/it/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/it/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/it/Microsoft.CodeAnalysis.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/it/Microsoft.CodeAnalysis.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/it/Microsoft.Data.SqlClient.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/it/Microsoft.Data.SqlClient.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/ja/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/ja/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/ja/Microsoft.CodeAnalysis.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/ja/Microsoft.CodeAnalysis.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/ja/Microsoft.Data.SqlClient.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/ja/Microsoft.Data.SqlClient.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/ko/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/ko/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/ko/Microsoft.CodeAnalysis.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/ko/Microsoft.CodeAnalysis.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/ko/Microsoft.Data.SqlClient.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/ko/Microsoft.Data.SqlClient.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/pl/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/pl/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/pl/Microsoft.CodeAnalysis.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/pl/Microsoft.CodeAnalysis.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/pl/Microsoft.Data.SqlClient.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/pl/Microsoft.Data.SqlClient.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/pt-BR/Microsoft.CodeAnalysis.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/pt-BR/Microsoft.CodeAnalysis.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/pt-BR/Microsoft.Data.SqlClient.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/pt-BR/Microsoft.Data.SqlClient.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/ru/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/ru/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/ru/Microsoft.CodeAnalysis.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/ru/Microsoft.CodeAnalysis.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/ru/Microsoft.Data.SqlClient.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/ru/Microsoft.Data.SqlClient.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/runtimes/unix/lib/net9.0/Microsoft.Data.SqlClient.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/runtimes/unix/lib/net9.0/Microsoft.Data.SqlClient.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/runtimes/win/lib/net9.0/Microsoft.Data.SqlClient.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/runtimes/win/lib/net9.0/Microsoft.Data.SqlClient.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/tr/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/tr/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/tr/Microsoft.CodeAnalysis.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/tr/Microsoft.CodeAnalysis.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/tr/Microsoft.Data.SqlClient.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/tr/Microsoft.Data.SqlClient.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/bin/Debug/net10.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/obj/BookHive.csproj.nuget.dgspec.json" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/obj/BookHive.csproj.nuget.dgspec.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/obj/BookHive.csproj.nuget.g.props" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/obj/BookHive.csproj.nuget.g.props" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/obj/BookHive.csproj.nuget.g.targets" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/obj/BookHive.csproj.nuget.g.targets" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/obj/Debug/net10.0/BookHive.AssemblyInfo.cs" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/obj/Debug/net10.0/BookHive.AssemblyInfo.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/obj/Debug/net10.0/BookHive.AssemblyInfoInputs.cache" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/obj/Debug/net10.0/BookHive.AssemblyInfoInputs.cache" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/obj/Debug/net10.0/BookHive.GeneratedMSBuildEditorConfig.editorconfig" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/obj/Debug/net10.0/BookHive.GeneratedMSBuildEditorConfig.editorconfig" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/obj/Debug/net10.0/BookHive.assets.cache" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/obj/Debug/net10.0/BookHive.assets.cache" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/obj/Debug/net10.0/BookHive.csproj.AssemblyReference.cache" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/obj/Debug/net10.0/BookHive.csproj.AssemblyReference.cache" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/obj/Debug/net10.0/BookHive.csproj.CoreCompileInputs.cache" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/obj/Debug/net10.0/BookHive.csproj.CoreCompileInputs.cache" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/obj/Debug/net10.0/BookHive.csproj.FileListAbsolute.txt" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/obj/Debug/net10.0/BookHive.csproj.FileListAbsolute.txt" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/obj/Debug/net10.0/BookHive.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/obj/Debug/net10.0/BookHive.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/obj/Debug/net10.0/BookHive.genruntimeconfig.cache" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/obj/Debug/net10.0/BookHive.genruntimeconfig.cache" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/obj/Debug/net10.0/BookHive.pdb" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/obj/Debug/net10.0/BookHive.pdb" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/obj/Debug/net10.0/ref/BookHive.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/obj/Debug/net10.0/ref/BookHive.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/obj/Debug/net10.0/refint/BookHive.dll" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/obj/Debug/net10.0/refint/BookHive.dll" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/obj/Debug/net10.0/rjsmcshtml.dswa.cache.json" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/obj/Debug/net10.0/rjsmcshtml.dswa.cache.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/obj/Debug/net10.0/rjsmrazor.dswa.cache.json" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/obj/Debug/net10.0/rjsmrazor.dswa.cache.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/obj/Debug/net10.0/rpswa.dswa.cache.json" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/obj/Debug/net10.0/rpswa.dswa.cache.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/obj/project.assets.json" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/obj/project.assets.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/obj/project.nuget.cache" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/obj/project.nuget.cache" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/obj/project.packagespec.json" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/obj/project.packagespec.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/obj/rider.project.model.nuget.info" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/obj/rider.project.model.nuget.info" afterDir="false" />
<change beforePath="$PROJECT_DIR$/BookHive/obj/rider.project.restore.info" beforeDir="false" afterPath="$PROJECT_DIR$/BookHive/obj/rider.project.restore.info" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -45,8 +204,6 @@
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
</component>
<component name="HighlightingSettingsPerFile">
<setting file="file://$APPLICATION_CONFIG_DIR$/resharper-host/DecompilerCache/decompiler/93684fd365e5462ea2f83c3be1bf1d6149908/6c/02001336/HttpServiceCollectionExtensions.cs" root0="FORCE_HIGHLIGHTING" />
<setting file="file://$APPLICATION_CONFIG_DIR$/resharper-host/SourcesCache/5023b5be698d783ffe9f42b2e944a85a7a66b61bc5e19c76c591036343fd16/RepositoryBaseOfT.cs" root0="FORCE_HIGHLIGHTING" />
<setting file="file://$PROJECT_DIR$/BookHive/Endpoints/Books/CreateBookEndpoint.cs" root0="FORCE_HIGHLIGHTING" />
<setting file="file://$PROJECT_DIR$/BookHive/Endpoints/Books/UpdateBookEndpoit.cs" root0="FORCE_HIGHLIGHTING" />
<setting file="file://$PROJECT_DIR$/BookHive/Endpoints/Loans/CreateLoanEndpoint.cs" root0="FORCE_HIGHLIGHTING" />
@@ -77,6 +234,7 @@
".NET Launch Settings Profile.BookHive: http.executor": "Run",
"ModuleVcsDetector.initialDetectionPerformed": "true",
"RunOnceActivity.ShowReadmeOnStart": "true",
"RunOnceActivity.TerminalTabsStorage.copyFrom.TerminalArrangementManager.252": "true",
"RunOnceActivity.git.unshallow": "true",
"RunOnceActivity.typescript.service.memoryLimit.init": "true",
"git-widget-placeholder": "master",
@@ -126,7 +284,7 @@
<updated>1773087844958</updated>
<workItem from="1773087846465" duration="527000" />
<workItem from="1773088517368" duration="6491000" />
<workItem from="1773126764051" duration="346000" />
<workItem from="1773126764051" duration="1365000" />
</task>
<task id="LOCAL-00001" summary="first commit">
<option name="closed" value="true" />
@@ -152,7 +310,15 @@
<option name="project" value="LOCAL" />
<updated>1773091913623</updated>
</task>
<option name="localTasksCounter" value="4" />
<task id="LOCAL-00004" summary="fix error with sending responses">
<option name="closed" value="true" />
<created>1773127149315</created>
<option name="number" value="00004" />
<option name="presentableId" value="LOCAL-00004" />
<option name="project" value="LOCAL" />
<updated>1773127149315</updated>
</task>
<option name="localTasksCounter" value="5" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
@@ -164,7 +330,8 @@
<option name="CLEAR_INITIAL_COMMIT_MESSAGE" value="true" />
<MESSAGE value="first commit" />
<MESSAGE value="created all endpoints" />
<option name="LAST_COMMIT_MESSAGE" value="created all endpoints" />
<MESSAGE value="fix error with sending responses" />
<option name="LAST_COMMIT_MESSAGE" value="fix error with sending responses" />
</component>
<component name="XDebuggerManager">
<breakpoint-manager>

View File

@@ -31,17 +31,15 @@ public class BookHiveDbContext : DbContext
.HasIndex(x => new { x.BookId, x.MemberId })
.IsUnique();
// -------------------
// AUTHORS
// -------------------
modelBuilder.Entity<Author>().HasData(
new Author
{
Id = 1,
FirstName = "George",
LastName = "Orwell",
Biography = "Auteur britannique connu pour ses romans dystopiques.",
BirthDate = new DateOnly(1903, 6, 25),
Id = 1,
FirstName = "George",
LastName = "Orwell",
Biography = "Auteur britannique connu pour ses romans dystopiques.",
BirthDate = new DateOnly(1903, 6, 25),
Nationality = "Britannique"
},
new Author
@@ -63,10 +61,7 @@ public class BookHiveDbContext : DbContext
Nationality = "Française"
}
);
// -------------------
// BOOKS
// -------------------
modelBuilder.Entity<Book>().HasData(
new Book
{
@@ -135,10 +130,7 @@ public class BookHiveDbContext : DbContext
AuthorId = 3
}
);
// -------------------
// MEMBERS
// -------------------
modelBuilder.Entity<Member>().HasData(
new Member
{
@@ -177,10 +169,7 @@ public class BookHiveDbContext : DbContext
IsActive = true
}
);
// -------------------
// LOANS (5 dont 2 en cours)
// -------------------
modelBuilder.Entity<Loan>().HasData(
new Loan
{
@@ -207,7 +196,7 @@ public class BookHiveDbContext : DbContext
MemberId = 3,
LoanDate = new DateOnly(2025, 12, 10),
DueDate = new DateOnly(2025, 12, 25),
ReturnDate = null // en cours
ReturnDate = null
},
new Loan
{
@@ -216,7 +205,7 @@ public class BookHiveDbContext : DbContext
MemberId = 1,
LoanDate = new DateOnly(2025, 12, 12),
DueDate = new DateOnly(2025, 12, 27),
ReturnDate = null // en cours
ReturnDate = null
},
new Loan
{
@@ -229,9 +218,6 @@ public class BookHiveDbContext : DbContext
}
);
// -------------------
// REVIEWS
// -------------------
modelBuilder.Entity<Review>().HasData(
new Review
{

View File

@@ -0,0 +1,492 @@
// <auto-generated />
using System;
using BookHive;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.Migrations;
using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
#nullable disable
namespace BookHive.Migrations
{
[DbContext(typeof(BookHiveDbContext))]
[Migration("20260310073123_AddedData")]
partial class AddedData
{
/// <inheritdoc />
protected override void BuildTargetModel(ModelBuilder modelBuilder)
{
#pragma warning disable 612, 618
modelBuilder
.HasAnnotation("ProductVersion", "10.0.3")
.HasAnnotation("Relational:MaxIdentifierLength", 128);
SqlServerModelBuilderExtensions.UseIdentityColumns(modelBuilder);
modelBuilder.Entity("BookHive.Models.Author", b =>
{
b.Property<int>("Id")
.ValueGeneratedOnAdd()
.HasColumnType("int");
SqlServerPropertyBuilderExtensions.UseIdentityColumn(b.Property<int>("Id"));
b.Property<string>("Biography")
.HasMaxLength(2000)
.HasColumnType("nvarchar(2000)");
b.Property<DateOnly>("BirthDate")
.HasColumnType("date");
b.Property<string>("FirstName")
.IsRequired()
.HasMaxLength(100)
.HasColumnType("nvarchar(100)");
b.Property<string>("LastName")
.IsRequired()
.HasMaxLength(100)
.HasColumnType("nvarchar(100)");
b.Property<string>("Nationality")
.IsRequired()
.HasMaxLength(60)
.HasColumnType("nvarchar(60)");
b.HasKey("Id");
b.ToTable("Authors");
b.HasData(
new
{
Id = 1,
Biography = "Auteur britannique connu pour ses romans dystopiques.",
BirthDate = new DateOnly(1903, 6, 25),
FirstName = "George",
LastName = "Orwell",
Nationality = "Britannique"
},
new
{
Id = 2,
Biography = "Romancière anglaise célèbre pour ses romans sur la société.",
BirthDate = new DateOnly(1775, 12, 16),
FirstName = "Jane",
LastName = "Austen",
Nationality = "Britannique"
},
new
{
Id = 3,
Biography = "Poète et écrivain français du XIXe siècle.",
BirthDate = new DateOnly(1802, 2, 26),
FirstName = "Victor",
LastName = "Hugo",
Nationality = "Française"
});
});
modelBuilder.Entity("BookHive.Models.Book", b =>
{
b.Property<int>("Id")
.ValueGeneratedOnAdd()
.HasColumnType("int");
SqlServerPropertyBuilderExtensions.UseIdentityColumn(b.Property<int>("Id"));
b.Property<int>("AuthorId")
.HasColumnType("int");
b.Property<string>("Genre")
.IsRequired()
.HasMaxLength(50)
.HasColumnType("nvarchar(50)");
b.Property<string>("Isbn")
.IsRequired()
.HasColumnType("nvarchar(max)");
b.Property<int>("PageCount")
.HasColumnType("int");
b.Property<DateOnly>("PublishedDate")
.HasColumnType("date");
b.Property<string>("Summary")
.HasMaxLength(3000)
.HasColumnType("nvarchar(3000)");
b.Property<string>("Title")
.IsRequired()
.HasMaxLength(200)
.HasColumnType("nvarchar(200)");
b.HasKey("Id");
b.HasIndex("AuthorId");
b.ToTable("Books");
b.HasData(
new
{
Id = 1,
AuthorId = 1,
Genre = "Dystopie",
Isbn = "9780451524935",
PageCount = 328,
PublishedDate = new DateOnly(1949, 6, 8),
Summary = "Roman dystopique sur un régime totalitaire.",
Title = "1984"
},
new
{
Id = 2,
AuthorId = 1,
Genre = "Satire",
Isbn = "9780451526342",
PageCount = 112,
PublishedDate = new DateOnly(1945, 8, 17),
Summary = "Satire politique sous forme de fable animale.",
Title = "Animal Farm"
},
new
{
Id = 3,
AuthorId = 2,
Genre = "Roman",
Isbn = "9780141439518",
PageCount = 279,
PublishedDate = new DateOnly(1813, 1, 28),
Summary = "Histoire romantique dans l'Angleterre du XIXe siècle.",
Title = "Pride and Prejudice"
},
new
{
Id = 4,
AuthorId = 2,
Genre = "Roman",
Isbn = "9780141439662",
PageCount = 226,
PublishedDate = new DateOnly(1811, 10, 30),
Summary = "Roman sur les sœurs Dashwood.",
Title = "Sense and Sensibility"
},
new
{
Id = 5,
AuthorId = 3,
Genre = "Roman historique",
Isbn = "9782070409189",
PageCount = 1463,
PublishedDate = new DateOnly(1862, 4, 3),
Summary = "Grande fresque sociale sur la misère et la justice.",
Title = "Les Misérables"
},
new
{
Id = 6,
AuthorId = 3,
Genre = "Roman historique",
Isbn = "9782253004226",
PageCount = 940,
PublishedDate = new DateOnly(1831, 1, 14),
Summary = "Roman historique se déroulant à Paris.",
Title = "Notre-Dame de Paris"
});
});
modelBuilder.Entity("BookHive.Models.Loan", b =>
{
b.Property<int>("Id")
.ValueGeneratedOnAdd()
.HasColumnType("int");
SqlServerPropertyBuilderExtensions.UseIdentityColumn(b.Property<int>("Id"));
b.Property<int>("BookId")
.HasColumnType("int");
b.Property<DateOnly>("DueDate")
.HasColumnType("date");
b.Property<DateOnly>("LoanDate")
.HasColumnType("date");
b.Property<int>("MemberId")
.HasColumnType("int");
b.Property<DateOnly?>("ReturnDate")
.HasColumnType("date");
b.HasKey("Id");
b.HasIndex("BookId");
b.HasIndex("MemberId");
b.ToTable("Loans");
b.HasData(
new
{
Id = 1,
BookId = 1,
DueDate = new DateOnly(2025, 12, 15),
LoanDate = new DateOnly(2025, 12, 1),
MemberId = 1,
ReturnDate = new DateOnly(2025, 12, 10)
},
new
{
Id = 2,
BookId = 2,
DueDate = new DateOnly(2025, 12, 20),
LoanDate = new DateOnly(2025, 12, 5),
MemberId = 2,
ReturnDate = new DateOnly(2025, 12, 18)
},
new
{
Id = 3,
BookId = 3,
DueDate = new DateOnly(2025, 12, 25),
LoanDate = new DateOnly(2025, 12, 10),
MemberId = 3
},
new
{
Id = 4,
BookId = 4,
DueDate = new DateOnly(2025, 12, 27),
LoanDate = new DateOnly(2025, 12, 12),
MemberId = 1
},
new
{
Id = 5,
BookId = 5,
DueDate = new DateOnly(2025, 11, 15),
LoanDate = new DateOnly(2025, 11, 1),
MemberId = 2,
ReturnDate = new DateOnly(2025, 11, 14)
});
});
modelBuilder.Entity("BookHive.Models.Member", b =>
{
b.Property<int>("Id")
.ValueGeneratedOnAdd()
.HasColumnType("int");
SqlServerPropertyBuilderExtensions.UseIdentityColumn(b.Property<int>("Id"));
b.Property<string>("Email")
.IsRequired()
.HasColumnType("nvarchar(max)");
b.Property<string>("FirstName")
.IsRequired()
.HasMaxLength(100)
.HasColumnType("nvarchar(100)");
b.Property<bool>("IsActive")
.HasColumnType("bit");
b.Property<string>("LastName")
.IsRequired()
.HasMaxLength(100)
.HasColumnType("nvarchar(100)");
b.Property<DateOnly>("MembershipDate")
.HasColumnType("date");
b.HasKey("Id");
b.ToTable("Members");
b.HasData(
new
{
Id = 1,
Email = "alice@example.com",
FirstName = "Alice",
IsActive = true,
LastName = "Martin",
MembershipDate = new DateOnly(2023, 1, 10)
},
new
{
Id = 2,
Email = "bob@example.com",
FirstName = "Bob",
IsActive = true,
LastName = "Durand",
MembershipDate = new DateOnly(2023, 5, 12)
},
new
{
Id = 3,
Email = "claire@example.com",
FirstName = "Claire",
IsActive = true,
LastName = "Petit",
MembershipDate = new DateOnly(2024, 2, 2)
},
new
{
Id = 4,
Email = "david@example.com",
FirstName = "David",
IsActive = true,
LastName = "Bernard",
MembershipDate = new DateOnly(2024, 6, 15)
});
});
modelBuilder.Entity("BookHive.Models.Review", b =>
{
b.Property<int>("Id")
.ValueGeneratedOnAdd()
.HasColumnType("int");
SqlServerPropertyBuilderExtensions.UseIdentityColumn(b.Property<int>("Id"));
b.Property<int>("BookId")
.HasColumnType("int");
b.Property<string>("Comment")
.HasMaxLength(1000)
.HasColumnType("nvarchar(1000)");
b.Property<DateTime>("CreatedAt")
.HasColumnType("datetime2");
b.Property<int>("MemberId")
.HasColumnType("int");
b.Property<int>("Rating")
.HasColumnType("int");
b.HasKey("Id");
b.HasIndex("MemberId");
b.HasIndex("BookId", "MemberId")
.IsUnique();
b.ToTable("Reviews");
b.HasData(
new
{
Id = 1,
BookId = 1,
Comment = "Un chef-d'œuvre dystopique.",
CreatedAt = new DateTime(2025, 12, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
MemberId = 1,
Rating = 5
},
new
{
Id = 2,
BookId = 3,
Comment = "Très bon roman classique.",
CreatedAt = new DateTime(2025, 12, 2, 0, 0, 0, 0, DateTimeKind.Unspecified),
MemberId = 2,
Rating = 4
},
new
{
Id = 3,
BookId = 5,
Comment = "Incroyable roman historique.",
CreatedAt = new DateTime(2025, 12, 3, 0, 0, 0, 0, DateTimeKind.Unspecified),
MemberId = 3,
Rating = 5
},
new
{
Id = 4,
BookId = 2,
Comment = "Drôle et intelligent.",
CreatedAt = new DateTime(2025, 12, 4, 0, 0, 0, 0, DateTimeKind.Unspecified),
MemberId = 4,
Rating = 4
});
});
modelBuilder.Entity("BookHive.Models.Book", b =>
{
b.HasOne("BookHive.Models.Author", "Author")
.WithMany("Books")
.HasForeignKey("AuthorId")
.OnDelete(DeleteBehavior.Cascade)
.IsRequired();
b.Navigation("Author");
});
modelBuilder.Entity("BookHive.Models.Loan", b =>
{
b.HasOne("BookHive.Models.Book", "Book")
.WithMany("Loans")
.HasForeignKey("BookId")
.OnDelete(DeleteBehavior.Cascade)
.IsRequired();
b.HasOne("BookHive.Models.Member", "Member")
.WithMany("Loans")
.HasForeignKey("MemberId")
.OnDelete(DeleteBehavior.Cascade)
.IsRequired();
b.Navigation("Book");
b.Navigation("Member");
});
modelBuilder.Entity("BookHive.Models.Review", b =>
{
b.HasOne("BookHive.Models.Book", "Book")
.WithMany("Reviews")
.HasForeignKey("BookId")
.OnDelete(DeleteBehavior.Cascade)
.IsRequired();
b.HasOne("BookHive.Models.Member", "Member")
.WithMany("Reviews")
.HasForeignKey("MemberId")
.OnDelete(DeleteBehavior.Cascade)
.IsRequired();
b.Navigation("Book");
b.Navigation("Member");
});
modelBuilder.Entity("BookHive.Models.Author", b =>
{
b.Navigation("Books");
});
modelBuilder.Entity("BookHive.Models.Book", b =>
{
b.Navigation("Loans");
b.Navigation("Reviews");
});
modelBuilder.Entity("BookHive.Models.Member", b =>
{
b.Navigation("Loans");
b.Navigation("Reviews");
});
#pragma warning restore 612, 618
}
}
}

View File

@@ -0,0 +1,188 @@
using System;
using Microsoft.EntityFrameworkCore.Migrations;
#nullable disable
#pragma warning disable CA1814 // Prefer jagged arrays over multidimensional
namespace BookHive.Migrations
{
/// <inheritdoc />
public partial class AddedData : Migration
{
/// <inheritdoc />
protected override void Up(MigrationBuilder migrationBuilder)
{
migrationBuilder.InsertData(
table: "Authors",
columns: new[] { "Id", "Biography", "BirthDate", "FirstName", "LastName", "Nationality" },
values: new object[,]
{
{ 1, "Auteur britannique connu pour ses romans dystopiques.", new DateOnly(1903, 6, 25), "George", "Orwell", "Britannique" },
{ 2, "Romancière anglaise célèbre pour ses romans sur la société.", new DateOnly(1775, 12, 16), "Jane", "Austen", "Britannique" },
{ 3, "Poète et écrivain français du XIXe siècle.", new DateOnly(1802, 2, 26), "Victor", "Hugo", "Française" }
});
migrationBuilder.InsertData(
table: "Members",
columns: new[] { "Id", "Email", "FirstName", "IsActive", "LastName", "MembershipDate" },
values: new object[,]
{
{ 1, "alice@example.com", "Alice", true, "Martin", new DateOnly(2023, 1, 10) },
{ 2, "bob@example.com", "Bob", true, "Durand", new DateOnly(2023, 5, 12) },
{ 3, "claire@example.com", "Claire", true, "Petit", new DateOnly(2024, 2, 2) },
{ 4, "david@example.com", "David", true, "Bernard", new DateOnly(2024, 6, 15) }
});
migrationBuilder.InsertData(
table: "Books",
columns: new[] { "Id", "AuthorId", "Genre", "Isbn", "PageCount", "PublishedDate", "Summary", "Title" },
values: new object[,]
{
{ 1, 1, "Dystopie", "9780451524935", 328, new DateOnly(1949, 6, 8), "Roman dystopique sur un régime totalitaire.", "1984" },
{ 2, 1, "Satire", "9780451526342", 112, new DateOnly(1945, 8, 17), "Satire politique sous forme de fable animale.", "Animal Farm" },
{ 3, 2, "Roman", "9780141439518", 279, new DateOnly(1813, 1, 28), "Histoire romantique dans l'Angleterre du XIXe siècle.", "Pride and Prejudice" },
{ 4, 2, "Roman", "9780141439662", 226, new DateOnly(1811, 10, 30), "Roman sur les sœurs Dashwood.", "Sense and Sensibility" },
{ 5, 3, "Roman historique", "9782070409189", 1463, new DateOnly(1862, 4, 3), "Grande fresque sociale sur la misère et la justice.", "Les Misérables" },
{ 6, 3, "Roman historique", "9782253004226", 940, new DateOnly(1831, 1, 14), "Roman historique se déroulant à Paris.", "Notre-Dame de Paris" }
});
migrationBuilder.InsertData(
table: "Loans",
columns: new[] { "Id", "BookId", "DueDate", "LoanDate", "MemberId", "ReturnDate" },
values: new object[,]
{
{ 1, 1, new DateOnly(2025, 12, 15), new DateOnly(2025, 12, 1), 1, new DateOnly(2025, 12, 10) },
{ 2, 2, new DateOnly(2025, 12, 20), new DateOnly(2025, 12, 5), 2, new DateOnly(2025, 12, 18) },
{ 3, 3, new DateOnly(2025, 12, 25), new DateOnly(2025, 12, 10), 3, null },
{ 4, 4, new DateOnly(2025, 12, 27), new DateOnly(2025, 12, 12), 1, null },
{ 5, 5, new DateOnly(2025, 11, 15), new DateOnly(2025, 11, 1), 2, new DateOnly(2025, 11, 14) }
});
migrationBuilder.InsertData(
table: "Reviews",
columns: new[] { "Id", "BookId", "Comment", "CreatedAt", "MemberId", "Rating" },
values: new object[,]
{
{ 1, 1, "Un chef-d'œuvre dystopique.", new DateTime(2025, 12, 1, 0, 0, 0, 0, DateTimeKind.Unspecified), 1, 5 },
{ 2, 3, "Très bon roman classique.", new DateTime(2025, 12, 2, 0, 0, 0, 0, DateTimeKind.Unspecified), 2, 4 },
{ 3, 5, "Incroyable roman historique.", new DateTime(2025, 12, 3, 0, 0, 0, 0, DateTimeKind.Unspecified), 3, 5 },
{ 4, 2, "Drôle et intelligent.", new DateTime(2025, 12, 4, 0, 0, 0, 0, DateTimeKind.Unspecified), 4, 4 }
});
}
/// <inheritdoc />
protected override void Down(MigrationBuilder migrationBuilder)
{
migrationBuilder.DeleteData(
table: "Books",
keyColumn: "Id",
keyValue: 6);
migrationBuilder.DeleteData(
table: "Loans",
keyColumn: "Id",
keyValue: 1);
migrationBuilder.DeleteData(
table: "Loans",
keyColumn: "Id",
keyValue: 2);
migrationBuilder.DeleteData(
table: "Loans",
keyColumn: "Id",
keyValue: 3);
migrationBuilder.DeleteData(
table: "Loans",
keyColumn: "Id",
keyValue: 4);
migrationBuilder.DeleteData(
table: "Loans",
keyColumn: "Id",
keyValue: 5);
migrationBuilder.DeleteData(
table: "Reviews",
keyColumn: "Id",
keyValue: 1);
migrationBuilder.DeleteData(
table: "Reviews",
keyColumn: "Id",
keyValue: 2);
migrationBuilder.DeleteData(
table: "Reviews",
keyColumn: "Id",
keyValue: 3);
migrationBuilder.DeleteData(
table: "Reviews",
keyColumn: "Id",
keyValue: 4);
migrationBuilder.DeleteData(
table: "Books",
keyColumn: "Id",
keyValue: 1);
migrationBuilder.DeleteData(
table: "Books",
keyColumn: "Id",
keyValue: 2);
migrationBuilder.DeleteData(
table: "Books",
keyColumn: "Id",
keyValue: 3);
migrationBuilder.DeleteData(
table: "Books",
keyColumn: "Id",
keyValue: 4);
migrationBuilder.DeleteData(
table: "Books",
keyColumn: "Id",
keyValue: 5);
migrationBuilder.DeleteData(
table: "Members",
keyColumn: "Id",
keyValue: 1);
migrationBuilder.DeleteData(
table: "Members",
keyColumn: "Id",
keyValue: 2);
migrationBuilder.DeleteData(
table: "Members",
keyColumn: "Id",
keyValue: 3);
migrationBuilder.DeleteData(
table: "Members",
keyColumn: "Id",
keyValue: 4);
migrationBuilder.DeleteData(
table: "Authors",
keyColumn: "Id",
keyValue: 1);
migrationBuilder.DeleteData(
table: "Authors",
keyColumn: "Id",
keyValue: 2);
migrationBuilder.DeleteData(
table: "Authors",
keyColumn: "Id",
keyValue: 3);
}
}
}

View File

@@ -17,7 +17,7 @@ namespace BookHive.Migrations
{
#pragma warning disable 612, 618
modelBuilder
.HasAnnotation("ProductVersion", "8.0.20")
.HasAnnotation("ProductVersion", "10.0.3")
.HasAnnotation("Relational:MaxIdentifierLength", 128);
SqlServerModelBuilderExtensions.UseIdentityColumns(modelBuilder);
@@ -55,6 +55,35 @@ namespace BookHive.Migrations
b.HasKey("Id");
b.ToTable("Authors");
b.HasData(
new
{
Id = 1,
Biography = "Auteur britannique connu pour ses romans dystopiques.",
BirthDate = new DateOnly(1903, 6, 25),
FirstName = "George",
LastName = "Orwell",
Nationality = "Britannique"
},
new
{
Id = 2,
Biography = "Romancière anglaise célèbre pour ses romans sur la société.",
BirthDate = new DateOnly(1775, 12, 16),
FirstName = "Jane",
LastName = "Austen",
Nationality = "Britannique"
},
new
{
Id = 3,
Biography = "Poète et écrivain français du XIXe siècle.",
BirthDate = new DateOnly(1802, 2, 26),
FirstName = "Victor",
LastName = "Hugo",
Nationality = "Française"
});
});
modelBuilder.Entity("BookHive.Models.Book", b =>
@@ -97,6 +126,74 @@ namespace BookHive.Migrations
b.HasIndex("AuthorId");
b.ToTable("Books");
b.HasData(
new
{
Id = 1,
AuthorId = 1,
Genre = "Dystopie",
Isbn = "9780451524935",
PageCount = 328,
PublishedDate = new DateOnly(1949, 6, 8),
Summary = "Roman dystopique sur un régime totalitaire.",
Title = "1984"
},
new
{
Id = 2,
AuthorId = 1,
Genre = "Satire",
Isbn = "9780451526342",
PageCount = 112,
PublishedDate = new DateOnly(1945, 8, 17),
Summary = "Satire politique sous forme de fable animale.",
Title = "Animal Farm"
},
new
{
Id = 3,
AuthorId = 2,
Genre = "Roman",
Isbn = "9780141439518",
PageCount = 279,
PublishedDate = new DateOnly(1813, 1, 28),
Summary = "Histoire romantique dans l'Angleterre du XIXe siècle.",
Title = "Pride and Prejudice"
},
new
{
Id = 4,
AuthorId = 2,
Genre = "Roman",
Isbn = "9780141439662",
PageCount = 226,
PublishedDate = new DateOnly(1811, 10, 30),
Summary = "Roman sur les sœurs Dashwood.",
Title = "Sense and Sensibility"
},
new
{
Id = 5,
AuthorId = 3,
Genre = "Roman historique",
Isbn = "9782070409189",
PageCount = 1463,
PublishedDate = new DateOnly(1862, 4, 3),
Summary = "Grande fresque sociale sur la misère et la justice.",
Title = "Les Misérables"
},
new
{
Id = 6,
AuthorId = 3,
Genre = "Roman historique",
Isbn = "9782253004226",
PageCount = 940,
PublishedDate = new DateOnly(1831, 1, 14),
Summary = "Roman historique se déroulant à Paris.",
Title = "Notre-Dame de Paris"
});
});
modelBuilder.Entity("BookHive.Models.Loan", b =>
@@ -129,6 +226,51 @@ namespace BookHive.Migrations
b.HasIndex("MemberId");
b.ToTable("Loans");
b.HasData(
new
{
Id = 1,
BookId = 1,
DueDate = new DateOnly(2025, 12, 15),
LoanDate = new DateOnly(2025, 12, 1),
MemberId = 1,
ReturnDate = new DateOnly(2025, 12, 10)
},
new
{
Id = 2,
BookId = 2,
DueDate = new DateOnly(2025, 12, 20),
LoanDate = new DateOnly(2025, 12, 5),
MemberId = 2,
ReturnDate = new DateOnly(2025, 12, 18)
},
new
{
Id = 3,
BookId = 3,
DueDate = new DateOnly(2025, 12, 25),
LoanDate = new DateOnly(2025, 12, 10),
MemberId = 3
},
new
{
Id = 4,
BookId = 4,
DueDate = new DateOnly(2025, 12, 27),
LoanDate = new DateOnly(2025, 12, 12),
MemberId = 1
},
new
{
Id = 5,
BookId = 5,
DueDate = new DateOnly(2025, 11, 15),
LoanDate = new DateOnly(2025, 11, 1),
MemberId = 2,
ReturnDate = new DateOnly(2025, 11, 14)
});
});
modelBuilder.Entity("BookHive.Models.Member", b =>
@@ -162,6 +304,44 @@ namespace BookHive.Migrations
b.HasKey("Id");
b.ToTable("Members");
b.HasData(
new
{
Id = 1,
Email = "alice@example.com",
FirstName = "Alice",
IsActive = true,
LastName = "Martin",
MembershipDate = new DateOnly(2023, 1, 10)
},
new
{
Id = 2,
Email = "bob@example.com",
FirstName = "Bob",
IsActive = true,
LastName = "Durand",
MembershipDate = new DateOnly(2023, 5, 12)
},
new
{
Id = 3,
Email = "claire@example.com",
FirstName = "Claire",
IsActive = true,
LastName = "Petit",
MembershipDate = new DateOnly(2024, 2, 2)
},
new
{
Id = 4,
Email = "david@example.com",
FirstName = "David",
IsActive = true,
LastName = "Bernard",
MembershipDate = new DateOnly(2024, 6, 15)
});
});
modelBuilder.Entity("BookHive.Models.Review", b =>
@@ -179,8 +359,7 @@ namespace BookHive.Migrations
.HasMaxLength(1000)
.HasColumnType("nvarchar(1000)");
b.Property<DateTime?>("CreatedAt")
.IsRequired()
b.Property<DateTime>("CreatedAt")
.HasColumnType("datetime2");
b.Property<int>("MemberId")
@@ -197,6 +376,44 @@ namespace BookHive.Migrations
.IsUnique();
b.ToTable("Reviews");
b.HasData(
new
{
Id = 1,
BookId = 1,
Comment = "Un chef-d'œuvre dystopique.",
CreatedAt = new DateTime(2025, 12, 1, 0, 0, 0, 0, DateTimeKind.Unspecified),
MemberId = 1,
Rating = 5
},
new
{
Id = 2,
BookId = 3,
Comment = "Très bon roman classique.",
CreatedAt = new DateTime(2025, 12, 2, 0, 0, 0, 0, DateTimeKind.Unspecified),
MemberId = 2,
Rating = 4
},
new
{
Id = 3,
BookId = 5,
Comment = "Incroyable roman historique.",
CreatedAt = new DateTime(2025, 12, 3, 0, 0, 0, 0, DateTimeKind.Unspecified),
MemberId = 3,
Rating = 5
},
new
{
Id = 4,
BookId = 2,
Comment = "Drôle et intelligent.",
CreatedAt = new DateTime(2025, 12, 4, 0, 0, 0, 0, DateTimeKind.Unspecified),
MemberId = 4,
Rating = 4
});
});
modelBuilder.Entity("BookHive.Models.Book", b =>

View File

@@ -63,4 +63,7 @@ app.UseAuthentication()
// app.UseCors();
app.Services.GetRequiredService<BookHiveDbContext>().Database.EnsureDeleted();
app.Services.GetRequiredService<BookHiveDbContext>().Database.EnsureCreated();
app.Run();

0
BookHive/bin/Debug/net10.0/Ardalis.Specification.dll Normal file → Executable file
View File

0
BookHive/bin/Debug/net10.0/AutoMapper.Collection.dll Normal file → Executable file
View File

0
BookHive/bin/Debug/net10.0/AutoMapper.dll Normal file → Executable file
View File

0
BookHive/bin/Debug/net10.0/Azure.Core.dll Normal file → Executable file
View File

0
BookHive/bin/Debug/net10.0/Azure.Identity.dll Normal file → Executable file
View File

Binary file not shown.

View File

@@ -590,17 +590,17 @@
"runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": {
"rid": "win-arm64",
"assetType": "native",
"fileVersion": "6.2.0.0"
"fileVersion": "0.0.0.0"
},
"runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": {
"rid": "win-x64",
"assetType": "native",
"fileVersion": "6.2.0.0"
"fileVersion": "0.0.0.0"
},
"runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": {
"rid": "win-x86",
"assetType": "native",
"fileVersion": "6.2.0.0"
"fileVersion": "0.0.0.0"
}
}
},

View File

0
BookHive/bin/Debug/net10.0/FastEndpoints.Core.dll Normal file → Executable file
View File

0
BookHive/bin/Debug/net10.0/FastEndpoints.JobQueues.dll Normal file → Executable file
View File

View File

0
BookHive/bin/Debug/net10.0/FastEndpoints.Messaging.dll Normal file → Executable file
View File

0
BookHive/bin/Debug/net10.0/FastEndpoints.Security.dll Normal file → Executable file
View File

0
BookHive/bin/Debug/net10.0/FastEndpoints.Swagger.dll Normal file → Executable file
View File

0
BookHive/bin/Debug/net10.0/FastEndpoints.dll Normal file → Executable file
View File

0
BookHive/bin/Debug/net10.0/FluentValidation.dll Normal file → Executable file
View File

0
BookHive/bin/Debug/net10.0/Humanizer.dll Normal file → Executable file
View File

View File

View File

View File

View File

View File

View File

0
BookHive/bin/Debug/net10.0/Microsoft.CodeAnalysis.dll Normal file → Executable file
View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

0
BookHive/bin/Debug/net10.0/Microsoft.OpenApi.dll Normal file → Executable file
View File

View File

0
BookHive/bin/Debug/net10.0/Mono.TextTemplating.dll Normal file → Executable file
View File

0
BookHive/bin/Debug/net10.0/NJsonSchema.Annotations.dll Normal file → Executable file
View File

View File

0
BookHive/bin/Debug/net10.0/NJsonSchema.Yaml.dll Normal file → Executable file
View File

0
BookHive/bin/Debug/net10.0/NJsonSchema.dll Normal file → Executable file
View File

0
BookHive/bin/Debug/net10.0/NSwag.Annotations.dll Normal file → Executable file
View File

0
BookHive/bin/Debug/net10.0/NSwag.AspNetCore.dll Normal file → Executable file
View File

0
BookHive/bin/Debug/net10.0/NSwag.Core.Yaml.dll Normal file → Executable file
View File

0
BookHive/bin/Debug/net10.0/NSwag.Core.dll Normal file → Executable file
View File

View File

0
BookHive/bin/Debug/net10.0/NSwag.Generation.dll Normal file → Executable file
View File

0
BookHive/bin/Debug/net10.0/Namotion.Reflection.dll Normal file → Executable file
View File

0
BookHive/bin/Debug/net10.0/Newtonsoft.Json.dll Normal file → Executable file
View File

View File

View File

0
BookHive/bin/Debug/net10.0/Plainquire.Page.dll Normal file → Executable file
View File

0
BookHive/bin/Debug/net10.0/System.ClientModel.dll Normal file → Executable file
View File

0
BookHive/bin/Debug/net10.0/System.CodeDom.dll Normal file → Executable file
View File

View File

View File

View File

View File

View File

View File

0
BookHive/bin/Debug/net10.0/System.Memory.Data.dll Normal file → Executable file
View File

0
BookHive/bin/Debug/net10.0/YamlDotNet.dll Normal file → Executable file
View File

View File

View File

View File

View File

View File

Some files were not shown because too many files have changed in this diff Show More