Ajout test unitaire fact

pull/2/head
Maxence LANONE 2 years ago
parent 944db45404
commit 3865179e98

@ -0,0 +1,37 @@
<Properties GitUserInfo="UsingGIT" StartupConfiguration="{F4473EB6-6CD7-4A73-89BC-82C247A23412}|Default">
<MonoDevelop.Ide.Workspace ActiveConfiguration="Debug" />
<MonoDevelop.Ide.ItemProperties.Tests.TestUnitaireLOL PreferredExecutionTarget="MonoDevelop.Default" />
<MonoDevelop.Ide.ItemProperties.Tests.ConsoleDB PreferredExecutionTarget="MonoDevelop.Default" />
<MultiItemStartupConfigurations />
<MonoDevelop.Ide.Workbench ActiveDocument="Tests/ConsoleDB/Program.cs">
<Files>
<File FileName="../../EntityFrameWorkLib/EntityFrameWorkLib/Class1.cs" />
<File FileName="Tests/ConsoleDB/Program.cs" Line="21" Column="19" />
<File FileName="../../EntityFrameWorkLib/EntityFrameWorkLib/LolContext.cs" />
<File FileName="../../EntityFrameWorkLib/EntityFrameWorkLib/EntityFrameWorkLib.csproj" />
<File FileName="Tests/ConsoleDB/ConsoleDB.csproj" />
<File FileName="Tests/TestUnitaireLOL/UnitTest1.cs" />
<File FileName="Tests/TestUnitaireLOL/Usings.cs" />
<File FileName="Tests/ConsoleTests/Program.cs" />
</Files>
<Pads>
<Pad Id="ProjectPad">
<State name="__root__">
<Node name="LeagueOfLegends" expanded="True">
<Node name="Tests" expanded="True">
<Node name="ConsoleDB" expanded="True" />
<Node name="ConsoleTests" expanded="True" />
<Node name="TestUnitaireLOL" expanded="True">
<Node name="UnitTest1.cs" selected="True" />
</Node>
</Node>
<Node name="EntityFrameWorkLib" expanded="True" />
</Node>
</State>
</Pad>
</Pads>
</MonoDevelop.Ide.Workbench>
<MonoDevelop.Ide.DebuggingService.Breakpoints />
<MonoDevelop.Ide.ItemProperties.Tests.ConsoleTests PreferredExecutionTarget="MonoDevelop.Default" />
<MonoDevelop.Ide.DebuggingService.PinnedWatches />
</Properties>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -17,6 +17,10 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StubLib", "StubLib\StubLib.
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EntityFrameWorkLib", "..\..\EntityFrameWorkLib\EntityFrameWorkLib\EntityFrameWorkLib.csproj", "{1E2EE1FB-8218-4424-A227-BF739E1ACB7A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleDB", "Tests\ConsoleDB\ConsoleDB.csproj", "{3E16421B-7372-477D-A25E-8249D5203A1E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestUnitaireLOL", "Tests\TestUnitaireLOL\TestUnitaireLOL.csproj", "{F4473EB6-6CD7-4A73-89BC-82C247A23412}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@ -43,6 +47,14 @@ Global
{1E2EE1FB-8218-4424-A227-BF739E1ACB7A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E2EE1FB-8218-4424-A227-BF739E1ACB7A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E2EE1FB-8218-4424-A227-BF739E1ACB7A}.Release|Any CPU.Build.0 = Release|Any CPU
{3E16421B-7372-477D-A25E-8249D5203A1E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3E16421B-7372-477D-A25E-8249D5203A1E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3E16421B-7372-477D-A25E-8249D5203A1E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3E16421B-7372-477D-A25E-8249D5203A1E}.Release|Any CPU.Build.0 = Release|Any CPU
{F4473EB6-6CD7-4A73-89BC-82C247A23412}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F4473EB6-6CD7-4A73-89BC-82C247A23412}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F4473EB6-6CD7-4A73-89BC-82C247A23412}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F4473EB6-6CD7-4A73-89BC-82C247A23412}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
@ -53,5 +65,7 @@ Global
GlobalSection(NestedProjects) = preSolution
{1889FA6E-B7C6-416E-8628-9449FB9070B9} = {C76D0C23-1FFA-4963-93CD-E12BD643F030}
{B01D7EF2-2D64-409A-A29A-61FB7BB7A9DB} = {2C607793-B163-4731-A4D1-AFE8A7C4C170}
{3E16421B-7372-477D-A25E-8249D5203A1E} = {C76D0C23-1FFA-4963-93CD-E12BD643F030}
{F4473EB6-6CD7-4A73-89BC-82C247A23412} = {C76D0C23-1FFA-4963-93CD-E12BD643F030}
EndGlobalSection
EndGlobal

@ -0,0 +1,36 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v6.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v6.0": {
"Model/1.0.0": {
"dependencies": {
"Shared": "1.0.0"
},
"runtime": {
"Model.dll": {}
}
},
"Shared/1.0.0": {
"runtime": {
"Shared.dll": {}
}
}
}
},
"libraries": {
"Model/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"Shared/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
}
}
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -0,0 +1 @@
414233ec2394cd1ad15cad76aaef9814f8710052

@ -0,0 +1,15 @@
/Users/malanone/Projects/EntityFramework_LoL/Sources/Model/bin/Debug/net6.0/Model.deps.json
/Users/malanone/Projects/EntityFramework_LoL/Sources/Model/bin/Debug/net6.0/Model.dll
/Users/malanone/Projects/EntityFramework_LoL/Sources/Model/bin/Debug/net6.0/Model.pdb
/Users/malanone/Projects/EntityFramework_LoL/Sources/Model/bin/Debug/net6.0/Shared.dll
/Users/malanone/Projects/EntityFramework_LoL/Sources/Model/bin/Debug/net6.0/Shared.pdb
/Users/malanone/Projects/EntityFramework_LoL/Sources/Model/obj/Debug/net6.0/Model.csproj.AssemblyReference.cache
/Users/malanone/Projects/EntityFramework_LoL/Sources/Model/obj/Debug/net6.0/Model.GeneratedMSBuildEditorConfig.editorconfig
/Users/malanone/Projects/EntityFramework_LoL/Sources/Model/obj/Debug/net6.0/Model.AssemblyInfoInputs.cache
/Users/malanone/Projects/EntityFramework_LoL/Sources/Model/obj/Debug/net6.0/Model.AssemblyInfo.cs
/Users/malanone/Projects/EntityFramework_LoL/Sources/Model/obj/Debug/net6.0/Model.csproj.CoreCompileInputs.cache
/Users/malanone/Projects/EntityFramework_LoL/Sources/Model/obj/Debug/net6.0/Model.csproj.CopyComplete
/Users/malanone/Projects/EntityFramework_LoL/Sources/Model/obj/Debug/net6.0/Model.dll
/Users/malanone/Projects/EntityFramework_LoL/Sources/Model/obj/Debug/net6.0/refint/Model.dll
/Users/malanone/Projects/EntityFramework_LoL/Sources/Model/obj/Debug/net6.0/Model.pdb
/Users/malanone/Projects/EntityFramework_LoL/Sources/Model/obj/Debug/net6.0/ref/Model.dll

Binary file not shown.

Binary file not shown.

@ -0,0 +1,23 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v6.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v6.0": {
"Shared/1.0.0": {
"runtime": {
"Shared.dll": {}
}
}
}
},
"libraries": {
"Shared/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
}
}
}

@ -0,0 +1 @@
892cb89c1d6cc47cac910b2b07e6f66db37449dd

@ -0,0 +1,12 @@
/Users/malanone/Projects/EntityFramework_LoL/Sources/Shared/bin/Debug/net6.0/Shared.deps.json
/Users/malanone/Projects/EntityFramework_LoL/Sources/Shared/bin/Debug/net6.0/Shared.dll
/Users/malanone/Projects/EntityFramework_LoL/Sources/Shared/bin/Debug/net6.0/Shared.pdb
/Users/malanone/Projects/EntityFramework_LoL/Sources/Shared/obj/Debug/net6.0/Shared.csproj.AssemblyReference.cache
/Users/malanone/Projects/EntityFramework_LoL/Sources/Shared/obj/Debug/net6.0/Shared.GeneratedMSBuildEditorConfig.editorconfig
/Users/malanone/Projects/EntityFramework_LoL/Sources/Shared/obj/Debug/net6.0/Shared.AssemblyInfoInputs.cache
/Users/malanone/Projects/EntityFramework_LoL/Sources/Shared/obj/Debug/net6.0/Shared.AssemblyInfo.cs
/Users/malanone/Projects/EntityFramework_LoL/Sources/Shared/obj/Debug/net6.0/Shared.csproj.CoreCompileInputs.cache
/Users/malanone/Projects/EntityFramework_LoL/Sources/Shared/obj/Debug/net6.0/Shared.dll
/Users/malanone/Projects/EntityFramework_LoL/Sources/Shared/obj/Debug/net6.0/refint/Shared.dll
/Users/malanone/Projects/EntityFramework_LoL/Sources/Shared/obj/Debug/net6.0/Shared.pdb
/Users/malanone/Projects/EntityFramework_LoL/Sources/Shared/obj/Debug/net6.0/ref/Shared.dll

@ -0,0 +1,49 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v6.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v6.0": {
"StubLib/1.0.0": {
"dependencies": {
"Model": "1.0.0"
},
"runtime": {
"StubLib.dll": {}
}
},
"Model/1.0.0": {
"dependencies": {
"Shared": "1.0.0"
},
"runtime": {
"Model.dll": {}
}
},
"Shared/1.0.0": {
"runtime": {
"Shared.dll": {}
}
}
}
},
"libraries": {
"StubLib/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"Model/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"Shared/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
}
}
}

@ -0,0 +1 @@
fd8d25996c79d81c2a36a4a10635511b2bad9965

@ -0,0 +1,17 @@
/Users/malanone/Projects/EntityFramework_LoL/Sources/StubLib/bin/Debug/net6.0/StubLib.deps.json
/Users/malanone/Projects/EntityFramework_LoL/Sources/StubLib/bin/Debug/net6.0/StubLib.dll
/Users/malanone/Projects/EntityFramework_LoL/Sources/StubLib/bin/Debug/net6.0/StubLib.pdb
/Users/malanone/Projects/EntityFramework_LoL/Sources/StubLib/bin/Debug/net6.0/Model.dll
/Users/malanone/Projects/EntityFramework_LoL/Sources/StubLib/bin/Debug/net6.0/Shared.dll
/Users/malanone/Projects/EntityFramework_LoL/Sources/StubLib/bin/Debug/net6.0/Model.pdb
/Users/malanone/Projects/EntityFramework_LoL/Sources/StubLib/bin/Debug/net6.0/Shared.pdb
/Users/malanone/Projects/EntityFramework_LoL/Sources/StubLib/obj/Debug/net6.0/StubLib.csproj.AssemblyReference.cache
/Users/malanone/Projects/EntityFramework_LoL/Sources/StubLib/obj/Debug/net6.0/StubLib.GeneratedMSBuildEditorConfig.editorconfig
/Users/malanone/Projects/EntityFramework_LoL/Sources/StubLib/obj/Debug/net6.0/StubLib.AssemblyInfoInputs.cache
/Users/malanone/Projects/EntityFramework_LoL/Sources/StubLib/obj/Debug/net6.0/StubLib.AssemblyInfo.cs
/Users/malanone/Projects/EntityFramework_LoL/Sources/StubLib/obj/Debug/net6.0/StubLib.csproj.CoreCompileInputs.cache
/Users/malanone/Projects/EntityFramework_LoL/Sources/StubLib/obj/Debug/net6.0/StubLib.csproj.CopyComplete
/Users/malanone/Projects/EntityFramework_LoL/Sources/StubLib/obj/Debug/net6.0/StubLib.dll
/Users/malanone/Projects/EntityFramework_LoL/Sources/StubLib/obj/Debug/net6.0/refint/StubLib.dll
/Users/malanone/Projects/EntityFramework_LoL/Sources/StubLib/obj/Debug/net6.0/StubLib.pdb
/Users/malanone/Projects/EntityFramework_LoL/Sources/StubLib/obj/Debug/net6.0/ref/StubLib.dll

@ -0,0 +1,29 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<StartWorkingDirectory>$(MSBuildProjectDirectory)</StartWorkingDirectory>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\..\EntityFrameWorkLib\EntityFrameWorkLib\EntityFrameWorkLib.csproj" />
</ItemGroup>
<ItemGroup>
<None Remove="Microsoft.EntityFrameworkCore" />
<None Remove="Microsoft.EntityFrameworkCore.Sqlite" />
<None Remove="Microsoft.EntityFrameworkCore.Tools" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.2" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.2" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="7.0.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>
</Project>

@ -0,0 +1,46 @@
// <auto-generated />
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Migrations;
using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
#nullable disable
namespace ConsoleDB.Migrations
{
[DbContext(typeof(SQLiteLolContext))]
[Migration("20230126121856_MyMigrationConsole")]
partial class MyMigrationConsole
{
/// <inheritdoc />
protected override void BuildTargetModel(ModelBuilder modelBuilder)
{
#pragma warning disable 612, 618
modelBuilder.HasAnnotation("ProductVersion", "7.0.2");
modelBuilder.Entity("EntityFrameWorkLib.ChampionEntity", b =>
{
b.Property<int>("Id")
.ValueGeneratedOnAdd()
.HasColumnType("INTEGER");
b.Property<string>("Bio")
.IsRequired()
.HasColumnType("TEXT");
b.Property<string>("Icon")
.IsRequired()
.HasColumnType("TEXT");
b.Property<string>("Name")
.IsRequired()
.HasColumnType("TEXT");
b.HasKey("Id");
b.ToTable("Champions");
});
#pragma warning restore 612, 618
}
}
}

@ -0,0 +1,36 @@
using Microsoft.EntityFrameworkCore.Migrations;
#nullable disable
namespace ConsoleDB.Migrations
{
/// <inheritdoc />
public partial class MyMigrationConsole : Migration
{
/// <inheritdoc />
protected override void Up(MigrationBuilder migrationBuilder)
{
migrationBuilder.CreateTable(
name: "Champions",
columns: table => new
{
Id = table.Column<int>(type: "INTEGER", nullable: false)
.Annotation("Sqlite:Autoincrement", true),
Name = table.Column<string>(type: "TEXT", nullable: false),
Bio = table.Column<string>(type: "TEXT", nullable: false),
Icon = table.Column<string>(type: "TEXT", nullable: false)
},
constraints: table =>
{
table.PrimaryKey("PK_Champions", x => x.Id);
});
}
/// <inheritdoc />
protected override void Down(MigrationBuilder migrationBuilder)
{
migrationBuilder.DropTable(
name: "Champions");
}
}
}

@ -0,0 +1,43 @@
// <auto-generated />
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
#nullable disable
namespace ConsoleDB.Migrations
{
[DbContext(typeof(SQLiteLolContext))]
partial class SQLiteLolContextModelSnapshot : ModelSnapshot
{
protected override void BuildModel(ModelBuilder modelBuilder)
{
#pragma warning disable 612, 618
modelBuilder.HasAnnotation("ProductVersion", "7.0.2");
modelBuilder.Entity("EntityFrameWorkLib.ChampionEntity", b =>
{
b.Property<int>("Id")
.ValueGeneratedOnAdd()
.HasColumnType("INTEGER");
b.Property<string>("Bio")
.IsRequired()
.HasColumnType("TEXT");
b.Property<string>("Icon")
.IsRequired()
.HasColumnType("TEXT");
b.Property<string>("Name")
.IsRequired()
.HasColumnType("TEXT");
b.HasKey("Id");
b.ToTable("Champions");
});
#pragma warning restore 612, 618
}
}
}

@ -0,0 +1,43 @@
// See https://aka.ms/new-console-template for more information
using EntityFrameWorkLib;
using Microsoft.EntityFrameworkCore;
ChampionEntity jax = new ChampionEntity
{
Name = "jax",
Icon = "icon jax",
Bio = "test bio jax"
};
ChampionEntity darius = new ChampionEntity
{
Name = "darius",
Icon = "icon darius",
Bio = "test bio darius"
};
ChampionEntity champions = new ChampionEntity
{
Name = "toto",
Icon = "icon",
Bio = "test bio champion"
};
using (var context= new SQLiteLolContext())
{
Console.WriteLine("Create and Insert new Champion");
context.Add(champions);
context.Add(darius);
context.Add(jax);
context.SaveChanges();
}
public class SQLiteLolContext : LolContext
{
protected override void OnConfiguring(DbContextOptionsBuilder options)
{
if (!options.IsConfigured)
{
options.UseSqlite($"Data Source=projet.Champions.db");
}
}
}

@ -0,0 +1,623 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v7.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v7.0": {
"ConsoleDB/1.0.0": {
"dependencies": {
"EntityFrameWorkLib": "1.0.0",
"Microsoft.EntityFrameworkCore": "7.0.2",
"Microsoft.EntityFrameworkCore.Sqlite": "7.0.2",
"Microsoft.EntityFrameworkCore.Tools": "7.0.2"
},
"runtime": {
"ConsoleDB.dll": {}
}
},
"Humanizer.Core/2.14.1": {
"runtime": {
"lib/net6.0/Humanizer.dll": {
"assemblyVersion": "2.14.0.0",
"fileVersion": "2.14.1.48190"
}
}
},
"Microsoft.Data.Sqlite.Core/7.0.2": {
"dependencies": {
"SQLitePCLRaw.core": "2.1.2"
},
"runtime": {
"lib/net6.0/Microsoft.Data.Sqlite.dll": {
"assemblyVersion": "7.0.2.0",
"fileVersion": "7.0.222.58006"
}
}
},
"Microsoft.EntityFrameworkCore/7.0.2": {
"dependencies": {
"Microsoft.EntityFrameworkCore.Abstractions": "7.0.2",
"Microsoft.EntityFrameworkCore.Analyzers": "7.0.2",
"Microsoft.Extensions.Caching.Memory": "7.0.0",
"Microsoft.Extensions.DependencyInjection": "7.0.0",
"Microsoft.Extensions.Logging": "7.0.0"
},
"runtime": {
"lib/net6.0/Microsoft.EntityFrameworkCore.dll": {
"assemblyVersion": "7.0.2.0",
"fileVersion": "7.0.222.58006"
}
}
},
"Microsoft.EntityFrameworkCore.Abstractions/7.0.2": {
"runtime": {
"lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll": {
"assemblyVersion": "7.0.2.0",
"fileVersion": "7.0.222.58006"
}
}
},
"Microsoft.EntityFrameworkCore.Analyzers/7.0.2": {},
"Microsoft.EntityFrameworkCore.Design/7.0.2": {
"dependencies": {
"Humanizer.Core": "2.14.1",
"Microsoft.EntityFrameworkCore.Relational": "7.0.2",
"Microsoft.Extensions.DependencyModel": "7.0.0",
"Mono.TextTemplating": "2.2.1"
},
"runtime": {
"lib/net6.0/Microsoft.EntityFrameworkCore.Design.dll": {
"assemblyVersion": "7.0.2.0",
"fileVersion": "7.0.222.58006"
}
}
},
"Microsoft.EntityFrameworkCore.Relational/7.0.2": {
"dependencies": {
"Microsoft.EntityFrameworkCore": "7.0.2",
"Microsoft.Extensions.Configuration.Abstractions": "7.0.0"
},
"runtime": {
"lib/net6.0/Microsoft.EntityFrameworkCore.Relational.dll": {
"assemblyVersion": "7.0.2.0",
"fileVersion": "7.0.222.58006"
}
}
},
"Microsoft.EntityFrameworkCore.Sqlite/7.0.2": {
"dependencies": {
"Microsoft.EntityFrameworkCore.Sqlite.Core": "7.0.2",
"SQLitePCLRaw.bundle_e_sqlite3": "2.1.2"
}
},
"Microsoft.EntityFrameworkCore.Sqlite.Core/7.0.2": {
"dependencies": {
"Microsoft.Data.Sqlite.Core": "7.0.2",
"Microsoft.EntityFrameworkCore.Relational": "7.0.2",
"Microsoft.Extensions.DependencyModel": "7.0.0"
},
"runtime": {
"lib/net6.0/Microsoft.EntityFrameworkCore.Sqlite.dll": {
"assemblyVersion": "7.0.2.0",
"fileVersion": "7.0.222.58006"
}
}
},
"Microsoft.EntityFrameworkCore.Tools/7.0.2": {
"dependencies": {
"Microsoft.EntityFrameworkCore.Design": "7.0.2"
}
},
"Microsoft.Extensions.Caching.Abstractions/7.0.0": {
"dependencies": {
"Microsoft.Extensions.Primitives": "7.0.0"
},
"runtime": {
"lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll": {
"assemblyVersion": "7.0.0.0",
"fileVersion": "7.0.22.51805"
}
}
},
"Microsoft.Extensions.Caching.Memory/7.0.0": {
"dependencies": {
"Microsoft.Extensions.Caching.Abstractions": "7.0.0",
"Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
"Microsoft.Extensions.Logging.Abstractions": "7.0.0",
"Microsoft.Extensions.Options": "7.0.0",
"Microsoft.Extensions.Primitives": "7.0.0"
},
"runtime": {
"lib/net7.0/Microsoft.Extensions.Caching.Memory.dll": {
"assemblyVersion": "7.0.0.0",
"fileVersion": "7.0.22.51805"
}
}
},
"Microsoft.Extensions.Configuration.Abstractions/7.0.0": {
"dependencies": {
"Microsoft.Extensions.Primitives": "7.0.0"
},
"runtime": {
"lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
"assemblyVersion": "7.0.0.0",
"fileVersion": "7.0.22.51805"
}
}
},
"Microsoft.Extensions.DependencyInjection/7.0.0": {
"dependencies": {
"Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0"
},
"runtime": {
"lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": {
"assemblyVersion": "7.0.0.0",
"fileVersion": "7.0.22.51805"
}
}
},
"Microsoft.Extensions.DependencyInjection.Abstractions/7.0.0": {
"runtime": {
"lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
"assemblyVersion": "7.0.0.0",
"fileVersion": "7.0.22.51805"
}
}
},
"Microsoft.Extensions.DependencyModel/7.0.0": {
"dependencies": {
"System.Text.Encodings.Web": "7.0.0",
"System.Text.Json": "7.0.0"
},
"runtime": {
"lib/net7.0/Microsoft.Extensions.DependencyModel.dll": {
"assemblyVersion": "7.0.0.0",
"fileVersion": "7.0.22.51805"
}
}
},
"Microsoft.Extensions.Logging/7.0.0": {
"dependencies": {
"Microsoft.Extensions.DependencyInjection": "7.0.0",
"Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
"Microsoft.Extensions.Logging.Abstractions": "7.0.0",
"Microsoft.Extensions.Options": "7.0.0"
},
"runtime": {
"lib/net7.0/Microsoft.Extensions.Logging.dll": {
"assemblyVersion": "7.0.0.0",
"fileVersion": "7.0.22.51805"
}
}
},
"Microsoft.Extensions.Logging.Abstractions/7.0.0": {
"runtime": {
"lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": {
"assemblyVersion": "7.0.0.0",
"fileVersion": "7.0.22.51805"
}
}
},
"Microsoft.Extensions.Options/7.0.0": {
"dependencies": {
"Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0",
"Microsoft.Extensions.Primitives": "7.0.0"
},
"runtime": {
"lib/net7.0/Microsoft.Extensions.Options.dll": {
"assemblyVersion": "7.0.0.0",
"fileVersion": "7.0.22.51805"
}
}
},
"Microsoft.Extensions.Primitives/7.0.0": {
"runtime": {
"lib/net7.0/Microsoft.Extensions.Primitives.dll": {
"assemblyVersion": "7.0.0.0",
"fileVersion": "7.0.22.51805"
}
}
},
"Mono.TextTemplating/2.2.1": {
"dependencies": {
"System.CodeDom": "4.4.0"
},
"runtime": {
"lib/netstandard2.0/Mono.TextTemplating.dll": {
"assemblyVersion": "2.2.0.0",
"fileVersion": "2.2.1.1"
}
}
},
"SQLitePCLRaw.bundle_e_sqlite3/2.1.2": {
"dependencies": {
"SQLitePCLRaw.lib.e_sqlite3": "2.1.2",
"SQLitePCLRaw.provider.e_sqlite3": "2.1.2"
},
"runtime": {
"lib/netstandard2.0/SQLitePCLRaw.batteries_v2.dll": {
"assemblyVersion": "2.1.2.1721",
"fileVersion": "2.1.2.1721"
}
}
},
"SQLitePCLRaw.core/2.1.2": {
"dependencies": {
"System.Memory": "4.5.3"
},
"runtime": {
"lib/netstandard2.0/SQLitePCLRaw.core.dll": {
"assemblyVersion": "2.1.2.1721",
"fileVersion": "2.1.2.1721"
}
}
},
"SQLitePCLRaw.lib.e_sqlite3/2.1.2": {
"runtimeTargets": {
"runtimes/alpine-arm/native/libe_sqlite3.so": {
"rid": "alpine-arm",
"assetType": "native",
"fileVersion": "0.0.0.0"
},
"runtimes/alpine-arm64/native/libe_sqlite3.so": {
"rid": "alpine-arm64",
"assetType": "native",
"fileVersion": "0.0.0.0"
},
"runtimes/alpine-x64/native/libe_sqlite3.so": {
"rid": "alpine-x64",
"assetType": "native",
"fileVersion": "0.0.0.0"
},
"runtimes/browser-wasm/nativeassets/net7.0/e_sqlite3.a": {
"rid": "browser-wasm",
"assetType": "native",
"fileVersion": "0.0.0.0"
},
"runtimes/linux-arm/native/libe_sqlite3.so": {
"rid": "linux-arm",
"assetType": "native",
"fileVersion": "0.0.0.0"
},
"runtimes/linux-arm64/native/libe_sqlite3.so": {
"rid": "linux-arm64",
"assetType": "native",
"fileVersion": "0.0.0.0"
},
"runtimes/linux-armel/native/libe_sqlite3.so": {
"rid": "linux-armel",
"assetType": "native",
"fileVersion": "0.0.0.0"
},
"runtimes/linux-mips64/native/libe_sqlite3.so": {
"rid": "linux-mips64",
"assetType": "native",
"fileVersion": "0.0.0.0"
},
"runtimes/linux-musl-arm/native/libe_sqlite3.so": {
"rid": "linux-musl-arm",
"assetType": "native",
"fileVersion": "0.0.0.0"
},
"runtimes/linux-musl-arm64/native/libe_sqlite3.so": {
"rid": "linux-musl-arm64",
"assetType": "native",
"fileVersion": "0.0.0.0"
},
"runtimes/linux-musl-x64/native/libe_sqlite3.so": {
"rid": "linux-musl-x64",
"assetType": "native",
"fileVersion": "0.0.0.0"
},
"runtimes/linux-s390x/native/libe_sqlite3.so": {
"rid": "linux-s390x",
"assetType": "native",
"fileVersion": "0.0.0.0"
},
"runtimes/linux-x64/native/libe_sqlite3.so": {
"rid": "linux-x64",
"assetType": "native",
"fileVersion": "0.0.0.0"
},
"runtimes/linux-x86/native/libe_sqlite3.so": {
"rid": "linux-x86",
"assetType": "native",
"fileVersion": "0.0.0.0"
},
"runtimes/maccatalyst-arm64/native/libe_sqlite3.dylib": {
"rid": "maccatalyst-arm64",
"assetType": "native",
"fileVersion": "0.0.0.0"
},
"runtimes/maccatalyst-x64/native/libe_sqlite3.dylib": {
"rid": "maccatalyst-x64",
"assetType": "native",
"fileVersion": "0.0.0.0"
},
"runtimes/osx-arm64/native/libe_sqlite3.dylib": {
"rid": "osx-arm64",
"assetType": "native",
"fileVersion": "0.0.0.0"
},
"runtimes/osx-x64/native/libe_sqlite3.dylib": {
"rid": "osx-x64",
"assetType": "native",
"fileVersion": "0.0.0.0"
},
"runtimes/win-arm/native/e_sqlite3.dll": {
"rid": "win-arm",
"assetType": "native",
"fileVersion": "0.0.0.0"
},
"runtimes/win-arm64/native/e_sqlite3.dll": {
"rid": "win-arm64",
"assetType": "native",
"fileVersion": "0.0.0.0"
},
"runtimes/win-x64/native/e_sqlite3.dll": {
"rid": "win-x64",
"assetType": "native",
"fileVersion": "0.0.0.0"
},
"runtimes/win-x86/native/e_sqlite3.dll": {
"rid": "win-x86",
"assetType": "native",
"fileVersion": "0.0.0.0"
}
}
},
"SQLitePCLRaw.provider.e_sqlite3/2.1.2": {
"dependencies": {
"SQLitePCLRaw.core": "2.1.2"
},
"runtime": {
"lib/net6.0/SQLitePCLRaw.provider.e_sqlite3.dll": {
"assemblyVersion": "2.1.2.1721",
"fileVersion": "2.1.2.1721"
}
}
},
"System.CodeDom/4.4.0": {
"runtime": {
"lib/netstandard2.0/System.CodeDom.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.6.25519.3"
}
}
},
"System.Memory/4.5.3": {},
"System.Text.Encodings.Web/7.0.0": {},
"System.Text.Json/7.0.0": {
"dependencies": {
"System.Text.Encodings.Web": "7.0.0"
}
},
"EntityFrameWorkLib/1.0.0": {
"dependencies": {
"Microsoft.EntityFrameworkCore": "7.0.2",
"Microsoft.EntityFrameworkCore.Sqlite": "7.0.2"
},
"runtime": {
"EntityFrameWorkLib.dll": {}
}
}
}
},
"libraries": {
"ConsoleDB/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"Humanizer.Core/2.14.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-lQKvtaTDOXnoVJ20ibTuSIOf2i0uO0MPbDhd1jm238I+U/2ZnRENj0cktKZhtchBMtCUSRQ5v4xBCUbKNmyVMw==",
"path": "humanizer.core/2.14.1",
"hashPath": "humanizer.core.2.14.1.nupkg.sha512"
},
"Microsoft.Data.Sqlite.Core/7.0.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-JeATjPNhC0I4g44MRlG9xJ0hbOYgizlV/UAJXzzSGjVPn9ohwr8yO2SrC3jhvTwD3wpL/MrAck/aORhLM/ayoQ==",
"path": "microsoft.data.sqlite.core/7.0.2",
"hashPath": "microsoft.data.sqlite.core.7.0.2.nupkg.sha512"
},
"Microsoft.EntityFrameworkCore/7.0.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-5QEspjTHk/cgM98AaB12mDXF7jlInlYhG0gxS6X8ZJ2rzmyIAsvYNEwoOUifd/gt5v5HblYClYfZ9YYIEjSkew==",
"path": "microsoft.entityframeworkcore/7.0.2",
"hashPath": "microsoft.entityframeworkcore.7.0.2.nupkg.sha512"
},
"Microsoft.EntityFrameworkCore.Abstractions/7.0.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-nszewdtuQAk2DbhNnGssRCYVxyBhm0DZHJobU8Bc4RGPuybraCv/lovFWPUeZlTT3bQndyV8Ko2NHKSc4qsKCg==",
"path": "microsoft.entityframeworkcore.abstractions/7.0.2",
"hashPath": "microsoft.entityframeworkcore.abstractions.7.0.2.nupkg.sha512"
},
"Microsoft.EntityFrameworkCore.Analyzers/7.0.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-75dDCNXzoQFM86Mk/iY7lQ+XHb2DbpAh53hbAJUlxkL3XUVoCq6rWgO4y1EX7DdyKMF61dsdEKlF4/bmpi4urA==",
"path": "microsoft.entityframeworkcore.analyzers/7.0.2",
"hashPath": "microsoft.entityframeworkcore.analyzers.7.0.2.nupkg.sha512"
},
"Microsoft.EntityFrameworkCore.Design/7.0.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-gUUucCoJci8BBxOcU/XuuldUZpCo5Od8lwFEzZ5WywnvDfSmARnXNe97BpjL+JiBhSrnuTxW/wCJjWqPonXXHQ==",
"path": "microsoft.entityframeworkcore.design/7.0.2",
"hashPath": "microsoft.entityframeworkcore.design.7.0.2.nupkg.sha512"
},
"Microsoft.EntityFrameworkCore.Relational/7.0.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-TbTGOdaGtjps3GP7rLWXEXzmP+EXhV8AwPE/ov0QYhs5i5vKZX5ZpVLMnco2MeMtiPgLyxE7DhQT8s1wlu190g==",
"path": "microsoft.entityframeworkcore.relational/7.0.2",
"hashPath": "microsoft.entityframeworkcore.relational.7.0.2.nupkg.sha512"
},
"Microsoft.EntityFrameworkCore.Sqlite/7.0.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-RDzWFVTbWvLMwanAyBpNYkKucruJZuw0Cg3fy7MoVWl0EMO3HopbE1qL+UeDTK6uQD2U4jeNHV1sBOll9k/nUg==",
"path": "microsoft.entityframeworkcore.sqlite/7.0.2",
"hashPath": "microsoft.entityframeworkcore.sqlite.7.0.2.nupkg.sha512"
},
"Microsoft.EntityFrameworkCore.Sqlite.Core/7.0.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-/BLUhqNvZUr2GDzzPOUFJKS71VEqoEPZLA3DGflZMfoWqB6c1kSQMcsk7yW1YRBJuRnicp7U/fTdUWKfrCNDpg==",
"path": "microsoft.entityframeworkcore.sqlite.core/7.0.2",
"hashPath": "microsoft.entityframeworkcore.sqlite.core.7.0.2.nupkg.sha512"
},
"Microsoft.EntityFrameworkCore.Tools/7.0.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-0Jx9feeGsUUlI+PEFkADyfQrGU+UIYh9N1I8ZO6X5bjYSKL2V1empkGTupvfrI7S9h4uA7aY8GQpjkCmIep7dg==",
"path": "microsoft.entityframeworkcore.tools/7.0.2",
"hashPath": "microsoft.entityframeworkcore.tools.7.0.2.nupkg.sha512"
},
"Microsoft.Extensions.Caching.Abstractions/7.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-IeimUd0TNbhB4ded3AbgBLQv2SnsiVugDyGV1MvspQFVlA07nDC7Zul7kcwH5jWN3JiTcp/ySE83AIJo8yfKjg==",
"path": "microsoft.extensions.caching.abstractions/7.0.0",
"hashPath": "microsoft.extensions.caching.abstractions.7.0.0.nupkg.sha512"
},
"Microsoft.Extensions.Caching.Memory/7.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-xpidBs2KCE2gw1JrD0quHE72kvCaI3xFql5/Peb2GRtUuZX+dYPoK/NTdVMiM67Svym0M0Df9A3xyU0FbMQhHw==",
"path": "microsoft.extensions.caching.memory/7.0.0",
"hashPath": "microsoft.extensions.caching.memory.7.0.0.nupkg.sha512"
},
"Microsoft.Extensions.Configuration.Abstractions/7.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-f34u2eaqIjNO9YLHBz8rozVZ+TcFiFs0F3r7nUJd7FRkVSxk8u4OpoK226mi49MwexHOR2ibP9MFvRUaLilcQQ==",
"path": "microsoft.extensions.configuration.abstractions/7.0.0",
"hashPath": "microsoft.extensions.configuration.abstractions.7.0.0.nupkg.sha512"
},
"Microsoft.Extensions.DependencyInjection/7.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-elNeOmkeX3eDVG6pYVeV82p29hr+UKDaBhrZyWvWLw/EVZSYEkZlQdkp0V39k/Xehs2Qa0mvoCvkVj3eQxNQ1Q==",
"path": "microsoft.extensions.dependencyinjection/7.0.0",
"hashPath": "microsoft.extensions.dependencyinjection.7.0.0.nupkg.sha512"
},
"Microsoft.Extensions.DependencyInjection.Abstractions/7.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-h3j/QfmFN4S0w4C2A6X7arXij/M/OVw3uQHSOFxnND4DyAzO1F9eMX7Eti7lU/OkSthEE0WzRsfT/Dmx86jzCw==",
"path": "microsoft.extensions.dependencyinjection.abstractions/7.0.0",
"hashPath": "microsoft.extensions.dependencyinjection.abstractions.7.0.0.nupkg.sha512"
},
"Microsoft.Extensions.DependencyModel/7.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-oONNYd71J3LzkWc4fUHl3SvMfiQMYUCo/mDHDEu76hYYxdhdrPYv6fvGv9nnKVyhE9P0h20AU8RZB5OOWQcAXg==",
"path": "microsoft.extensions.dependencymodel/7.0.0",
"hashPath": "microsoft.extensions.dependencymodel.7.0.0.nupkg.sha512"
},
"Microsoft.Extensions.Logging/7.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-Nw2muoNrOG5U5qa2ZekXwudUn2BJcD41e65zwmDHb1fQegTX66UokLWZkJRpqSSHXDOWZ5V0iqhbxOEky91atA==",
"path": "microsoft.extensions.logging/7.0.0",
"hashPath": "microsoft.extensions.logging.7.0.0.nupkg.sha512"
},
"Microsoft.Extensions.Logging.Abstractions/7.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-kmn78+LPVMOWeITUjIlfxUPDsI0R6G0RkeAMBmQxAJ7vBJn4q2dTva7pWi65ceN5vPGjJ9q/Uae2WKgvfktJAw==",
"path": "microsoft.extensions.logging.abstractions/7.0.0",
"hashPath": "microsoft.extensions.logging.abstractions.7.0.0.nupkg.sha512"
},
"Microsoft.Extensions.Options/7.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-lP1yBnTTU42cKpMozuafbvNtQ7QcBjr/CcK3bYOGEMH55Fjt+iecXjT6chR7vbgCMqy3PG3aNQSZgo/EuY/9qQ==",
"path": "microsoft.extensions.options/7.0.0",
"hashPath": "microsoft.extensions.options.7.0.0.nupkg.sha512"
},
"Microsoft.Extensions.Primitives/7.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-um1KU5kxcRp3CNuI8o/GrZtD4AIOXDk+RLsytjZ9QPok3ttLUelLKpilVPuaFT3TFjOhSibUAso0odbOaCDj3Q==",
"path": "microsoft.extensions.primitives/7.0.0",
"hashPath": "microsoft.extensions.primitives.7.0.0.nupkg.sha512"
},
"Mono.TextTemplating/2.2.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-KZYeKBET/2Z0gY1WlTAK7+RHTl7GSbtvTLDXEZZojUdAPqpQNDL6tHv7VUpqfX5VEOh+uRGKaZXkuD253nEOBQ==",
"path": "mono.texttemplating/2.2.1",
"hashPath": "mono.texttemplating.2.2.1.nupkg.sha512"
},
"SQLitePCLRaw.bundle_e_sqlite3/2.1.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-ilkvNhrTersLmIVAcDwwPqfhUFCg19Z1GVMvCSi3xk6Akq94f4qadLORQCq/T8+9JgMiPs+F/NECw5uauviaNw==",
"path": "sqlitepclraw.bundle_e_sqlite3/2.1.2",
"hashPath": "sqlitepclraw.bundle_e_sqlite3.2.1.2.nupkg.sha512"
},
"SQLitePCLRaw.core/2.1.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-A8EBepVqY2lnAp3a8jnhbgzF2tlj2S3HcJQGANTYg/TbYbKa8Z5cM1h74An/vy0svhfzT7tVY0sFmUglLgv+2g==",
"path": "sqlitepclraw.core/2.1.2",
"hashPath": "sqlitepclraw.core.2.1.2.nupkg.sha512"
},
"SQLitePCLRaw.lib.e_sqlite3/2.1.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-zibGtku8M4Eea1R3ZCAxc86QbNvyEN17mAcQkvWKBuHvRpMiK2g5anG4R5Be7cWKSd1i6baYz8y4dMMAKcXKPg==",
"path": "sqlitepclraw.lib.e_sqlite3/2.1.2",
"hashPath": "sqlitepclraw.lib.e_sqlite3.2.1.2.nupkg.sha512"
},
"SQLitePCLRaw.provider.e_sqlite3/2.1.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-lxCZarZdvAsMl2zw9bXHrXK6RxVhB4b23iTFhCOdHFhxfbsxLxWf+ocvswJwR/9Wh/E//ddMi+wJGqUKV7VwoA==",
"path": "sqlitepclraw.provider.e_sqlite3/2.1.2",
"hashPath": "sqlitepclraw.provider.e_sqlite3.2.1.2.nupkg.sha512"
},
"System.CodeDom/4.4.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-2sCCb7doXEwtYAbqzbF/8UAeDRMNmPaQbU2q50Psg1J9KzumyVVCgKQY8s53WIPTufNT0DpSe9QRvVjOzfDWBA==",
"path": "system.codedom/4.4.0",
"hashPath": "system.codedom.4.4.0.nupkg.sha512"
},
"System.Memory/4.5.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-3oDzvc/zzetpTKWMShs1AADwZjQ/36HnsufHRPcOjyRAAMLDlu2iD33MBI2opxnezcVUtXyqDXXjoFMOU9c7SA==",
"path": "system.memory/4.5.3",
"hashPath": "system.memory.4.5.3.nupkg.sha512"
},
"System.Text.Encodings.Web/7.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-OP6umVGxc0Z0MvZQBVigj4/U31Pw72ITihDWP9WiWDm+q5aoe0GaJivsfYGq53o6dxH7DcXWiCTl7+0o2CGdmg==",
"path": "system.text.encodings.web/7.0.0",
"hashPath": "system.text.encodings.web.7.0.0.nupkg.sha512"
},
"System.Text.Json/7.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-DaGSsVqKsn/ia6RG8frjwmJonfos0srquhw09TlT8KRw5I43E+4gs+/bZj4K0vShJ5H9imCuXupb4RmS+dBy3w==",
"path": "system.text.json/7.0.0",
"hashPath": "system.text.json.7.0.0.nupkg.sha512"
},
"EntityFrameWorkLib/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
}
}
}

@ -0,0 +1,12 @@
{
"runtimeOptions": {
"tfm": "net7.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "7.0.0"
},
"configProperties": {
"System.Reflection.NullabilityInfoContext.IsSupported": true
}
}
}

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

Loading…
Cancel
Save