avancer
continuous-integration/drone/push Build is passing Details

master
PATRICK 1 year ago
parent faae69f8b6
commit d8a0480307

2
.gitignore vendored

@ -100,3 +100,5 @@ fabric.properties
.idea/**/azureSettings.xml
/.vs
/Project/adminBlazor/.vs
/Project/EntityFramework/**/bin/
/Project/EntityFramework/**/obj/

@ -8,11 +8,8 @@ namespace DbContextLib
{
// DbSet<BookEntity> est une propriété dans le contexte de base de données (DbContext) qui représente une table de livres dans la base de données.
public DbSet<UserEntity> Users { get; set; }
public DbSet<BeEntity> Bes { get; set; }
public DbSet<GroupEntity> Groups { get; set; }
public DbSet<LangueEntity> Langue { get; set; }
//public DbSet<PracticeEntity> Practices { get; set; }
public DbSet<RegisterEntity> Registers { get; set; }
public DbSet<RoleEntity> Roles { get; set; }
public DbSet<TranslateEntity> Translates { get; set; }
public DbSet<VocabularyEntity> Vocabularys { get; set; }

@ -1,172 +0,0 @@
{
"format": 1,
"restore": {
"C:\\Users\\Brugiere\\source\\repos\\SAE_2A_Anglais3\\Project\\EntityFramework\\DbContext\\DbContext.csproj": {}
},
"projects": {
"C:\\Users\\Brugiere\\source\\repos\\SAE_2A_Anglais3\\Project\\EntityFramework\\DbContext\\DbContext.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "C:\\Users\\Brugiere\\source\\repos\\SAE_2A_Anglais3\\Project\\EntityFramework\\DbContext\\DbContext.csproj",
"projectName": "DbContext",
"projectPath": "C:\\Users\\Brugiere\\source\\repos\\SAE_2A_Anglais3\\Project\\EntityFramework\\DbContext\\DbContext.csproj",
"packagesPath": "C:\\Users\\Brugiere\\.nuget\\packages\\",
"outputPath": "C:\\Users\\Brugiere\\source\\repos\\SAE_2A_Anglais3\\Project\\EntityFramework\\DbContext\\obj\\",
"projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
],
"configFilePaths": [
"C:\\Users\\Brugiere\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
],
"originalTargetFrameworks": [
"net8.0"
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
"C:\\Program Files\\dotnet\\library-packs": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net8.0": {
"targetAlias": "net8.0",
"projectReferences": {
"C:\\Users\\Brugiere\\source\\repos\\SAE_2A_Anglais3\\Project\\EntityFramework\\Entities\\Entities.csproj": {
"projectPath": "C:\\Users\\Brugiere\\source\\repos\\SAE_2A_Anglais3\\Project\\EntityFramework\\Entities\\Entities.csproj"
}
}
}
},
"warningProperties": {
"warnAsError": [
"NU1605"
]
}
},
"frameworks": {
"net8.0": {
"targetAlias": "net8.0",
"dependencies": {
"Microsoft.EntityFrameworkCore": {
"target": "Package",
"version": "[8.0.1, )"
},
"Microsoft.EntityFrameworkCore.SqlServer": {
"target": "Package",
"version": "[8.0.1, )"
},
"Microsoft.EntityFrameworkCore.Sqlite": {
"target": "Package",
"version": "[8.0.1, )"
},
"Microsoft.EntityFrameworkCore.Tools": {
"include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive",
"suppressParent": "All",
"target": "Package",
"version": "[8.0.1, )"
}
},
"imports": [
"net461",
"net462",
"net47",
"net471",
"net472",
"net48",
"net481"
],
"assetTargetFallback": true,
"warn": true,
"frameworkReferences": {
"Microsoft.NETCore.App": {
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.101/PortableRuntimeIdentifierGraph.json"
}
}
},
"C:\\Users\\Brugiere\\source\\repos\\SAE_2A_Anglais3\\Project\\EntityFramework\\Entities\\Entities.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "C:\\Users\\Brugiere\\source\\repos\\SAE_2A_Anglais3\\Project\\EntityFramework\\Entities\\Entities.csproj",
"projectName": "Entities",
"projectPath": "C:\\Users\\Brugiere\\source\\repos\\SAE_2A_Anglais3\\Project\\EntityFramework\\Entities\\Entities.csproj",
"packagesPath": "C:\\Users\\Brugiere\\.nuget\\packages\\",
"outputPath": "C:\\Users\\Brugiere\\source\\repos\\SAE_2A_Anglais3\\Project\\EntityFramework\\Entities\\obj\\",
"projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
],
"configFilePaths": [
"C:\\Users\\Brugiere\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
],
"originalTargetFrameworks": [
"net8.0"
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
"C:\\Program Files\\dotnet\\library-packs": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net8.0": {
"targetAlias": "net8.0",
"projectReferences": {}
}
},
"warningProperties": {
"warnAsError": [
"NU1605"
]
}
},
"frameworks": {
"net8.0": {
"targetAlias": "net8.0",
"dependencies": {
"Microsoft.EntityFrameworkCore": {
"target": "Package",
"version": "[8.0.1, )"
},
"Microsoft.EntityFrameworkCore.SqlServer": {
"target": "Package",
"version": "[8.0.1, )"
},
"Microsoft.EntityFrameworkCore.Sqlite": {
"target": "Package",
"version": "[8.0.1, )"
},
"Microsoft.EntityFrameworkCore.Tools": {
"include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive",
"suppressParent": "All",
"target": "Package",
"version": "[8.0.1, )"
}
},
"imports": [
"net461",
"net462",
"net47",
"net471",
"net472",
"net48",
"net481"
],
"assetTargetFallback": true,
"warn": true,
"frameworkReferences": {
"Microsoft.NETCore.App": {
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.101/PortableRuntimeIdentifierGraph.json"
}
}
}
}
}

@ -1,24 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\Brugiere\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.8.0</NuGetToolVersion>
</PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="C:\Users\Brugiere\.nuget\packages\" />
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
</ItemGroup>
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<Import Project="$(NuGetPackageRoot)microsoft.entityframeworkcore\8.0.1\buildTransitive\net8.0\Microsoft.EntityFrameworkCore.props" Condition="Exists('$(NuGetPackageRoot)microsoft.entityframeworkcore\8.0.1\buildTransitive\net8.0\Microsoft.EntityFrameworkCore.props')" />
<Import Project="$(NuGetPackageRoot)microsoft.entityframeworkcore.design\8.0.1\build\net8.0\Microsoft.EntityFrameworkCore.Design.props" Condition="Exists('$(NuGetPackageRoot)microsoft.entityframeworkcore.design\8.0.1\build\net8.0\Microsoft.EntityFrameworkCore.Design.props')" />
</ImportGroup>
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<PkgMicrosoft_CodeAnalysis_Analyzers Condition=" '$(PkgMicrosoft_CodeAnalysis_Analyzers)' == '' ">C:\Users\Brugiere\.nuget\packages\microsoft.codeanalysis.analyzers\3.3.3</PkgMicrosoft_CodeAnalysis_Analyzers>
<PkgMicrosoft_EntityFrameworkCore_Tools Condition=" '$(PkgMicrosoft_EntityFrameworkCore_Tools)' == '' ">C:\Users\Brugiere\.nuget\packages\microsoft.entityframeworkcore.tools\8.0.1</PkgMicrosoft_EntityFrameworkCore_Tools>
</PropertyGroup>
</Project>

@ -1,9 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<Import Project="$(NuGetPackageRoot)system.text.json\8.0.0\buildTransitive\net6.0\System.Text.Json.targets" Condition="Exists('$(NuGetPackageRoot)system.text.json\8.0.0\buildTransitive\net6.0\System.Text.Json.targets')" />
<Import Project="$(NuGetPackageRoot)sqlitepclraw.lib.e_sqlite3\2.1.6\buildTransitive\net8.0\SQLitePCLRaw.lib.e_sqlite3.targets" Condition="Exists('$(NuGetPackageRoot)sqlitepclraw.lib.e_sqlite3\2.1.6\buildTransitive\net8.0\SQLitePCLRaw.lib.e_sqlite3.targets')" />
<Import Project="$(NuGetPackageRoot)microsoft.extensions.options\8.0.0\buildTransitive\net6.0\Microsoft.Extensions.Options.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.options\8.0.0\buildTransitive\net6.0\Microsoft.Extensions.Options.targets')" />
<Import Project="$(NuGetPackageRoot)microsoft.extensions.logging.abstractions\8.0.0\buildTransitive\net6.0\Microsoft.Extensions.Logging.Abstractions.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.logging.abstractions\8.0.0\buildTransitive\net6.0\Microsoft.Extensions.Logging.Abstractions.targets')" />
</ImportGroup>
</Project>

@ -1,23 +1,23 @@
{
"format": 1,
"restore": {
"C:\\Users\\Brugiere\\source\\repos\\SAE_2A_Anglais3\\Project\\EntityFramework\\DbContext\\DbContextLib.csproj": {}
"C:\\Users\\PATRICK\\source\\repos\\SAE_2A_Anglais\\Project\\EntityFramework\\DbContext\\DbContextLib.csproj": {}
},
"projects": {
"C:\\Users\\Brugiere\\source\\repos\\SAE_2A_Anglais3\\Project\\EntityFramework\\DbContext\\DbContextLib.csproj": {
"C:\\Users\\PATRICK\\source\\repos\\SAE_2A_Anglais\\Project\\EntityFramework\\DbContext\\DbContextLib.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "C:\\Users\\Brugiere\\source\\repos\\SAE_2A_Anglais3\\Project\\EntityFramework\\DbContext\\DbContextLib.csproj",
"projectUniqueName": "C:\\Users\\PATRICK\\source\\repos\\SAE_2A_Anglais\\Project\\EntityFramework\\DbContext\\DbContextLib.csproj",
"projectName": "DbContextLib",
"projectPath": "C:\\Users\\Brugiere\\source\\repos\\SAE_2A_Anglais3\\Project\\EntityFramework\\DbContext\\DbContextLib.csproj",
"packagesPath": "C:\\Users\\Brugiere\\.nuget\\packages\\",
"outputPath": "C:\\Users\\Brugiere\\source\\repos\\SAE_2A_Anglais3\\Project\\EntityFramework\\DbContext\\obj\\",
"projectPath": "C:\\Users\\PATRICK\\source\\repos\\SAE_2A_Anglais\\Project\\EntityFramework\\DbContext\\DbContextLib.csproj",
"packagesPath": "C:\\Users\\PATRICK\\.nuget\\packages\\",
"outputPath": "C:\\Users\\PATRICK\\source\\repos\\SAE_2A_Anglais\\Project\\EntityFramework\\DbContext\\obj\\",
"projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
],
"configFilePaths": [
"C:\\Users\\Brugiere\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Users\\PATRICK\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
],
@ -26,15 +26,14 @@
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
"C:\\Program Files\\dotnet\\library-packs": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net8.0": {
"targetAlias": "net8.0",
"projectReferences": {
"C:\\Users\\Brugiere\\source\\repos\\SAE_2A_Anglais3\\Project\\EntityFramework\\Entities\\Entities.csproj": {
"projectPath": "C:\\Users\\Brugiere\\source\\repos\\SAE_2A_Anglais3\\Project\\EntityFramework\\Entities\\Entities.csproj"
"C:\\Users\\PATRICK\\source\\repos\\SAE_2A_Anglais\\Project\\EntityFramework\\Entities\\Entities.csproj": {
"projectPath": "C:\\Users\\PATRICK\\source\\repos\\SAE_2A_Anglais\\Project\\EntityFramework\\Entities\\Entities.csproj"
}
}
}
@ -43,6 +42,11 @@
"warnAsError": [
"NU1605"
]
},
"restoreAuditProperties": {
"enableAudit": "true",
"auditLevel": "low",
"auditMode": "direct"
}
},
"frameworks": {
@ -84,24 +88,24 @@
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.101/PortableRuntimeIdentifierGraph.json"
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.200/PortableRuntimeIdentifierGraph.json"
}
}
},
"C:\\Users\\Brugiere\\source\\repos\\SAE_2A_Anglais3\\Project\\EntityFramework\\Entities\\Entities.csproj": {
"C:\\Users\\PATRICK\\source\\repos\\SAE_2A_Anglais\\Project\\EntityFramework\\Entities\\Entities.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "C:\\Users\\Brugiere\\source\\repos\\SAE_2A_Anglais3\\Project\\EntityFramework\\Entities\\Entities.csproj",
"projectUniqueName": "C:\\Users\\PATRICK\\source\\repos\\SAE_2A_Anglais\\Project\\EntityFramework\\Entities\\Entities.csproj",
"projectName": "Entities",
"projectPath": "C:\\Users\\Brugiere\\source\\repos\\SAE_2A_Anglais3\\Project\\EntityFramework\\Entities\\Entities.csproj",
"packagesPath": "C:\\Users\\Brugiere\\.nuget\\packages\\",
"outputPath": "C:\\Users\\Brugiere\\source\\repos\\SAE_2A_Anglais3\\Project\\EntityFramework\\Entities\\obj\\",
"projectPath": "C:\\Users\\PATRICK\\source\\repos\\SAE_2A_Anglais\\Project\\EntityFramework\\Entities\\Entities.csproj",
"packagesPath": "C:\\Users\\PATRICK\\.nuget\\packages\\",
"outputPath": "C:\\Users\\PATRICK\\source\\repos\\SAE_2A_Anglais\\Project\\EntityFramework\\Entities\\obj\\",
"projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
],
"configFilePaths": [
"C:\\Users\\Brugiere\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Users\\PATRICK\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
],
@ -110,7 +114,6 @@
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
"C:\\Program Files\\dotnet\\library-packs": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
@ -123,6 +126,11 @@
"warnAsError": [
"NU1605"
]
},
"restoreAuditProperties": {
"enableAudit": "true",
"auditLevel": "low",
"auditMode": "direct"
}
},
"frameworks": {
@ -164,7 +172,7 @@
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.101/PortableRuntimeIdentifierGraph.json"
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.200/PortableRuntimeIdentifierGraph.json"
}
}
}

@ -5,12 +5,12 @@
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\Brugiere\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\PATRICK\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.8.0</NuGetToolVersion>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.9.1</NuGetToolVersion>
</PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="C:\Users\Brugiere\.nuget\packages\" />
<SourceRoot Include="C:\Users\PATRICK\.nuget\packages\" />
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
</ItemGroup>
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
@ -18,7 +18,7 @@
<Import Project="$(NuGetPackageRoot)microsoft.entityframeworkcore.design\8.0.1\build\net8.0\Microsoft.EntityFrameworkCore.Design.props" Condition="Exists('$(NuGetPackageRoot)microsoft.entityframeworkcore.design\8.0.1\build\net8.0\Microsoft.EntityFrameworkCore.Design.props')" />
</ImportGroup>
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<PkgMicrosoft_CodeAnalysis_Analyzers Condition=" '$(PkgMicrosoft_CodeAnalysis_Analyzers)' == '' ">C:\Users\Brugiere\.nuget\packages\microsoft.codeanalysis.analyzers\3.3.3</PkgMicrosoft_CodeAnalysis_Analyzers>
<PkgMicrosoft_EntityFrameworkCore_Tools Condition=" '$(PkgMicrosoft_EntityFrameworkCore_Tools)' == '' ">C:\Users\Brugiere\.nuget\packages\microsoft.entityframeworkcore.tools\8.0.1</PkgMicrosoft_EntityFrameworkCore_Tools>
<PkgMicrosoft_CodeAnalysis_Analyzers Condition=" '$(PkgMicrosoft_CodeAnalysis_Analyzers)' == '' ">C:\Users\PATRICK\.nuget\packages\microsoft.codeanalysis.analyzers\3.3.3</PkgMicrosoft_CodeAnalysis_Analyzers>
<PkgMicrosoft_EntityFrameworkCore_Tools Condition=" '$(PkgMicrosoft_EntityFrameworkCore_Tools)' == '' ">C:\Users\PATRICK\.nuget\packages\microsoft.entityframeworkcore.tools\8.0.1</PkgMicrosoft_EntityFrameworkCore_Tools>
</PropertyGroup>
</Project>

@ -1,23 +0,0 @@
//------------------------------------------------------------------------------
// <auto-generated>
// Ce code a été généré par un outil.
// Version du runtime :4.0.30319.42000
//
// Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si
// le code est régénéré.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("DbContext")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+3ea94dc8442f9d0e48e8fb70f0954cb0d4a78aea")]
[assembly: System.Reflection.AssemblyProductAttribute("DbContext")]
[assembly: System.Reflection.AssemblyTitleAttribute("DbContext")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Généré par la classe MSBuild WriteCodeFragment.

@ -1 +0,0 @@
3933e7d2815c83f98dae254786355cb82ab74d56943be1e17dc7acfd5bad780d

@ -1,13 +0,0 @@
is_global = true
build_property.TargetFramework = net8.0
build_property.TargetPlatformMinVersion =
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = DbContext
build_property.ProjectDir = C:\Users\Brugiere\source\repos\SAE_2A_Anglais3\Project\EntityFramework\DbContext\
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =

@ -1,8 +0,0 @@
// <auto-generated/>
global using global::System;
global using global::System.Collections.Generic;
global using global::System.IO;
global using global::System.Linq;
global using global::System.Net.Http;
global using global::System.Threading;
global using global::System.Threading.Tasks;

@ -14,7 +14,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("DbContextLib")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+3ea94dc8442f9d0e48e8fb70f0954cb0d4a78aea")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+faae69f8b66a38c8db201a3a1ded5f721c8d9291")]
[assembly: System.Reflection.AssemblyProductAttribute("DbContextLib")]
[assembly: System.Reflection.AssemblyTitleAttribute("DbContextLib")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]

@ -1 +1 @@
3ae3a0a6d2e669b5b6c8dd116d77dab4852cbd1f8b97ffe17aea39f1c3608c3a
3ab6123785375bae6cba952bfcff1ec34d115c3baba7208a29d52e78242d2914

@ -8,6 +8,6 @@ build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = DbContextLib
build_property.ProjectDir = C:\Users\Brugiere\source\repos\SAE_2A_Anglais3\Project\EntityFramework\DbContext\
build_property.ProjectDir = C:\Users\PATRICK\source\repos\SAE_2A_Anglais\Project\EntityFramework\DbContext\
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =

@ -1 +1 @@
1e797adc068be87ad524d835f6be611ed98d96c5130dc132ed8ea058e4b3e111
69b0170f432303848f2697cacf3b66cb24f1f67283a25ef995f1d839d8e56979

@ -1,17 +1,17 @@
C:\Users\Brugiere\source\repos\SAE_2A_Anglais3\Project\EntityFramework\DbContext\bin\Debug\net8.0\DbContextLib.deps.json
C:\Users\Brugiere\source\repos\SAE_2A_Anglais3\Project\EntityFramework\DbContext\bin\Debug\net8.0\DbContextLib.runtimeconfig.json
C:\Users\Brugiere\source\repos\SAE_2A_Anglais3\Project\EntityFramework\DbContext\bin\Debug\net8.0\DbContextLib.dll
C:\Users\Brugiere\source\repos\SAE_2A_Anglais3\Project\EntityFramework\DbContext\bin\Debug\net8.0\DbContextLib.pdb
C:\Users\Brugiere\source\repos\SAE_2A_Anglais3\Project\EntityFramework\DbContext\bin\Debug\net8.0\Entities.dll
C:\Users\Brugiere\source\repos\SAE_2A_Anglais3\Project\EntityFramework\DbContext\bin\Debug\net8.0\Entities.pdb
C:\Users\Brugiere\source\repos\SAE_2A_Anglais3\Project\EntityFramework\DbContext\obj\Debug\net8.0\DbContextLib.csproj.AssemblyReference.cache
C:\Users\Brugiere\source\repos\SAE_2A_Anglais3\Project\EntityFramework\DbContext\obj\Debug\net8.0\DbContextLib.GeneratedMSBuildEditorConfig.editorconfig
C:\Users\Brugiere\source\repos\SAE_2A_Anglais3\Project\EntityFramework\DbContext\obj\Debug\net8.0\DbContextLib.AssemblyInfoInputs.cache
C:\Users\Brugiere\source\repos\SAE_2A_Anglais3\Project\EntityFramework\DbContext\obj\Debug\net8.0\DbContextLib.AssemblyInfo.cs
C:\Users\Brugiere\source\repos\SAE_2A_Anglais3\Project\EntityFramework\DbContext\obj\Debug\net8.0\DbContextLib.csproj.CoreCompileInputs.cache
C:\Users\Brugiere\source\repos\SAE_2A_Anglais3\Project\EntityFramework\DbContext\obj\Debug\net8.0\DbContextLib.csproj.CopyComplete
C:\Users\Brugiere\source\repos\SAE_2A_Anglais3\Project\EntityFramework\DbContext\obj\Debug\net8.0\DbContextLib.dll
C:\Users\Brugiere\source\repos\SAE_2A_Anglais3\Project\EntityFramework\DbContext\obj\Debug\net8.0\refint\DbContextLib.dll
C:\Users\Brugiere\source\repos\SAE_2A_Anglais3\Project\EntityFramework\DbContext\obj\Debug\net8.0\DbContextLib.pdb
C:\Users\Brugiere\source\repos\SAE_2A_Anglais3\Project\EntityFramework\DbContext\obj\Debug\net8.0\DbContextLib.genruntimeconfig.cache
C:\Users\Brugiere\source\repos\SAE_2A_Anglais3\Project\EntityFramework\DbContext\obj\Debug\net8.0\ref\DbContextLib.dll
C:\Users\PATRICK\source\repos\SAE_2A_Anglais\Project\EntityFramework\DbContext\bin\Debug\net8.0\DbContextLib.deps.json
C:\Users\PATRICK\source\repos\SAE_2A_Anglais\Project\EntityFramework\DbContext\bin\Debug\net8.0\DbContextLib.runtimeconfig.json
C:\Users\PATRICK\source\repos\SAE_2A_Anglais\Project\EntityFramework\DbContext\bin\Debug\net8.0\DbContextLib.dll
C:\Users\PATRICK\source\repos\SAE_2A_Anglais\Project\EntityFramework\DbContext\bin\Debug\net8.0\DbContextLib.pdb
C:\Users\PATRICK\source\repos\SAE_2A_Anglais\Project\EntityFramework\DbContext\bin\Debug\net8.0\Entities.dll
C:\Users\PATRICK\source\repos\SAE_2A_Anglais\Project\EntityFramework\DbContext\bin\Debug\net8.0\Entities.pdb
C:\Users\PATRICK\source\repos\SAE_2A_Anglais\Project\EntityFramework\DbContext\obj\Debug\net8.0\DbContextLib.csproj.AssemblyReference.cache
C:\Users\PATRICK\source\repos\SAE_2A_Anglais\Project\EntityFramework\DbContext\obj\Debug\net8.0\DbContextLib.GeneratedMSBuildEditorConfig.editorconfig
C:\Users\PATRICK\source\repos\SAE_2A_Anglais\Project\EntityFramework\DbContext\obj\Debug\net8.0\DbContextLib.AssemblyInfoInputs.cache
C:\Users\PATRICK\source\repos\SAE_2A_Anglais\Project\EntityFramework\DbContext\obj\Debug\net8.0\DbContextLib.AssemblyInfo.cs
C:\Users\PATRICK\source\repos\SAE_2A_Anglais\Project\EntityFramework\DbContext\obj\Debug\net8.0\DbContextLib.csproj.CoreCompileInputs.cache
C:\Users\PATRICK\source\repos\SAE_2A_Anglais\Project\EntityFramework\DbContext\obj\Debug\net8.0\DbContex.E9425FB8.Up2Date
C:\Users\PATRICK\source\repos\SAE_2A_Anglais\Project\EntityFramework\DbContext\obj\Debug\net8.0\DbContextLib.dll
C:\Users\PATRICK\source\repos\SAE_2A_Anglais\Project\EntityFramework\DbContext\obj\Debug\net8.0\refint\DbContextLib.dll
C:\Users\PATRICK\source\repos\SAE_2A_Anglais\Project\EntityFramework\DbContext\obj\Debug\net8.0\DbContextLib.pdb
C:\Users\PATRICK\source\repos\SAE_2A_Anglais\Project\EntityFramework\DbContext\obj\Debug\net8.0\DbContextLib.genruntimeconfig.cache
C:\Users\PATRICK\source\repos\SAE_2A_Anglais\Project\EntityFramework\DbContext\obj\Debug\net8.0\ref\DbContextLib.dll

@ -1 +1 @@
a80c48009a605fc9848976159a4315ae2f47ef80bdb86f79fce26e6f567677a2
a8c65171864a7199a97461a945e4f794e0e71e221fab24ce795d58ab19017b66

@ -1,4 +0,0 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]

@ -1,23 +0,0 @@
//------------------------------------------------------------------------------
// <auto-generated>
// Ce code a été généré par un outil.
// Version du runtime :4.0.30319.42000
//
// Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si
// le code est régénéré.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("DbContext")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+3ea94dc8442f9d0e48e8fb70f0954cb0d4a78aea")]
[assembly: System.Reflection.AssemblyProductAttribute("DbContext")]
[assembly: System.Reflection.AssemblyTitleAttribute("DbContext")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Généré par la classe MSBuild WriteCodeFragment.

@ -1 +0,0 @@
7fd7693d16f262e84c45343726eb1defe45311d729e44497d49a46cf52c3b78a

@ -1,13 +0,0 @@
is_global = true
build_property.TargetFramework = net8.0
build_property.TargetPlatformMinVersion =
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = DbContext
build_property.ProjectDir = C:\Users\Brugiere\Source\Repos\SAE_2A_Anglais3\Project\EntityFramework\DbContext\
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =

@ -1,8 +0,0 @@
// <auto-generated/>
global using global::System;
global using global::System.Collections.Generic;
global using global::System.IO;
global using global::System.Linq;
global using global::System.Net.Http;
global using global::System.Threading;
global using global::System.Threading.Tasks;

@ -1,23 +0,0 @@
//------------------------------------------------------------------------------
// <auto-generated>
// Ce code a été généré par un outil.
// Version du runtime :4.0.30319.42000
//
// Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si
// le code est régénéré.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("DbContextLib")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+3ea94dc8442f9d0e48e8fb70f0954cb0d4a78aea")]
[assembly: System.Reflection.AssemblyProductAttribute("DbContextLib")]
[assembly: System.Reflection.AssemblyTitleAttribute("DbContextLib")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Généré par la classe MSBuild WriteCodeFragment.

@ -1 +0,0 @@
e2cbd84843d184bc65cab31e9c8e4054bd4b28a46eebc022ffd8111272803944

@ -1,13 +0,0 @@
is_global = true
build_property.TargetFramework = net8.0
build_property.TargetPlatformMinVersion =
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = DbContextLib
build_property.ProjectDir = C:\Users\Brugiere\Source\Repos\SAE_2A_Anglais3\Project\EntityFramework\DbContext\
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =

@ -1,8 +0,0 @@
// <auto-generated/>
global using global::System;
global using global::System.Collections.Generic;
global using global::System.IO;
global using global::System.Linq;
global using global::System.Net.Http;
global using global::System.Threading;
global using global::System.Threading.Tasks;

@ -4350,23 +4350,23 @@
]
},
"packageFolders": {
"C:\\Users\\Brugiere\\.nuget\\packages\\": {},
"C:\\Users\\PATRICK\\.nuget\\packages\\": {},
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
},
"project": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "C:\\Users\\Brugiere\\source\\repos\\SAE_2A_Anglais3\\Project\\EntityFramework\\DbContext\\DbContextLib.csproj",
"projectUniqueName": "C:\\Users\\PATRICK\\source\\repos\\SAE_2A_Anglais\\Project\\EntityFramework\\DbContext\\DbContextLib.csproj",
"projectName": "DbContextLib",
"projectPath": "C:\\Users\\Brugiere\\source\\repos\\SAE_2A_Anglais3\\Project\\EntityFramework\\DbContext\\DbContextLib.csproj",
"packagesPath": "C:\\Users\\Brugiere\\.nuget\\packages\\",
"outputPath": "C:\\Users\\Brugiere\\source\\repos\\SAE_2A_Anglais3\\Project\\EntityFramework\\DbContext\\obj\\",
"projectPath": "C:\\Users\\PATRICK\\source\\repos\\SAE_2A_Anglais\\Project\\EntityFramework\\DbContext\\DbContextLib.csproj",
"packagesPath": "C:\\Users\\PATRICK\\.nuget\\packages\\",
"outputPath": "C:\\Users\\PATRICK\\source\\repos\\SAE_2A_Anglais\\Project\\EntityFramework\\DbContext\\obj\\",
"projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
],
"configFilePaths": [
"C:\\Users\\Brugiere\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Users\\PATRICK\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
],
@ -4375,15 +4375,14 @@
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
"C:\\Program Files\\dotnet\\library-packs": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net8.0": {
"targetAlias": "net8.0",
"projectReferences": {
"C:\\Users\\Brugiere\\source\\repos\\SAE_2A_Anglais3\\Project\\EntityFramework\\Entities\\Entities.csproj": {
"projectPath": "C:\\Users\\Brugiere\\source\\repos\\SAE_2A_Anglais3\\Project\\EntityFramework\\Entities\\Entities.csproj"
"C:\\Users\\PATRICK\\source\\repos\\SAE_2A_Anglais\\Project\\EntityFramework\\Entities\\Entities.csproj": {
"projectPath": "C:\\Users\\PATRICK\\source\\repos\\SAE_2A_Anglais\\Project\\EntityFramework\\Entities\\Entities.csproj"
}
}
}
@ -4392,6 +4391,11 @@
"warnAsError": [
"NU1605"
]
},
"restoreAuditProperties": {
"enableAudit": "true",
"auditLevel": "low",
"auditMode": "direct"
}
},
"frameworks": {
@ -4433,7 +4437,7 @@
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.101/PortableRuntimeIdentifierGraph.json"
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.200/PortableRuntimeIdentifierGraph.json"
}
}
}

@ -1,91 +1,91 @@
{
"version": 2,
"dgSpecHash": "HXBieysELuIJJeDInrlbnY6WPVKsFarZDJJuQ1qwHLsJfteCJcpjKQVOrUPj4WQZD2RTYG7Ke8xAcIZbC6Gdbw==",
"dgSpecHash": "LYXRtLm8aJIqwfB6AN9tV1kvc5OJjPhITnKDjSNnHrZXD2iPmdR5TeHSkUaad3ghvUwp2v9m++qCIvPPtdNf/w==",
"success": true,
"projectFilePath": "C:\\Users\\Brugiere\\source\\repos\\SAE_2A_Anglais3\\Project\\EntityFramework\\DbContext\\DbContextLib.csproj",
"projectFilePath": "C:\\Users\\PATRICK\\source\\repos\\SAE_2A_Anglais\\Project\\EntityFramework\\DbContext\\DbContextLib.csproj",
"expectedPackageFiles": [
"C:\\Users\\Brugiere\\.nuget\\packages\\azure.core\\1.25.0\\azure.core.1.25.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\azure.identity\\1.7.0\\azure.identity.1.7.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\humanizer.core\\2.14.1\\humanizer.core.2.14.1.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.bcl.asyncinterfaces\\6.0.0\\microsoft.bcl.asyncinterfaces.6.0.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.codeanalysis.analyzers\\3.3.3\\microsoft.codeanalysis.analyzers.3.3.3.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.codeanalysis.common\\4.5.0\\microsoft.codeanalysis.common.4.5.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.codeanalysis.csharp\\4.5.0\\microsoft.codeanalysis.csharp.4.5.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.codeanalysis.csharp.workspaces\\4.5.0\\microsoft.codeanalysis.csharp.workspaces.4.5.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.codeanalysis.workspaces.common\\4.5.0\\microsoft.codeanalysis.workspaces.common.4.5.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.csharp\\4.5.0\\microsoft.csharp.4.5.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.data.sqlclient\\5.1.1\\microsoft.data.sqlclient.5.1.1.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.data.sqlclient.sni.runtime\\5.1.0\\microsoft.data.sqlclient.sni.runtime.5.1.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.data.sqlite.core\\8.0.1\\microsoft.data.sqlite.core.8.0.1.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.entityframeworkcore\\8.0.1\\microsoft.entityframeworkcore.8.0.1.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.entityframeworkcore.abstractions\\8.0.1\\microsoft.entityframeworkcore.abstractions.8.0.1.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.entityframeworkcore.analyzers\\8.0.1\\microsoft.entityframeworkcore.analyzers.8.0.1.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.entityframeworkcore.design\\8.0.1\\microsoft.entityframeworkcore.design.8.0.1.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.entityframeworkcore.relational\\8.0.1\\microsoft.entityframeworkcore.relational.8.0.1.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.entityframeworkcore.sqlite\\8.0.1\\microsoft.entityframeworkcore.sqlite.8.0.1.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.entityframeworkcore.sqlite.core\\8.0.1\\microsoft.entityframeworkcore.sqlite.core.8.0.1.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.entityframeworkcore.sqlserver\\8.0.1\\microsoft.entityframeworkcore.sqlserver.8.0.1.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.entityframeworkcore.tools\\8.0.1\\microsoft.entityframeworkcore.tools.8.0.1.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.extensions.caching.abstractions\\8.0.0\\microsoft.extensions.caching.abstractions.8.0.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.extensions.caching.memory\\8.0.0\\microsoft.extensions.caching.memory.8.0.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.extensions.configuration.abstractions\\8.0.0\\microsoft.extensions.configuration.abstractions.8.0.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.extensions.dependencyinjection\\8.0.0\\microsoft.extensions.dependencyinjection.8.0.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.extensions.dependencyinjection.abstractions\\8.0.0\\microsoft.extensions.dependencyinjection.abstractions.8.0.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.extensions.dependencymodel\\8.0.0\\microsoft.extensions.dependencymodel.8.0.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.extensions.logging\\8.0.0\\microsoft.extensions.logging.8.0.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.extensions.logging.abstractions\\8.0.0\\microsoft.extensions.logging.abstractions.8.0.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.extensions.options\\8.0.0\\microsoft.extensions.options.8.0.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.extensions.primitives\\8.0.0\\microsoft.extensions.primitives.8.0.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.identity.client\\4.47.2\\microsoft.identity.client.4.47.2.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.identity.client.extensions.msal\\2.19.3\\microsoft.identity.client.extensions.msal.2.19.3.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.identitymodel.abstractions\\6.24.0\\microsoft.identitymodel.abstractions.6.24.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.identitymodel.jsonwebtokens\\6.24.0\\microsoft.identitymodel.jsonwebtokens.6.24.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.identitymodel.logging\\6.24.0\\microsoft.identitymodel.logging.6.24.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.identitymodel.protocols\\6.24.0\\microsoft.identitymodel.protocols.6.24.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.identitymodel.protocols.openidconnect\\6.24.0\\microsoft.identitymodel.protocols.openidconnect.6.24.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.identitymodel.tokens\\6.24.0\\microsoft.identitymodel.tokens.6.24.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.netcore.platforms\\1.1.0\\microsoft.netcore.platforms.1.1.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.netcore.targets\\1.1.0\\microsoft.netcore.targets.1.1.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.sqlserver.server\\1.0.0\\microsoft.sqlserver.server.1.0.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.win32.systemevents\\6.0.0\\microsoft.win32.systemevents.6.0.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\mono.texttemplating\\2.2.1\\mono.texttemplating.2.2.1.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\sqlitepclraw.bundle_e_sqlite3\\2.1.6\\sqlitepclraw.bundle_e_sqlite3.2.1.6.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\sqlitepclraw.core\\2.1.6\\sqlitepclraw.core.2.1.6.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\sqlitepclraw.lib.e_sqlite3\\2.1.6\\sqlitepclraw.lib.e_sqlite3.2.1.6.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\sqlitepclraw.provider.e_sqlite3\\2.1.6\\sqlitepclraw.provider.e_sqlite3.2.1.6.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\system.codedom\\4.4.0\\system.codedom.4.4.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\system.collections.immutable\\6.0.0\\system.collections.immutable.6.0.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\system.composition\\6.0.0\\system.composition.6.0.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\system.composition.attributedmodel\\6.0.0\\system.composition.attributedmodel.6.0.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\system.composition.convention\\6.0.0\\system.composition.convention.6.0.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\system.composition.hosting\\6.0.0\\system.composition.hosting.6.0.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\system.composition.runtime\\6.0.0\\system.composition.runtime.6.0.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\system.composition.typedparts\\6.0.0\\system.composition.typedparts.6.0.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\system.configuration.configurationmanager\\6.0.1\\system.configuration.configurationmanager.6.0.1.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\system.diagnostics.diagnosticsource\\6.0.0\\system.diagnostics.diagnosticsource.6.0.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\system.drawing.common\\6.0.0\\system.drawing.common.6.0.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\system.formats.asn1\\5.0.0\\system.formats.asn1.5.0.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\system.identitymodel.tokens.jwt\\6.24.0\\system.identitymodel.tokens.jwt.6.24.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\system.io.pipelines\\6.0.3\\system.io.pipelines.6.0.3.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\system.memory\\4.5.4\\system.memory.4.5.4.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\system.memory.data\\1.0.2\\system.memory.data.1.0.2.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\system.numerics.vectors\\4.5.0\\system.numerics.vectors.4.5.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\system.reflection.metadata\\6.0.1\\system.reflection.metadata.6.0.1.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\system.runtime\\4.3.0\\system.runtime.4.3.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\system.runtime.caching\\6.0.0\\system.runtime.caching.6.0.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\system.runtime.compilerservices.unsafe\\6.0.0\\system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\system.security.accesscontrol\\6.0.0\\system.security.accesscontrol.6.0.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\system.security.cryptography.cng\\5.0.0\\system.security.cryptography.cng.5.0.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\system.security.cryptography.protecteddata\\6.0.0\\system.security.cryptography.protecteddata.6.0.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\system.security.permissions\\6.0.0\\system.security.permissions.6.0.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\system.security.principal.windows\\5.0.0\\system.security.principal.windows.5.0.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\system.text.encoding\\4.3.0\\system.text.encoding.4.3.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\system.text.encoding.codepages\\6.0.0\\system.text.encoding.codepages.6.0.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\system.text.encodings.web\\8.0.0\\system.text.encodings.web.8.0.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\system.text.json\\8.0.0\\system.text.json.8.0.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\system.threading.channels\\6.0.0\\system.threading.channels.6.0.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\system.threading.tasks.extensions\\4.5.4\\system.threading.tasks.extensions.4.5.4.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\system.windows.extensions\\6.0.0\\system.windows.extensions.6.0.0.nupkg.sha512"
"C:\\Users\\PATRICK\\.nuget\\packages\\azure.core\\1.25.0\\azure.core.1.25.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\azure.identity\\1.7.0\\azure.identity.1.7.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\humanizer.core\\2.14.1\\humanizer.core.2.14.1.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.bcl.asyncinterfaces\\6.0.0\\microsoft.bcl.asyncinterfaces.6.0.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.codeanalysis.analyzers\\3.3.3\\microsoft.codeanalysis.analyzers.3.3.3.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.codeanalysis.common\\4.5.0\\microsoft.codeanalysis.common.4.5.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.codeanalysis.csharp\\4.5.0\\microsoft.codeanalysis.csharp.4.5.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.codeanalysis.csharp.workspaces\\4.5.0\\microsoft.codeanalysis.csharp.workspaces.4.5.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.codeanalysis.workspaces.common\\4.5.0\\microsoft.codeanalysis.workspaces.common.4.5.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.csharp\\4.5.0\\microsoft.csharp.4.5.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.data.sqlclient\\5.1.1\\microsoft.data.sqlclient.5.1.1.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.data.sqlclient.sni.runtime\\5.1.0\\microsoft.data.sqlclient.sni.runtime.5.1.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.data.sqlite.core\\8.0.1\\microsoft.data.sqlite.core.8.0.1.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.entityframeworkcore\\8.0.1\\microsoft.entityframeworkcore.8.0.1.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.entityframeworkcore.abstractions\\8.0.1\\microsoft.entityframeworkcore.abstractions.8.0.1.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.entityframeworkcore.analyzers\\8.0.1\\microsoft.entityframeworkcore.analyzers.8.0.1.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.entityframeworkcore.design\\8.0.1\\microsoft.entityframeworkcore.design.8.0.1.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.entityframeworkcore.relational\\8.0.1\\microsoft.entityframeworkcore.relational.8.0.1.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.entityframeworkcore.sqlite\\8.0.1\\microsoft.entityframeworkcore.sqlite.8.0.1.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.entityframeworkcore.sqlite.core\\8.0.1\\microsoft.entityframeworkcore.sqlite.core.8.0.1.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.entityframeworkcore.sqlserver\\8.0.1\\microsoft.entityframeworkcore.sqlserver.8.0.1.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.entityframeworkcore.tools\\8.0.1\\microsoft.entityframeworkcore.tools.8.0.1.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.extensions.caching.abstractions\\8.0.0\\microsoft.extensions.caching.abstractions.8.0.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.extensions.caching.memory\\8.0.0\\microsoft.extensions.caching.memory.8.0.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.extensions.configuration.abstractions\\8.0.0\\microsoft.extensions.configuration.abstractions.8.0.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.extensions.dependencyinjection\\8.0.0\\microsoft.extensions.dependencyinjection.8.0.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.extensions.dependencyinjection.abstractions\\8.0.0\\microsoft.extensions.dependencyinjection.abstractions.8.0.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.extensions.dependencymodel\\8.0.0\\microsoft.extensions.dependencymodel.8.0.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.extensions.logging\\8.0.0\\microsoft.extensions.logging.8.0.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.extensions.logging.abstractions\\8.0.0\\microsoft.extensions.logging.abstractions.8.0.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.extensions.options\\8.0.0\\microsoft.extensions.options.8.0.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.extensions.primitives\\8.0.0\\microsoft.extensions.primitives.8.0.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.identity.client\\4.47.2\\microsoft.identity.client.4.47.2.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.identity.client.extensions.msal\\2.19.3\\microsoft.identity.client.extensions.msal.2.19.3.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.identitymodel.abstractions\\6.24.0\\microsoft.identitymodel.abstractions.6.24.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.identitymodel.jsonwebtokens\\6.24.0\\microsoft.identitymodel.jsonwebtokens.6.24.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.identitymodel.logging\\6.24.0\\microsoft.identitymodel.logging.6.24.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.identitymodel.protocols\\6.24.0\\microsoft.identitymodel.protocols.6.24.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.identitymodel.protocols.openidconnect\\6.24.0\\microsoft.identitymodel.protocols.openidconnect.6.24.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.identitymodel.tokens\\6.24.0\\microsoft.identitymodel.tokens.6.24.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.netcore.platforms\\1.1.0\\microsoft.netcore.platforms.1.1.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.netcore.targets\\1.1.0\\microsoft.netcore.targets.1.1.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.sqlserver.server\\1.0.0\\microsoft.sqlserver.server.1.0.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.win32.systemevents\\6.0.0\\microsoft.win32.systemevents.6.0.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\mono.texttemplating\\2.2.1\\mono.texttemplating.2.2.1.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\sqlitepclraw.bundle_e_sqlite3\\2.1.6\\sqlitepclraw.bundle_e_sqlite3.2.1.6.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\sqlitepclraw.core\\2.1.6\\sqlitepclraw.core.2.1.6.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\sqlitepclraw.lib.e_sqlite3\\2.1.6\\sqlitepclraw.lib.e_sqlite3.2.1.6.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\sqlitepclraw.provider.e_sqlite3\\2.1.6\\sqlitepclraw.provider.e_sqlite3.2.1.6.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\system.codedom\\4.4.0\\system.codedom.4.4.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\system.collections.immutable\\6.0.0\\system.collections.immutable.6.0.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\system.composition\\6.0.0\\system.composition.6.0.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\system.composition.attributedmodel\\6.0.0\\system.composition.attributedmodel.6.0.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\system.composition.convention\\6.0.0\\system.composition.convention.6.0.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\system.composition.hosting\\6.0.0\\system.composition.hosting.6.0.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\system.composition.runtime\\6.0.0\\system.composition.runtime.6.0.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\system.composition.typedparts\\6.0.0\\system.composition.typedparts.6.0.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\system.configuration.configurationmanager\\6.0.1\\system.configuration.configurationmanager.6.0.1.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\system.diagnostics.diagnosticsource\\6.0.0\\system.diagnostics.diagnosticsource.6.0.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\system.drawing.common\\6.0.0\\system.drawing.common.6.0.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\system.formats.asn1\\5.0.0\\system.formats.asn1.5.0.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\system.identitymodel.tokens.jwt\\6.24.0\\system.identitymodel.tokens.jwt.6.24.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\system.io.pipelines\\6.0.3\\system.io.pipelines.6.0.3.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\system.memory\\4.5.4\\system.memory.4.5.4.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\system.memory.data\\1.0.2\\system.memory.data.1.0.2.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\system.numerics.vectors\\4.5.0\\system.numerics.vectors.4.5.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\system.reflection.metadata\\6.0.1\\system.reflection.metadata.6.0.1.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\system.runtime\\4.3.0\\system.runtime.4.3.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\system.runtime.caching\\6.0.0\\system.runtime.caching.6.0.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\system.runtime.compilerservices.unsafe\\6.0.0\\system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\system.security.accesscontrol\\6.0.0\\system.security.accesscontrol.6.0.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\system.security.cryptography.cng\\5.0.0\\system.security.cryptography.cng.5.0.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\system.security.cryptography.protecteddata\\6.0.0\\system.security.cryptography.protecteddata.6.0.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\system.security.permissions\\6.0.0\\system.security.permissions.6.0.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\system.security.principal.windows\\5.0.0\\system.security.principal.windows.5.0.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\system.text.encoding\\4.3.0\\system.text.encoding.4.3.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\system.text.encoding.codepages\\6.0.0\\system.text.encoding.codepages.6.0.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\system.text.encodings.web\\8.0.0\\system.text.encodings.web.8.0.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\system.text.json\\8.0.0\\system.text.json.8.0.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\system.threading.channels\\6.0.0\\system.threading.channels.6.0.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\system.threading.tasks.extensions\\4.5.4\\system.threading.tasks.extensions.4.5.4.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\system.windows.extensions\\6.0.0\\system.windows.extensions.6.0.0.nupkg.sha512"
],
"logs": []
}

@ -22,5 +22,13 @@ namespace Entities
public RoleEntity? Role { get; set; } = null!;
public Boolean ExtraTime { get; set; }
public ICollection<VocabularyListEntity> VocabularyList { get; set; } = new List<VocabularyListEntity>();
public string toString()
{
return "Id: " + Id + " Password: " + Password + " Email: " + Email + " Name: " + Name + " UserName: " + UserName + " NickName: " + NickName + " GroupId: " + GroupId + " RoleId: " + RoleId + " ExtraTime: " + ExtraTime;
}
}
}

@ -18,6 +18,6 @@ namespace Entities
public UserEntity User { get; set; } = null!;
public ICollection<TranslateEntity> translation { get; set; } = new List<TranslateEntity>();
public ICollection<GroupEntity> Groups { get; } = new List<GroupEntity>();
public ICollection<GroupEntity> Groups { get; set; } = new List<GroupEntity>();
}
}

@ -14,7 +14,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("Entities")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+d7479939b16a7d8808f4bcb3bc30a25df35d90f1")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+faae69f8b66a38c8db201a3a1ded5f721c8d9291")]
[assembly: System.Reflection.AssemblyProductAttribute("Entities")]
[assembly: System.Reflection.AssemblyTitleAttribute("Entities")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]

@ -1 +1 @@
0a4c03277f1ef66d265d49347c2c11562a8e2f168f122e4838de7a46e5d12151
1b7c777544c5f06b4e875bce88b553c3328d5e07f6ce5b90a7c73b6218eb80b3

@ -8,6 +8,6 @@ build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = Entities
build_property.ProjectDir = C:\Users\Brugiere\Source\Repos\SAE_2A_Anglais\Project\EntityFramework\Entities\
build_property.ProjectDir = C:\Users\PATRICK\source\repos\SAE_2A_Anglais\Project\EntityFramework\Entities\
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =

@ -1 +1 @@
2a237c22c653ec8daeaff3bca00bf48bd2296af599ae6eaca30e4510dec8afdd
c255169232cb2c614627ae6803c7a3b199de92bb61b2ff9f7f2a342867fb690d

@ -1,28 +1,14 @@
C:\Users\Brugiere\source\repos\SAE_2A_Anglais3\Project\EntityFramework\Entities\bin\Debug\net8.0\Entities.deps.json
C:\Users\Brugiere\source\repos\SAE_2A_Anglais3\Project\EntityFramework\Entities\bin\Debug\net8.0\Entities.runtimeconfig.json
C:\Users\Brugiere\source\repos\SAE_2A_Anglais3\Project\EntityFramework\Entities\bin\Debug\net8.0\Entities.dll
C:\Users\Brugiere\source\repos\SAE_2A_Anglais3\Project\EntityFramework\Entities\bin\Debug\net8.0\Entities.pdb
C:\Users\Brugiere\source\repos\SAE_2A_Anglais3\Project\EntityFramework\Entities\obj\Debug\net8.0\Entities.csproj.AssemblyReference.cache
C:\Users\Brugiere\source\repos\SAE_2A_Anglais3\Project\EntityFramework\Entities\obj\Debug\net8.0\Entities.GeneratedMSBuildEditorConfig.editorconfig
C:\Users\Brugiere\source\repos\SAE_2A_Anglais3\Project\EntityFramework\Entities\obj\Debug\net8.0\Entities.AssemblyInfoInputs.cache
C:\Users\Brugiere\source\repos\SAE_2A_Anglais3\Project\EntityFramework\Entities\obj\Debug\net8.0\Entities.AssemblyInfo.cs
C:\Users\Brugiere\source\repos\SAE_2A_Anglais3\Project\EntityFramework\Entities\obj\Debug\net8.0\Entities.csproj.CoreCompileInputs.cache
C:\Users\Brugiere\source\repos\SAE_2A_Anglais3\Project\EntityFramework\Entities\obj\Debug\net8.0\Entities.dll
C:\Users\Brugiere\source\repos\SAE_2A_Anglais3\Project\EntityFramework\Entities\obj\Debug\net8.0\refint\Entities.dll
C:\Users\Brugiere\source\repos\SAE_2A_Anglais3\Project\EntityFramework\Entities\obj\Debug\net8.0\Entities.pdb
C:\Users\Brugiere\source\repos\SAE_2A_Anglais3\Project\EntityFramework\Entities\obj\Debug\net8.0\Entities.genruntimeconfig.cache
C:\Users\Brugiere\source\repos\SAE_2A_Anglais3\Project\EntityFramework\Entities\obj\Debug\net8.0\ref\Entities.dll
C:\Users\Brugiere\Source\Repos\SAE_2A_Anglais\Project\EntityFramework\Entities\bin\Debug\net8.0\Entities.deps.json
C:\Users\Brugiere\Source\Repos\SAE_2A_Anglais\Project\EntityFramework\Entities\bin\Debug\net8.0\Entities.runtimeconfig.json
C:\Users\Brugiere\Source\Repos\SAE_2A_Anglais\Project\EntityFramework\Entities\bin\Debug\net8.0\Entities.dll
C:\Users\Brugiere\Source\Repos\SAE_2A_Anglais\Project\EntityFramework\Entities\bin\Debug\net8.0\Entities.pdb
C:\Users\Brugiere\Source\Repos\SAE_2A_Anglais\Project\EntityFramework\Entities\obj\Debug\net8.0\Entities.csproj.AssemblyReference.cache
C:\Users\Brugiere\Source\Repos\SAE_2A_Anglais\Project\EntityFramework\Entities\obj\Debug\net8.0\Entities.GeneratedMSBuildEditorConfig.editorconfig
C:\Users\Brugiere\Source\Repos\SAE_2A_Anglais\Project\EntityFramework\Entities\obj\Debug\net8.0\Entities.AssemblyInfoInputs.cache
C:\Users\Brugiere\Source\Repos\SAE_2A_Anglais\Project\EntityFramework\Entities\obj\Debug\net8.0\Entities.AssemblyInfo.cs
C:\Users\Brugiere\Source\Repos\SAE_2A_Anglais\Project\EntityFramework\Entities\obj\Debug\net8.0\Entities.csproj.CoreCompileInputs.cache
C:\Users\Brugiere\Source\Repos\SAE_2A_Anglais\Project\EntityFramework\Entities\obj\Debug\net8.0\Entities.dll
C:\Users\Brugiere\Source\Repos\SAE_2A_Anglais\Project\EntityFramework\Entities\obj\Debug\net8.0\refint\Entities.dll
C:\Users\Brugiere\Source\Repos\SAE_2A_Anglais\Project\EntityFramework\Entities\obj\Debug\net8.0\Entities.pdb
C:\Users\Brugiere\Source\Repos\SAE_2A_Anglais\Project\EntityFramework\Entities\obj\Debug\net8.0\Entities.genruntimeconfig.cache
C:\Users\Brugiere\Source\Repos\SAE_2A_Anglais\Project\EntityFramework\Entities\obj\Debug\net8.0\ref\Entities.dll
C:\Users\PATRICK\source\repos\SAE_2A_Anglais\Project\EntityFramework\Entities\bin\Debug\net8.0\Entities.deps.json
C:\Users\PATRICK\source\repos\SAE_2A_Anglais\Project\EntityFramework\Entities\bin\Debug\net8.0\Entities.runtimeconfig.json
C:\Users\PATRICK\source\repos\SAE_2A_Anglais\Project\EntityFramework\Entities\bin\Debug\net8.0\Entities.dll
C:\Users\PATRICK\source\repos\SAE_2A_Anglais\Project\EntityFramework\Entities\bin\Debug\net8.0\Entities.pdb
C:\Users\PATRICK\source\repos\SAE_2A_Anglais\Project\EntityFramework\Entities\obj\Debug\net8.0\Entities.csproj.AssemblyReference.cache
C:\Users\PATRICK\source\repos\SAE_2A_Anglais\Project\EntityFramework\Entities\obj\Debug\net8.0\Entities.GeneratedMSBuildEditorConfig.editorconfig
C:\Users\PATRICK\source\repos\SAE_2A_Anglais\Project\EntityFramework\Entities\obj\Debug\net8.0\Entities.AssemblyInfoInputs.cache
C:\Users\PATRICK\source\repos\SAE_2A_Anglais\Project\EntityFramework\Entities\obj\Debug\net8.0\Entities.AssemblyInfo.cs
C:\Users\PATRICK\source\repos\SAE_2A_Anglais\Project\EntityFramework\Entities\obj\Debug\net8.0\Entities.csproj.CoreCompileInputs.cache
C:\Users\PATRICK\source\repos\SAE_2A_Anglais\Project\EntityFramework\Entities\obj\Debug\net8.0\Entities.dll
C:\Users\PATRICK\source\repos\SAE_2A_Anglais\Project\EntityFramework\Entities\obj\Debug\net8.0\refint\Entities.dll
C:\Users\PATRICK\source\repos\SAE_2A_Anglais\Project\EntityFramework\Entities\obj\Debug\net8.0\Entities.pdb
C:\Users\PATRICK\source\repos\SAE_2A_Anglais\Project\EntityFramework\Entities\obj\Debug\net8.0\Entities.genruntimeconfig.cache
C:\Users\PATRICK\source\repos\SAE_2A_Anglais\Project\EntityFramework\Entities\obj\Debug\net8.0\ref\Entities.dll

@ -1 +1 @@
e135e3d75a7f5dbec4bc303707ba7d29ec24e3defc935ad2da2269bf3bccaabb
37d710150ca3dfeaebbaadc2fe84cb1979939bdf071a6fd9c1ae0f099ea8193e

@ -1,23 +1,23 @@
{
"format": 1,
"restore": {
"C:\\Users\\Brugiere\\Source\\Repos\\SAE_2A_Anglais\\Project\\EntityFramework\\Entities\\Entities.csproj": {}
"C:\\Users\\PATRICK\\source\\repos\\SAE_2A_Anglais\\Project\\EntityFramework\\Entities\\Entities.csproj": {}
},
"projects": {
"C:\\Users\\Brugiere\\Source\\Repos\\SAE_2A_Anglais\\Project\\EntityFramework\\Entities\\Entities.csproj": {
"C:\\Users\\PATRICK\\source\\repos\\SAE_2A_Anglais\\Project\\EntityFramework\\Entities\\Entities.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "C:\\Users\\Brugiere\\Source\\Repos\\SAE_2A_Anglais\\Project\\EntityFramework\\Entities\\Entities.csproj",
"projectUniqueName": "C:\\Users\\PATRICK\\source\\repos\\SAE_2A_Anglais\\Project\\EntityFramework\\Entities\\Entities.csproj",
"projectName": "Entities",
"projectPath": "C:\\Users\\Brugiere\\Source\\Repos\\SAE_2A_Anglais\\Project\\EntityFramework\\Entities\\Entities.csproj",
"packagesPath": "C:\\Users\\Brugiere\\.nuget\\packages\\",
"outputPath": "C:\\Users\\Brugiere\\Source\\Repos\\SAE_2A_Anglais\\Project\\EntityFramework\\Entities\\obj\\",
"projectPath": "C:\\Users\\PATRICK\\source\\repos\\SAE_2A_Anglais\\Project\\EntityFramework\\Entities\\Entities.csproj",
"packagesPath": "C:\\Users\\PATRICK\\.nuget\\packages\\",
"outputPath": "C:\\Users\\PATRICK\\source\\repos\\SAE_2A_Anglais\\Project\\EntityFramework\\Entities\\obj\\",
"projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
],
"configFilePaths": [
"C:\\Users\\Brugiere\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Users\\PATRICK\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
],
@ -26,7 +26,6 @@
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
"C:\\Program Files\\dotnet\\library-packs": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
@ -39,6 +38,11 @@
"warnAsError": [
"NU1605"
]
},
"restoreAuditProperties": {
"enableAudit": "true",
"auditLevel": "low",
"auditMode": "direct"
}
},
"frameworks": {
@ -80,7 +84,7 @@
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.101/PortableRuntimeIdentifierGraph.json"
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.200/PortableRuntimeIdentifierGraph.json"
}
}
}

@ -5,12 +5,12 @@
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\Brugiere\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\PATRICK\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.8.0</NuGetToolVersion>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.9.1</NuGetToolVersion>
</PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="C:\Users\Brugiere\.nuget\packages\" />
<SourceRoot Include="C:\Users\PATRICK\.nuget\packages\" />
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
</ItemGroup>
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
@ -18,7 +18,7 @@
<Import Project="$(NuGetPackageRoot)microsoft.entityframeworkcore.design\8.0.1\build\net8.0\Microsoft.EntityFrameworkCore.Design.props" Condition="Exists('$(NuGetPackageRoot)microsoft.entityframeworkcore.design\8.0.1\build\net8.0\Microsoft.EntityFrameworkCore.Design.props')" />
</ImportGroup>
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<PkgMicrosoft_CodeAnalysis_Analyzers Condition=" '$(PkgMicrosoft_CodeAnalysis_Analyzers)' == '' ">C:\Users\Brugiere\.nuget\packages\microsoft.codeanalysis.analyzers\3.3.3</PkgMicrosoft_CodeAnalysis_Analyzers>
<PkgMicrosoft_EntityFrameworkCore_Tools Condition=" '$(PkgMicrosoft_EntityFrameworkCore_Tools)' == '' ">C:\Users\Brugiere\.nuget\packages\microsoft.entityframeworkcore.tools\8.0.1</PkgMicrosoft_EntityFrameworkCore_Tools>
<PkgMicrosoft_CodeAnalysis_Analyzers Condition=" '$(PkgMicrosoft_CodeAnalysis_Analyzers)' == '' ">C:\Users\PATRICK\.nuget\packages\microsoft.codeanalysis.analyzers\3.3.3</PkgMicrosoft_CodeAnalysis_Analyzers>
<PkgMicrosoft_EntityFrameworkCore_Tools Condition=" '$(PkgMicrosoft_EntityFrameworkCore_Tools)' == '' ">C:\Users\PATRICK\.nuget\packages\microsoft.entityframeworkcore.tools\8.0.1</PkgMicrosoft_EntityFrameworkCore_Tools>
</PropertyGroup>
</Project>

@ -1,4 +0,0 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]

@ -1,23 +0,0 @@
//------------------------------------------------------------------------------
// <auto-generated>
// Ce code a été généré par un outil.
// Version du runtime :4.0.30319.42000
//
// Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si
// le code est régénéré.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("Entities")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+3ea94dc8442f9d0e48e8fb70f0954cb0d4a78aea")]
[assembly: System.Reflection.AssemblyProductAttribute("Entities")]
[assembly: System.Reflection.AssemblyTitleAttribute("Entities")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Généré par la classe MSBuild WriteCodeFragment.

@ -1 +0,0 @@
935e75016c8f044088605fdd2b11dfc03dde0b0d1ae6aa574af858c383cbcb2a

@ -1,13 +0,0 @@
is_global = true
build_property.TargetFramework = net8.0
build_property.TargetPlatformMinVersion =
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = Entities
build_property.ProjectDir = C:\Users\Brugiere\source\repos\SAE_2A_Anglais3\Project\EntityFramework\Entities\
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =

@ -1,8 +0,0 @@
// <auto-generated/>
global using global::System;
global using global::System.Collections.Generic;
global using global::System.IO;
global using global::System.Linq;
global using global::System.Net.Http;
global using global::System.Threading;
global using global::System.Threading.Tasks;

@ -4329,23 +4329,23 @@
]
},
"packageFolders": {
"C:\\Users\\Brugiere\\.nuget\\packages\\": {},
"C:\\Users\\PATRICK\\.nuget\\packages\\": {},
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
},
"project": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "C:\\Users\\Brugiere\\Source\\Repos\\SAE_2A_Anglais\\Project\\EntityFramework\\Entities\\Entities.csproj",
"projectUniqueName": "C:\\Users\\PATRICK\\source\\repos\\SAE_2A_Anglais\\Project\\EntityFramework\\Entities\\Entities.csproj",
"projectName": "Entities",
"projectPath": "C:\\Users\\Brugiere\\Source\\Repos\\SAE_2A_Anglais\\Project\\EntityFramework\\Entities\\Entities.csproj",
"packagesPath": "C:\\Users\\Brugiere\\.nuget\\packages\\",
"outputPath": "C:\\Users\\Brugiere\\Source\\Repos\\SAE_2A_Anglais\\Project\\EntityFramework\\Entities\\obj\\",
"projectPath": "C:\\Users\\PATRICK\\source\\repos\\SAE_2A_Anglais\\Project\\EntityFramework\\Entities\\Entities.csproj",
"packagesPath": "C:\\Users\\PATRICK\\.nuget\\packages\\",
"outputPath": "C:\\Users\\PATRICK\\source\\repos\\SAE_2A_Anglais\\Project\\EntityFramework\\Entities\\obj\\",
"projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
],
"configFilePaths": [
"C:\\Users\\Brugiere\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Users\\PATRICK\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
],
@ -4354,7 +4354,6 @@
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
"C:\\Program Files\\dotnet\\library-packs": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
@ -4367,6 +4366,11 @@
"warnAsError": [
"NU1605"
]
},
"restoreAuditProperties": {
"enableAudit": "true",
"auditLevel": "low",
"auditMode": "direct"
}
},
"frameworks": {
@ -4408,7 +4412,7 @@
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.101/PortableRuntimeIdentifierGraph.json"
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.200/PortableRuntimeIdentifierGraph.json"
}
}
}

@ -1,91 +1,91 @@
{
"version": 2,
"dgSpecHash": "5y9iid4I7StzBvvXjxo7fKGNbe6ghHTjVJaqago8/k/pmbUiJjyuio6zbgiGaBc2bdnbcjoKZPqiEVVOiOhV9A==",
"dgSpecHash": "1qU1d6d2urmsDm33n7Oi4NLx2iMkIaPTOL3P95Srtq12jIm6AkhLdGtSmjR75F6BNqRCjHwkcc8415Rv1zT5AA==",
"success": true,
"projectFilePath": "C:\\Users\\Brugiere\\Source\\Repos\\SAE_2A_Anglais\\Project\\EntityFramework\\Entities\\Entities.csproj",
"projectFilePath": "C:\\Users\\PATRICK\\source\\repos\\SAE_2A_Anglais\\Project\\EntityFramework\\Entities\\Entities.csproj",
"expectedPackageFiles": [
"C:\\Users\\Brugiere\\.nuget\\packages\\azure.core\\1.25.0\\azure.core.1.25.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\azure.identity\\1.7.0\\azure.identity.1.7.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\humanizer.core\\2.14.1\\humanizer.core.2.14.1.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.bcl.asyncinterfaces\\6.0.0\\microsoft.bcl.asyncinterfaces.6.0.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.codeanalysis.analyzers\\3.3.3\\microsoft.codeanalysis.analyzers.3.3.3.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.codeanalysis.common\\4.5.0\\microsoft.codeanalysis.common.4.5.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.codeanalysis.csharp\\4.5.0\\microsoft.codeanalysis.csharp.4.5.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.codeanalysis.csharp.workspaces\\4.5.0\\microsoft.codeanalysis.csharp.workspaces.4.5.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.codeanalysis.workspaces.common\\4.5.0\\microsoft.codeanalysis.workspaces.common.4.5.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.csharp\\4.5.0\\microsoft.csharp.4.5.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.data.sqlclient\\5.1.1\\microsoft.data.sqlclient.5.1.1.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.data.sqlclient.sni.runtime\\5.1.0\\microsoft.data.sqlclient.sni.runtime.5.1.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.data.sqlite.core\\8.0.1\\microsoft.data.sqlite.core.8.0.1.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.entityframeworkcore\\8.0.1\\microsoft.entityframeworkcore.8.0.1.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.entityframeworkcore.abstractions\\8.0.1\\microsoft.entityframeworkcore.abstractions.8.0.1.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.entityframeworkcore.analyzers\\8.0.1\\microsoft.entityframeworkcore.analyzers.8.0.1.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.entityframeworkcore.design\\8.0.1\\microsoft.entityframeworkcore.design.8.0.1.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.entityframeworkcore.relational\\8.0.1\\microsoft.entityframeworkcore.relational.8.0.1.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.entityframeworkcore.sqlite\\8.0.1\\microsoft.entityframeworkcore.sqlite.8.0.1.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.entityframeworkcore.sqlite.core\\8.0.1\\microsoft.entityframeworkcore.sqlite.core.8.0.1.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.entityframeworkcore.sqlserver\\8.0.1\\microsoft.entityframeworkcore.sqlserver.8.0.1.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.entityframeworkcore.tools\\8.0.1\\microsoft.entityframeworkcore.tools.8.0.1.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.extensions.caching.abstractions\\8.0.0\\microsoft.extensions.caching.abstractions.8.0.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.extensions.caching.memory\\8.0.0\\microsoft.extensions.caching.memory.8.0.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.extensions.configuration.abstractions\\8.0.0\\microsoft.extensions.configuration.abstractions.8.0.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.extensions.dependencyinjection\\8.0.0\\microsoft.extensions.dependencyinjection.8.0.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.extensions.dependencyinjection.abstractions\\8.0.0\\microsoft.extensions.dependencyinjection.abstractions.8.0.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.extensions.dependencymodel\\8.0.0\\microsoft.extensions.dependencymodel.8.0.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.extensions.logging\\8.0.0\\microsoft.extensions.logging.8.0.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.extensions.logging.abstractions\\8.0.0\\microsoft.extensions.logging.abstractions.8.0.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.extensions.options\\8.0.0\\microsoft.extensions.options.8.0.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.extensions.primitives\\8.0.0\\microsoft.extensions.primitives.8.0.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.identity.client\\4.47.2\\microsoft.identity.client.4.47.2.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.identity.client.extensions.msal\\2.19.3\\microsoft.identity.client.extensions.msal.2.19.3.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.identitymodel.abstractions\\6.24.0\\microsoft.identitymodel.abstractions.6.24.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.identitymodel.jsonwebtokens\\6.24.0\\microsoft.identitymodel.jsonwebtokens.6.24.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.identitymodel.logging\\6.24.0\\microsoft.identitymodel.logging.6.24.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.identitymodel.protocols\\6.24.0\\microsoft.identitymodel.protocols.6.24.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.identitymodel.protocols.openidconnect\\6.24.0\\microsoft.identitymodel.protocols.openidconnect.6.24.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.identitymodel.tokens\\6.24.0\\microsoft.identitymodel.tokens.6.24.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.netcore.platforms\\1.1.0\\microsoft.netcore.platforms.1.1.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.netcore.targets\\1.1.0\\microsoft.netcore.targets.1.1.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.sqlserver.server\\1.0.0\\microsoft.sqlserver.server.1.0.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\microsoft.win32.systemevents\\6.0.0\\microsoft.win32.systemevents.6.0.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\mono.texttemplating\\2.2.1\\mono.texttemplating.2.2.1.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\sqlitepclraw.bundle_e_sqlite3\\2.1.6\\sqlitepclraw.bundle_e_sqlite3.2.1.6.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\sqlitepclraw.core\\2.1.6\\sqlitepclraw.core.2.1.6.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\sqlitepclraw.lib.e_sqlite3\\2.1.6\\sqlitepclraw.lib.e_sqlite3.2.1.6.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\sqlitepclraw.provider.e_sqlite3\\2.1.6\\sqlitepclraw.provider.e_sqlite3.2.1.6.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\system.codedom\\4.4.0\\system.codedom.4.4.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\system.collections.immutable\\6.0.0\\system.collections.immutable.6.0.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\system.composition\\6.0.0\\system.composition.6.0.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\system.composition.attributedmodel\\6.0.0\\system.composition.attributedmodel.6.0.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\system.composition.convention\\6.0.0\\system.composition.convention.6.0.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\system.composition.hosting\\6.0.0\\system.composition.hosting.6.0.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\system.composition.runtime\\6.0.0\\system.composition.runtime.6.0.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\system.composition.typedparts\\6.0.0\\system.composition.typedparts.6.0.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\system.configuration.configurationmanager\\6.0.1\\system.configuration.configurationmanager.6.0.1.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\system.diagnostics.diagnosticsource\\6.0.0\\system.diagnostics.diagnosticsource.6.0.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\system.drawing.common\\6.0.0\\system.drawing.common.6.0.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\system.formats.asn1\\5.0.0\\system.formats.asn1.5.0.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\system.identitymodel.tokens.jwt\\6.24.0\\system.identitymodel.tokens.jwt.6.24.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\system.io.pipelines\\6.0.3\\system.io.pipelines.6.0.3.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\system.memory\\4.5.4\\system.memory.4.5.4.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\system.memory.data\\1.0.2\\system.memory.data.1.0.2.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\system.numerics.vectors\\4.5.0\\system.numerics.vectors.4.5.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\system.reflection.metadata\\6.0.1\\system.reflection.metadata.6.0.1.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\system.runtime\\4.3.0\\system.runtime.4.3.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\system.runtime.caching\\6.0.0\\system.runtime.caching.6.0.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\system.runtime.compilerservices.unsafe\\6.0.0\\system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\system.security.accesscontrol\\6.0.0\\system.security.accesscontrol.6.0.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\system.security.cryptography.cng\\5.0.0\\system.security.cryptography.cng.5.0.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\system.security.cryptography.protecteddata\\6.0.0\\system.security.cryptography.protecteddata.6.0.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\system.security.permissions\\6.0.0\\system.security.permissions.6.0.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\system.security.principal.windows\\5.0.0\\system.security.principal.windows.5.0.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\system.text.encoding\\4.3.0\\system.text.encoding.4.3.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\system.text.encoding.codepages\\6.0.0\\system.text.encoding.codepages.6.0.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\system.text.encodings.web\\8.0.0\\system.text.encodings.web.8.0.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\system.text.json\\8.0.0\\system.text.json.8.0.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\system.threading.channels\\6.0.0\\system.threading.channels.6.0.0.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\system.threading.tasks.extensions\\4.5.4\\system.threading.tasks.extensions.4.5.4.nupkg.sha512",
"C:\\Users\\Brugiere\\.nuget\\packages\\system.windows.extensions\\6.0.0\\system.windows.extensions.6.0.0.nupkg.sha512"
"C:\\Users\\PATRICK\\.nuget\\packages\\azure.core\\1.25.0\\azure.core.1.25.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\azure.identity\\1.7.0\\azure.identity.1.7.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\humanizer.core\\2.14.1\\humanizer.core.2.14.1.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.bcl.asyncinterfaces\\6.0.0\\microsoft.bcl.asyncinterfaces.6.0.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.codeanalysis.analyzers\\3.3.3\\microsoft.codeanalysis.analyzers.3.3.3.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.codeanalysis.common\\4.5.0\\microsoft.codeanalysis.common.4.5.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.codeanalysis.csharp\\4.5.0\\microsoft.codeanalysis.csharp.4.5.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.codeanalysis.csharp.workspaces\\4.5.0\\microsoft.codeanalysis.csharp.workspaces.4.5.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.codeanalysis.workspaces.common\\4.5.0\\microsoft.codeanalysis.workspaces.common.4.5.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.csharp\\4.5.0\\microsoft.csharp.4.5.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.data.sqlclient\\5.1.1\\microsoft.data.sqlclient.5.1.1.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.data.sqlclient.sni.runtime\\5.1.0\\microsoft.data.sqlclient.sni.runtime.5.1.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.data.sqlite.core\\8.0.1\\microsoft.data.sqlite.core.8.0.1.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.entityframeworkcore\\8.0.1\\microsoft.entityframeworkcore.8.0.1.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.entityframeworkcore.abstractions\\8.0.1\\microsoft.entityframeworkcore.abstractions.8.0.1.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.entityframeworkcore.analyzers\\8.0.1\\microsoft.entityframeworkcore.analyzers.8.0.1.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.entityframeworkcore.design\\8.0.1\\microsoft.entityframeworkcore.design.8.0.1.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.entityframeworkcore.relational\\8.0.1\\microsoft.entityframeworkcore.relational.8.0.1.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.entityframeworkcore.sqlite\\8.0.1\\microsoft.entityframeworkcore.sqlite.8.0.1.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.entityframeworkcore.sqlite.core\\8.0.1\\microsoft.entityframeworkcore.sqlite.core.8.0.1.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.entityframeworkcore.sqlserver\\8.0.1\\microsoft.entityframeworkcore.sqlserver.8.0.1.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.entityframeworkcore.tools\\8.0.1\\microsoft.entityframeworkcore.tools.8.0.1.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.extensions.caching.abstractions\\8.0.0\\microsoft.extensions.caching.abstractions.8.0.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.extensions.caching.memory\\8.0.0\\microsoft.extensions.caching.memory.8.0.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.extensions.configuration.abstractions\\8.0.0\\microsoft.extensions.configuration.abstractions.8.0.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.extensions.dependencyinjection\\8.0.0\\microsoft.extensions.dependencyinjection.8.0.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.extensions.dependencyinjection.abstractions\\8.0.0\\microsoft.extensions.dependencyinjection.abstractions.8.0.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.extensions.dependencymodel\\8.0.0\\microsoft.extensions.dependencymodel.8.0.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.extensions.logging\\8.0.0\\microsoft.extensions.logging.8.0.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.extensions.logging.abstractions\\8.0.0\\microsoft.extensions.logging.abstractions.8.0.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.extensions.options\\8.0.0\\microsoft.extensions.options.8.0.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.extensions.primitives\\8.0.0\\microsoft.extensions.primitives.8.0.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.identity.client\\4.47.2\\microsoft.identity.client.4.47.2.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.identity.client.extensions.msal\\2.19.3\\microsoft.identity.client.extensions.msal.2.19.3.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.identitymodel.abstractions\\6.24.0\\microsoft.identitymodel.abstractions.6.24.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.identitymodel.jsonwebtokens\\6.24.0\\microsoft.identitymodel.jsonwebtokens.6.24.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.identitymodel.logging\\6.24.0\\microsoft.identitymodel.logging.6.24.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.identitymodel.protocols\\6.24.0\\microsoft.identitymodel.protocols.6.24.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.identitymodel.protocols.openidconnect\\6.24.0\\microsoft.identitymodel.protocols.openidconnect.6.24.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.identitymodel.tokens\\6.24.0\\microsoft.identitymodel.tokens.6.24.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.netcore.platforms\\1.1.0\\microsoft.netcore.platforms.1.1.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.netcore.targets\\1.1.0\\microsoft.netcore.targets.1.1.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.sqlserver.server\\1.0.0\\microsoft.sqlserver.server.1.0.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\microsoft.win32.systemevents\\6.0.0\\microsoft.win32.systemevents.6.0.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\mono.texttemplating\\2.2.1\\mono.texttemplating.2.2.1.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\sqlitepclraw.bundle_e_sqlite3\\2.1.6\\sqlitepclraw.bundle_e_sqlite3.2.1.6.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\sqlitepclraw.core\\2.1.6\\sqlitepclraw.core.2.1.6.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\sqlitepclraw.lib.e_sqlite3\\2.1.6\\sqlitepclraw.lib.e_sqlite3.2.1.6.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\sqlitepclraw.provider.e_sqlite3\\2.1.6\\sqlitepclraw.provider.e_sqlite3.2.1.6.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\system.codedom\\4.4.0\\system.codedom.4.4.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\system.collections.immutable\\6.0.0\\system.collections.immutable.6.0.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\system.composition\\6.0.0\\system.composition.6.0.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\system.composition.attributedmodel\\6.0.0\\system.composition.attributedmodel.6.0.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\system.composition.convention\\6.0.0\\system.composition.convention.6.0.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\system.composition.hosting\\6.0.0\\system.composition.hosting.6.0.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\system.composition.runtime\\6.0.0\\system.composition.runtime.6.0.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\system.composition.typedparts\\6.0.0\\system.composition.typedparts.6.0.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\system.configuration.configurationmanager\\6.0.1\\system.configuration.configurationmanager.6.0.1.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\system.diagnostics.diagnosticsource\\6.0.0\\system.diagnostics.diagnosticsource.6.0.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\system.drawing.common\\6.0.0\\system.drawing.common.6.0.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\system.formats.asn1\\5.0.0\\system.formats.asn1.5.0.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\system.identitymodel.tokens.jwt\\6.24.0\\system.identitymodel.tokens.jwt.6.24.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\system.io.pipelines\\6.0.3\\system.io.pipelines.6.0.3.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\system.memory\\4.5.4\\system.memory.4.5.4.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\system.memory.data\\1.0.2\\system.memory.data.1.0.2.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\system.numerics.vectors\\4.5.0\\system.numerics.vectors.4.5.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\system.reflection.metadata\\6.0.1\\system.reflection.metadata.6.0.1.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\system.runtime\\4.3.0\\system.runtime.4.3.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\system.runtime.caching\\6.0.0\\system.runtime.caching.6.0.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\system.runtime.compilerservices.unsafe\\6.0.0\\system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\system.security.accesscontrol\\6.0.0\\system.security.accesscontrol.6.0.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\system.security.cryptography.cng\\5.0.0\\system.security.cryptography.cng.5.0.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\system.security.cryptography.protecteddata\\6.0.0\\system.security.cryptography.protecteddata.6.0.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\system.security.permissions\\6.0.0\\system.security.permissions.6.0.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\system.security.principal.windows\\5.0.0\\system.security.principal.windows.5.0.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\system.text.encoding\\4.3.0\\system.text.encoding.4.3.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\system.text.encoding.codepages\\6.0.0\\system.text.encoding.codepages.6.0.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\system.text.encodings.web\\8.0.0\\system.text.encodings.web.8.0.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\system.text.json\\8.0.0\\system.text.json.8.0.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\system.threading.channels\\6.0.0\\system.threading.channels.6.0.0.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\system.threading.tasks.extensions\\4.5.4\\system.threading.tasks.extensions.4.5.4.nupkg.sha512",
"C:\\Users\\PATRICK\\.nuget\\packages\\system.windows.extensions\\6.0.0\\system.windows.extensions.6.0.0.nupkg.sha512"
],
"logs": []
}

@ -0,0 +1,11 @@
namespace Modeles
{
public class Group
{
public int Id { get; set; }
public int Num { get; set; }
public int year { get; set; }
public string sector { get; set; }
}
}

@ -0,0 +1,13 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Modeles
{
public class Langue
{
public string name { get; set; }
}
}

@ -0,0 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>

@ -0,0 +1,14 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Modeles
{
public class Role
{
public int Id { get; set; }
public string Name { get; set; }
}
}

@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Modeles
{
public class Translate
{
public int Id { get; set; }
//public string Words1 { get; set; }
//public string Words2 { get; set; }
}
}

@ -0,0 +1,22 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Modeles
{
public class User
{
public long Id { get; set; }
public string Password { get; set; }
public string Email { get; set; }
public string Name { get; set; }
public string UserName { get; set; }
public string NickName { get; set; }
public string? image { get; set; } = null;
//public long Group { get; set; }
//public string Role { get; set; }
public Boolean ExtraTime { get; set; }
}
}

@ -0,0 +1,14 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Modeles
{
public class Vocabulary
{
public string word { get; set; }
public string LangueName { get; set; }
}
}

@ -0,0 +1,17 @@
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations.Schema;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Modeles
{
public class VocabularyList
{
public int Id { get; set; }
public string Name { get; set; }
public string Image { get; set; }
//public long User { get; set; }
}
}

@ -1,13 +0,0 @@
{
"runtimeOptions": {
"tfm": "net8.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "8.0.0"
},
"configProperties": {
"System.Reflection.NullabilityInfoContext.IsSupported": true,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}

@ -1,4 +0,0 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]

@ -1,23 +0,0 @@
//------------------------------------------------------------------------------
// <auto-generated>
// Ce code a été généré par un outil.
// Version du runtime :4.0.30319.42000
//
// Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si
// le code est régénéré.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("StubbedContext")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+d7479939b16a7d8808f4bcb3bc30a25df35d90f1")]
[assembly: System.Reflection.AssemblyProductAttribute("StubbedContext")]
[assembly: System.Reflection.AssemblyTitleAttribute("StubbedContext")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Généré par la classe MSBuild WriteCodeFragment.

@ -1 +0,0 @@
19bead6524fc8f79bfb8d075d7920be21ec5b1c35060573f3f90eac913300589

@ -1,13 +0,0 @@
is_global = true
build_property.TargetFramework = net8.0
build_property.TargetPlatformMinVersion =
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = StubbedContext
build_property.ProjectDir = C:\Users\Brugiere\Source\Repos\SAE_2A_Anglais\Project\EntityFramework\StubbedContext\
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =

@ -1,8 +0,0 @@
// <auto-generated/>
global using global::System;
global using global::System.Collections.Generic;
global using global::System.IO;
global using global::System.Linq;
global using global::System.Net.Http;
global using global::System.Threading;
global using global::System.Threading.Tasks;

@ -1 +0,0 @@
70dd50d7901dfac5660d024a5fe199dbcd3a545cc24505aba298a3c305e4cd7b

@ -1,38 +0,0 @@
C:\Users\Brugiere\source\repos\SAE_2A_Anglais3\Project\EntityFramework\StubbedContext\bin\Debug\net8.0\StubbedContext.deps.json
C:\Users\Brugiere\source\repos\SAE_2A_Anglais3\Project\EntityFramework\StubbedContext\bin\Debug\net8.0\StubbedContext.runtimeconfig.json
C:\Users\Brugiere\source\repos\SAE_2A_Anglais3\Project\EntityFramework\StubbedContext\bin\Debug\net8.0\StubbedContext.dll
C:\Users\Brugiere\source\repos\SAE_2A_Anglais3\Project\EntityFramework\StubbedContext\bin\Debug\net8.0\StubbedContext.pdb
C:\Users\Brugiere\source\repos\SAE_2A_Anglais3\Project\EntityFramework\StubbedContext\bin\Debug\net8.0\DbContextLib.dll
C:\Users\Brugiere\source\repos\SAE_2A_Anglais3\Project\EntityFramework\StubbedContext\bin\Debug\net8.0\Entities.dll
C:\Users\Brugiere\source\repos\SAE_2A_Anglais3\Project\EntityFramework\StubbedContext\bin\Debug\net8.0\DbContextLib.pdb
C:\Users\Brugiere\source\repos\SAE_2A_Anglais3\Project\EntityFramework\StubbedContext\bin\Debug\net8.0\Entities.pdb
C:\Users\Brugiere\source\repos\SAE_2A_Anglais3\Project\EntityFramework\StubbedContext\obj\Debug\net8.0\StubbedContext.csproj.AssemblyReference.cache
C:\Users\Brugiere\source\repos\SAE_2A_Anglais3\Project\EntityFramework\StubbedContext\obj\Debug\net8.0\StubbedContext.GeneratedMSBuildEditorConfig.editorconfig
C:\Users\Brugiere\source\repos\SAE_2A_Anglais3\Project\EntityFramework\StubbedContext\obj\Debug\net8.0\StubbedContext.AssemblyInfoInputs.cache
C:\Users\Brugiere\source\repos\SAE_2A_Anglais3\Project\EntityFramework\StubbedContext\obj\Debug\net8.0\StubbedContext.AssemblyInfo.cs
C:\Users\Brugiere\source\repos\SAE_2A_Anglais3\Project\EntityFramework\StubbedContext\obj\Debug\net8.0\StubbedContext.csproj.CoreCompileInputs.cache
C:\Users\Brugiere\source\repos\SAE_2A_Anglais3\Project\EntityFramework\StubbedContext\obj\Debug\net8.0\StubbedContext.csproj.CopyComplete
C:\Users\Brugiere\source\repos\SAE_2A_Anglais3\Project\EntityFramework\StubbedContext\obj\Debug\net8.0\StubbedContext.dll
C:\Users\Brugiere\source\repos\SAE_2A_Anglais3\Project\EntityFramework\StubbedContext\obj\Debug\net8.0\refint\StubbedContext.dll
C:\Users\Brugiere\source\repos\SAE_2A_Anglais3\Project\EntityFramework\StubbedContext\obj\Debug\net8.0\StubbedContext.pdb
C:\Users\Brugiere\source\repos\SAE_2A_Anglais3\Project\EntityFramework\StubbedContext\obj\Debug\net8.0\StubbedContext.genruntimeconfig.cache
C:\Users\Brugiere\source\repos\SAE_2A_Anglais3\Project\EntityFramework\StubbedContext\obj\Debug\net8.0\ref\StubbedContext.dll
C:\Users\Brugiere\Source\Repos\SAE_2A_Anglais\Project\EntityFramework\StubbedContext\bin\Debug\net8.0\StubbedContext.deps.json
C:\Users\Brugiere\Source\Repos\SAE_2A_Anglais\Project\EntityFramework\StubbedContext\bin\Debug\net8.0\StubbedContext.runtimeconfig.json
C:\Users\Brugiere\Source\Repos\SAE_2A_Anglais\Project\EntityFramework\StubbedContext\bin\Debug\net8.0\StubbedContext.dll
C:\Users\Brugiere\Source\Repos\SAE_2A_Anglais\Project\EntityFramework\StubbedContext\bin\Debug\net8.0\StubbedContext.pdb
C:\Users\Brugiere\Source\Repos\SAE_2A_Anglais\Project\EntityFramework\StubbedContext\bin\Debug\net8.0\DbContextLib.dll
C:\Users\Brugiere\Source\Repos\SAE_2A_Anglais\Project\EntityFramework\StubbedContext\bin\Debug\net8.0\Entities.dll
C:\Users\Brugiere\Source\Repos\SAE_2A_Anglais\Project\EntityFramework\StubbedContext\bin\Debug\net8.0\DbContextLib.pdb
C:\Users\Brugiere\Source\Repos\SAE_2A_Anglais\Project\EntityFramework\StubbedContext\bin\Debug\net8.0\Entities.pdb
C:\Users\Brugiere\Source\Repos\SAE_2A_Anglais\Project\EntityFramework\StubbedContext\obj\Debug\net8.0\StubbedContext.csproj.AssemblyReference.cache
C:\Users\Brugiere\Source\Repos\SAE_2A_Anglais\Project\EntityFramework\StubbedContext\obj\Debug\net8.0\StubbedContext.GeneratedMSBuildEditorConfig.editorconfig
C:\Users\Brugiere\Source\Repos\SAE_2A_Anglais\Project\EntityFramework\StubbedContext\obj\Debug\net8.0\StubbedContext.AssemblyInfoInputs.cache
C:\Users\Brugiere\Source\Repos\SAE_2A_Anglais\Project\EntityFramework\StubbedContext\obj\Debug\net8.0\StubbedContext.AssemblyInfo.cs
C:\Users\Brugiere\Source\Repos\SAE_2A_Anglais\Project\EntityFramework\StubbedContext\obj\Debug\net8.0\StubbedContext.csproj.CoreCompileInputs.cache
C:\Users\Brugiere\Source\Repos\SAE_2A_Anglais\Project\EntityFramework\StubbedContext\obj\Debug\net8.0\StubbedContext.csproj.CopyComplete
C:\Users\Brugiere\Source\Repos\SAE_2A_Anglais\Project\EntityFramework\StubbedContext\obj\Debug\net8.0\StubbedContext.dll
C:\Users\Brugiere\Source\Repos\SAE_2A_Anglais\Project\EntityFramework\StubbedContext\obj\Debug\net8.0\refint\StubbedContext.dll
C:\Users\Brugiere\Source\Repos\SAE_2A_Anglais\Project\EntityFramework\StubbedContext\obj\Debug\net8.0\StubbedContext.pdb
C:\Users\Brugiere\Source\Repos\SAE_2A_Anglais\Project\EntityFramework\StubbedContext\obj\Debug\net8.0\StubbedContext.genruntimeconfig.cache
C:\Users\Brugiere\Source\Repos\SAE_2A_Anglais\Project\EntityFramework\StubbedContext\obj\Debug\net8.0\ref\StubbedContext.dll

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

Loading…
Cancel
Save