-
-
-
-@code {
- private List pets = new()
- {
- new Pet { PetId = 2, Name = "Mr. Bigglesworth" },
- new Pet { PetId = 4, Name = "Salem Saberhagen" },
- new Pet { PetId = 7, Name = "K-9" }
- };
-
- private class Pet
- {
- public int PetId { get; set; }
- public string? Name { get; set; }
- }
-}
\ No newline at end of file
diff --git a/Sources/BlazorApp/BlazorApp/Pages/Pets2.razor b/Sources/BlazorApp/BlazorApp/Pages/Pets2.razor
deleted file mode 100644
index c545e37..0000000
--- a/Sources/BlazorApp/BlazorApp/Pages/Pets2.razor
+++ /dev/null
@@ -1,29 +0,0 @@
-@page "/pets2"
-
-
Pets
-
-
-
-
ID
-
Name
-
-
-
@pet.PetId
-
@pet.Name
-
-
-
-@code {
- private List pets = new()
- {
- new Pet { PetId = 2, Name = "Mr. Bigglesworth" },
- new Pet { PetId = 4, Name = "Salem Saberhagen" },
- new Pet { PetId = 7, Name = "K-9" }
- };
-
- private class Pet
- {
- public int PetId { get; set; }
- public string? Name { get; set; }
- }
-}
\ No newline at end of file
diff --git a/Sources/BlazorApp/BlazorApp/Pages/Pets3.razor b/Sources/BlazorApp/BlazorApp/Pages/Pets3.razor
deleted file mode 100644
index fd52259..0000000
--- a/Sources/BlazorApp/BlazorApp/Pages/Pets3.razor
+++ /dev/null
@@ -1,29 +0,0 @@
-@page "/pets3"
-
-
Pets
-
-
-
-
ID
-
Name
-
-
-
@context.PetId
-
@context.Name
-
-
-
-@code {
- private List pets = new()
- {
- new Pet { PetId = 2, Name = "Mr. Bigglesworth" },
- new Pet { PetId = 4, Name = "Salem Saberhagen" },
- new Pet { PetId = 7, Name = "K-9" }
- };
-
- private class Pet
- {
- public int PetId { get; set; }
- public string? Name { get; set; }
- }
-}
\ No newline at end of file
diff --git a/Sources/BlazorApp/BlazorApp/Pages/Pets4.razor b/Sources/BlazorApp/BlazorApp/Pages/Pets4.razor
deleted file mode 100644
index ac0d918..0000000
--- a/Sources/BlazorApp/BlazorApp/Pages/Pets4.razor
+++ /dev/null
@@ -1,29 +0,0 @@
-@page "/pets4"
-
-
Pets
-
-
-
-
ID
-
Name
-
-
-
@context.PetId
-
@context.Name
-
-
-
-@code {
- private List pets = new()
- {
- new Pet { PetId = 2, Name = "Mr. Bigglesworth" },
- new Pet { PetId = 4, Name = "Salem Saberhagen" },
- new Pet { PetId = 7, Name = "K-9" }
- };
-
- private class Pet
- {
- public int PetId { get; set; }
- public string? Name { get; set; }
- }
-}
\ No newline at end of file
diff --git a/Sources/BlazorApp/BlazorApp/Program.cs b/Sources/BlazorApp/BlazorApp/Program.cs
index e51e815..c075562 100644
--- a/Sources/BlazorApp/BlazorApp/Program.cs
+++ b/Sources/BlazorApp/BlazorApp/Program.cs
@@ -1,4 +1,3 @@
-using BlazorApp.Data;
using BlazorApp.Services;
using Blazored.LocalStorage;
using Blazorise;
@@ -14,7 +13,6 @@ var builder = WebApplication.CreateBuilder(args);
// Add services to the container.
builder.Services.AddRazorPages();
builder.Services.AddServerSideBlazor();
-builder.Services.AddSingleton();
builder.Services.AddHttpClient();
builder.Services
.AddBlazorise()
diff --git a/Sources/BlazorApp/BlazorApp/Shared/DoctorWhoLayout.razor b/Sources/BlazorApp/BlazorApp/Shared/DoctorWhoLayout.razor
deleted file mode 100644
index 9c7d4ef..0000000
--- a/Sources/BlazorApp/BlazorApp/Shared/DoctorWhoLayout.razor
+++ /dev/null
@@ -1,23 +0,0 @@
-@inherits LayoutComponentBase
-
-
-
Doctor Who™ Episode Database
-
-
-
-
-@Body
-
-
-
-@code {
- public string TrademarkMessage { get; set; } =
- "Doctor Who is a registered trademark of the BBC. " +
- "https://www.doctorwho.tv/";
-}
\ No newline at end of file
diff --git a/Sources/BlazorApp/BlazorApp/Shared/SurveyPrompt.razor b/Sources/BlazorApp/BlazorApp/Shared/SurveyPrompt.razor
deleted file mode 100644
index e3e6429..0000000
--- a/Sources/BlazorApp/BlazorApp/Shared/SurveyPrompt.razor
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
- @Title
-
-
- Please take our
- brief survey
-
- and tell us what you think.
-
-
-@code {
- // Demonstrates how a parent component can supply parameters
- [Parameter]
- public string? Title { get; set; }
-}
diff --git a/Sources/BlazorApp/BlazorApp/bin/Debug/net6.0/BlazorApp.dll b/Sources/BlazorApp/BlazorApp/bin/Debug/net6.0/BlazorApp.dll
index 493df4b..8b7bf38 100644
Binary files a/Sources/BlazorApp/BlazorApp/bin/Debug/net6.0/BlazorApp.dll and b/Sources/BlazorApp/BlazorApp/bin/Debug/net6.0/BlazorApp.dll differ
diff --git a/Sources/BlazorApp/BlazorApp/bin/Debug/net6.0/BlazorApp.exe b/Sources/BlazorApp/BlazorApp/bin/Debug/net6.0/BlazorApp.exe
index 5473a0e..c37f890 100644
Binary files a/Sources/BlazorApp/BlazorApp/bin/Debug/net6.0/BlazorApp.exe and b/Sources/BlazorApp/BlazorApp/bin/Debug/net6.0/BlazorApp.exe differ
diff --git a/Sources/BlazorApp/BlazorApp/bin/Debug/net6.0/BlazorApp.pdb b/Sources/BlazorApp/BlazorApp/bin/Debug/net6.0/BlazorApp.pdb
index fee51ca..25eb62b 100644
Binary files a/Sources/BlazorApp/BlazorApp/bin/Debug/net6.0/BlazorApp.pdb and b/Sources/BlazorApp/BlazorApp/bin/Debug/net6.0/BlazorApp.pdb differ
diff --git a/Sources/BlazorApp/BlazorApp/bin/Debug/net6.0/BlazorApp.staticwebassets.runtime.json b/Sources/BlazorApp/BlazorApp/bin/Debug/net6.0/BlazorApp.staticwebassets.runtime.json
index d0c7683..6fd4fae 100644
--- a/Sources/BlazorApp/BlazorApp/bin/Debug/net6.0/BlazorApp.staticwebassets.runtime.json
+++ b/Sources/BlazorApp/BlazorApp/bin/Debug/net6.0/BlazorApp.staticwebassets.runtime.json
@@ -1 +1 @@
-{"ContentRoots":["C:\\Users\\ludelanier\\Source\\Repos\\minecraft_compagnon\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\","C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\","C:\\Users\\ludelanier\\.nuget\\packages\\blazorise.datagrid\\1.1.3.1\\staticwebassets\\","C:\\Users\\ludelanier\\.nuget\\packages\\blazorise.bootstrap\\1.1.3.1\\staticwebassets\\","C:\\Users\\ludelanier\\.nuget\\packages\\blazored.modal\\7.1.0\\staticwebassets\\","C:\\Users\\ludelanier\\Source\\Repos\\minecraft_compagnon\\Sources\\BlazorApp\\BlazorApp\\obj\\Debug\\net6.0\\scopedcss\\bundle\\","C:\\Users\\ludelanier\\Source\\Repos\\minecraft_compagnon\\Sources\\BlazorApp\\BlazorApp\\"],"Root":{"Children":{"css":{"Children":{"bootstrap":{"Children":{"bootstrap.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/bootstrap/bootstrap.min.css"},"Patterns":null},"bootstrap.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/bootstrap/bootstrap.min.css.map"},"Patterns":null}},"Asset":null,"Patterns":null},"open-iconic":{"Children":{"FONT-LICENSE":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/open-iconic/FONT-LICENSE"},"Patterns":null},"font":{"Children":{"css":{"Children":{"open-iconic-bootstrap.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/open-iconic/font/css/open-iconic-bootstrap.min.css"},"Patterns":null}},"Asset":null,"Patterns":null},"fonts":{"Children":{"open-iconic.eot":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/open-iconic/font/fonts/open-iconic.eot"},"Patterns":null},"open-iconic.otf":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/open-iconic/font/fonts/open-iconic.otf"},"Patterns":null},"open-iconic.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/open-iconic/font/fonts/open-iconic.svg"},"Patterns":null},"open-iconic.ttf":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/open-iconic/font/fonts/open-iconic.ttf"},"Patterns":null},"open-iconic.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/open-iconic/font/fonts/open-iconic.woff"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"ICON-LICENSE":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/open-iconic/ICON-LICENSE"},"Patterns":null},"README.md":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/open-iconic/README.md"},"Patterns":null}},"Asset":null,"Patterns":null},"site.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/site.css"},"Patterns":null}},"Asset":null,"Patterns":null},"fake-data.json":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"fake-data.json"},"Patterns":null},"favicon.ico":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"favicon.ico"},"Patterns":null},"images":{"Children":{"bbb.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/bbb.png"},"Patterns":null},"default.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/default.png"},"Patterns":null},"lefel.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lefel.png"},"Patterns":null}},"Asset":null,"Patterns":null},"index.html":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"index.html"},"Patterns":null},"_content":{"Children":{"Blazorise":{"Children":{"blazorise.css":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"blazorise.css"},"Patterns":null},"blazorise.min.css":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"blazorise.min.css"},"Patterns":null},"breakpoint.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"breakpoint.js"},"Patterns":null},"button.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"button.js"},"Patterns":null},"closable.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"closable.js"},"Patterns":null},"colorPicker.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"colorPicker.js"},"Patterns":null},"datePicker.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"datePicker.js"},"Patterns":null},"dragDrop.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"dragDrop.js"},"Patterns":null},"dropdown.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"dropdown.js"},"Patterns":null},"fileEdit.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"fileEdit.js"},"Patterns":null},"filePicker.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"filePicker.js"},"Patterns":null},"inputMask.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"inputMask.js"},"Patterns":null},"io.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"io.js"},"Patterns":null},"memoEdit.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"memoEdit.js"},"Patterns":null},"numericPicker.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"numericPicker.js"},"Patterns":null},"observer.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"observer.js"},"Patterns":null},"popper.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"popper.js"},"Patterns":null},"table.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"table.js"},"Patterns":null},"textEdit.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"textEdit.js"},"Patterns":null},"theme.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"theme.js"},"Patterns":null},"timePicker.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"timePicker.js"},"Patterns":null},"tooltip.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"tooltip.js"},"Patterns":null},"utilities.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"utilities.js"},"Patterns":null},"validators":{"Children":{"DateTimeMaskValidator.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"validators/DateTimeMaskValidator.js"},"Patterns":null},"NoValidator.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"validators/NoValidator.js"},"Patterns":null},"NumericMaskValidator.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"validators/NumericMaskValidator.js"},"Patterns":null},"RegExMaskValidator.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"validators/RegExMaskValidator.js"},"Patterns":null}},"Asset":null,"Patterns":null},"vendors":{"Children":{"autoNumeric.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"vendors/autoNumeric.js"},"Patterns":null},"Behave.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"vendors/Behave.js"},"Patterns":null},"flatpickr.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"vendors/flatpickr.js"},"Patterns":null},"inputmask.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"vendors/inputmask.js"},"Patterns":null},"Pickr.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"vendors/Pickr.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"Blazorise.DataGrid":{"Children":{"datagrid.js":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"datagrid.js"},"Patterns":null}},"Asset":null,"Patterns":null},"Blazorise.Bootstrap":{"Children":{"blazorise.bootstrap.css":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"blazorise.bootstrap.css"},"Patterns":null},"blazorise.bootstrap.min.css":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"blazorise.bootstrap.min.css"},"Patterns":null},"modal.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"modal.js"},"Patterns":null},"tooltip.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"tooltip.js"},"Patterns":null}},"Asset":null,"Patterns":null},"Blazored.Modal":{"Children":{"BlazoredModal.razor.js":{"Children":null,"Asset":{"ContentRootIndex":4,"SubPath":"BlazoredModal.razor.js"},"Patterns":null},"Blazored.Modal.bundle.scp.css":{"Children":null,"Asset":{"ContentRootIndex":4,"SubPath":"Blazored.Modal.bundle.scp.css"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"BlazorApp.styles.css":{"Children":null,"Asset":{"ContentRootIndex":5,"SubPath":"BlazorApp.styles.css"},"Patterns":null},"Components":{"Children":{"Crafting.razor.js":{"Children":null,"Asset":{"ContentRootIndex":6,"SubPath":"Components/Crafting.razor.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":[{"ContentRootIndex":0,"Pattern":"**","Depth":0}]}}
\ No newline at end of file
+{"ContentRoots":["C:\\Users\\felix\\Documents\\BUT2\\Blazor\\Projet\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\","C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\","C:\\Users\\felix\\.nuget\\packages\\blazorise.datagrid\\1.1.3.1\\staticwebassets\\","C:\\Users\\felix\\.nuget\\packages\\blazorise.bootstrap\\1.1.3.1\\staticwebassets\\","C:\\Users\\felix\\.nuget\\packages\\blazored.modal\\7.1.0\\staticwebassets\\","C:\\Users\\felix\\Documents\\BUT2\\Blazor\\Projet\\Sources\\BlazorApp\\BlazorApp\\obj\\Debug\\net6.0\\scopedcss\\bundle\\","C:\\Users\\felix\\Documents\\BUT2\\Blazor\\Projet\\Sources\\BlazorApp\\BlazorApp\\"],"Root":{"Children":{"css":{"Children":{"bootstrap":{"Children":{"bootstrap.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/bootstrap/bootstrap.min.css"},"Patterns":null},"bootstrap.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/bootstrap/bootstrap.min.css.map"},"Patterns":null}},"Asset":null,"Patterns":null},"open-iconic":{"Children":{"FONT-LICENSE":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/open-iconic/FONT-LICENSE"},"Patterns":null},"font":{"Children":{"css":{"Children":{"open-iconic-bootstrap.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/open-iconic/font/css/open-iconic-bootstrap.min.css"},"Patterns":null}},"Asset":null,"Patterns":null},"fonts":{"Children":{"open-iconic.eot":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/open-iconic/font/fonts/open-iconic.eot"},"Patterns":null},"open-iconic.otf":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/open-iconic/font/fonts/open-iconic.otf"},"Patterns":null},"open-iconic.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/open-iconic/font/fonts/open-iconic.svg"},"Patterns":null},"open-iconic.ttf":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/open-iconic/font/fonts/open-iconic.ttf"},"Patterns":null},"open-iconic.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/open-iconic/font/fonts/open-iconic.woff"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"ICON-LICENSE":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/open-iconic/ICON-LICENSE"},"Patterns":null},"README.md":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/open-iconic/README.md"},"Patterns":null}},"Asset":null,"Patterns":null},"site.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/site.css"},"Patterns":null}},"Asset":null,"Patterns":null},"fake-data.json":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"fake-data.json"},"Patterns":null},"favicon.ico":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"favicon.ico"},"Patterns":null},"images":{"Children":{"bbb.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/bbb.png"},"Patterns":null},"default.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/default.png"},"Patterns":null},"lefel.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lefel.png"},"Patterns":null}},"Asset":null,"Patterns":null},"index.html":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"index.html"},"Patterns":null},"_content":{"Children":{"Blazorise":{"Children":{"blazorise.css":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"blazorise.css"},"Patterns":null},"blazorise.min.css":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"blazorise.min.css"},"Patterns":null},"breakpoint.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"breakpoint.js"},"Patterns":null},"button.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"button.js"},"Patterns":null},"closable.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"closable.js"},"Patterns":null},"colorPicker.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"colorPicker.js"},"Patterns":null},"datePicker.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"datePicker.js"},"Patterns":null},"dragDrop.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"dragDrop.js"},"Patterns":null},"dropdown.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"dropdown.js"},"Patterns":null},"fileEdit.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"fileEdit.js"},"Patterns":null},"filePicker.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"filePicker.js"},"Patterns":null},"inputMask.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"inputMask.js"},"Patterns":null},"io.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"io.js"},"Patterns":null},"memoEdit.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"memoEdit.js"},"Patterns":null},"numericPicker.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"numericPicker.js"},"Patterns":null},"observer.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"observer.js"},"Patterns":null},"popper.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"popper.js"},"Patterns":null},"table.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"table.js"},"Patterns":null},"textEdit.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"textEdit.js"},"Patterns":null},"theme.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"theme.js"},"Patterns":null},"timePicker.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"timePicker.js"},"Patterns":null},"tooltip.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"tooltip.js"},"Patterns":null},"utilities.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"utilities.js"},"Patterns":null},"validators":{"Children":{"DateTimeMaskValidator.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"validators/DateTimeMaskValidator.js"},"Patterns":null},"NoValidator.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"validators/NoValidator.js"},"Patterns":null},"NumericMaskValidator.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"validators/NumericMaskValidator.js"},"Patterns":null},"RegExMaskValidator.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"validators/RegExMaskValidator.js"},"Patterns":null}},"Asset":null,"Patterns":null},"vendors":{"Children":{"autoNumeric.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"vendors/autoNumeric.js"},"Patterns":null},"Behave.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"vendors/Behave.js"},"Patterns":null},"flatpickr.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"vendors/flatpickr.js"},"Patterns":null},"inputmask.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"vendors/inputmask.js"},"Patterns":null},"Pickr.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"vendors/Pickr.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"Blazorise.DataGrid":{"Children":{"datagrid.js":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"datagrid.js"},"Patterns":null}},"Asset":null,"Patterns":null},"Blazorise.Bootstrap":{"Children":{"blazorise.bootstrap.css":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"blazorise.bootstrap.css"},"Patterns":null},"blazorise.bootstrap.min.css":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"blazorise.bootstrap.min.css"},"Patterns":null},"modal.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"modal.js"},"Patterns":null},"tooltip.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"tooltip.js"},"Patterns":null}},"Asset":null,"Patterns":null},"Blazored.Modal":{"Children":{"BlazoredModal.razor.js":{"Children":null,"Asset":{"ContentRootIndex":4,"SubPath":"BlazoredModal.razor.js"},"Patterns":null},"Blazored.Modal.bundle.scp.css":{"Children":null,"Asset":{"ContentRootIndex":4,"SubPath":"Blazored.Modal.bundle.scp.css"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"BlazorApp.styles.css":{"Children":null,"Asset":{"ContentRootIndex":5,"SubPath":"BlazorApp.styles.css"},"Patterns":null},"Components":{"Children":{"Crafting.razor.js":{"Children":null,"Asset":{"ContentRootIndex":6,"SubPath":"Components/Crafting.razor.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":[{"ContentRootIndex":0,"Pattern":"**","Depth":0}]}}
\ No newline at end of file
diff --git a/Sources/BlazorApp/BlazorApp/obj/BlazorApp.csproj.nuget.dgspec.json b/Sources/BlazorApp/BlazorApp/obj/BlazorApp.csproj.nuget.dgspec.json
index 4e31a49..ff3d43e 100644
--- a/Sources/BlazorApp/BlazorApp/obj/BlazorApp.csproj.nuget.dgspec.json
+++ b/Sources/BlazorApp/BlazorApp/obj/BlazorApp.csproj.nuget.dgspec.json
@@ -1,24 +1,20 @@
{
"format": 1,
"restore": {
- "C:\\Users\\ludelanier\\Source\\Repos\\minecraft_compagnon\\Sources\\BlazorApp\\BlazorApp\\BlazorApp.csproj": {}
+ "C:\\Users\\felix\\Documents\\BUT2\\Blazor\\Projet\\Sources\\BlazorApp\\BlazorApp\\BlazorApp.csproj": {}
},
"projects": {
- "C:\\Users\\ludelanier\\Source\\Repos\\minecraft_compagnon\\Sources\\BlazorApp\\BlazorApp\\BlazorApp.csproj": {
+ "C:\\Users\\felix\\Documents\\BUT2\\Blazor\\Projet\\Sources\\BlazorApp\\BlazorApp\\BlazorApp.csproj": {
"version": "1.0.0",
"restore": {
- "projectUniqueName": "C:\\Users\\ludelanier\\Source\\Repos\\minecraft_compagnon\\Sources\\BlazorApp\\BlazorApp\\BlazorApp.csproj",
+ "projectUniqueName": "C:\\Users\\felix\\Documents\\BUT2\\Blazor\\Projet\\Sources\\BlazorApp\\BlazorApp\\BlazorApp.csproj",
"projectName": "BlazorApp",
- "projectPath": "C:\\Users\\ludelanier\\Source\\Repos\\minecraft_compagnon\\Sources\\BlazorApp\\BlazorApp\\BlazorApp.csproj",
- "packagesPath": "C:\\Users\\ludelanier\\.nuget\\packages\\",
- "outputPath": "C:\\Users\\ludelanier\\Source\\Repos\\minecraft_compagnon\\Sources\\BlazorApp\\BlazorApp\\obj\\",
+ "projectPath": "C:\\Users\\felix\\Documents\\BUT2\\Blazor\\Projet\\Sources\\BlazorApp\\BlazorApp\\BlazorApp.csproj",
+ "packagesPath": "C:\\Users\\felix\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\felix\\Documents\\BUT2\\Blazor\\Projet\\Sources\\BlazorApp\\BlazorApp\\obj\\",
"projectStyle": "PackageReference",
- "fallbackFolders": [
- "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
- ],
"configFilePaths": [
- "C:\\Users\\ludelanier\\AppData\\Roaming\\NuGet\\NuGet.Config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
+ "C:\\Users\\felix\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
],
"originalTargetFrameworks": [
@@ -71,7 +67,8 @@
"net47",
"net471",
"net472",
- "net48"
+ "net48",
+ "net481"
],
"assetTargetFallback": true,
"warn": true,
@@ -83,7 +80,7 @@
"privateAssets": "all"
}
},
- "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.301\\RuntimeIdentifierGraph.json"
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.402\\RuntimeIdentifierGraph.json"
}
}
}
diff --git a/Sources/BlazorApp/BlazorApp/obj/BlazorApp.csproj.nuget.g.props b/Sources/BlazorApp/BlazorApp/obj/BlazorApp.csproj.nuget.g.props
index 61d9fa7..461d96f 100644
--- a/Sources/BlazorApp/BlazorApp/obj/BlazorApp.csproj.nuget.g.props
+++ b/Sources/BlazorApp/BlazorApp/obj/BlazorApp.csproj.nuget.g.props
@@ -5,13 +5,12 @@
NuGet$(MSBuildThisFileDirectory)project.assets.json$(UserProfile)\.nuget\packages\
- C:\Users\ludelanier\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages
+ C:\Users\felix\.nuget\packages\PackageReference
- 6.2.1
+ 6.3.0
-
-
+
diff --git a/Sources/BlazorApp/BlazorApp/obj/Debug/net6.0/BlazorApp.GeneratedMSBuildEditorConfig.editorconfig b/Sources/BlazorApp/BlazorApp/obj/Debug/net6.0/BlazorApp.GeneratedMSBuildEditorConfig.editorconfig
index 7eb4e7e..fcc8892 100644
--- a/Sources/BlazorApp/BlazorApp/obj/Debug/net6.0/BlazorApp.GeneratedMSBuildEditorConfig.editorconfig
+++ b/Sources/BlazorApp/BlazorApp/obj/Debug/net6.0/BlazorApp.GeneratedMSBuildEditorConfig.editorconfig
@@ -8,125 +8,73 @@ build_property.PlatformNeutralAssembly =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = BlazorApp
build_property.RootNamespace = BlazorApp
-build_property.ProjectDir = C:\Users\ludelanier\Source\Repos\minecraft_compagnon\Sources\BlazorApp\BlazorApp\
+build_property.ProjectDir = C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\BlazorApp\BlazorApp\
build_property.RazorLangVersion = 6.0
build_property.SupportLocalizedComponentNames =
build_property.GenerateRazorMetadataSourceChecksumAttributes =
-build_property.MSBuildProjectDirectory = C:\Users\ludelanier\Source\Repos\minecraft_compagnon\Sources\BlazorApp\BlazorApp
+build_property.MSBuildProjectDirectory = C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\BlazorApp\BlazorApp
build_property._RazorSourceGeneratorDebug =
-[C:/Users/ludelanier/Source/Repos/minecraft_compagnon/Sources/BlazorApp/BlazorApp/App.razor]
+[C:/Users/felix/Documents/BUT2/Blazor/Projet/Sources/BlazorApp/BlazorApp/App.razor]
build_metadata.AdditionalFiles.TargetPath = QXBwLnJhem9y
build_metadata.AdditionalFiles.CssScope =
-[C:/Users/ludelanier/Source/Repos/minecraft_compagnon/Sources/BlazorApp/BlazorApp/Components/Card.razor]
-build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xDYXJkLnJhem9y
-build_metadata.AdditionalFiles.CssScope =
-
-[C:/Users/ludelanier/Source/Repos/minecraft_compagnon/Sources/BlazorApp/BlazorApp/Components/ShowItems.razor]
-build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xTaG93SXRlbXMucmF6b3I=
-build_metadata.AdditionalFiles.CssScope =
-
-[C:/Users/ludelanier/Source/Repos/minecraft_compagnon/Sources/BlazorApp/BlazorApp/Components/TestRenderFragment.razor]
-build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xUZXN0UmVuZGVyRnJhZ21lbnQucmF6b3I=
-build_metadata.AdditionalFiles.CssScope =
-
-[C:/Users/ludelanier/Source/Repos/minecraft_compagnon/Sources/BlazorApp/BlazorApp/Modals/DeleteConfirmation.razor]
-build_metadata.AdditionalFiles.TargetPath = TW9kYWxzXERlbGV0ZUNvbmZpcm1hdGlvbi5yYXpvcg==
-build_metadata.AdditionalFiles.CssScope =
-
-[C:/Users/ludelanier/Source/Repos/minecraft_compagnon/Sources/BlazorApp/BlazorApp/Pages/Add.razor]
+[C:/Users/felix/Documents/BUT2/Blazor/Projet/Sources/BlazorApp/BlazorApp/Pages/Add.razor]
build_metadata.AdditionalFiles.TargetPath = UGFnZXNcQWRkLnJhem9y
build_metadata.AdditionalFiles.CssScope =
-[C:/Users/ludelanier/Source/Repos/minecraft_compagnon/Sources/BlazorApp/BlazorApp/Pages/BlazorRoute.razor]
+[C:/Users/felix/Documents/BUT2/Blazor/Projet/Sources/BlazorApp/BlazorApp/Pages/BlazorRoute.razor]
build_metadata.AdditionalFiles.TargetPath = UGFnZXNcQmxhem9yUm91dGUucmF6b3I=
build_metadata.AdditionalFiles.CssScope =
-[C:/Users/ludelanier/Source/Repos/minecraft_compagnon/Sources/BlazorApp/BlazorApp/Pages/Counter.razor]
-build_metadata.AdditionalFiles.TargetPath = UGFnZXNcQ291bnRlci5yYXpvcg==
-build_metadata.AdditionalFiles.CssScope =
-
-[C:/Users/ludelanier/Source/Repos/minecraft_compagnon/Sources/BlazorApp/BlazorApp/Pages/Edit.razor]
+[C:/Users/felix/Documents/BUT2/Blazor/Projet/Sources/BlazorApp/BlazorApp/Pages/Edit.razor]
build_metadata.AdditionalFiles.TargetPath = UGFnZXNcRWRpdC5yYXpvcg==
build_metadata.AdditionalFiles.CssScope =
-[C:/Users/ludelanier/Source/Repos/minecraft_compagnon/Sources/BlazorApp/BlazorApp/Pages/Episodes.razor]
-build_metadata.AdditionalFiles.TargetPath = UGFnZXNcRXBpc29kZXMucmF6b3I=
-build_metadata.AdditionalFiles.CssScope =
-
-[C:/Users/ludelanier/Source/Repos/minecraft_compagnon/Sources/BlazorApp/BlazorApp/Pages/FetchData.razor]
-build_metadata.AdditionalFiles.TargetPath = UGFnZXNcRmV0Y2hEYXRhLnJhem9y
-build_metadata.AdditionalFiles.CssScope =
-
-[C:/Users/ludelanier/Source/Repos/minecraft_compagnon/Sources/BlazorApp/BlazorApp/Pages/Index.razor]
+[C:/Users/felix/Documents/BUT2/Blazor/Projet/Sources/BlazorApp/BlazorApp/Pages/Index.razor]
build_metadata.AdditionalFiles.TargetPath = UGFnZXNcSW5kZXgucmF6b3I=
build_metadata.AdditionalFiles.CssScope =
-[C:/Users/ludelanier/Source/Repos/minecraft_compagnon/Sources/BlazorApp/BlazorApp/Pages/List.razor]
+[C:/Users/felix/Documents/BUT2/Blazor/Projet/Sources/BlazorApp/BlazorApp/Pages/List.razor]
build_metadata.AdditionalFiles.TargetPath = UGFnZXNcTGlzdC5yYXpvcg==
build_metadata.AdditionalFiles.CssScope =
-[C:/Users/ludelanier/Source/Repos/minecraft_compagnon/Sources/BlazorApp/BlazorApp/Pages/Pets1.razor]
-build_metadata.AdditionalFiles.TargetPath = UGFnZXNcUGV0czEucmF6b3I=
-build_metadata.AdditionalFiles.CssScope =
-
-[C:/Users/ludelanier/Source/Repos/minecraft_compagnon/Sources/BlazorApp/BlazorApp/Pages/Pets2.razor]
-build_metadata.AdditionalFiles.TargetPath = UGFnZXNcUGV0czIucmF6b3I=
-build_metadata.AdditionalFiles.CssScope =
-
-[C:/Users/ludelanier/Source/Repos/minecraft_compagnon/Sources/BlazorApp/BlazorApp/Pages/Pets3.razor]
-build_metadata.AdditionalFiles.TargetPath = UGFnZXNcUGV0czMucmF6b3I=
-build_metadata.AdditionalFiles.CssScope =
-
-[C:/Users/ludelanier/Source/Repos/minecraft_compagnon/Sources/BlazorApp/BlazorApp/Pages/Pets4.razor]
-build_metadata.AdditionalFiles.TargetPath = UGFnZXNcUGV0czQucmF6b3I=
-build_metadata.AdditionalFiles.CssScope =
-
-[C:/Users/ludelanier/Source/Repos/minecraft_compagnon/Sources/BlazorApp/BlazorApp/Shared/CultureSelector.razor]
+[C:/Users/felix/Documents/BUT2/Blazor/Projet/Sources/BlazorApp/BlazorApp/Shared/CultureSelector.razor]
build_metadata.AdditionalFiles.TargetPath = U2hhcmVkXEN1bHR1cmVTZWxlY3Rvci5yYXpvcg==
build_metadata.AdditionalFiles.CssScope =
-[C:/Users/ludelanier/Source/Repos/minecraft_compagnon/Sources/BlazorApp/BlazorApp/Shared/DoctorWhoLayout.razor]
-build_metadata.AdditionalFiles.TargetPath = U2hhcmVkXERvY3Rvcldob0xheW91dC5yYXpvcg==
-build_metadata.AdditionalFiles.CssScope =
-
-[C:/Users/ludelanier/Source/Repos/minecraft_compagnon/Sources/BlazorApp/BlazorApp/Shared/SurveyPrompt.razor]
-build_metadata.AdditionalFiles.TargetPath = U2hhcmVkXFN1cnZleVByb21wdC5yYXpvcg==
-build_metadata.AdditionalFiles.CssScope =
-
-[C:/Users/ludelanier/Source/Repos/minecraft_compagnon/Sources/BlazorApp/BlazorApp/Shared/TableTemplate.razor]
+[C:/Users/felix/Documents/BUT2/Blazor/Projet/Sources/BlazorApp/BlazorApp/Shared/TableTemplate.razor]
build_metadata.AdditionalFiles.TargetPath = U2hhcmVkXFRhYmxlVGVtcGxhdGUucmF6b3I=
build_metadata.AdditionalFiles.CssScope =
-[C:/Users/ludelanier/Source/Repos/minecraft_compagnon/Sources/BlazorApp/BlazorApp/_Imports.razor]
+[C:/Users/felix/Documents/BUT2/Blazor/Projet/Sources/BlazorApp/BlazorApp/_Imports.razor]
build_metadata.AdditionalFiles.TargetPath = X0ltcG9ydHMucmF6b3I=
build_metadata.AdditionalFiles.CssScope =
-[C:/Users/ludelanier/Source/Repos/minecraft_compagnon/Sources/BlazorApp/BlazorApp/Components/Crafting.razor]
+[C:/Users/felix/Documents/BUT2/Blazor/Projet/Sources/BlazorApp/BlazorApp/Components/Crafting.razor]
build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xDcmFmdGluZy5yYXpvcg==
build_metadata.AdditionalFiles.CssScope = b-0c7vkjpwvp
-[C:/Users/ludelanier/Source/Repos/minecraft_compagnon/Sources/BlazorApp/BlazorApp/Components/CraftingItem.razor]
+[C:/Users/felix/Documents/BUT2/Blazor/Projet/Sources/BlazorApp/BlazorApp/Components/CraftingItem.razor]
build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xDcmFmdGluZ0l0ZW0ucmF6b3I=
build_metadata.AdditionalFiles.CssScope = b-syyk20fth2
-[C:/Users/ludelanier/Source/Repos/minecraft_compagnon/Sources/BlazorApp/BlazorApp/Shared/MainLayout.razor]
+[C:/Users/felix/Documents/BUT2/Blazor/Projet/Sources/BlazorApp/BlazorApp/Shared/MainLayout.razor]
build_metadata.AdditionalFiles.TargetPath = U2hhcmVkXE1haW5MYXlvdXQucmF6b3I=
build_metadata.AdditionalFiles.CssScope = b-3dsd3z3yec
-[C:/Users/ludelanier/Source/Repos/minecraft_compagnon/Sources/BlazorApp/BlazorApp/Shared/NavMenu.razor]
+[C:/Users/felix/Documents/BUT2/Blazor/Projet/Sources/BlazorApp/BlazorApp/Shared/NavMenu.razor]
build_metadata.AdditionalFiles.TargetPath = U2hhcmVkXE5hdk1lbnUucmF6b3I=
build_metadata.AdditionalFiles.CssScope = b-7cxxmz0cwl
-[C:/Users/ludelanier/Source/Repos/minecraft_compagnon/Sources/BlazorApp/BlazorApp/Pages/Error.cshtml]
+[C:/Users/felix/Documents/BUT2/Blazor/Projet/Sources/BlazorApp/BlazorApp/Pages/Error.cshtml]
build_metadata.AdditionalFiles.TargetPath = UGFnZXNcRXJyb3IuY3NodG1s
build_metadata.AdditionalFiles.CssScope =
-[C:/Users/ludelanier/Source/Repos/minecraft_compagnon/Sources/BlazorApp/BlazorApp/Pages/_Host.cshtml]
+[C:/Users/felix/Documents/BUT2/Blazor/Projet/Sources/BlazorApp/BlazorApp/Pages/_Host.cshtml]
build_metadata.AdditionalFiles.TargetPath = UGFnZXNcX0hvc3QuY3NodG1s
build_metadata.AdditionalFiles.CssScope =
-[C:/Users/ludelanier/Source/Repos/minecraft_compagnon/Sources/BlazorApp/BlazorApp/Pages/_Layout.cshtml]
+[C:/Users/felix/Documents/BUT2/Blazor/Projet/Sources/BlazorApp/BlazorApp/Pages/_Layout.cshtml]
build_metadata.AdditionalFiles.TargetPath = UGFnZXNcX0xheW91dC5jc2h0bWw=
build_metadata.AdditionalFiles.CssScope =
diff --git a/Sources/BlazorApp/BlazorApp/obj/Debug/net6.0/BlazorApp.assets.cache b/Sources/BlazorApp/BlazorApp/obj/Debug/net6.0/BlazorApp.assets.cache
index eb1b4d1..5a744e1 100644
Binary files a/Sources/BlazorApp/BlazorApp/obj/Debug/net6.0/BlazorApp.assets.cache and b/Sources/BlazorApp/BlazorApp/obj/Debug/net6.0/BlazorApp.assets.cache differ
diff --git a/Sources/BlazorApp/BlazorApp/obj/Debug/net6.0/BlazorApp.csproj.CoreCompileInputs.cache b/Sources/BlazorApp/BlazorApp/obj/Debug/net6.0/BlazorApp.csproj.CoreCompileInputs.cache
index 7df26ec..08e5c91 100644
--- a/Sources/BlazorApp/BlazorApp/obj/Debug/net6.0/BlazorApp.csproj.CoreCompileInputs.cache
+++ b/Sources/BlazorApp/BlazorApp/obj/Debug/net6.0/BlazorApp.csproj.CoreCompileInputs.cache
@@ -1 +1 @@
-a701b455e2f40792acc16ace14e18c84189502df
+f86987e2929775320c2d9c8269fdfdcff6ab93ce
diff --git a/Sources/BlazorApp/BlazorApp/obj/Debug/net6.0/BlazorApp.csproj.FileListAbsolute.txt b/Sources/BlazorApp/BlazorApp/obj/Debug/net6.0/BlazorApp.csproj.FileListAbsolute.txt
index 3a91ddf..0013d07 100644
--- a/Sources/BlazorApp/BlazorApp/obj/Debug/net6.0/BlazorApp.csproj.FileListAbsolute.txt
+++ b/Sources/BlazorApp/BlazorApp/obj/Debug/net6.0/BlazorApp.csproj.FileListAbsolute.txt
@@ -98,3 +98,53 @@ C:\Users\ludelanier\Source\Repos\minecraft_compagnon\Sources\BlazorApp\BlazorApp
C:\Users\ludelanier\Source\Repos\minecraft_compagnon\Sources\BlazorApp\BlazorApp\obj\Debug\net6.0\BlazorApp.csproj.CopyComplete
C:\Users\ludelanier\Source\Repos\minecraft_compagnon\Sources\BlazorApp\BlazorApp\obj\Debug\net6.0\BlazorApp.genruntimeconfig.cache
C:\Users\ludelanier\Source\Repos\minecraft_compagnon\Sources\BlazorApp\BlazorApp\obj\Debug\net6.0\ref\BlazorApp.dll
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\BlazorApp\BlazorApp\bin\Debug\net6.0\appsettings.Development.json
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\BlazorApp\BlazorApp\bin\Debug\net6.0\appsettings.json
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\BlazorApp\BlazorApp\bin\Debug\net6.0\BlazorApp.staticwebassets.runtime.json
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\BlazorApp\BlazorApp\bin\Debug\net6.0\BlazorApp.exe
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\BlazorApp\BlazorApp\bin\Debug\net6.0\BlazorApp.deps.json
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\BlazorApp\BlazorApp\bin\Debug\net6.0\BlazorApp.runtimeconfig.json
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\BlazorApp\BlazorApp\bin\Debug\net6.0\BlazorApp.dll
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\BlazorApp\BlazorApp\bin\Debug\net6.0\BlazorApp.pdb
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\BlazorApp\BlazorApp\bin\Debug\net6.0\fr-FR\BlazorApp.resources.dll
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\BlazorApp\BlazorApp\bin\Debug\net6.0\Blazored.LocalStorage.dll
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\BlazorApp\BlazorApp\bin\Debug\net6.0\Blazored.Modal.dll
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\BlazorApp\BlazorApp\bin\Debug\net6.0\Blazorise.dll
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\BlazorApp\BlazorApp\bin\Debug\net6.0\Blazorise.Bootstrap.dll
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\BlazorApp\BlazorApp\bin\Debug\net6.0\Blazorise.DataGrid.dll
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\BlazorApp\BlazorApp\bin\Debug\net6.0\Blazorise.Icons.FontAwesome.dll
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\BlazorApp\BlazorApp\bin\Debug\net6.0\Microsoft.AspNetCore.Authorization.dll
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\BlazorApp\BlazorApp\bin\Debug\net6.0\Microsoft.AspNetCore.Components.dll
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\BlazorApp\BlazorApp\bin\Debug\net6.0\Microsoft.AspNetCore.Components.Forms.dll
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\BlazorApp\BlazorApp\bin\Debug\net6.0\Microsoft.AspNetCore.Components.Web.dll
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\BlazorApp\BlazorApp\bin\Debug\net6.0\Microsoft.AspNetCore.Metadata.dll
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\BlazorApp\BlazorApp\bin\Debug\net6.0\Microsoft.Extensions.Logging.Abstractions.dll
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\BlazorApp\BlazorApp\bin\Debug\net6.0\Microsoft.JSInterop.dll
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\BlazorApp\BlazorApp\bin\Debug\net6.0\Microsoft.JSInterop.WebAssembly.dll
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\BlazorApp\BlazorApp\bin\Debug\net6.0\System.IO.Pipelines.dll
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\BlazorApp\BlazorApp\obj\Debug\net6.0\BlazorApp.csproj.AssemblyReference.cache
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\BlazorApp\BlazorApp\obj\Debug\net6.0\BlazorApp.Ressources.Pages.List.resources
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\BlazorApp\BlazorApp\obj\Debug\net6.0\BlazorApp.Ressources.Pages.List.fr-FR.resources
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\BlazorApp\BlazorApp\obj\Debug\net6.0\BlazorApp.csproj.GenerateResource.cache
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\BlazorApp\BlazorApp\obj\Debug\net6.0\BlazorApp.GeneratedMSBuildEditorConfig.editorconfig
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\BlazorApp\BlazorApp\obj\Debug\net6.0\BlazorApp.AssemblyInfoInputs.cache
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\BlazorApp\BlazorApp\obj\Debug\net6.0\BlazorApp.AssemblyInfo.cs
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\BlazorApp\BlazorApp\obj\Debug\net6.0\BlazorApp.csproj.CoreCompileInputs.cache
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\BlazorApp\BlazorApp\obj\Debug\net6.0\BlazorApp.MvcApplicationPartsAssemblyInfo.cache
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\BlazorApp\BlazorApp\obj\Debug\net6.0\BlazorApp.RazorAssemblyInfo.cache
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\BlazorApp\BlazorApp\obj\Debug\net6.0\BlazorApp.RazorAssemblyInfo.cs
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\BlazorApp\BlazorApp\obj\Debug\net6.0\fr-FR\BlazorApp.resources.dll
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\BlazorApp\BlazorApp\obj\Debug\net6.0\staticwebassets.build.json
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\BlazorApp\BlazorApp\obj\Debug\net6.0\staticwebassets.development.json
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\BlazorApp\BlazorApp\obj\Debug\net6.0\scopedcss\Components\Crafting.razor.rz.scp.css
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\BlazorApp\BlazorApp\obj\Debug\net6.0\scopedcss\Components\CraftingItem.razor.rz.scp.css
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\BlazorApp\BlazorApp\obj\Debug\net6.0\scopedcss\Shared\MainLayout.razor.rz.scp.css
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\BlazorApp\BlazorApp\obj\Debug\net6.0\scopedcss\Shared\NavMenu.razor.rz.scp.css
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\BlazorApp\BlazorApp\obj\Debug\net6.0\scopedcss\bundle\BlazorApp.styles.css
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\BlazorApp\BlazorApp\obj\Debug\net6.0\scopedcss\projectbundle\BlazorApp.bundle.scp.css
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\BlazorApp\BlazorApp\obj\Debug\net6.0\BlazorApp.csproj.CopyComplete
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\BlazorApp\BlazorApp\obj\Debug\net6.0\BlazorApp.dll
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\BlazorApp\BlazorApp\obj\Debug\net6.0\refint\BlazorApp.dll
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\BlazorApp\BlazorApp\obj\Debug\net6.0\BlazorApp.pdb
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\BlazorApp\BlazorApp\obj\Debug\net6.0\BlazorApp.genruntimeconfig.cache
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\BlazorApp\BlazorApp\obj\Debug\net6.0\ref\BlazorApp.dll
diff --git a/Sources/BlazorApp/BlazorApp/obj/Debug/net6.0/BlazorApp.dll b/Sources/BlazorApp/BlazorApp/obj/Debug/net6.0/BlazorApp.dll
index 493df4b..8b7bf38 100644
Binary files a/Sources/BlazorApp/BlazorApp/obj/Debug/net6.0/BlazorApp.dll and b/Sources/BlazorApp/BlazorApp/obj/Debug/net6.0/BlazorApp.dll differ
diff --git a/Sources/BlazorApp/BlazorApp/obj/Debug/net6.0/BlazorApp.genruntimeconfig.cache b/Sources/BlazorApp/BlazorApp/obj/Debug/net6.0/BlazorApp.genruntimeconfig.cache
index 3382a93..8a19652 100644
--- a/Sources/BlazorApp/BlazorApp/obj/Debug/net6.0/BlazorApp.genruntimeconfig.cache
+++ b/Sources/BlazorApp/BlazorApp/obj/Debug/net6.0/BlazorApp.genruntimeconfig.cache
@@ -1 +1 @@
-fee453e997400c7eb1fce242a8dfb219be5112bf
+8cea9c4ebf2e04fd9bfe541398897fb31e45af80
diff --git a/Sources/BlazorApp/BlazorApp/obj/Debug/net6.0/BlazorApp.pdb b/Sources/BlazorApp/BlazorApp/obj/Debug/net6.0/BlazorApp.pdb
index fee51ca..25eb62b 100644
Binary files a/Sources/BlazorApp/BlazorApp/obj/Debug/net6.0/BlazorApp.pdb and b/Sources/BlazorApp/BlazorApp/obj/Debug/net6.0/BlazorApp.pdb differ
diff --git a/Sources/BlazorApp/BlazorApp/obj/Debug/net6.0/apphost.exe b/Sources/BlazorApp/BlazorApp/obj/Debug/net6.0/apphost.exe
index 5473a0e..c37f890 100644
Binary files a/Sources/BlazorApp/BlazorApp/obj/Debug/net6.0/apphost.exe and b/Sources/BlazorApp/BlazorApp/obj/Debug/net6.0/apphost.exe differ
diff --git a/Sources/BlazorApp/BlazorApp/obj/Debug/net6.0/scopedcss/bundle/BlazorApp.styles.css b/Sources/BlazorApp/BlazorApp/obj/Debug/net6.0/scopedcss/bundle/BlazorApp.styles.css
index 59bcf5c..a9e61da 100644
--- a/Sources/BlazorApp/BlazorApp/obj/Debug/net6.0/scopedcss/bundle/BlazorApp.styles.css
+++ b/Sources/BlazorApp/BlazorApp/obj/Debug/net6.0/scopedcss/bundle/BlazorApp.styles.css
@@ -26,6 +26,7 @@
height: 64px;
border: 1px solid;
overflow: hidden;
+ display:inline;
}
/* _content/BlazorApp/Shared/MainLayout.razor.rz.scp.css */
.page[b-3dsd3z3yec] {
diff --git a/Sources/BlazorApp/BlazorApp/obj/Debug/net6.0/scopedcss/projectbundle/BlazorApp.bundle.scp.css b/Sources/BlazorApp/BlazorApp/obj/Debug/net6.0/scopedcss/projectbundle/BlazorApp.bundle.scp.css
index 366fe87..1be187e 100644
--- a/Sources/BlazorApp/BlazorApp/obj/Debug/net6.0/scopedcss/projectbundle/BlazorApp.bundle.scp.css
+++ b/Sources/BlazorApp/BlazorApp/obj/Debug/net6.0/scopedcss/projectbundle/BlazorApp.bundle.scp.css
@@ -24,6 +24,7 @@
height: 64px;
border: 1px solid;
overflow: hidden;
+ display:inline;
}
/* _content/BlazorApp/Shared/MainLayout.razor.rz.scp.css */
.page[b-3dsd3z3yec] {
diff --git a/Sources/BlazorApp/BlazorApp/obj/Debug/net6.0/staticwebassets.build.json b/Sources/BlazorApp/BlazorApp/obj/Debug/net6.0/staticwebassets.build.json
index 3e8a6eb..ee5c248 100644
--- a/Sources/BlazorApp/BlazorApp/obj/Debug/net6.0/staticwebassets.build.json
+++ b/Sources/BlazorApp/BlazorApp/obj/Debug/net6.0/staticwebassets.build.json
@@ -1,6 +1,6 @@
{
"Version": 1,
- "Hash": "BFN25U9dmW7mnBNyg3UJVWAlDAVad2M9QYJYHtmUB74=",
+ "Hash": "c2q5Wv8mkdbO7W0Pq8nMkAtMCZg7b2EU70w5PjjcSBg=",
"Source": "BlazorApp",
"BasePath": "_content/BlazorApp",
"Mode": "Default",
@@ -10,17 +10,17 @@
{
"Name": "BlazorApp\\wwwroot",
"Source": "BlazorApp",
- "ContentRoot": "C:\\Users\\ludelanier\\Source\\Repos\\minecraft_compagnon\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\",
+ "ContentRoot": "C:\\Users\\felix\\Documents\\BUT2\\Blazor\\Projet\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\",
"BasePath": "_content/BlazorApp",
"Pattern": "**"
}
],
"Assets": [
{
- "Identity": "C:\\Users\\ludelanier\\.nuget\\packages\\blazored.modal\\7.1.0\\staticwebassets\\Blazored.Modal.bundle.scp.css",
+ "Identity": "C:\\Users\\felix\\.nuget\\packages\\blazored.modal\\7.1.0\\staticwebassets\\Blazored.Modal.bundle.scp.css",
"SourceId": "Blazored.Modal",
"SourceType": "Package",
- "ContentRoot": "C:\\Users\\ludelanier\\.nuget\\packages\\blazored.modal\\7.1.0\\staticwebassets\\",
+ "ContentRoot": "C:\\Users\\felix\\.nuget\\packages\\blazored.modal\\7.1.0\\staticwebassets\\",
"BasePath": "_content/Blazored.Modal",
"RelativePath": "Blazored.Modal.bundle.scp.css",
"AssetKind": "All",
@@ -31,13 +31,13 @@
"AssetTraitValue": "ProjectBundle",
"CopyToOutputDirectory": "Never",
"CopyToPublishDirectory": "PreserveNewest",
- "OriginalItemSpec": "C:\\Users\\ludelanier\\.nuget\\packages\\blazored.modal\\7.1.0\\staticwebassets\\Blazored.Modal.bundle.scp.css"
+ "OriginalItemSpec": "C:\\Users\\felix\\.nuget\\packages\\blazored.modal\\7.1.0\\staticwebassets\\Blazored.Modal.bundle.scp.css"
},
{
- "Identity": "C:\\Users\\ludelanier\\.nuget\\packages\\blazored.modal\\7.1.0\\staticwebassets\\BlazoredModal.razor.js",
+ "Identity": "C:\\Users\\felix\\.nuget\\packages\\blazored.modal\\7.1.0\\staticwebassets\\BlazoredModal.razor.js",
"SourceId": "Blazored.Modal",
"SourceType": "Package",
- "ContentRoot": "C:\\Users\\ludelanier\\.nuget\\packages\\blazored.modal\\7.1.0\\staticwebassets\\",
+ "ContentRoot": "C:\\Users\\felix\\.nuget\\packages\\blazored.modal\\7.1.0\\staticwebassets\\",
"BasePath": "_content/Blazored.Modal",
"RelativePath": "BlazoredModal.razor.js",
"AssetKind": "All",
@@ -48,13 +48,13 @@
"AssetTraitValue": "",
"CopyToOutputDirectory": "Never",
"CopyToPublishDirectory": "PreserveNewest",
- "OriginalItemSpec": "C:\\Users\\ludelanier\\.nuget\\packages\\blazored.modal\\7.1.0\\staticwebassets\\BlazoredModal.razor.js"
+ "OriginalItemSpec": "C:\\Users\\felix\\.nuget\\packages\\blazored.modal\\7.1.0\\staticwebassets\\BlazoredModal.razor.js"
},
{
- "Identity": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise.bootstrap\\1.1.3.1\\staticwebassets\\blazorise.bootstrap.css",
+ "Identity": "C:\\Users\\felix\\.nuget\\packages\\blazorise.bootstrap\\1.1.3.1\\staticwebassets\\blazorise.bootstrap.css",
"SourceId": "Blazorise.Bootstrap",
"SourceType": "Package",
- "ContentRoot": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise.bootstrap\\1.1.3.1\\staticwebassets\\",
+ "ContentRoot": "C:\\Users\\felix\\.nuget\\packages\\blazorise.bootstrap\\1.1.3.1\\staticwebassets\\",
"BasePath": "_content/Blazorise.Bootstrap",
"RelativePath": "blazorise.bootstrap.css",
"AssetKind": "All",
@@ -65,13 +65,13 @@
"AssetTraitValue": "",
"CopyToOutputDirectory": "Never",
"CopyToPublishDirectory": "PreserveNewest",
- "OriginalItemSpec": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise.bootstrap\\1.1.3.1\\staticwebassets\\blazorise.bootstrap.css"
+ "OriginalItemSpec": "C:\\Users\\felix\\.nuget\\packages\\blazorise.bootstrap\\1.1.3.1\\staticwebassets\\blazorise.bootstrap.css"
},
{
- "Identity": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise.bootstrap\\1.1.3.1\\staticwebassets\\blazorise.bootstrap.min.css",
+ "Identity": "C:\\Users\\felix\\.nuget\\packages\\blazorise.bootstrap\\1.1.3.1\\staticwebassets\\blazorise.bootstrap.min.css",
"SourceId": "Blazorise.Bootstrap",
"SourceType": "Package",
- "ContentRoot": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise.bootstrap\\1.1.3.1\\staticwebassets\\",
+ "ContentRoot": "C:\\Users\\felix\\.nuget\\packages\\blazorise.bootstrap\\1.1.3.1\\staticwebassets\\",
"BasePath": "_content/Blazorise.Bootstrap",
"RelativePath": "blazorise.bootstrap.min.css",
"AssetKind": "All",
@@ -82,13 +82,13 @@
"AssetTraitValue": "",
"CopyToOutputDirectory": "Never",
"CopyToPublishDirectory": "PreserveNewest",
- "OriginalItemSpec": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise.bootstrap\\1.1.3.1\\staticwebassets\\blazorise.bootstrap.min.css"
+ "OriginalItemSpec": "C:\\Users\\felix\\.nuget\\packages\\blazorise.bootstrap\\1.1.3.1\\staticwebassets\\blazorise.bootstrap.min.css"
},
{
- "Identity": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise.bootstrap\\1.1.3.1\\staticwebassets\\modal.js",
+ "Identity": "C:\\Users\\felix\\.nuget\\packages\\blazorise.bootstrap\\1.1.3.1\\staticwebassets\\modal.js",
"SourceId": "Blazorise.Bootstrap",
"SourceType": "Package",
- "ContentRoot": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise.bootstrap\\1.1.3.1\\staticwebassets\\",
+ "ContentRoot": "C:\\Users\\felix\\.nuget\\packages\\blazorise.bootstrap\\1.1.3.1\\staticwebassets\\",
"BasePath": "_content/Blazorise.Bootstrap",
"RelativePath": "modal.js",
"AssetKind": "All",
@@ -99,13 +99,13 @@
"AssetTraitValue": "",
"CopyToOutputDirectory": "Never",
"CopyToPublishDirectory": "PreserveNewest",
- "OriginalItemSpec": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise.bootstrap\\1.1.3.1\\staticwebassets\\modal.js"
+ "OriginalItemSpec": "C:\\Users\\felix\\.nuget\\packages\\blazorise.bootstrap\\1.1.3.1\\staticwebassets\\modal.js"
},
{
- "Identity": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise.bootstrap\\1.1.3.1\\staticwebassets\\tooltip.js",
+ "Identity": "C:\\Users\\felix\\.nuget\\packages\\blazorise.bootstrap\\1.1.3.1\\staticwebassets\\tooltip.js",
"SourceId": "Blazorise.Bootstrap",
"SourceType": "Package",
- "ContentRoot": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise.bootstrap\\1.1.3.1\\staticwebassets\\",
+ "ContentRoot": "C:\\Users\\felix\\.nuget\\packages\\blazorise.bootstrap\\1.1.3.1\\staticwebassets\\",
"BasePath": "_content/Blazorise.Bootstrap",
"RelativePath": "tooltip.js",
"AssetKind": "All",
@@ -116,13 +116,13 @@
"AssetTraitValue": "",
"CopyToOutputDirectory": "Never",
"CopyToPublishDirectory": "PreserveNewest",
- "OriginalItemSpec": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise.bootstrap\\1.1.3.1\\staticwebassets\\tooltip.js"
+ "OriginalItemSpec": "C:\\Users\\felix\\.nuget\\packages\\blazorise.bootstrap\\1.1.3.1\\staticwebassets\\tooltip.js"
},
{
- "Identity": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise.datagrid\\1.1.3.1\\staticwebassets\\datagrid.js",
+ "Identity": "C:\\Users\\felix\\.nuget\\packages\\blazorise.datagrid\\1.1.3.1\\staticwebassets\\datagrid.js",
"SourceId": "Blazorise.DataGrid",
"SourceType": "Package",
- "ContentRoot": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise.datagrid\\1.1.3.1\\staticwebassets\\",
+ "ContentRoot": "C:\\Users\\felix\\.nuget\\packages\\blazorise.datagrid\\1.1.3.1\\staticwebassets\\",
"BasePath": "_content/Blazorise.DataGrid",
"RelativePath": "datagrid.js",
"AssetKind": "All",
@@ -133,13 +133,13 @@
"AssetTraitValue": "",
"CopyToOutputDirectory": "Never",
"CopyToPublishDirectory": "PreserveNewest",
- "OriginalItemSpec": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise.datagrid\\1.1.3.1\\staticwebassets\\datagrid.js"
+ "OriginalItemSpec": "C:\\Users\\felix\\.nuget\\packages\\blazorise.datagrid\\1.1.3.1\\staticwebassets\\datagrid.js"
},
{
- "Identity": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\blazorise.css",
+ "Identity": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\blazorise.css",
"SourceId": "Blazorise",
"SourceType": "Package",
- "ContentRoot": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\",
+ "ContentRoot": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\",
"BasePath": "_content/Blazorise",
"RelativePath": "blazorise.css",
"AssetKind": "All",
@@ -150,13 +150,13 @@
"AssetTraitValue": "",
"CopyToOutputDirectory": "Never",
"CopyToPublishDirectory": "PreserveNewest",
- "OriginalItemSpec": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\blazorise.css"
+ "OriginalItemSpec": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\blazorise.css"
},
{
- "Identity": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\blazorise.min.css",
+ "Identity": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\blazorise.min.css",
"SourceId": "Blazorise",
"SourceType": "Package",
- "ContentRoot": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\",
+ "ContentRoot": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\",
"BasePath": "_content/Blazorise",
"RelativePath": "blazorise.min.css",
"AssetKind": "All",
@@ -167,13 +167,13 @@
"AssetTraitValue": "",
"CopyToOutputDirectory": "Never",
"CopyToPublishDirectory": "PreserveNewest",
- "OriginalItemSpec": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\blazorise.min.css"
+ "OriginalItemSpec": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\blazorise.min.css"
},
{
- "Identity": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\breakpoint.js",
+ "Identity": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\breakpoint.js",
"SourceId": "Blazorise",
"SourceType": "Package",
- "ContentRoot": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\",
+ "ContentRoot": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\",
"BasePath": "_content/Blazorise",
"RelativePath": "breakpoint.js",
"AssetKind": "All",
@@ -184,13 +184,13 @@
"AssetTraitValue": "",
"CopyToOutputDirectory": "Never",
"CopyToPublishDirectory": "PreserveNewest",
- "OriginalItemSpec": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\breakpoint.js"
+ "OriginalItemSpec": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\breakpoint.js"
},
{
- "Identity": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\button.js",
+ "Identity": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\button.js",
"SourceId": "Blazorise",
"SourceType": "Package",
- "ContentRoot": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\",
+ "ContentRoot": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\",
"BasePath": "_content/Blazorise",
"RelativePath": "button.js",
"AssetKind": "All",
@@ -201,13 +201,13 @@
"AssetTraitValue": "",
"CopyToOutputDirectory": "Never",
"CopyToPublishDirectory": "PreserveNewest",
- "OriginalItemSpec": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\button.js"
+ "OriginalItemSpec": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\button.js"
},
{
- "Identity": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\closable.js",
+ "Identity": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\closable.js",
"SourceId": "Blazorise",
"SourceType": "Package",
- "ContentRoot": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\",
+ "ContentRoot": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\",
"BasePath": "_content/Blazorise",
"RelativePath": "closable.js",
"AssetKind": "All",
@@ -218,13 +218,13 @@
"AssetTraitValue": "",
"CopyToOutputDirectory": "Never",
"CopyToPublishDirectory": "PreserveNewest",
- "OriginalItemSpec": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\closable.js"
+ "OriginalItemSpec": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\closable.js"
},
{
- "Identity": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\colorPicker.js",
+ "Identity": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\colorPicker.js",
"SourceId": "Blazorise",
"SourceType": "Package",
- "ContentRoot": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\",
+ "ContentRoot": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\",
"BasePath": "_content/Blazorise",
"RelativePath": "colorPicker.js",
"AssetKind": "All",
@@ -235,13 +235,13 @@
"AssetTraitValue": "",
"CopyToOutputDirectory": "Never",
"CopyToPublishDirectory": "PreserveNewest",
- "OriginalItemSpec": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\colorPicker.js"
+ "OriginalItemSpec": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\colorPicker.js"
},
{
- "Identity": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\datePicker.js",
+ "Identity": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\datePicker.js",
"SourceId": "Blazorise",
"SourceType": "Package",
- "ContentRoot": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\",
+ "ContentRoot": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\",
"BasePath": "_content/Blazorise",
"RelativePath": "datePicker.js",
"AssetKind": "All",
@@ -252,13 +252,13 @@
"AssetTraitValue": "",
"CopyToOutputDirectory": "Never",
"CopyToPublishDirectory": "PreserveNewest",
- "OriginalItemSpec": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\datePicker.js"
+ "OriginalItemSpec": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\datePicker.js"
},
{
- "Identity": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\dragDrop.js",
+ "Identity": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\dragDrop.js",
"SourceId": "Blazorise",
"SourceType": "Package",
- "ContentRoot": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\",
+ "ContentRoot": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\",
"BasePath": "_content/Blazorise",
"RelativePath": "dragDrop.js",
"AssetKind": "All",
@@ -269,13 +269,13 @@
"AssetTraitValue": "",
"CopyToOutputDirectory": "Never",
"CopyToPublishDirectory": "PreserveNewest",
- "OriginalItemSpec": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\dragDrop.js"
+ "OriginalItemSpec": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\dragDrop.js"
},
{
- "Identity": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\dropdown.js",
+ "Identity": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\dropdown.js",
"SourceId": "Blazorise",
"SourceType": "Package",
- "ContentRoot": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\",
+ "ContentRoot": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\",
"BasePath": "_content/Blazorise",
"RelativePath": "dropdown.js",
"AssetKind": "All",
@@ -286,13 +286,13 @@
"AssetTraitValue": "",
"CopyToOutputDirectory": "Never",
"CopyToPublishDirectory": "PreserveNewest",
- "OriginalItemSpec": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\dropdown.js"
+ "OriginalItemSpec": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\dropdown.js"
},
{
- "Identity": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\fileEdit.js",
+ "Identity": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\fileEdit.js",
"SourceId": "Blazorise",
"SourceType": "Package",
- "ContentRoot": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\",
+ "ContentRoot": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\",
"BasePath": "_content/Blazorise",
"RelativePath": "fileEdit.js",
"AssetKind": "All",
@@ -303,13 +303,13 @@
"AssetTraitValue": "",
"CopyToOutputDirectory": "Never",
"CopyToPublishDirectory": "PreserveNewest",
- "OriginalItemSpec": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\fileEdit.js"
+ "OriginalItemSpec": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\fileEdit.js"
},
{
- "Identity": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\filePicker.js",
+ "Identity": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\filePicker.js",
"SourceId": "Blazorise",
"SourceType": "Package",
- "ContentRoot": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\",
+ "ContentRoot": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\",
"BasePath": "_content/Blazorise",
"RelativePath": "filePicker.js",
"AssetKind": "All",
@@ -320,13 +320,13 @@
"AssetTraitValue": "",
"CopyToOutputDirectory": "Never",
"CopyToPublishDirectory": "PreserveNewest",
- "OriginalItemSpec": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\filePicker.js"
+ "OriginalItemSpec": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\filePicker.js"
},
{
- "Identity": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\inputMask.js",
+ "Identity": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\inputMask.js",
"SourceId": "Blazorise",
"SourceType": "Package",
- "ContentRoot": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\",
+ "ContentRoot": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\",
"BasePath": "_content/Blazorise",
"RelativePath": "inputMask.js",
"AssetKind": "All",
@@ -337,13 +337,13 @@
"AssetTraitValue": "",
"CopyToOutputDirectory": "Never",
"CopyToPublishDirectory": "PreserveNewest",
- "OriginalItemSpec": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\inputMask.js"
+ "OriginalItemSpec": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\inputMask.js"
},
{
- "Identity": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\io.js",
+ "Identity": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\io.js",
"SourceId": "Blazorise",
"SourceType": "Package",
- "ContentRoot": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\",
+ "ContentRoot": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\",
"BasePath": "_content/Blazorise",
"RelativePath": "io.js",
"AssetKind": "All",
@@ -354,13 +354,13 @@
"AssetTraitValue": "",
"CopyToOutputDirectory": "Never",
"CopyToPublishDirectory": "PreserveNewest",
- "OriginalItemSpec": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\io.js"
+ "OriginalItemSpec": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\io.js"
},
{
- "Identity": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\memoEdit.js",
+ "Identity": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\memoEdit.js",
"SourceId": "Blazorise",
"SourceType": "Package",
- "ContentRoot": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\",
+ "ContentRoot": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\",
"BasePath": "_content/Blazorise",
"RelativePath": "memoEdit.js",
"AssetKind": "All",
@@ -371,13 +371,13 @@
"AssetTraitValue": "",
"CopyToOutputDirectory": "Never",
"CopyToPublishDirectory": "PreserveNewest",
- "OriginalItemSpec": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\memoEdit.js"
+ "OriginalItemSpec": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\memoEdit.js"
},
{
- "Identity": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\numericPicker.js",
+ "Identity": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\numericPicker.js",
"SourceId": "Blazorise",
"SourceType": "Package",
- "ContentRoot": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\",
+ "ContentRoot": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\",
"BasePath": "_content/Blazorise",
"RelativePath": "numericPicker.js",
"AssetKind": "All",
@@ -388,13 +388,13 @@
"AssetTraitValue": "",
"CopyToOutputDirectory": "Never",
"CopyToPublishDirectory": "PreserveNewest",
- "OriginalItemSpec": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\numericPicker.js"
+ "OriginalItemSpec": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\numericPicker.js"
},
{
- "Identity": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\observer.js",
+ "Identity": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\observer.js",
"SourceId": "Blazorise",
"SourceType": "Package",
- "ContentRoot": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\",
+ "ContentRoot": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\",
"BasePath": "_content/Blazorise",
"RelativePath": "observer.js",
"AssetKind": "All",
@@ -405,13 +405,13 @@
"AssetTraitValue": "",
"CopyToOutputDirectory": "Never",
"CopyToPublishDirectory": "PreserveNewest",
- "OriginalItemSpec": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\observer.js"
+ "OriginalItemSpec": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\observer.js"
},
{
- "Identity": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\popper.js",
+ "Identity": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\popper.js",
"SourceId": "Blazorise",
"SourceType": "Package",
- "ContentRoot": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\",
+ "ContentRoot": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\",
"BasePath": "_content/Blazorise",
"RelativePath": "popper.js",
"AssetKind": "All",
@@ -422,13 +422,13 @@
"AssetTraitValue": "",
"CopyToOutputDirectory": "Never",
"CopyToPublishDirectory": "PreserveNewest",
- "OriginalItemSpec": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\popper.js"
+ "OriginalItemSpec": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\popper.js"
},
{
- "Identity": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\table.js",
+ "Identity": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\table.js",
"SourceId": "Blazorise",
"SourceType": "Package",
- "ContentRoot": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\",
+ "ContentRoot": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\",
"BasePath": "_content/Blazorise",
"RelativePath": "table.js",
"AssetKind": "All",
@@ -439,13 +439,13 @@
"AssetTraitValue": "",
"CopyToOutputDirectory": "Never",
"CopyToPublishDirectory": "PreserveNewest",
- "OriginalItemSpec": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\table.js"
+ "OriginalItemSpec": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\table.js"
},
{
- "Identity": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\textEdit.js",
+ "Identity": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\textEdit.js",
"SourceId": "Blazorise",
"SourceType": "Package",
- "ContentRoot": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\",
+ "ContentRoot": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\",
"BasePath": "_content/Blazorise",
"RelativePath": "textEdit.js",
"AssetKind": "All",
@@ -456,13 +456,13 @@
"AssetTraitValue": "",
"CopyToOutputDirectory": "Never",
"CopyToPublishDirectory": "PreserveNewest",
- "OriginalItemSpec": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\textEdit.js"
+ "OriginalItemSpec": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\textEdit.js"
},
{
- "Identity": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\theme.js",
+ "Identity": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\theme.js",
"SourceId": "Blazorise",
"SourceType": "Package",
- "ContentRoot": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\",
+ "ContentRoot": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\",
"BasePath": "_content/Blazorise",
"RelativePath": "theme.js",
"AssetKind": "All",
@@ -473,13 +473,13 @@
"AssetTraitValue": "",
"CopyToOutputDirectory": "Never",
"CopyToPublishDirectory": "PreserveNewest",
- "OriginalItemSpec": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\theme.js"
+ "OriginalItemSpec": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\theme.js"
},
{
- "Identity": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\timePicker.js",
+ "Identity": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\timePicker.js",
"SourceId": "Blazorise",
"SourceType": "Package",
- "ContentRoot": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\",
+ "ContentRoot": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\",
"BasePath": "_content/Blazorise",
"RelativePath": "timePicker.js",
"AssetKind": "All",
@@ -490,13 +490,13 @@
"AssetTraitValue": "",
"CopyToOutputDirectory": "Never",
"CopyToPublishDirectory": "PreserveNewest",
- "OriginalItemSpec": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\timePicker.js"
+ "OriginalItemSpec": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\timePicker.js"
},
{
- "Identity": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\tooltip.js",
+ "Identity": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\tooltip.js",
"SourceId": "Blazorise",
"SourceType": "Package",
- "ContentRoot": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\",
+ "ContentRoot": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\",
"BasePath": "_content/Blazorise",
"RelativePath": "tooltip.js",
"AssetKind": "All",
@@ -507,13 +507,13 @@
"AssetTraitValue": "",
"CopyToOutputDirectory": "Never",
"CopyToPublishDirectory": "PreserveNewest",
- "OriginalItemSpec": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\tooltip.js"
+ "OriginalItemSpec": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\tooltip.js"
},
{
- "Identity": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\utilities.js",
+ "Identity": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\utilities.js",
"SourceId": "Blazorise",
"SourceType": "Package",
- "ContentRoot": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\",
+ "ContentRoot": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\",
"BasePath": "_content/Blazorise",
"RelativePath": "utilities.js",
"AssetKind": "All",
@@ -524,13 +524,13 @@
"AssetTraitValue": "",
"CopyToOutputDirectory": "Never",
"CopyToPublishDirectory": "PreserveNewest",
- "OriginalItemSpec": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\utilities.js"
+ "OriginalItemSpec": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\utilities.js"
},
{
- "Identity": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\validators\\DateTimeMaskValidator.js",
+ "Identity": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\validators\\DateTimeMaskValidator.js",
"SourceId": "Blazorise",
"SourceType": "Package",
- "ContentRoot": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\",
+ "ContentRoot": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\",
"BasePath": "_content/Blazorise",
"RelativePath": "validators/DateTimeMaskValidator.js",
"AssetKind": "All",
@@ -541,13 +541,13 @@
"AssetTraitValue": "",
"CopyToOutputDirectory": "Never",
"CopyToPublishDirectory": "PreserveNewest",
- "OriginalItemSpec": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\validators\\DateTimeMaskValidator.js"
+ "OriginalItemSpec": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\validators\\DateTimeMaskValidator.js"
},
{
- "Identity": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\validators\\NoValidator.js",
+ "Identity": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\validators\\NoValidator.js",
"SourceId": "Blazorise",
"SourceType": "Package",
- "ContentRoot": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\",
+ "ContentRoot": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\",
"BasePath": "_content/Blazorise",
"RelativePath": "validators/NoValidator.js",
"AssetKind": "All",
@@ -558,13 +558,13 @@
"AssetTraitValue": "",
"CopyToOutputDirectory": "Never",
"CopyToPublishDirectory": "PreserveNewest",
- "OriginalItemSpec": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\validators\\NoValidator.js"
+ "OriginalItemSpec": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\validators\\NoValidator.js"
},
{
- "Identity": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\validators\\NumericMaskValidator.js",
+ "Identity": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\validators\\NumericMaskValidator.js",
"SourceId": "Blazorise",
"SourceType": "Package",
- "ContentRoot": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\",
+ "ContentRoot": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\",
"BasePath": "_content/Blazorise",
"RelativePath": "validators/NumericMaskValidator.js",
"AssetKind": "All",
@@ -575,13 +575,13 @@
"AssetTraitValue": "",
"CopyToOutputDirectory": "Never",
"CopyToPublishDirectory": "PreserveNewest",
- "OriginalItemSpec": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\validators\\NumericMaskValidator.js"
+ "OriginalItemSpec": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\validators\\NumericMaskValidator.js"
},
{
- "Identity": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\validators\\RegExMaskValidator.js",
+ "Identity": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\validators\\RegExMaskValidator.js",
"SourceId": "Blazorise",
"SourceType": "Package",
- "ContentRoot": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\",
+ "ContentRoot": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\",
"BasePath": "_content/Blazorise",
"RelativePath": "validators/RegExMaskValidator.js",
"AssetKind": "All",
@@ -592,13 +592,13 @@
"AssetTraitValue": "",
"CopyToOutputDirectory": "Never",
"CopyToPublishDirectory": "PreserveNewest",
- "OriginalItemSpec": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\validators\\RegExMaskValidator.js"
+ "OriginalItemSpec": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\validators\\RegExMaskValidator.js"
},
{
- "Identity": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\vendors\\autoNumeric.js",
+ "Identity": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\vendors\\autoNumeric.js",
"SourceId": "Blazorise",
"SourceType": "Package",
- "ContentRoot": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\",
+ "ContentRoot": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\",
"BasePath": "_content/Blazorise",
"RelativePath": "vendors/autoNumeric.js",
"AssetKind": "All",
@@ -609,13 +609,13 @@
"AssetTraitValue": "",
"CopyToOutputDirectory": "Never",
"CopyToPublishDirectory": "PreserveNewest",
- "OriginalItemSpec": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\vendors\\autoNumeric.js"
+ "OriginalItemSpec": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\vendors\\autoNumeric.js"
},
{
- "Identity": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\vendors\\Behave.js",
+ "Identity": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\vendors\\Behave.js",
"SourceId": "Blazorise",
"SourceType": "Package",
- "ContentRoot": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\",
+ "ContentRoot": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\",
"BasePath": "_content/Blazorise",
"RelativePath": "vendors/Behave.js",
"AssetKind": "All",
@@ -626,13 +626,13 @@
"AssetTraitValue": "",
"CopyToOutputDirectory": "Never",
"CopyToPublishDirectory": "PreserveNewest",
- "OriginalItemSpec": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\vendors\\Behave.js"
+ "OriginalItemSpec": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\vendors\\Behave.js"
},
{
- "Identity": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\vendors\\flatpickr.js",
+ "Identity": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\vendors\\flatpickr.js",
"SourceId": "Blazorise",
"SourceType": "Package",
- "ContentRoot": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\",
+ "ContentRoot": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\",
"BasePath": "_content/Blazorise",
"RelativePath": "vendors/flatpickr.js",
"AssetKind": "All",
@@ -643,13 +643,13 @@
"AssetTraitValue": "",
"CopyToOutputDirectory": "Never",
"CopyToPublishDirectory": "PreserveNewest",
- "OriginalItemSpec": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\vendors\\flatpickr.js"
+ "OriginalItemSpec": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\vendors\\flatpickr.js"
},
{
- "Identity": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\vendors\\inputmask.js",
+ "Identity": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\vendors\\inputmask.js",
"SourceId": "Blazorise",
"SourceType": "Package",
- "ContentRoot": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\",
+ "ContentRoot": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\",
"BasePath": "_content/Blazorise",
"RelativePath": "vendors/inputmask.js",
"AssetKind": "All",
@@ -660,13 +660,13 @@
"AssetTraitValue": "",
"CopyToOutputDirectory": "Never",
"CopyToPublishDirectory": "PreserveNewest",
- "OriginalItemSpec": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\vendors\\inputmask.js"
+ "OriginalItemSpec": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\vendors\\inputmask.js"
},
{
- "Identity": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\vendors\\Pickr.js",
+ "Identity": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\vendors\\Pickr.js",
"SourceId": "Blazorise",
"SourceType": "Package",
- "ContentRoot": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\",
+ "ContentRoot": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\",
"BasePath": "_content/Blazorise",
"RelativePath": "vendors/Pickr.js",
"AssetKind": "All",
@@ -677,13 +677,13 @@
"AssetTraitValue": "",
"CopyToOutputDirectory": "Never",
"CopyToPublishDirectory": "PreserveNewest",
- "OriginalItemSpec": "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\vendors\\Pickr.js"
+ "OriginalItemSpec": "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\vendors\\Pickr.js"
},
{
- "Identity": "C:\\Users\\ludelanier\\Source\\Repos\\minecraft_compagnon\\Sources\\BlazorApp\\BlazorApp\\Components\\Crafting.razor.js",
+ "Identity": "C:\\Users\\felix\\Documents\\BUT2\\Blazor\\Projet\\Sources\\BlazorApp\\BlazorApp\\Components\\Crafting.razor.js",
"SourceId": "BlazorApp",
"SourceType": "Discovered",
- "ContentRoot": "C:\\Users\\ludelanier\\Source\\Repos\\minecraft_compagnon\\Sources\\BlazorApp\\BlazorApp\\",
+ "ContentRoot": "C:\\Users\\felix\\Documents\\BUT2\\Blazor\\Projet\\Sources\\BlazorApp\\BlazorApp\\",
"BasePath": "_content/BlazorApp",
"RelativePath": "Components/Crafting.razor.js",
"AssetKind": "All",
@@ -697,10 +697,10 @@
"OriginalItemSpec": "Components\\Crafting.razor.js"
},
{
- "Identity": "C:\\Users\\ludelanier\\Source\\Repos\\minecraft_compagnon\\Sources\\BlazorApp\\BlazorApp\\obj\\Debug\\net6.0\\scopedcss\\bundle\\BlazorApp.styles.css",
+ "Identity": "C:\\Users\\felix\\Documents\\BUT2\\Blazor\\Projet\\Sources\\BlazorApp\\BlazorApp\\obj\\Debug\\net6.0\\scopedcss\\bundle\\BlazorApp.styles.css",
"SourceId": "BlazorApp",
"SourceType": "Computed",
- "ContentRoot": "C:\\Users\\ludelanier\\Source\\Repos\\minecraft_compagnon\\Sources\\BlazorApp\\BlazorApp\\obj\\Debug\\net6.0\\scopedcss\\bundle\\",
+ "ContentRoot": "C:\\Users\\felix\\Documents\\BUT2\\Blazor\\Projet\\Sources\\BlazorApp\\BlazorApp\\obj\\Debug\\net6.0\\scopedcss\\bundle\\",
"BasePath": "_content/BlazorApp",
"RelativePath": "BlazorApp.styles.css",
"AssetKind": "All",
@@ -711,13 +711,13 @@
"AssetTraitValue": "ApplicationBundle",
"CopyToOutputDirectory": "Never",
"CopyToPublishDirectory": "PreserveNewest",
- "OriginalItemSpec": "C:\\Users\\ludelanier\\Source\\Repos\\minecraft_compagnon\\Sources\\BlazorApp\\BlazorApp\\obj\\Debug\\net6.0\\scopedcss\\bundle\\BlazorApp.styles.css"
+ "OriginalItemSpec": "C:\\Users\\felix\\Documents\\BUT2\\Blazor\\Projet\\Sources\\BlazorApp\\BlazorApp\\obj\\Debug\\net6.0\\scopedcss\\bundle\\BlazorApp.styles.css"
},
{
- "Identity": "C:\\Users\\ludelanier\\Source\\Repos\\minecraft_compagnon\\Sources\\BlazorApp\\BlazorApp\\obj\\Debug\\net6.0\\scopedcss\\projectbundle\\BlazorApp.bundle.scp.css",
+ "Identity": "C:\\Users\\felix\\Documents\\BUT2\\Blazor\\Projet\\Sources\\BlazorApp\\BlazorApp\\obj\\Debug\\net6.0\\scopedcss\\projectbundle\\BlazorApp.bundle.scp.css",
"SourceId": "BlazorApp",
"SourceType": "Computed",
- "ContentRoot": "C:\\Users\\ludelanier\\Source\\Repos\\minecraft_compagnon\\Sources\\BlazorApp\\BlazorApp\\obj\\Debug\\net6.0\\scopedcss\\projectbundle\\",
+ "ContentRoot": "C:\\Users\\felix\\Documents\\BUT2\\Blazor\\Projet\\Sources\\BlazorApp\\BlazorApp\\obj\\Debug\\net6.0\\scopedcss\\projectbundle\\",
"BasePath": "_content/BlazorApp",
"RelativePath": "BlazorApp.bundle.scp.css",
"AssetKind": "All",
@@ -728,13 +728,13 @@
"AssetTraitValue": "ProjectBundle",
"CopyToOutputDirectory": "Never",
"CopyToPublishDirectory": "PreserveNewest",
- "OriginalItemSpec": "C:\\Users\\ludelanier\\Source\\Repos\\minecraft_compagnon\\Sources\\BlazorApp\\BlazorApp\\obj\\Debug\\net6.0\\scopedcss\\projectbundle\\BlazorApp.bundle.scp.css"
+ "OriginalItemSpec": "C:\\Users\\felix\\Documents\\BUT2\\Blazor\\Projet\\Sources\\BlazorApp\\BlazorApp\\obj\\Debug\\net6.0\\scopedcss\\projectbundle\\BlazorApp.bundle.scp.css"
},
{
- "Identity": "C:\\Users\\ludelanier\\Source\\Repos\\minecraft_compagnon\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\css\\bootstrap\\bootstrap.min.css",
+ "Identity": "C:\\Users\\felix\\Documents\\BUT2\\Blazor\\Projet\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\css\\bootstrap\\bootstrap.min.css",
"SourceId": "BlazorApp",
"SourceType": "Discovered",
- "ContentRoot": "C:\\Users\\ludelanier\\Source\\Repos\\minecraft_compagnon\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\",
+ "ContentRoot": "C:\\Users\\felix\\Documents\\BUT2\\Blazor\\Projet\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\",
"BasePath": "_content/BlazorApp",
"RelativePath": "css/bootstrap/bootstrap.min.css",
"AssetKind": "All",
@@ -748,10 +748,10 @@
"OriginalItemSpec": "wwwroot\\css\\bootstrap\\bootstrap.min.css"
},
{
- "Identity": "C:\\Users\\ludelanier\\Source\\Repos\\minecraft_compagnon\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\css\\bootstrap\\bootstrap.min.css.map",
+ "Identity": "C:\\Users\\felix\\Documents\\BUT2\\Blazor\\Projet\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\css\\bootstrap\\bootstrap.min.css.map",
"SourceId": "BlazorApp",
"SourceType": "Discovered",
- "ContentRoot": "C:\\Users\\ludelanier\\Source\\Repos\\minecraft_compagnon\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\",
+ "ContentRoot": "C:\\Users\\felix\\Documents\\BUT2\\Blazor\\Projet\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\",
"BasePath": "_content/BlazorApp",
"RelativePath": "css/bootstrap/bootstrap.min.css.map",
"AssetKind": "All",
@@ -765,10 +765,10 @@
"OriginalItemSpec": "wwwroot\\css\\bootstrap\\bootstrap.min.css.map"
},
{
- "Identity": "C:\\Users\\ludelanier\\Source\\Repos\\minecraft_compagnon\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\css\\open-iconic\\font\\css\\open-iconic-bootstrap.min.css",
+ "Identity": "C:\\Users\\felix\\Documents\\BUT2\\Blazor\\Projet\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\css\\open-iconic\\font\\css\\open-iconic-bootstrap.min.css",
"SourceId": "BlazorApp",
"SourceType": "Discovered",
- "ContentRoot": "C:\\Users\\ludelanier\\Source\\Repos\\minecraft_compagnon\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\",
+ "ContentRoot": "C:\\Users\\felix\\Documents\\BUT2\\Blazor\\Projet\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\",
"BasePath": "_content/BlazorApp",
"RelativePath": "css/open-iconic/font/css/open-iconic-bootstrap.min.css",
"AssetKind": "All",
@@ -782,10 +782,10 @@
"OriginalItemSpec": "wwwroot\\css\\open-iconic\\font\\css\\open-iconic-bootstrap.min.css"
},
{
- "Identity": "C:\\Users\\ludelanier\\Source\\Repos\\minecraft_compagnon\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\css\\open-iconic\\font\\fonts\\open-iconic.eot",
+ "Identity": "C:\\Users\\felix\\Documents\\BUT2\\Blazor\\Projet\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\css\\open-iconic\\font\\fonts\\open-iconic.eot",
"SourceId": "BlazorApp",
"SourceType": "Discovered",
- "ContentRoot": "C:\\Users\\ludelanier\\Source\\Repos\\minecraft_compagnon\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\",
+ "ContentRoot": "C:\\Users\\felix\\Documents\\BUT2\\Blazor\\Projet\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\",
"BasePath": "_content/BlazorApp",
"RelativePath": "css/open-iconic/font/fonts/open-iconic.eot",
"AssetKind": "All",
@@ -799,10 +799,10 @@
"OriginalItemSpec": "wwwroot\\css\\open-iconic\\font\\fonts\\open-iconic.eot"
},
{
- "Identity": "C:\\Users\\ludelanier\\Source\\Repos\\minecraft_compagnon\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\css\\open-iconic\\font\\fonts\\open-iconic.otf",
+ "Identity": "C:\\Users\\felix\\Documents\\BUT2\\Blazor\\Projet\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\css\\open-iconic\\font\\fonts\\open-iconic.otf",
"SourceId": "BlazorApp",
"SourceType": "Discovered",
- "ContentRoot": "C:\\Users\\ludelanier\\Source\\Repos\\minecraft_compagnon\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\",
+ "ContentRoot": "C:\\Users\\felix\\Documents\\BUT2\\Blazor\\Projet\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\",
"BasePath": "_content/BlazorApp",
"RelativePath": "css/open-iconic/font/fonts/open-iconic.otf",
"AssetKind": "All",
@@ -816,10 +816,10 @@
"OriginalItemSpec": "wwwroot\\css\\open-iconic\\font\\fonts\\open-iconic.otf"
},
{
- "Identity": "C:\\Users\\ludelanier\\Source\\Repos\\minecraft_compagnon\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\css\\open-iconic\\font\\fonts\\open-iconic.svg",
+ "Identity": "C:\\Users\\felix\\Documents\\BUT2\\Blazor\\Projet\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\css\\open-iconic\\font\\fonts\\open-iconic.svg",
"SourceId": "BlazorApp",
"SourceType": "Discovered",
- "ContentRoot": "C:\\Users\\ludelanier\\Source\\Repos\\minecraft_compagnon\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\",
+ "ContentRoot": "C:\\Users\\felix\\Documents\\BUT2\\Blazor\\Projet\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\",
"BasePath": "_content/BlazorApp",
"RelativePath": "css/open-iconic/font/fonts/open-iconic.svg",
"AssetKind": "All",
@@ -833,10 +833,10 @@
"OriginalItemSpec": "wwwroot\\css\\open-iconic\\font\\fonts\\open-iconic.svg"
},
{
- "Identity": "C:\\Users\\ludelanier\\Source\\Repos\\minecraft_compagnon\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\css\\open-iconic\\font\\fonts\\open-iconic.ttf",
+ "Identity": "C:\\Users\\felix\\Documents\\BUT2\\Blazor\\Projet\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\css\\open-iconic\\font\\fonts\\open-iconic.ttf",
"SourceId": "BlazorApp",
"SourceType": "Discovered",
- "ContentRoot": "C:\\Users\\ludelanier\\Source\\Repos\\minecraft_compagnon\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\",
+ "ContentRoot": "C:\\Users\\felix\\Documents\\BUT2\\Blazor\\Projet\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\",
"BasePath": "_content/BlazorApp",
"RelativePath": "css/open-iconic/font/fonts/open-iconic.ttf",
"AssetKind": "All",
@@ -850,10 +850,10 @@
"OriginalItemSpec": "wwwroot\\css\\open-iconic\\font\\fonts\\open-iconic.ttf"
},
{
- "Identity": "C:\\Users\\ludelanier\\Source\\Repos\\minecraft_compagnon\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\css\\open-iconic\\font\\fonts\\open-iconic.woff",
+ "Identity": "C:\\Users\\felix\\Documents\\BUT2\\Blazor\\Projet\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\css\\open-iconic\\font\\fonts\\open-iconic.woff",
"SourceId": "BlazorApp",
"SourceType": "Discovered",
- "ContentRoot": "C:\\Users\\ludelanier\\Source\\Repos\\minecraft_compagnon\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\",
+ "ContentRoot": "C:\\Users\\felix\\Documents\\BUT2\\Blazor\\Projet\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\",
"BasePath": "_content/BlazorApp",
"RelativePath": "css/open-iconic/font/fonts/open-iconic.woff",
"AssetKind": "All",
@@ -867,10 +867,10 @@
"OriginalItemSpec": "wwwroot\\css\\open-iconic\\font\\fonts\\open-iconic.woff"
},
{
- "Identity": "C:\\Users\\ludelanier\\Source\\Repos\\minecraft_compagnon\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\css\\open-iconic\\FONT-LICENSE",
+ "Identity": "C:\\Users\\felix\\Documents\\BUT2\\Blazor\\Projet\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\css\\open-iconic\\FONT-LICENSE",
"SourceId": "BlazorApp",
"SourceType": "Discovered",
- "ContentRoot": "C:\\Users\\ludelanier\\Source\\Repos\\minecraft_compagnon\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\",
+ "ContentRoot": "C:\\Users\\felix\\Documents\\BUT2\\Blazor\\Projet\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\",
"BasePath": "_content/BlazorApp",
"RelativePath": "css/open-iconic/FONT-LICENSE",
"AssetKind": "All",
@@ -884,10 +884,10 @@
"OriginalItemSpec": "wwwroot\\css\\open-iconic\\FONT-LICENSE"
},
{
- "Identity": "C:\\Users\\ludelanier\\Source\\Repos\\minecraft_compagnon\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\css\\open-iconic\\ICON-LICENSE",
+ "Identity": "C:\\Users\\felix\\Documents\\BUT2\\Blazor\\Projet\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\css\\open-iconic\\ICON-LICENSE",
"SourceId": "BlazorApp",
"SourceType": "Discovered",
- "ContentRoot": "C:\\Users\\ludelanier\\Source\\Repos\\minecraft_compagnon\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\",
+ "ContentRoot": "C:\\Users\\felix\\Documents\\BUT2\\Blazor\\Projet\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\",
"BasePath": "_content/BlazorApp",
"RelativePath": "css/open-iconic/ICON-LICENSE",
"AssetKind": "All",
@@ -901,10 +901,10 @@
"OriginalItemSpec": "wwwroot\\css\\open-iconic\\ICON-LICENSE"
},
{
- "Identity": "C:\\Users\\ludelanier\\Source\\Repos\\minecraft_compagnon\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\css\\open-iconic\\README.md",
+ "Identity": "C:\\Users\\felix\\Documents\\BUT2\\Blazor\\Projet\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\css\\open-iconic\\README.md",
"SourceId": "BlazorApp",
"SourceType": "Discovered",
- "ContentRoot": "C:\\Users\\ludelanier\\Source\\Repos\\minecraft_compagnon\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\",
+ "ContentRoot": "C:\\Users\\felix\\Documents\\BUT2\\Blazor\\Projet\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\",
"BasePath": "_content/BlazorApp",
"RelativePath": "css/open-iconic/README.md",
"AssetKind": "All",
@@ -918,10 +918,10 @@
"OriginalItemSpec": "wwwroot\\css\\open-iconic\\README.md"
},
{
- "Identity": "C:\\Users\\ludelanier\\Source\\Repos\\minecraft_compagnon\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\css\\site.css",
+ "Identity": "C:\\Users\\felix\\Documents\\BUT2\\Blazor\\Projet\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\css\\site.css",
"SourceId": "BlazorApp",
"SourceType": "Discovered",
- "ContentRoot": "C:\\Users\\ludelanier\\Source\\Repos\\minecraft_compagnon\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\",
+ "ContentRoot": "C:\\Users\\felix\\Documents\\BUT2\\Blazor\\Projet\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\",
"BasePath": "_content/BlazorApp",
"RelativePath": "css/site.css",
"AssetKind": "All",
@@ -935,10 +935,10 @@
"OriginalItemSpec": "wwwroot\\css\\site.css"
},
{
- "Identity": "C:\\Users\\ludelanier\\Source\\Repos\\minecraft_compagnon\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\fake-data.json",
+ "Identity": "C:\\Users\\felix\\Documents\\BUT2\\Blazor\\Projet\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\fake-data.json",
"SourceId": "BlazorApp",
"SourceType": "Discovered",
- "ContentRoot": "C:\\Users\\ludelanier\\Source\\Repos\\minecraft_compagnon\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\",
+ "ContentRoot": "C:\\Users\\felix\\Documents\\BUT2\\Blazor\\Projet\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\",
"BasePath": "_content/BlazorApp",
"RelativePath": "fake-data.json",
"AssetKind": "All",
@@ -952,10 +952,10 @@
"OriginalItemSpec": "wwwroot\\fake-data.json"
},
{
- "Identity": "C:\\Users\\ludelanier\\Source\\Repos\\minecraft_compagnon\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\favicon.ico",
+ "Identity": "C:\\Users\\felix\\Documents\\BUT2\\Blazor\\Projet\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\favicon.ico",
"SourceId": "BlazorApp",
"SourceType": "Discovered",
- "ContentRoot": "C:\\Users\\ludelanier\\Source\\Repos\\minecraft_compagnon\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\",
+ "ContentRoot": "C:\\Users\\felix\\Documents\\BUT2\\Blazor\\Projet\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\",
"BasePath": "_content/BlazorApp",
"RelativePath": "favicon.ico",
"AssetKind": "All",
@@ -969,10 +969,10 @@
"OriginalItemSpec": "wwwroot\\favicon.ico"
},
{
- "Identity": "C:\\Users\\ludelanier\\Source\\Repos\\minecraft_compagnon\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\images\\bbb.png",
+ "Identity": "C:\\Users\\felix\\Documents\\BUT2\\Blazor\\Projet\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\images\\bbb.png",
"SourceId": "BlazorApp",
"SourceType": "Discovered",
- "ContentRoot": "C:\\Users\\ludelanier\\Source\\Repos\\minecraft_compagnon\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\",
+ "ContentRoot": "C:\\Users\\felix\\Documents\\BUT2\\Blazor\\Projet\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\",
"BasePath": "_content/BlazorApp",
"RelativePath": "images/bbb.png",
"AssetKind": "All",
@@ -986,10 +986,10 @@
"OriginalItemSpec": "wwwroot\\images\\bbb.png"
},
{
- "Identity": "C:\\Users\\ludelanier\\Source\\Repos\\minecraft_compagnon\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\images\\default.png",
+ "Identity": "C:\\Users\\felix\\Documents\\BUT2\\Blazor\\Projet\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\images\\default.png",
"SourceId": "BlazorApp",
"SourceType": "Discovered",
- "ContentRoot": "C:\\Users\\ludelanier\\Source\\Repos\\minecraft_compagnon\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\",
+ "ContentRoot": "C:\\Users\\felix\\Documents\\BUT2\\Blazor\\Projet\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\",
"BasePath": "_content/BlazorApp",
"RelativePath": "images/default.png",
"AssetKind": "All",
@@ -1003,10 +1003,10 @@
"OriginalItemSpec": "wwwroot\\images\\default.png"
},
{
- "Identity": "C:\\Users\\ludelanier\\Source\\Repos\\minecraft_compagnon\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\images\\lefel.png",
+ "Identity": "C:\\Users\\felix\\Documents\\BUT2\\Blazor\\Projet\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\images\\lefel.png",
"SourceId": "BlazorApp",
"SourceType": "Discovered",
- "ContentRoot": "C:\\Users\\ludelanier\\Source\\Repos\\minecraft_compagnon\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\",
+ "ContentRoot": "C:\\Users\\felix\\Documents\\BUT2\\Blazor\\Projet\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\",
"BasePath": "_content/BlazorApp",
"RelativePath": "images/lefel.png",
"AssetKind": "All",
@@ -1020,10 +1020,10 @@
"OriginalItemSpec": "wwwroot\\images\\lefel.png"
},
{
- "Identity": "C:\\Users\\ludelanier\\Source\\Repos\\minecraft_compagnon\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\index.html",
+ "Identity": "C:\\Users\\felix\\Documents\\BUT2\\Blazor\\Projet\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\index.html",
"SourceId": "BlazorApp",
"SourceType": "Discovered",
- "ContentRoot": "C:\\Users\\ludelanier\\Source\\Repos\\minecraft_compagnon\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\",
+ "ContentRoot": "C:\\Users\\felix\\Documents\\BUT2\\Blazor\\Projet\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\",
"BasePath": "_content/BlazorApp",
"RelativePath": "index.html",
"AssetKind": "All",
diff --git a/Sources/BlazorApp/BlazorApp/obj/Debug/net6.0/staticwebassets.development.json b/Sources/BlazorApp/BlazorApp/obj/Debug/net6.0/staticwebassets.development.json
index d0c7683..6fd4fae 100644
--- a/Sources/BlazorApp/BlazorApp/obj/Debug/net6.0/staticwebassets.development.json
+++ b/Sources/BlazorApp/BlazorApp/obj/Debug/net6.0/staticwebassets.development.json
@@ -1 +1 @@
-{"ContentRoots":["C:\\Users\\ludelanier\\Source\\Repos\\minecraft_compagnon\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\","C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\","C:\\Users\\ludelanier\\.nuget\\packages\\blazorise.datagrid\\1.1.3.1\\staticwebassets\\","C:\\Users\\ludelanier\\.nuget\\packages\\blazorise.bootstrap\\1.1.3.1\\staticwebassets\\","C:\\Users\\ludelanier\\.nuget\\packages\\blazored.modal\\7.1.0\\staticwebassets\\","C:\\Users\\ludelanier\\Source\\Repos\\minecraft_compagnon\\Sources\\BlazorApp\\BlazorApp\\obj\\Debug\\net6.0\\scopedcss\\bundle\\","C:\\Users\\ludelanier\\Source\\Repos\\minecraft_compagnon\\Sources\\BlazorApp\\BlazorApp\\"],"Root":{"Children":{"css":{"Children":{"bootstrap":{"Children":{"bootstrap.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/bootstrap/bootstrap.min.css"},"Patterns":null},"bootstrap.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/bootstrap/bootstrap.min.css.map"},"Patterns":null}},"Asset":null,"Patterns":null},"open-iconic":{"Children":{"FONT-LICENSE":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/open-iconic/FONT-LICENSE"},"Patterns":null},"font":{"Children":{"css":{"Children":{"open-iconic-bootstrap.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/open-iconic/font/css/open-iconic-bootstrap.min.css"},"Patterns":null}},"Asset":null,"Patterns":null},"fonts":{"Children":{"open-iconic.eot":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/open-iconic/font/fonts/open-iconic.eot"},"Patterns":null},"open-iconic.otf":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/open-iconic/font/fonts/open-iconic.otf"},"Patterns":null},"open-iconic.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/open-iconic/font/fonts/open-iconic.svg"},"Patterns":null},"open-iconic.ttf":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/open-iconic/font/fonts/open-iconic.ttf"},"Patterns":null},"open-iconic.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/open-iconic/font/fonts/open-iconic.woff"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"ICON-LICENSE":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/open-iconic/ICON-LICENSE"},"Patterns":null},"README.md":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/open-iconic/README.md"},"Patterns":null}},"Asset":null,"Patterns":null},"site.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/site.css"},"Patterns":null}},"Asset":null,"Patterns":null},"fake-data.json":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"fake-data.json"},"Patterns":null},"favicon.ico":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"favicon.ico"},"Patterns":null},"images":{"Children":{"bbb.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/bbb.png"},"Patterns":null},"default.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/default.png"},"Patterns":null},"lefel.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lefel.png"},"Patterns":null}},"Asset":null,"Patterns":null},"index.html":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"index.html"},"Patterns":null},"_content":{"Children":{"Blazorise":{"Children":{"blazorise.css":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"blazorise.css"},"Patterns":null},"blazorise.min.css":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"blazorise.min.css"},"Patterns":null},"breakpoint.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"breakpoint.js"},"Patterns":null},"button.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"button.js"},"Patterns":null},"closable.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"closable.js"},"Patterns":null},"colorPicker.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"colorPicker.js"},"Patterns":null},"datePicker.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"datePicker.js"},"Patterns":null},"dragDrop.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"dragDrop.js"},"Patterns":null},"dropdown.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"dropdown.js"},"Patterns":null},"fileEdit.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"fileEdit.js"},"Patterns":null},"filePicker.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"filePicker.js"},"Patterns":null},"inputMask.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"inputMask.js"},"Patterns":null},"io.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"io.js"},"Patterns":null},"memoEdit.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"memoEdit.js"},"Patterns":null},"numericPicker.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"numericPicker.js"},"Patterns":null},"observer.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"observer.js"},"Patterns":null},"popper.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"popper.js"},"Patterns":null},"table.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"table.js"},"Patterns":null},"textEdit.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"textEdit.js"},"Patterns":null},"theme.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"theme.js"},"Patterns":null},"timePicker.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"timePicker.js"},"Patterns":null},"tooltip.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"tooltip.js"},"Patterns":null},"utilities.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"utilities.js"},"Patterns":null},"validators":{"Children":{"DateTimeMaskValidator.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"validators/DateTimeMaskValidator.js"},"Patterns":null},"NoValidator.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"validators/NoValidator.js"},"Patterns":null},"NumericMaskValidator.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"validators/NumericMaskValidator.js"},"Patterns":null},"RegExMaskValidator.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"validators/RegExMaskValidator.js"},"Patterns":null}},"Asset":null,"Patterns":null},"vendors":{"Children":{"autoNumeric.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"vendors/autoNumeric.js"},"Patterns":null},"Behave.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"vendors/Behave.js"},"Patterns":null},"flatpickr.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"vendors/flatpickr.js"},"Patterns":null},"inputmask.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"vendors/inputmask.js"},"Patterns":null},"Pickr.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"vendors/Pickr.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"Blazorise.DataGrid":{"Children":{"datagrid.js":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"datagrid.js"},"Patterns":null}},"Asset":null,"Patterns":null},"Blazorise.Bootstrap":{"Children":{"blazorise.bootstrap.css":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"blazorise.bootstrap.css"},"Patterns":null},"blazorise.bootstrap.min.css":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"blazorise.bootstrap.min.css"},"Patterns":null},"modal.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"modal.js"},"Patterns":null},"tooltip.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"tooltip.js"},"Patterns":null}},"Asset":null,"Patterns":null},"Blazored.Modal":{"Children":{"BlazoredModal.razor.js":{"Children":null,"Asset":{"ContentRootIndex":4,"SubPath":"BlazoredModal.razor.js"},"Patterns":null},"Blazored.Modal.bundle.scp.css":{"Children":null,"Asset":{"ContentRootIndex":4,"SubPath":"Blazored.Modal.bundle.scp.css"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"BlazorApp.styles.css":{"Children":null,"Asset":{"ContentRootIndex":5,"SubPath":"BlazorApp.styles.css"},"Patterns":null},"Components":{"Children":{"Crafting.razor.js":{"Children":null,"Asset":{"ContentRootIndex":6,"SubPath":"Components/Crafting.razor.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":[{"ContentRootIndex":0,"Pattern":"**","Depth":0}]}}
\ No newline at end of file
+{"ContentRoots":["C:\\Users\\felix\\Documents\\BUT2\\Blazor\\Projet\\Sources\\BlazorApp\\BlazorApp\\wwwroot\\","C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\staticwebassets\\","C:\\Users\\felix\\.nuget\\packages\\blazorise.datagrid\\1.1.3.1\\staticwebassets\\","C:\\Users\\felix\\.nuget\\packages\\blazorise.bootstrap\\1.1.3.1\\staticwebassets\\","C:\\Users\\felix\\.nuget\\packages\\blazored.modal\\7.1.0\\staticwebassets\\","C:\\Users\\felix\\Documents\\BUT2\\Blazor\\Projet\\Sources\\BlazorApp\\BlazorApp\\obj\\Debug\\net6.0\\scopedcss\\bundle\\","C:\\Users\\felix\\Documents\\BUT2\\Blazor\\Projet\\Sources\\BlazorApp\\BlazorApp\\"],"Root":{"Children":{"css":{"Children":{"bootstrap":{"Children":{"bootstrap.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/bootstrap/bootstrap.min.css"},"Patterns":null},"bootstrap.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/bootstrap/bootstrap.min.css.map"},"Patterns":null}},"Asset":null,"Patterns":null},"open-iconic":{"Children":{"FONT-LICENSE":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/open-iconic/FONT-LICENSE"},"Patterns":null},"font":{"Children":{"css":{"Children":{"open-iconic-bootstrap.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/open-iconic/font/css/open-iconic-bootstrap.min.css"},"Patterns":null}},"Asset":null,"Patterns":null},"fonts":{"Children":{"open-iconic.eot":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/open-iconic/font/fonts/open-iconic.eot"},"Patterns":null},"open-iconic.otf":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/open-iconic/font/fonts/open-iconic.otf"},"Patterns":null},"open-iconic.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/open-iconic/font/fonts/open-iconic.svg"},"Patterns":null},"open-iconic.ttf":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/open-iconic/font/fonts/open-iconic.ttf"},"Patterns":null},"open-iconic.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/open-iconic/font/fonts/open-iconic.woff"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"ICON-LICENSE":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/open-iconic/ICON-LICENSE"},"Patterns":null},"README.md":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/open-iconic/README.md"},"Patterns":null}},"Asset":null,"Patterns":null},"site.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/site.css"},"Patterns":null}},"Asset":null,"Patterns":null},"fake-data.json":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"fake-data.json"},"Patterns":null},"favicon.ico":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"favicon.ico"},"Patterns":null},"images":{"Children":{"bbb.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/bbb.png"},"Patterns":null},"default.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/default.png"},"Patterns":null},"lefel.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/lefel.png"},"Patterns":null}},"Asset":null,"Patterns":null},"index.html":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"index.html"},"Patterns":null},"_content":{"Children":{"Blazorise":{"Children":{"blazorise.css":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"blazorise.css"},"Patterns":null},"blazorise.min.css":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"blazorise.min.css"},"Patterns":null},"breakpoint.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"breakpoint.js"},"Patterns":null},"button.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"button.js"},"Patterns":null},"closable.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"closable.js"},"Patterns":null},"colorPicker.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"colorPicker.js"},"Patterns":null},"datePicker.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"datePicker.js"},"Patterns":null},"dragDrop.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"dragDrop.js"},"Patterns":null},"dropdown.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"dropdown.js"},"Patterns":null},"fileEdit.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"fileEdit.js"},"Patterns":null},"filePicker.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"filePicker.js"},"Patterns":null},"inputMask.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"inputMask.js"},"Patterns":null},"io.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"io.js"},"Patterns":null},"memoEdit.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"memoEdit.js"},"Patterns":null},"numericPicker.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"numericPicker.js"},"Patterns":null},"observer.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"observer.js"},"Patterns":null},"popper.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"popper.js"},"Patterns":null},"table.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"table.js"},"Patterns":null},"textEdit.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"textEdit.js"},"Patterns":null},"theme.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"theme.js"},"Patterns":null},"timePicker.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"timePicker.js"},"Patterns":null},"tooltip.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"tooltip.js"},"Patterns":null},"utilities.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"utilities.js"},"Patterns":null},"validators":{"Children":{"DateTimeMaskValidator.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"validators/DateTimeMaskValidator.js"},"Patterns":null},"NoValidator.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"validators/NoValidator.js"},"Patterns":null},"NumericMaskValidator.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"validators/NumericMaskValidator.js"},"Patterns":null},"RegExMaskValidator.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"validators/RegExMaskValidator.js"},"Patterns":null}},"Asset":null,"Patterns":null},"vendors":{"Children":{"autoNumeric.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"vendors/autoNumeric.js"},"Patterns":null},"Behave.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"vendors/Behave.js"},"Patterns":null},"flatpickr.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"vendors/flatpickr.js"},"Patterns":null},"inputmask.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"vendors/inputmask.js"},"Patterns":null},"Pickr.js":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"vendors/Pickr.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"Blazorise.DataGrid":{"Children":{"datagrid.js":{"Children":null,"Asset":{"ContentRootIndex":2,"SubPath":"datagrid.js"},"Patterns":null}},"Asset":null,"Patterns":null},"Blazorise.Bootstrap":{"Children":{"blazorise.bootstrap.css":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"blazorise.bootstrap.css"},"Patterns":null},"blazorise.bootstrap.min.css":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"blazorise.bootstrap.min.css"},"Patterns":null},"modal.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"modal.js"},"Patterns":null},"tooltip.js":{"Children":null,"Asset":{"ContentRootIndex":3,"SubPath":"tooltip.js"},"Patterns":null}},"Asset":null,"Patterns":null},"Blazored.Modal":{"Children":{"BlazoredModal.razor.js":{"Children":null,"Asset":{"ContentRootIndex":4,"SubPath":"BlazoredModal.razor.js"},"Patterns":null},"Blazored.Modal.bundle.scp.css":{"Children":null,"Asset":{"ContentRootIndex":4,"SubPath":"Blazored.Modal.bundle.scp.css"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"BlazorApp.styles.css":{"Children":null,"Asset":{"ContentRootIndex":5,"SubPath":"BlazorApp.styles.css"},"Patterns":null},"Components":{"Children":{"Crafting.razor.js":{"Children":null,"Asset":{"ContentRootIndex":6,"SubPath":"Components/Crafting.razor.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":[{"ContentRootIndex":0,"Pattern":"**","Depth":0}]}}
\ No newline at end of file
diff --git a/Sources/BlazorApp/BlazorApp/obj/project.assets.json b/Sources/BlazorApp/BlazorApp/obj/project.assets.json
index 7126565..b52e625 100644
--- a/Sources/BlazorApp/BlazorApp/obj/project.assets.json
+++ b/Sources/BlazorApp/BlazorApp/obj/project.assets.json
@@ -43,10 +43,14 @@
"Microsoft.Extensions.Logging.Abstractions": "6.0.3"
},
"compile": {
- "lib/net6.0/Blazorise.dll": {}
+ "lib/net6.0/Blazorise.dll": {
+ "related": ".xml"
+ }
},
"runtime": {
- "lib/net6.0/Blazorise.dll": {}
+ "lib/net6.0/Blazorise.dll": {
+ "related": ".xml"
+ }
},
"build": {
"buildTransitive/Blazorise.props": {}
@@ -85,10 +89,14 @@
"Microsoft.Extensions.Logging.Abstractions": "6.0.3"
},
"compile": {
- "lib/net6.0/Blazorise.DataGrid.dll": {}
+ "lib/net6.0/Blazorise.DataGrid.dll": {
+ "related": ".xml"
+ }
},
"runtime": {
- "lib/net6.0/Blazorise.DataGrid.dll": {}
+ "lib/net6.0/Blazorise.DataGrid.dll": {
+ "related": ".xml"
+ }
},
"build": {
"buildTransitive/Blazorise.DataGrid.props": {}
@@ -120,10 +128,14 @@
"Microsoft.Extensions.Options": "6.0.0"
},
"compile": {
- "lib/net6.0/Microsoft.AspNetCore.Authorization.dll": {}
+ "lib/net6.0/Microsoft.AspNetCore.Authorization.dll": {
+ "related": ".xml"
+ }
},
"runtime": {
- "lib/net6.0/Microsoft.AspNetCore.Authorization.dll": {}
+ "lib/net6.0/Microsoft.AspNetCore.Authorization.dll": {
+ "related": ".xml"
+ }
}
},
"Microsoft.AspNetCore.Components/6.0.9": {
@@ -133,10 +145,14 @@
"Microsoft.AspNetCore.Components.Analyzers": "6.0.9"
},
"compile": {
- "lib/net6.0/Microsoft.AspNetCore.Components.dll": {}
+ "lib/net6.0/Microsoft.AspNetCore.Components.dll": {
+ "related": ".xml"
+ }
},
"runtime": {
- "lib/net6.0/Microsoft.AspNetCore.Components.dll": {}
+ "lib/net6.0/Microsoft.AspNetCore.Components.dll": {
+ "related": ".xml"
+ }
}
},
"Microsoft.AspNetCore.Components.Analyzers/6.0.9": {
@@ -151,10 +167,14 @@
"Microsoft.AspNetCore.Components": "6.0.9"
},
"compile": {
- "lib/net6.0/Microsoft.AspNetCore.Components.Forms.dll": {}
+ "lib/net6.0/Microsoft.AspNetCore.Components.Forms.dll": {
+ "related": ".xml"
+ }
},
"runtime": {
- "lib/net6.0/Microsoft.AspNetCore.Components.Forms.dll": {}
+ "lib/net6.0/Microsoft.AspNetCore.Components.Forms.dll": {
+ "related": ".xml"
+ }
}
},
"Microsoft.AspNetCore.Components.Web/6.0.9": {
@@ -167,19 +187,27 @@
"System.IO.Pipelines": "6.0.3"
},
"compile": {
- "lib/net6.0/Microsoft.AspNetCore.Components.Web.dll": {}
+ "lib/net6.0/Microsoft.AspNetCore.Components.Web.dll": {
+ "related": ".xml"
+ }
},
"runtime": {
- "lib/net6.0/Microsoft.AspNetCore.Components.Web.dll": {}
+ "lib/net6.0/Microsoft.AspNetCore.Components.Web.dll": {
+ "related": ".xml"
+ }
}
},
"Microsoft.AspNetCore.Metadata/6.0.9": {
"type": "package",
"compile": {
- "lib/net6.0/Microsoft.AspNetCore.Metadata.dll": {}
+ "lib/net6.0/Microsoft.AspNetCore.Metadata.dll": {
+ "related": ".xml"
+ }
},
"runtime": {
- "lib/net6.0/Microsoft.AspNetCore.Metadata.dll": {}
+ "lib/net6.0/Microsoft.AspNetCore.Metadata.dll": {
+ "related": ".xml"
+ }
}
},
"Microsoft.Extensions.DependencyInjection/6.0.0": {
@@ -189,10 +217,14 @@
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
},
"compile": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {}
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "related": ".xml"
+ }
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {}
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "related": ".xml"
+ }
},
"build": {
"buildTransitive/netcoreapp3.1/_._": {}
@@ -201,10 +233,14 @@
"Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
"type": "package",
"compile": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {}
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {}
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
},
"build": {
"buildTransitive/netcoreapp3.1/_._": {}
@@ -213,10 +249,14 @@
"Microsoft.Extensions.Logging.Abstractions/6.0.3": {
"type": "package",
"compile": {
- "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {}
+ "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "related": ".xml"
+ }
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {}
+ "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "related": ".xml"
+ }
},
"build": {
"buildTransitive/netcoreapp3.1/Microsoft.Extensions.Logging.Abstractions.targets": {}
@@ -229,10 +269,14 @@
"Microsoft.Extensions.Primitives": "6.0.0"
},
"compile": {
- "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {}
+ "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
},
"runtime": {
- "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {}
+ "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
}
},
"Microsoft.Extensions.Primitives/6.0.0": {
@@ -241,10 +285,14 @@
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
},
"compile": {
- "lib/net6.0/Microsoft.Extensions.Primitives.dll": {}
+ "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
},
"runtime": {
- "lib/net6.0/Microsoft.Extensions.Primitives.dll": {}
+ "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
},
"build": {
"buildTransitive/netcoreapp3.1/_._": {}
@@ -253,10 +301,14 @@
"Microsoft.JSInterop/6.0.9": {
"type": "package",
"compile": {
- "lib/net6.0/Microsoft.JSInterop.dll": {}
+ "lib/net6.0/Microsoft.JSInterop.dll": {
+ "related": ".xml"
+ }
},
"runtime": {
- "lib/net6.0/Microsoft.JSInterop.dll": {}
+ "lib/net6.0/Microsoft.JSInterop.dll": {
+ "related": ".xml"
+ }
}
},
"Microsoft.JSInterop.WebAssembly/6.0.3": {
@@ -265,19 +317,27 @@
"Microsoft.JSInterop": "6.0.3"
},
"compile": {
- "lib/net6.0/Microsoft.JSInterop.WebAssembly.dll": {}
+ "lib/net6.0/Microsoft.JSInterop.WebAssembly.dll": {
+ "related": ".xml"
+ }
},
"runtime": {
- "lib/net6.0/Microsoft.JSInterop.WebAssembly.dll": {}
+ "lib/net6.0/Microsoft.JSInterop.WebAssembly.dll": {
+ "related": ".xml"
+ }
}
},
"System.IO.Pipelines/6.0.3": {
"type": "package",
"compile": {
- "lib/net6.0/System.IO.Pipelines.dll": {}
+ "lib/net6.0/System.IO.Pipelines.dll": {
+ "related": ".xml"
+ }
},
"runtime": {
- "lib/net6.0/System.IO.Pipelines.dll": {}
+ "lib/net6.0/System.IO.Pipelines.dll": {
+ "related": ".xml"
+ }
},
"build": {
"buildTransitive/netcoreapp3.1/_._": {}
@@ -286,10 +346,14 @@
"System.Runtime.CompilerServices.Unsafe/6.0.0": {
"type": "package",
"compile": {
- "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {}
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "related": ".xml"
+ }
},
"runtime": {
- "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {}
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "related": ".xml"
+ }
},
"build": {
"buildTransitive/netcoreapp3.1/_._": {}
@@ -782,24 +846,19 @@
]
},
"packageFolders": {
- "C:\\Users\\ludelanier\\.nuget\\packages\\": {},
- "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
+ "C:\\Users\\felix\\.nuget\\packages\\": {}
},
"project": {
"version": "1.0.0",
"restore": {
- "projectUniqueName": "C:\\Users\\ludelanier\\Source\\Repos\\minecraft_compagnon\\Sources\\BlazorApp\\BlazorApp\\BlazorApp.csproj",
+ "projectUniqueName": "C:\\Users\\felix\\Documents\\BUT2\\Blazor\\Projet\\Sources\\BlazorApp\\BlazorApp\\BlazorApp.csproj",
"projectName": "BlazorApp",
- "projectPath": "C:\\Users\\ludelanier\\Source\\Repos\\minecraft_compagnon\\Sources\\BlazorApp\\BlazorApp\\BlazorApp.csproj",
- "packagesPath": "C:\\Users\\ludelanier\\.nuget\\packages\\",
- "outputPath": "C:\\Users\\ludelanier\\Source\\Repos\\minecraft_compagnon\\Sources\\BlazorApp\\BlazorApp\\obj\\",
+ "projectPath": "C:\\Users\\felix\\Documents\\BUT2\\Blazor\\Projet\\Sources\\BlazorApp\\BlazorApp\\BlazorApp.csproj",
+ "packagesPath": "C:\\Users\\felix\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\felix\\Documents\\BUT2\\Blazor\\Projet\\Sources\\BlazorApp\\BlazorApp\\obj\\",
"projectStyle": "PackageReference",
- "fallbackFolders": [
- "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
- ],
"configFilePaths": [
- "C:\\Users\\ludelanier\\AppData\\Roaming\\NuGet\\NuGet.Config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
+ "C:\\Users\\felix\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
],
"originalTargetFrameworks": [
@@ -852,7 +911,8 @@
"net47",
"net471",
"net472",
- "net48"
+ "net48",
+ "net481"
],
"assetTargetFallback": true,
"warn": true,
@@ -864,7 +924,7 @@
"privateAssets": "all"
}
},
- "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.301\\RuntimeIdentifierGraph.json"
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.402\\RuntimeIdentifierGraph.json"
}
}
}
diff --git a/Sources/BlazorApp/BlazorApp/obj/project.nuget.cache b/Sources/BlazorApp/BlazorApp/obj/project.nuget.cache
index 3ae92fd..20a801a 100644
--- a/Sources/BlazorApp/BlazorApp/obj/project.nuget.cache
+++ b/Sources/BlazorApp/BlazorApp/obj/project.nuget.cache
@@ -1,30 +1,30 @@
{
"version": 2,
- "dgSpecHash": "5DejLQ/JkuICk4VuNrGS54VtNTYW6Q7cy1ryYR3uo7BknGKGGNbTVUNR7YbSseRA5jhF5XEcGDlzzX/V7kQjBg==",
+ "dgSpecHash": "Szb4w4tlGA9oCxkpe9dVtuKI6XfUT5G8mVZqNnxZXbutbk6PyuD+Emfi/fmdex7IKvRMfQ+YNINoWK5bI6gPxA==",
"success": true,
- "projectFilePath": "C:\\Users\\ludelanier\\Source\\Repos\\minecraft_compagnon\\Sources\\BlazorApp\\BlazorApp\\BlazorApp.csproj",
+ "projectFilePath": "C:\\Users\\felix\\Documents\\BUT2\\Blazor\\Projet\\Sources\\BlazorApp\\BlazorApp\\BlazorApp.csproj",
"expectedPackageFiles": [
- "C:\\Users\\ludelanier\\.nuget\\packages\\blazored.localstorage\\4.3.0\\blazored.localstorage.4.3.0.nupkg.sha512",
- "C:\\Users\\ludelanier\\.nuget\\packages\\blazored.modal\\7.1.0\\blazored.modal.7.1.0.nupkg.sha512",
- "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise\\1.1.3.1\\blazorise.1.1.3.1.nupkg.sha512",
- "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise.bootstrap\\1.1.3.1\\blazorise.bootstrap.1.1.3.1.nupkg.sha512",
- "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise.datagrid\\1.1.3.1\\blazorise.datagrid.1.1.3.1.nupkg.sha512",
- "C:\\Users\\ludelanier\\.nuget\\packages\\blazorise.icons.fontawesome\\1.1.3.1\\blazorise.icons.fontawesome.1.1.3.1.nupkg.sha512",
- "C:\\Users\\ludelanier\\.nuget\\packages\\microsoft.aspnetcore.authorization\\6.0.9\\microsoft.aspnetcore.authorization.6.0.9.nupkg.sha512",
- "C:\\Users\\ludelanier\\.nuget\\packages\\microsoft.aspnetcore.components\\6.0.9\\microsoft.aspnetcore.components.6.0.9.nupkg.sha512",
- "C:\\Users\\ludelanier\\.nuget\\packages\\microsoft.aspnetcore.components.analyzers\\6.0.9\\microsoft.aspnetcore.components.analyzers.6.0.9.nupkg.sha512",
- "C:\\Users\\ludelanier\\.nuget\\packages\\microsoft.aspnetcore.components.forms\\6.0.9\\microsoft.aspnetcore.components.forms.6.0.9.nupkg.sha512",
- "C:\\Users\\ludelanier\\.nuget\\packages\\microsoft.aspnetcore.components.web\\6.0.9\\microsoft.aspnetcore.components.web.6.0.9.nupkg.sha512",
- "C:\\Users\\ludelanier\\.nuget\\packages\\microsoft.aspnetcore.metadata\\6.0.9\\microsoft.aspnetcore.metadata.6.0.9.nupkg.sha512",
- "C:\\Users\\ludelanier\\.nuget\\packages\\microsoft.extensions.dependencyinjection\\6.0.0\\microsoft.extensions.dependencyinjection.6.0.0.nupkg.sha512",
- "C:\\Users\\ludelanier\\.nuget\\packages\\microsoft.extensions.dependencyinjection.abstractions\\6.0.0\\microsoft.extensions.dependencyinjection.abstractions.6.0.0.nupkg.sha512",
- "C:\\Users\\ludelanier\\.nuget\\packages\\microsoft.extensions.logging.abstractions\\6.0.3\\microsoft.extensions.logging.abstractions.6.0.3.nupkg.sha512",
- "C:\\Users\\ludelanier\\.nuget\\packages\\microsoft.extensions.options\\6.0.0\\microsoft.extensions.options.6.0.0.nupkg.sha512",
- "C:\\Users\\ludelanier\\.nuget\\packages\\microsoft.extensions.primitives\\6.0.0\\microsoft.extensions.primitives.6.0.0.nupkg.sha512",
- "C:\\Users\\ludelanier\\.nuget\\packages\\microsoft.jsinterop\\6.0.9\\microsoft.jsinterop.6.0.9.nupkg.sha512",
- "C:\\Users\\ludelanier\\.nuget\\packages\\microsoft.jsinterop.webassembly\\6.0.3\\microsoft.jsinterop.webassembly.6.0.3.nupkg.sha512",
- "C:\\Users\\ludelanier\\.nuget\\packages\\system.io.pipelines\\6.0.3\\system.io.pipelines.6.0.3.nupkg.sha512",
- "C:\\Users\\ludelanier\\.nuget\\packages\\system.runtime.compilerservices.unsafe\\6.0.0\\system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512"
+ "C:\\Users\\felix\\.nuget\\packages\\blazored.localstorage\\4.3.0\\blazored.localstorage.4.3.0.nupkg.sha512",
+ "C:\\Users\\felix\\.nuget\\packages\\blazored.modal\\7.1.0\\blazored.modal.7.1.0.nupkg.sha512",
+ "C:\\Users\\felix\\.nuget\\packages\\blazorise\\1.1.3.1\\blazorise.1.1.3.1.nupkg.sha512",
+ "C:\\Users\\felix\\.nuget\\packages\\blazorise.bootstrap\\1.1.3.1\\blazorise.bootstrap.1.1.3.1.nupkg.sha512",
+ "C:\\Users\\felix\\.nuget\\packages\\blazorise.datagrid\\1.1.3.1\\blazorise.datagrid.1.1.3.1.nupkg.sha512",
+ "C:\\Users\\felix\\.nuget\\packages\\blazorise.icons.fontawesome\\1.1.3.1\\blazorise.icons.fontawesome.1.1.3.1.nupkg.sha512",
+ "C:\\Users\\felix\\.nuget\\packages\\microsoft.aspnetcore.authorization\\6.0.9\\microsoft.aspnetcore.authorization.6.0.9.nupkg.sha512",
+ "C:\\Users\\felix\\.nuget\\packages\\microsoft.aspnetcore.components\\6.0.9\\microsoft.aspnetcore.components.6.0.9.nupkg.sha512",
+ "C:\\Users\\felix\\.nuget\\packages\\microsoft.aspnetcore.components.analyzers\\6.0.9\\microsoft.aspnetcore.components.analyzers.6.0.9.nupkg.sha512",
+ "C:\\Users\\felix\\.nuget\\packages\\microsoft.aspnetcore.components.forms\\6.0.9\\microsoft.aspnetcore.components.forms.6.0.9.nupkg.sha512",
+ "C:\\Users\\felix\\.nuget\\packages\\microsoft.aspnetcore.components.web\\6.0.9\\microsoft.aspnetcore.components.web.6.0.9.nupkg.sha512",
+ "C:\\Users\\felix\\.nuget\\packages\\microsoft.aspnetcore.metadata\\6.0.9\\microsoft.aspnetcore.metadata.6.0.9.nupkg.sha512",
+ "C:\\Users\\felix\\.nuget\\packages\\microsoft.extensions.dependencyinjection\\6.0.0\\microsoft.extensions.dependencyinjection.6.0.0.nupkg.sha512",
+ "C:\\Users\\felix\\.nuget\\packages\\microsoft.extensions.dependencyinjection.abstractions\\6.0.0\\microsoft.extensions.dependencyinjection.abstractions.6.0.0.nupkg.sha512",
+ "C:\\Users\\felix\\.nuget\\packages\\microsoft.extensions.logging.abstractions\\6.0.3\\microsoft.extensions.logging.abstractions.6.0.3.nupkg.sha512",
+ "C:\\Users\\felix\\.nuget\\packages\\microsoft.extensions.options\\6.0.0\\microsoft.extensions.options.6.0.0.nupkg.sha512",
+ "C:\\Users\\felix\\.nuget\\packages\\microsoft.extensions.primitives\\6.0.0\\microsoft.extensions.primitives.6.0.0.nupkg.sha512",
+ "C:\\Users\\felix\\.nuget\\packages\\microsoft.jsinterop\\6.0.9\\microsoft.jsinterop.6.0.9.nupkg.sha512",
+ "C:\\Users\\felix\\.nuget\\packages\\microsoft.jsinterop.webassembly\\6.0.3\\microsoft.jsinterop.webassembly.6.0.3.nupkg.sha512",
+ "C:\\Users\\felix\\.nuget\\packages\\system.io.pipelines\\6.0.3\\system.io.pipelines.6.0.3.nupkg.sha512",
+ "C:\\Users\\felix\\.nuget\\packages\\system.runtime.compilerservices.unsafe\\6.0.0\\system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512"
],
"logs": []
}
\ No newline at end of file
diff --git a/Sources/BlazorApp/BlazorApp/obj/staticwebassets.pack.sentinel b/Sources/BlazorApp/BlazorApp/obj/staticwebassets.pack.sentinel
index 98755af..27cf8a0 100644
--- a/Sources/BlazorApp/BlazorApp/obj/staticwebassets.pack.sentinel
+++ b/Sources/BlazorApp/BlazorApp/obj/staticwebassets.pack.sentinel
@@ -20,3 +20,11 @@
2.0
2.0
2.0
+2.0
+2.0
+2.0
+2.0
+2.0
+2.0
+2.0
+2.0
diff --git a/Sources/Minecraft.Crafting.Api/bin/Debug/net6.0/Minecraft.Crafting.Api.dll b/Sources/Minecraft.Crafting.Api/bin/Debug/net6.0/Minecraft.Crafting.Api.dll
index bded180..113e3d6 100644
Binary files a/Sources/Minecraft.Crafting.Api/bin/Debug/net6.0/Minecraft.Crafting.Api.dll and b/Sources/Minecraft.Crafting.Api/bin/Debug/net6.0/Minecraft.Crafting.Api.dll differ
diff --git a/Sources/Minecraft.Crafting.Api/bin/Debug/net6.0/Minecraft.Crafting.Api.exe b/Sources/Minecraft.Crafting.Api/bin/Debug/net6.0/Minecraft.Crafting.Api.exe
index 68326ef..11e5e3c 100644
Binary files a/Sources/Minecraft.Crafting.Api/bin/Debug/net6.0/Minecraft.Crafting.Api.exe and b/Sources/Minecraft.Crafting.Api/bin/Debug/net6.0/Minecraft.Crafting.Api.exe differ
diff --git a/Sources/Minecraft.Crafting.Api/bin/Debug/net6.0/Minecraft.Crafting.Api.pdb b/Sources/Minecraft.Crafting.Api/bin/Debug/net6.0/Minecraft.Crafting.Api.pdb
index b12e89f..aa169d5 100644
Binary files a/Sources/Minecraft.Crafting.Api/bin/Debug/net6.0/Minecraft.Crafting.Api.pdb and b/Sources/Minecraft.Crafting.Api/bin/Debug/net6.0/Minecraft.Crafting.Api.pdb differ
diff --git a/Sources/Minecraft.Crafting.Api/obj/Debug/net6.0/Minecraft.Crafting.Api.AssemblyInfo.cs b/Sources/Minecraft.Crafting.Api/obj/Debug/net6.0/Minecraft.Crafting.Api.AssemblyInfo.cs
index 498263c..5fab5c1 100644
--- a/Sources/Minecraft.Crafting.Api/obj/Debug/net6.0/Minecraft.Crafting.Api.AssemblyInfo.cs
+++ b/Sources/Minecraft.Crafting.Api/obj/Debug/net6.0/Minecraft.Crafting.Api.AssemblyInfo.cs
@@ -1,10 +1,10 @@
//------------------------------------------------------------------------------
//
-// Ce code a été généré par un outil.
-// Version du runtime :4.0.30319.42000
+// This code was generated by a tool.
+// Runtime Version: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é.
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
//
//------------------------------------------------------------------------------
@@ -20,5 +20,5 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyTitleAttribute("Minecraft.Crafting.Api")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-// Généré par la classe MSBuild WriteCodeFragment.
+// Generated by the MSBuild WriteCodeFragment class.
diff --git a/Sources/Minecraft.Crafting.Api/obj/Debug/net6.0/Minecraft.Crafting.Api.GeneratedMSBuildEditorConfig.editorconfig b/Sources/Minecraft.Crafting.Api/obj/Debug/net6.0/Minecraft.Crafting.Api.GeneratedMSBuildEditorConfig.editorconfig
index c83e0b9..cfc6ffe 100644
--- a/Sources/Minecraft.Crafting.Api/obj/Debug/net6.0/Minecraft.Crafting.Api.GeneratedMSBuildEditorConfig.editorconfig
+++ b/Sources/Minecraft.Crafting.Api/obj/Debug/net6.0/Minecraft.Crafting.Api.GeneratedMSBuildEditorConfig.editorconfig
@@ -8,9 +8,9 @@ build_property.PlatformNeutralAssembly =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = Minecraft.Crafting.Api
build_property.RootNamespace = Minecraft.Crafting.Api
-build_property.ProjectDir = C:\Users\ludelanier\Source\Repos\minecraft_compagnon\Sources\Minecraft.Crafting.Api\
+build_property.ProjectDir = C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\
build_property.RazorLangVersion = 6.0
build_property.SupportLocalizedComponentNames =
build_property.GenerateRazorMetadataSourceChecksumAttributes =
-build_property.MSBuildProjectDirectory = C:\Users\ludelanier\Source\Repos\minecraft_compagnon\Sources\Minecraft.Crafting.Api
+build_property.MSBuildProjectDirectory = C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api
build_property._RazorSourceGeneratorDebug =
diff --git a/Sources/Minecraft.Crafting.Api/obj/Debug/net6.0/Minecraft.Crafting.Api.MvcApplicationPartsAssemblyInfo.cs b/Sources/Minecraft.Crafting.Api/obj/Debug/net6.0/Minecraft.Crafting.Api.MvcApplicationPartsAssemblyInfo.cs
index 84e1e6e..eeb8640 100644
--- a/Sources/Minecraft.Crafting.Api/obj/Debug/net6.0/Minecraft.Crafting.Api.MvcApplicationPartsAssemblyInfo.cs
+++ b/Sources/Minecraft.Crafting.Api/obj/Debug/net6.0/Minecraft.Crafting.Api.MvcApplicationPartsAssemblyInfo.cs
@@ -1,10 +1,10 @@
//------------------------------------------------------------------------------
//
-// Ce code a été généré par un outil.
-// Version du runtime :4.0.30319.42000
+// This code was generated by a tool.
+// Runtime Version: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é.
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
//
//------------------------------------------------------------------------------
@@ -13,5 +13,5 @@ using System.Reflection;
[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Swashbuckle.AspNetCore.SwaggerGen")]
-// Généré par la classe MSBuild WriteCodeFragment.
+// Generated by the MSBuild WriteCodeFragment class.
diff --git a/Sources/Minecraft.Crafting.Api/obj/Debug/net6.0/Minecraft.Crafting.Api.assets.cache b/Sources/Minecraft.Crafting.Api/obj/Debug/net6.0/Minecraft.Crafting.Api.assets.cache
index ec55907..c38997a 100644
Binary files a/Sources/Minecraft.Crafting.Api/obj/Debug/net6.0/Minecraft.Crafting.Api.assets.cache and b/Sources/Minecraft.Crafting.Api/obj/Debug/net6.0/Minecraft.Crafting.Api.assets.cache differ
diff --git a/Sources/Minecraft.Crafting.Api/obj/Debug/net6.0/Minecraft.Crafting.Api.csproj.CoreCompileInputs.cache b/Sources/Minecraft.Crafting.Api/obj/Debug/net6.0/Minecraft.Crafting.Api.csproj.CoreCompileInputs.cache
index 0bfb78d..86499d6 100644
--- a/Sources/Minecraft.Crafting.Api/obj/Debug/net6.0/Minecraft.Crafting.Api.csproj.CoreCompileInputs.cache
+++ b/Sources/Minecraft.Crafting.Api/obj/Debug/net6.0/Minecraft.Crafting.Api.csproj.CoreCompileInputs.cache
@@ -1 +1 @@
-7af6638230156d5f7a6e3d1fe1b352459adb9fb6
+e42e1b21331ef9c9937d17cbdff0390fa8339630
diff --git a/Sources/Minecraft.Crafting.Api/obj/Debug/net6.0/Minecraft.Crafting.Api.csproj.FileListAbsolute.txt b/Sources/Minecraft.Crafting.Api/obj/Debug/net6.0/Minecraft.Crafting.Api.csproj.FileListAbsolute.txt
index 2b57c52..c4d4b09 100644
--- a/Sources/Minecraft.Crafting.Api/obj/Debug/net6.0/Minecraft.Crafting.Api.csproj.FileListAbsolute.txt
+++ b/Sources/Minecraft.Crafting.Api/obj/Debug/net6.0/Minecraft.Crafting.Api.csproj.FileListAbsolute.txt
@@ -497,3 +497,502 @@ C:\Users\ludelanier\Source\Repos\minecraft_compagnon\Sources\Minecraft.Crafting.
C:\Users\ludelanier\Source\Repos\minecraft_compagnon\Sources\Minecraft.Crafting.Api\obj\Debug\net6.0\Minecraft.Crafting.Api.pdb
C:\Users\ludelanier\Source\Repos\minecraft_compagnon\Sources\Minecraft.Crafting.Api\obj\Debug\net6.0\Minecraft.Crafting.Api.genruntimeconfig.cache
C:\Users\ludelanier\Source\Repos\minecraft_compagnon\Sources\Minecraft.Crafting.Api\obj\Debug\net6.0\ref\Minecraft.Crafting.Api.dll
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\appsettings.Development.json
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\appsettings.json
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Data\convert-recipes.json
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Data\items-original.json
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Data\recipes.json
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Minecraft.Crafting.Api.exe
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Data\items.json
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\activatorRail.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\activatorRail_powered.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\anvil_base.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\anvil_top.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\anvil_top_damaged_1.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\anvil_top_damaged_2.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\apple.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\appleGold.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\arrow.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\beacon.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\bed.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\bedrock.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\bed_feet_end.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\bed_feet_side.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\bed_feet_top.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\bed_head_end.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\bed_head_side.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\bed_head_top.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\beefCooked.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\beefRaw.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\blazePowder.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\blazeRod.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\blockDiamond.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\blockEmerald.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\blockGold.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\blockIron.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\blockLapis.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\blockRedstone.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\boat.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\bone.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\book.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\bookshelf.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\bootsChain.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\bootsCloth.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\bootsCloth_overlay.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\bootsDiamond.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\bootsGold.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\bootsIron.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\bow.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\bowl.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\bow_pull_0.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\bow_pull_1.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\bow_pull_2.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\bread.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\brewingStand.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\brewingStand_base.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\brick.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\bucket.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\bucketLava.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\bucketWater.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\cactus_bottom.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\cactus_side.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\cactus_top.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\cake.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\cake_bottom.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\cake_inner.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\cake_side.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\cake_top.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\carrotGolden.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\carrotOnAStick.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\carrots.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\carrots_0.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\carrots_1.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\carrots_2.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\carrots_3.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\cauldron.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\cauldron_bottom.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\cauldron_inner.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\cauldron_side.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\cauldron_top.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\chestplateChain.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\chestplateCloth.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\chestplateCloth_overlay.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\chestplateDiamond.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\chestplateGold.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\chestplateIron.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\chickenCooked.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\chickenRaw.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\clay.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\clock.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\clock.txt
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\cloth_0.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\cloth_1.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\cloth_10.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\cloth_11.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\cloth_12.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\cloth_13.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\cloth_14.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\cloth_15.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\cloth_2.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\cloth_3.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\cloth_4.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\cloth_5.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\cloth_6.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\cloth_7.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\cloth_8.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\cloth_9.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\coal.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\coal_ore.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\cobblestone.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\cocoa_0.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\cocoa_1.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\cocoa_2.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\commandBlock.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\comparator.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\comparator_lit.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\compass.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\compass.txt
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\cookie.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\crops_0.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\crops_1.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\crops_2.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\crops_3.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\crops_4.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\crops_5.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\crops_6.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\crops_7.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\daylightDetector_side.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\daylightDetector_top.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\deadbush.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\default.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\destroy_0.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\destroy_1.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\destroy_2.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\destroy_3.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\destroy_4.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\destroy_5.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\destroy_6.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\destroy_7.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\destroy_8.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\destroy_9.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\detectorRail.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\diamond.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\diode.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\dirt.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\dispenser.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\dispenser_front.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\dispenser_front_vertical.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\doorIron.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\doorIron_lower.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\doorIron_upper.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\doorWood.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\doorWood_lower.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\doorWood_upper.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\dragonEgg.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\dropper_front.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\dropper_front_vertical.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\dyePowder_black.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\dyePowder_blue.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\dyePowder_brown.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\dyePowder_cyan.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\dyePowder_gray.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\dyePowder_green.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\dyePowder_lightBlue.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\dyePowder_lime.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\dyePowder_magenta.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\dyePowder_orange.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\dyePowder_pink.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\dyePowder_purple.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\dyePowder_red.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\dyePowder_silver.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\dyePowder_white.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\dyePowder_yellow.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\egg.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\emerald.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\emptyMap.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\enchantedBook.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\enchantment_bottom.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\enchantment_side.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\enchantment_top.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\enderPearl.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\endframe_eye.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\endframe_side.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\endframe_top.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\expBottle.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\eyeOfEnder.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\farmland_dry.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\farmland_wet.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\feather.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\fenceIron.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\fermentedSpiderEye.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\fern.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\fireball.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\fireworks.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\fireworksCharge.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\fireworksCharge_overlay.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\fire_0.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\fire_0.txt
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\fire_1.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\fire_1.txt
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\fishCooked.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\fishingRod.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\fishingRod_empty.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\fishRaw.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\flint.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\flintAndSteel.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\flower.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\flowerPot.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\frame.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\furnace_front.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\furnace_front_lit.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\furnace_side.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\furnace_top.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\ghastTear.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\glass.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\glassBottle.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\goldenRail.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\goldenRail_powered.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\goldNugget.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\gold_ore.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\grass.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\grass_side.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\grass_side_overlay.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\grass_top.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\gravel.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\hatchetDiamond.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\hatchetGold.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\hatchetIron.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\hatchetStone.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\hatchetWood.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\hellrock.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\hellsand.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\helmetChain.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\helmetCloth.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\helmetCloth_overlay.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\helmetDiamond.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\helmetGold.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\helmetIron.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\hoeDiamond.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\hoeGold.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\hoeIron.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\hoeStone.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\hoeWood.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\hopper.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\hopper_inside.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\hopper_top.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\ice.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\ingotGold.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\ingotIron.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\iron_ore.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\itemframe_back.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\jukebox_top.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\ladder.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\lapis_block.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\lapis_ore.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\lava.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\lava.txt
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\lava_flow.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\lava_flow.txt
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\leather.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\leaves.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\leaves_jungle.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\leaves_jungle_opaque.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\leaves_opaque.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\leaves_spruce.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\leaves_spruce_opaque.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\leggingsChain.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\leggingsCloth.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\leggingsCloth_overlay.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\leggingsDiamond.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\leggingsGold.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\leggingsIron.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\lever.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\lightgem.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\log.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\magmaCream.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\map.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\melon.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\melon_side.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\melon_top.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\milk.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\minecart.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\minecartChest.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\minecartFurnace.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\minecartHopper.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\minecartTnt.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\mobSpawner.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\monsterPlacer.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\monsterPlacer_overlay.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\mushroomStew.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\mushroom_brown.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\mushroom_inside.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\mushroom_red.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\mushroom_skin_brown.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\mushroom_skin_red.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\mushroom_skin_stem.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\musicBlock.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\mycel_side.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\mycel_top.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\netherBrick.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\netherquartz.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\netherStalkSeeds.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\netherStalk_0.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\netherStalk_1.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\netherStalk_2.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\netherStar.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\obsidian.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\offlawn.beanstalk.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\offlawn.lawn.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\offlawn.sunflower-bottom.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\offlawn.sunflower-top.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\offlawn.sunflowerseed.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\oreCoal.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\oreDiamond.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\oreEmerald.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\oreGold.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\oreIron.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\oreLapis.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\oreRedstone.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\painting.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\paper.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\pickaxeDiamond.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\pickaxeGold.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\pickaxeIron.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\pickaxeStone.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\pickaxeWood.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\piston_bottom.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\piston_inner_top.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\piston_side.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\piston_top.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\piston_top_sticky.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\planks.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\porkchopCooked.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\porkchopRaw.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\potato.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\potatoBaked.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\potatoes_0.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\potatoes_1.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\potatoes_2.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\potatoes_3.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\potatoPoisonous.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\potion.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\potion_contents.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\potion_splash.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\pumpkinPie.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\pumpkin_face.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\pumpkin_jack.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\pumpkin_side.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\pumpkin_top.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\quartzblock_bottom.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\quartzblock_chiseled.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\quartzblock_chiseled_top.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\quartzblock_lines.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\quartzblock_lines_top.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\quartzblock_side.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\quartzblock_top.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\quiver.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\rail.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\rail_turn.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\record_11.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\record_13.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\record_blocks.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\record_cat.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\record_chirp.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\record_far.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\record_mall.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\record_mellohi.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\record_stal.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\record_strad.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\record_wait.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\record_ward.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\redstone.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\redstoneDust_cross.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\redstoneDust_cross_overlay.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\redstoneDust_line.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\redstoneDust_line_overlay.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\redstoneLight.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\redstoneLight_lit.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\redtorch.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\redtorch_lit.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\reeds.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\repeater.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\repeater_lit.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\rose.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\rottenFlesh.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\ruby.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\saddle.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\sand.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\sandstone.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\sandstone_bottom.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\sandstone_carved.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\sandstone_side.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\sandstone_smooth.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\sandstone_top.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\sapling.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\sapling_birch.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\sapling_jungle.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\sapling_spruce.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\seeds.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\seeds_melon.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\seeds_pumpkin.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\shears.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\shovelDiamond.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\shovelGold.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\shovelIron.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\shovelStone.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\shovelWood.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\sign.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\skull_char.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\skull_creeper.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\skull_skeleton.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\skull_wither.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\skull_zombie.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\slimeball.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\slot_empty_boots.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\slot_empty_chestplate.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\slot_empty_helmet.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\slot_empty_leggings.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\snow.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\snowball.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\snow_side.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\speckledMelon.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\spiderEye.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\sponge.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\stem_bent.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\stem_straight.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\stick.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\stone.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\stonebrick.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\stonebricksmooth.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\stonebricksmooth_carved.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\stonebricksmooth_cracked.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\stonebricksmooth_mossy.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\stoneMoss.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\stoneslab_side.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\stoneslab_top.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\string.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\sugar.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\sulphur.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\swordDiamond.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\swordGold.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\swordIron.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\swordStone.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\swordWood.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\tallgrass.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\thinglass_top.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\tnt_bottom.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\tnt_side.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\tnt_top.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\torch.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\trapdoor.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\tree_birch.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\tree_jungle.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\tree_side.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\tree_spruce.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\tree_top.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\tripWire.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\tripWireSource.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\vine.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\water.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\water.txt
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\waterlily.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\water_flow.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\water_flow.txt
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\web.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\wheat.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\whiteStone.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\wood.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\wood_birch.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\wood_jungle.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\wood_spruce.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\workbench_front.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\workbench_side.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\workbench_top.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\writingBook.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\writtenBook.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Images\yellowDust.png
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Minecraft.Crafting.Api.deps.json
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Minecraft.Crafting.Api.runtimeconfig.json
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Minecraft.Crafting.Api.dll
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Minecraft.Crafting.Api.pdb
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Microsoft.OpenApi.dll
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Newtonsoft.Json.dll
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Swashbuckle.AspNetCore.Swagger.dll
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Swashbuckle.AspNetCore.SwaggerGen.dll
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\bin\Debug\net6.0\Swashbuckle.AspNetCore.SwaggerUI.dll
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\obj\Debug\net6.0\Minecraft.Crafting.Api.csproj.AssemblyReference.cache
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\obj\Debug\net6.0\Minecraft.Crafting.Api.GeneratedMSBuildEditorConfig.editorconfig
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\obj\Debug\net6.0\Minecraft.Crafting.Api.AssemblyInfoInputs.cache
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\obj\Debug\net6.0\Minecraft.Crafting.Api.AssemblyInfo.cs
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\obj\Debug\net6.0\Minecraft.Crafting.Api.csproj.CoreCompileInputs.cache
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\obj\Debug\net6.0\Minecraft.Crafting.Api.MvcApplicationPartsAssemblyInfo.cs
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\obj\Debug\net6.0\Minecraft.Crafting.Api.MvcApplicationPartsAssemblyInfo.cache
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\obj\Debug\net6.0\staticwebassets.build.json
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\obj\Debug\net6.0\staticwebassets.development.json
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\obj\Debug\net6.0\scopedcss\bundle\Minecraft.Crafting.Api.styles.css
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\obj\Debug\net6.0\Minecraft.Crafting.Api.csproj.CopyComplete
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\obj\Debug\net6.0\Minecraft.Crafting.Api.dll
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\obj\Debug\net6.0\refint\Minecraft.Crafting.Api.dll
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\obj\Debug\net6.0\Minecraft.Crafting.Api.pdb
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\obj\Debug\net6.0\Minecraft.Crafting.Api.genruntimeconfig.cache
+C:\Users\felix\Documents\BUT2\Blazor\Projet\Sources\Minecraft.Crafting.Api\obj\Debug\net6.0\ref\Minecraft.Crafting.Api.dll
diff --git a/Sources/Minecraft.Crafting.Api/obj/Debug/net6.0/Minecraft.Crafting.Api.dll b/Sources/Minecraft.Crafting.Api/obj/Debug/net6.0/Minecraft.Crafting.Api.dll
index bded180..113e3d6 100644
Binary files a/Sources/Minecraft.Crafting.Api/obj/Debug/net6.0/Minecraft.Crafting.Api.dll and b/Sources/Minecraft.Crafting.Api/obj/Debug/net6.0/Minecraft.Crafting.Api.dll differ
diff --git a/Sources/Minecraft.Crafting.Api/obj/Debug/net6.0/Minecraft.Crafting.Api.genruntimeconfig.cache b/Sources/Minecraft.Crafting.Api/obj/Debug/net6.0/Minecraft.Crafting.Api.genruntimeconfig.cache
index aa85954..1ce85fb 100644
--- a/Sources/Minecraft.Crafting.Api/obj/Debug/net6.0/Minecraft.Crafting.Api.genruntimeconfig.cache
+++ b/Sources/Minecraft.Crafting.Api/obj/Debug/net6.0/Minecraft.Crafting.Api.genruntimeconfig.cache
@@ -1 +1 @@
-32e6694cef8328170a43fa83014010743f958685
+600f2ae8db7d8599d0125848416068cd6a22a2b0
diff --git a/Sources/Minecraft.Crafting.Api/obj/Debug/net6.0/Minecraft.Crafting.Api.pdb b/Sources/Minecraft.Crafting.Api/obj/Debug/net6.0/Minecraft.Crafting.Api.pdb
index b12e89f..aa169d5 100644
Binary files a/Sources/Minecraft.Crafting.Api/obj/Debug/net6.0/Minecraft.Crafting.Api.pdb and b/Sources/Minecraft.Crafting.Api/obj/Debug/net6.0/Minecraft.Crafting.Api.pdb differ
diff --git a/Sources/Minecraft.Crafting.Api/obj/Debug/net6.0/apphost.exe b/Sources/Minecraft.Crafting.Api/obj/Debug/net6.0/apphost.exe
index 68326ef..11e5e3c 100644
Binary files a/Sources/Minecraft.Crafting.Api/obj/Debug/net6.0/apphost.exe and b/Sources/Minecraft.Crafting.Api/obj/Debug/net6.0/apphost.exe differ
diff --git a/Sources/Minecraft.Crafting.Api/obj/Debug/net6.0/project.razor.vs.json b/Sources/Minecraft.Crafting.Api/obj/Debug/net6.0/project.razor.vs.json
index b9e8bd7..0f827cf 100644
--- a/Sources/Minecraft.Crafting.Api/obj/Debug/net6.0/project.razor.vs.json
+++ b/Sources/Minecraft.Crafting.Api/obj/Debug/net6.0/project.razor.vs.json
@@ -1 +1 @@
-{"SerializedFilePath":"C:\\Users\\felix\\Documents\\BUT2\\Blazor\\TP\\Sources\\Minecraft.Crafting.Api\\obj\\Debug\\net6.0\\project.razor.vs.json","FilePath":"C:\\Users\\felix\\Documents\\BUT2\\Blazor\\TP\\Sources\\Minecraft.Crafting.Api\\Minecraft.Crafting.Api.csproj","Configuration":{"ConfigurationName":"MVC-3.0","LanguageVersion":"6.0","Extensions":[{"ExtensionName":"MVC-3.0"}]},"ProjectWorkspaceState":{"TagHelpers":[{"HashCode":-1856072683,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.DataAnnotationsValidator","AssemblyName":"Microsoft.AspNetCore.Components.Forms","Documentation":"\n \n Adds Data Annotations validation support to an .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DataAnnotationsValidator"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.DataAnnotationsValidator","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"DataAnnotationsValidator"}},{"HashCode":-1646701916,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.DataAnnotationsValidator","AssemblyName":"Microsoft.AspNetCore.Components.Forms","Documentation":"\n \n Adds Data Annotations validation support to an .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.DataAnnotationsValidator"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.DataAnnotationsValidator","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"DataAnnotationsValidator","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1789588623,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.EditForm","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Renders a form element that cascades an to descendants.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditForm"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created form element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyDictionary"}},{"Kind":"Components.Component","Name":"EditContext","TypeName":"Microsoft.AspNetCore.Components.Forms.EditContext","Documentation":"\n \n Supplies the edit context explicitly. If using this parameter, do not\n also supply , since the model value will be taken\n from the property.\n \n ","Metadata":{"Common.PropertyName":"EditContext","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.Forms.EditContext"}},{"Kind":"Components.Component","Name":"Model","TypeName":"System.Object","Documentation":"\n \n Specifies the top-level model object for the form. An edit context will\n be constructed for this model. If using this parameter, do not also supply\n a value for .\n \n ","Metadata":{"Common.PropertyName":"Model","Common.GloballyQualifiedTypeName":"global::System.Object"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"OnSubmit","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n A callback that will be invoked when the form is submitted.\n \n If using this parameter, you are responsible for triggering any validation\n manually, e.g., by calling .\n \n ","Metadata":{"Common.PropertyName":"OnSubmit","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnValidSubmit","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n A callback that will be invoked when the form is submitted and the\n is determined to be valid.\n \n ","Metadata":{"Common.PropertyName":"OnValidSubmit","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInvalidSubmit","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n A callback that will be invoked when the form is submitted and the\n is determined to be invalid.\n \n ","Metadata":{"Common.PropertyName":"OnInvalidSubmit","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.EditForm","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"EditForm"}},{"HashCode":2087210361,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.EditForm","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Renders a form element that cascades an to descendants.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.EditForm"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created form element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyDictionary"}},{"Kind":"Components.Component","Name":"EditContext","TypeName":"Microsoft.AspNetCore.Components.Forms.EditContext","Documentation":"\n \n Supplies the edit context explicitly. If using this parameter, do not\n also supply , since the model value will be taken\n from the property.\n \n ","Metadata":{"Common.PropertyName":"EditContext","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.Forms.EditContext"}},{"Kind":"Components.Component","Name":"Model","TypeName":"System.Object","Documentation":"\n \n Specifies the top-level model object for the form. An edit context will\n be constructed for this model. If using this parameter, do not also supply\n a value for .\n \n ","Metadata":{"Common.PropertyName":"Model","Common.GloballyQualifiedTypeName":"global::System.Object"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"OnSubmit","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n A callback that will be invoked when the form is submitted.\n \n If using this parameter, you are responsible for triggering any validation\n manually, e.g., by calling .\n \n ","Metadata":{"Common.PropertyName":"OnSubmit","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnValidSubmit","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n A callback that will be invoked when the form is submitted and the\n is determined to be valid.\n \n ","Metadata":{"Common.PropertyName":"OnValidSubmit","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"OnInvalidSubmit","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n A callback that will be invoked when the form is submitted and the\n is determined to be invalid.\n \n ","Metadata":{"Common.PropertyName":"OnInvalidSubmit","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.EditForm","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"EditForm","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2063719819,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Forms.EditForm.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"EditForm"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ChildContent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.EditForm.ChildContent","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"EditForm","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":113815998,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Forms.EditForm.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Specifies the content to be rendered inside this .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Microsoft.AspNetCore.Components.Forms.EditForm"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ChildContent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.EditForm.ChildContent","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"EditForm","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-916422635,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputCheckbox","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n An input component for editing values.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputCheckbox"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyDictionary"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value of the input. This should be used with two-way binding.\n \n \n @bind-Value=\"model.PropertyName\"\n \n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback that updates the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\n \n Gets or sets the display name for this field.\n This value is used when generating error messages when the input value fails to parse correctly.\n \n ","Metadata":{"Common.PropertyName":"DisplayName","Common.GloballyQualifiedTypeName":"global::System.String"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputCheckbox","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"InputCheckbox"}},{"HashCode":1793156627,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputCheckbox","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n An input component for editing values.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputCheckbox"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyDictionary"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Boolean","Documentation":"\n \n Gets or sets the value of the input. This should be used with two-way binding.\n \n \n @bind-Value=\"model.PropertyName\"\n \n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback that updates the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\n \n Gets or sets the display name for this field.\n This value is used when generating error messages when the input value fails to parse correctly.\n \n ","Metadata":{"Common.PropertyName":"DisplayName","Common.GloballyQualifiedTypeName":"global::System.String"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputCheckbox","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"InputCheckbox","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2103100738,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputDate","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n An input component for editing date values.\n Supported types are and .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputDate"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Microsoft.AspNetCore.Components.Forms.InputDate component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Microsoft.AspNetCore.Components.Forms.InputDateType","IsEnum":true,"Documentation":"\n \n Gets or sets the type of HTML input to be rendered.\n \n ","Metadata":{"Common.PropertyName":"Type","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.Forms.InputDateType"}},{"Kind":"Components.Component","Name":"ParsingErrorMessage","TypeName":"System.String","Documentation":"\n \n Gets or sets the error message used when displaying an a parsing error.\n \n ","Metadata":{"Common.PropertyName":"ParsingErrorMessage","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyDictionary"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Gets or sets the value of the input. This should be used with two-way binding.\n \n \n @bind-Value=\"model.PropertyName\"\n \n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback that updates the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\n \n Gets or sets the display name for this field.\n This value is used when generating error messages when the input value fails to parse correctly.\n \n ","Metadata":{"Common.PropertyName":"DisplayName","Common.GloballyQualifiedTypeName":"global::System.String"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputDate","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"InputDate","Components.GenericTyped":"True"}},{"HashCode":596078321,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputDate","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n An input component for editing date values.\n Supported types are and .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputDate"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Microsoft.AspNetCore.Components.Forms.InputDate component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Microsoft.AspNetCore.Components.Forms.InputDateType","IsEnum":true,"Documentation":"\n \n Gets or sets the type of HTML input to be rendered.\n \n ","Metadata":{"Common.PropertyName":"Type","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.Forms.InputDateType"}},{"Kind":"Components.Component","Name":"ParsingErrorMessage","TypeName":"System.String","Documentation":"\n \n Gets or sets the error message used when displaying an a parsing error.\n \n ","Metadata":{"Common.PropertyName":"ParsingErrorMessage","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyDictionary"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Gets or sets the value of the input. This should be used with two-way binding.\n \n \n @bind-Value=\"model.PropertyName\"\n \n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback that updates the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\n \n Gets or sets the display name for this field.\n This value is used when generating error messages when the input value fails to parse correctly.\n \n ","Metadata":{"Common.PropertyName":"DisplayName","Common.GloballyQualifiedTypeName":"global::System.String"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputDate","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"InputDate","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-950800962,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputFile","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n A component that wraps the HTML file input element and supplies a for each file's contents.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputFile"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event callback that will be invoked when the collection of selected files changes.\n \n ","Metadata":{"Common.PropertyName":"OnChange","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the input element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IDictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputFile","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"InputFile"}},{"HashCode":-51883978,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputFile","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n A component that wraps the HTML file input element and supplies a for each file's contents.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputFile"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets the event callback that will be invoked when the collection of selected files changes.\n \n ","Metadata":{"Common.PropertyName":"OnChange","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the input element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IDictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputFile","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"InputFile","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":152097514,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputNumber","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n An input component for editing numeric values.\n Supported numeric types are , , , , , .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputNumber"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Microsoft.AspNetCore.Components.Forms.InputNumber component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ParsingErrorMessage","TypeName":"System.String","Documentation":"\n \n Gets or sets the error message used when displaying an a parsing error.\n \n ","Metadata":{"Common.PropertyName":"ParsingErrorMessage","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyDictionary"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Gets or sets the value of the input. This should be used with two-way binding.\n \n \n @bind-Value=\"model.PropertyName\"\n \n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback that updates the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\n \n Gets or sets the display name for this field.\n This value is used when generating error messages when the input value fails to parse correctly.\n \n ","Metadata":{"Common.PropertyName":"DisplayName","Common.GloballyQualifiedTypeName":"global::System.String"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputNumber","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"InputNumber","Components.GenericTyped":"True"}},{"HashCode":-899228490,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputNumber","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n An input component for editing numeric values.\n Supported numeric types are , , , , , .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputNumber"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Microsoft.AspNetCore.Components.Forms.InputNumber component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ParsingErrorMessage","TypeName":"System.String","Documentation":"\n \n Gets or sets the error message used when displaying an a parsing error.\n \n ","Metadata":{"Common.PropertyName":"ParsingErrorMessage","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyDictionary"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Gets or sets the value of the input. This should be used with two-way binding.\n \n \n @bind-Value=\"model.PropertyName\"\n \n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback that updates the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\n \n Gets or sets the display name for this field.\n This value is used when generating error messages when the input value fails to parse correctly.\n \n ","Metadata":{"Common.PropertyName":"DisplayName","Common.GloballyQualifiedTypeName":"global::System.String"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputNumber","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"InputNumber","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":247676274,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputRadio","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n An input component used for selecting a value from a group of choices.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputRadio"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Microsoft.AspNetCore.Components.Forms.InputRadio component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the input element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyDictionary"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Gets or sets the value of this input.\n \n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Gets or sets the name of the parent input radio group.\n \n ","Metadata":{"Common.PropertyName":"Name","Common.GloballyQualifiedTypeName":"global::System.String"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputRadio","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"InputRadio","Components.GenericTyped":"True"}},{"HashCode":-245082154,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputRadio","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n An input component used for selecting a value from a group of choices.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputRadio"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Microsoft.AspNetCore.Components.Forms.InputRadio component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the input element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyDictionary"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Gets or sets the value of this input.\n \n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Gets or sets the name of the parent input radio group.\n \n ","Metadata":{"Common.PropertyName":"Name","Common.GloballyQualifiedTypeName":"global::System.String"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputRadio","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"InputRadio","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-3486518,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Groups child components.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputRadioGroup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Microsoft.AspNetCore.Components.Forms.InputRadioGroup component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the child content to be rendering inside the .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Gets or sets the name of the group.\n \n ","Metadata":{"Common.PropertyName":"Name","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyDictionary"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Gets or sets the value of the input. This should be used with two-way binding.\n \n \n @bind-Value=\"model.PropertyName\"\n \n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback that updates the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\n \n Gets or sets the display name for this field.\n This value is used when generating error messages when the input value fails to parse correctly.\n \n ","Metadata":{"Common.PropertyName":"DisplayName","Common.GloballyQualifiedTypeName":"global::System.String"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"InputRadioGroup","Components.GenericTyped":"True"}},{"HashCode":-1446222502,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Groups child components.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Microsoft.AspNetCore.Components.Forms.InputRadioGroup component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the child content to be rendering inside the .\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Gets or sets the name of the group.\n \n ","Metadata":{"Common.PropertyName":"Name","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyDictionary"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Gets or sets the value of the input. This should be used with two-way binding.\n \n \n @bind-Value=\"model.PropertyName\"\n \n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback that updates the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\n \n Gets or sets the display name for this field.\n This value is used when generating error messages when the input value fails to parse correctly.\n \n ","Metadata":{"Common.PropertyName":"DisplayName","Common.GloballyQualifiedTypeName":"global::System.String"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"InputRadioGroup","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1960512142,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Gets or sets the child content to be rendering inside the .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"InputRadioGroup"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup.ChildContent","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"InputRadioGroup","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1920215596,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Gets or sets the child content to be rendering inside the .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup.ChildContent","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"InputRadioGroup","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-962036311,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputSelect","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n A dropdown selection component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputSelect"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Microsoft.AspNetCore.Components.Forms.InputSelect component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the child content to be rendering inside the select element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyDictionary"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Gets or sets the value of the input. This should be used with two-way binding.\n \n \n @bind-Value=\"model.PropertyName\"\n \n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback that updates the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\n \n Gets or sets the display name for this field.\n This value is used when generating error messages when the input value fails to parse correctly.\n \n ","Metadata":{"Common.PropertyName":"DisplayName","Common.GloballyQualifiedTypeName":"global::System.String"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputSelect","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"InputSelect","Components.GenericTyped":"True"}},{"HashCode":1775905808,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputSelect","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n A dropdown selection component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputSelect"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Microsoft.AspNetCore.Components.Forms.InputSelect component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the child content to be rendering inside the select element.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyDictionary"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n Gets or sets the value of the input. This should be used with two-way binding.\n \n \n @bind-Value=\"model.PropertyName\"\n \n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback that updates the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\n \n Gets or sets the display name for this field.\n This value is used when generating error messages when the input value fails to parse correctly.\n \n ","Metadata":{"Common.PropertyName":"DisplayName","Common.GloballyQualifiedTypeName":"global::System.String"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputSelect","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"InputSelect","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-924391862,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Forms.InputSelect.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Gets or sets the child content to be rendering inside the select element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"InputSelect"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputSelect.ChildContent","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"InputSelect","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":1469997211,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Forms.InputSelect.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Gets or sets the child content to be rendering inside the select element.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Microsoft.AspNetCore.Components.Forms.InputSelect"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputSelect.ChildContent","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"InputSelect","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":497607057,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputText","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n An input component for editing values.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputText"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyDictionary"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Gets or sets the value of the input. This should be used with two-way binding.\n \n \n @bind-Value=\"model.PropertyName\"\n \n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback that updates the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\n \n Gets or sets the display name for this field.\n This value is used when generating error messages when the input value fails to parse correctly.\n \n ","Metadata":{"Common.PropertyName":"DisplayName","Common.GloballyQualifiedTypeName":"global::System.String"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputText","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"InputText"}},{"HashCode":-1896998253,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputText","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n An input component for editing values.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputText"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyDictionary"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Gets or sets the value of the input. This should be used with two-way binding.\n \n \n @bind-Value=\"model.PropertyName\"\n \n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback that updates the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\n \n Gets or sets the display name for this field.\n This value is used when generating error messages when the input value fails to parse correctly.\n \n ","Metadata":{"Common.PropertyName":"DisplayName","Common.GloballyQualifiedTypeName":"global::System.String"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputText","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"InputText","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":706994615,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputTextArea","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n A multiline input component for editing values.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputTextArea"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyDictionary"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Gets or sets the value of the input. This should be used with two-way binding.\n \n \n @bind-Value=\"model.PropertyName\"\n \n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback that updates the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\n \n Gets or sets the display name for this field.\n This value is used when generating error messages when the input value fails to parse correctly.\n \n ","Metadata":{"Common.PropertyName":"DisplayName","Common.GloballyQualifiedTypeName":"global::System.String"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputTextArea","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"InputTextArea"}},{"HashCode":-1458327790,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputTextArea","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n A multiline input component for editing values.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputTextArea"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyDictionary"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\n \n Gets or sets the value of the input. This should be used with two-way binding.\n \n \n @bind-Value=\"model.PropertyName\"\n \n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a callback that updates the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueChanged","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Gets or sets an expression that identifies the bound value.\n \n ","Metadata":{"Common.PropertyName":"ValueExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\n \n Gets or sets the display name for this field.\n This value is used when generating error messages when the input value fails to parse correctly.\n \n ","Metadata":{"Common.PropertyName":"DisplayName","Common.GloballyQualifiedTypeName":"global::System.String"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputTextArea","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"InputTextArea","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1409346984,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.ValidationMessage","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Displays a list of validation messages for a specified field within a cascaded .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ValidationMessage"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Microsoft.AspNetCore.Components.Forms.ValidationMessage component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created div element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyDictionary"}},{"Kind":"Components.Component","Name":"For","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the field for which validation messages should be displayed.\n \n ","Metadata":{"Common.PropertyName":"For","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.ValidationMessage","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"ValidationMessage","Components.GenericTyped":"True"}},{"HashCode":-539041457,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.ValidationMessage","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Displays a list of validation messages for a specified field within a cascaded .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.ValidationMessage"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Microsoft.AspNetCore.Components.Forms.ValidationMessage component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created div element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyDictionary"}},{"Kind":"Components.Component","Name":"For","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\n \n Specifies the field for which validation messages should be displayed.\n \n ","Metadata":{"Common.PropertyName":"For","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>","Components.GenericTyped":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.ValidationMessage","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"ValidationMessage","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1642247267,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.ValidationSummary","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Displays a list of validation messages from a cascaded .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ValidationSummary"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Model","TypeName":"System.Object","Documentation":"\n \n Gets or sets the model to produce the list of validation messages for.\n When specified, this lists all errors that are associated with the model instance.\n \n ","Metadata":{"Common.PropertyName":"Model","Common.GloballyQualifiedTypeName":"global::System.Object"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created ul element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyDictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.ValidationSummary","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"ValidationSummary"}},{"HashCode":591741979,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.ValidationSummary","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Displays a list of validation messages from a cascaded .\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.ValidationSummary"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Model","TypeName":"System.Object","Documentation":"\n \n Gets or sets the model to produce the list of validation messages for.\n When specified, this lists all errors that are associated with the model instance.\n \n ","Metadata":{"Common.PropertyName":"Model","Common.GloballyQualifiedTypeName":"global::System.Object"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be applied to the created ul element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyDictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Forms.ValidationSummary","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Common.TypeNameIdentifier":"ValidationSummary","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1321625040,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Routing.FocusOnNavigate","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n After navigating from one page to another, sets focus to an element\n matching a CSS selector. This can be used to build an accessible\n navigation system compatible with screen readers.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FocusOnNavigate"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"RouteData","TypeName":"Microsoft.AspNetCore.Components.RouteData","Documentation":"\n \n Gets or sets the route data. This can be obtained from an enclosing\n component.\n \n ","Metadata":{"Common.PropertyName":"RouteData","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RouteData"}},{"Kind":"Components.Component","Name":"Selector","TypeName":"System.String","Documentation":"\n \n Gets or sets a CSS selector describing the element to be focused after\n navigation between pages.\n \n ","Metadata":{"Common.PropertyName":"Selector","Common.GloballyQualifiedTypeName":"global::System.String"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Routing.FocusOnNavigate","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Routing","Common.TypeNameIdentifier":"FocusOnNavigate"}},{"HashCode":-1759400738,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Routing.FocusOnNavigate","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n After navigating from one page to another, sets focus to an element\n matching a CSS selector. This can be used to build an accessible\n navigation system compatible with screen readers.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Routing.FocusOnNavigate"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"RouteData","TypeName":"Microsoft.AspNetCore.Components.RouteData","Documentation":"\n \n Gets or sets the route data. This can be obtained from an enclosing\n component.\n \n ","Metadata":{"Common.PropertyName":"RouteData","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RouteData"}},{"Kind":"Components.Component","Name":"Selector","TypeName":"System.String","Documentation":"\n \n Gets or sets a CSS selector describing the element to be focused after\n navigation between pages.\n \n ","Metadata":{"Common.PropertyName":"Selector","Common.GloballyQualifiedTypeName":"global::System.String"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Routing.FocusOnNavigate","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Routing","Common.TypeNameIdentifier":"FocusOnNavigate","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1721809178,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Routing.NavLink","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n A component that renders an anchor tag, automatically toggling its 'active'\n class based on whether its 'href' matches the current URI.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NavLink"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ActiveClass","TypeName":"System.String","Documentation":"\n \n Gets or sets the CSS class name applied to the NavLink when the\n current route matches the NavLink href.\n \n ","Metadata":{"Common.PropertyName":"ActiveClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be added to the generated\n a element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyDictionary"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the child content of the component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Match","TypeName":"Microsoft.AspNetCore.Components.Routing.NavLinkMatch","IsEnum":true,"Documentation":"\n \n Gets or sets a value representing the URL matching behavior.\n \n ","Metadata":{"Common.PropertyName":"Match","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.Routing.NavLinkMatch"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Routing.NavLink","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Routing","Common.TypeNameIdentifier":"NavLink"}},{"HashCode":-1182313963,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Routing.NavLink","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n A component that renders an anchor tag, automatically toggling its 'active'\n class based on whether its 'href' matches the current URI.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Routing.NavLink"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ActiveClass","TypeName":"System.String","Documentation":"\n \n Gets or sets the CSS class name applied to the NavLink when the\n current route matches the NavLink href.\n \n ","Metadata":{"Common.PropertyName":"ActiveClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\n \n Gets or sets a collection of additional attributes that will be added to the generated\n a element.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyDictionary"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the child content of the component.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Match","TypeName":"Microsoft.AspNetCore.Components.Routing.NavLinkMatch","IsEnum":true,"Documentation":"\n \n Gets or sets a value representing the URL matching behavior.\n \n ","Metadata":{"Common.PropertyName":"Match","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.Routing.NavLinkMatch"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Routing.NavLink","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Routing","Common.TypeNameIdentifier":"NavLink","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-740824051,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Routing.NavLink.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Gets or sets the child content of the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"NavLink"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Routing.NavLink.ChildContent","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Routing","Common.TypeNameIdentifier":"NavLink","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1903137250,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Routing.NavLink.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Gets or sets the child content of the component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Microsoft.AspNetCore.Components.Routing.NavLink"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Routing.NavLink.ChildContent","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Routing","Common.TypeNameIdentifier":"NavLink","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1246271716,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Web.HeadContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Provides content to components.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeadContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content to be rendered in instances.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Web.HeadContent","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"HeadContent"}},{"HashCode":-996503938,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Web.HeadContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Provides content to components.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Web.HeadContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content to be rendered in instances.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Web.HeadContent","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"HeadContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1608831631,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Web.HeadContent.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Gets or sets the content to be rendered in instances.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"HeadContent"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Web.HeadContent.ChildContent","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"HeadContent","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1521540536,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Web.HeadContent.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Gets or sets the content to be rendered in instances.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Microsoft.AspNetCore.Components.Web.HeadContent"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Web.HeadContent.ChildContent","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"HeadContent","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-628269752,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Web.HeadOutlet","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Renders content provided by components.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeadOutlet"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Web.HeadOutlet","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"HeadOutlet"}},{"HashCode":1646289862,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Web.HeadOutlet","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Renders content provided by components.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Web.HeadOutlet"}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Web.HeadOutlet","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"HeadOutlet","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2129736942,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Web.PageTitle","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Enables rendering an HTML <title> to a component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PageTitle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content to be rendered as the document title.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Web.PageTitle","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"PageTitle"}},{"HashCode":943926180,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Web.PageTitle","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Enables rendering an HTML <title> to a component.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Web.PageTitle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content to be rendered as the document title.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Web.PageTitle","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"PageTitle","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1161311501,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Web.PageTitle.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Gets or sets the content to be rendered as the document title.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PageTitle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Web.PageTitle.ChildContent","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"PageTitle","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":2073571043,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Web.PageTitle.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Gets or sets the content to be rendered as the document title.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Microsoft.AspNetCore.Components.Web.PageTitle"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Web.PageTitle.ChildContent","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"PageTitle","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1113147290,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Web.ErrorBoundary","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Captures errors thrown from its child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ErrorBoundary"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content to be displayed when there is no error.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ErrorContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content to be displayed when there is an error.\n \n ","Metadata":{"Common.PropertyName":"ErrorContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"MaximumErrorCount","TypeName":"System.Int32","Documentation":"\n \n The maximum number of errors that can be handled. If more errors are received,\n they will be treated as fatal. Calling resets the count.\n \n ","Metadata":{"Common.PropertyName":"MaximumErrorCount","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Web.ErrorBoundary","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"ErrorBoundary"}},{"HashCode":719579976,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Web.ErrorBoundary","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Captures errors thrown from its child content.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Web.ErrorBoundary"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content to be displayed when there is no error.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ErrorContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content to be displayed when there is an error.\n \n ","Metadata":{"Common.PropertyName":"ErrorContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"MaximumErrorCount","TypeName":"System.Int32","Documentation":"\n \n The maximum number of errors that can be handled. If more errors are received,\n they will be treated as fatal. Calling resets the count.\n \n ","Metadata":{"Common.PropertyName":"MaximumErrorCount","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Web.ErrorBoundary","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"ErrorBoundary","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-252057281,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Web.ErrorBoundary.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n The content to be displayed when there is no error.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ErrorBoundary"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Web.ErrorBoundary.ChildContent","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"ErrorBoundary","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-334595117,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Web.ErrorBoundary.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n The content to be displayed when there is no error.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Microsoft.AspNetCore.Components.Web.ErrorBoundary"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Web.ErrorBoundary.ChildContent","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"ErrorBoundary","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":720802434,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Web.ErrorBoundary.ErrorContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n The content to be displayed when there is an error.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ErrorContent","ParentTag":"ErrorBoundary"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ErrorContent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Web.ErrorBoundary.ErrorContent","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"ErrorBoundary","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1066138983,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Web.ErrorBoundary.ErrorContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n The content to be displayed when there is an error.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ErrorContent","ParentTag":"Microsoft.AspNetCore.Components.Web.ErrorBoundary"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ErrorContent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Web.ErrorBoundary.ErrorContent","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Common.TypeNameIdentifier":"ErrorBoundary","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":1721871958,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Provides functionality for rendering a virtualized list of items.\n \n The context type for the items being rendered.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Virtualize"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the item template for the list.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the item template for the list.\n \n ","Metadata":{"Common.PropertyName":"ItemContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the template for items that have not yet been loaded in memory.\n \n ","Metadata":{"Common.PropertyName":"Placeholder","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ItemSize","TypeName":"System.Single","Documentation":"\n \n Gets the size of each item in pixels. Defaults to 50px.\n \n ","Metadata":{"Common.PropertyName":"ItemSize","Common.GloballyQualifiedTypeName":"global::System.Single"}},{"Kind":"Components.Component","Name":"ItemsProvider","TypeName":"Microsoft.AspNetCore.Components.Web.Virtualization.ItemsProviderDelegate","Documentation":"\n \n Gets or sets the function providing items to the list.\n \n ","Metadata":{"Common.PropertyName":"ItemsProvider","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.Web.Virtualization.ItemsProviderDelegate","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.ICollection","Documentation":"\n \n Gets or sets the fixed item source.\n \n ","Metadata":{"Common.PropertyName":"Items","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.ICollection","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OverscanCount","TypeName":"System.Int32","Documentation":"\n \n Gets or sets a value that determines how many additional items will be rendered\n before and after the visible region. This help to reduce the frequency of rendering\n during scrolling. However, higher values mean that more elements will be present\n in the page.\n \n ","Metadata":{"Common.PropertyName":"OverscanCount","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web.Virtualization","Common.TypeNameIdentifier":"Virtualize","Components.GenericTyped":"True"}},{"HashCode":428134566,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Provides functionality for rendering a virtualized list of items.\n \n The context type for the items being rendered.\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TItem for the Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize component.","Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the item template for the list.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the item template for the list.\n \n ","Metadata":{"Common.PropertyName":"ItemContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the template for items that have not yet been loaded in memory.\n \n ","Metadata":{"Common.PropertyName":"Placeholder","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ItemSize","TypeName":"System.Single","Documentation":"\n \n Gets the size of each item in pixels. Defaults to 50px.\n \n ","Metadata":{"Common.PropertyName":"ItemSize","Common.GloballyQualifiedTypeName":"global::System.Single"}},{"Kind":"Components.Component","Name":"ItemsProvider","TypeName":"Microsoft.AspNetCore.Components.Web.Virtualization.ItemsProviderDelegate","Documentation":"\n \n Gets or sets the function providing items to the list.\n \n ","Metadata":{"Common.PropertyName":"ItemsProvider","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.Web.Virtualization.ItemsProviderDelegate","Components.DelegateSignature":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.ICollection","Documentation":"\n \n Gets or sets the fixed item source.\n \n ","Metadata":{"Common.PropertyName":"Items","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.ICollection","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OverscanCount","TypeName":"System.Int32","Documentation":"\n \n Gets or sets a value that determines how many additional items will be rendered\n before and after the visible region. This help to reduce the frequency of rendering\n during scrolling. However, higher values mean that more elements will be present\n in the page.\n \n ","Metadata":{"Common.PropertyName":"OverscanCount","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for all child content expressions.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web.Virtualization","Common.TypeNameIdentifier":"Virtualize","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":938082833,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Gets or sets the item template for the list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Virtualize"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ChildContent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize.ChildContent","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web.Virtualization","Common.TypeNameIdentifier":"Virtualize","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1328007459,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Gets or sets the item template for the list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ChildContent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize.ChildContent","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web.Virtualization","Common.TypeNameIdentifier":"Virtualize","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1573826946,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize.ItemContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Gets or sets the item template for the list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ItemContent","ParentTag":"Virtualize"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ItemContent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize.ItemContent","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web.Virtualization","Common.TypeNameIdentifier":"Virtualize","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-2071423432,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize.ItemContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Gets or sets the item template for the list.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ItemContent","ParentTag":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'ItemContent' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize.ItemContent","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web.Virtualization","Common.TypeNameIdentifier":"Virtualize","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1159723309,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize.Placeholder","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Gets or sets the template for items that have not yet been loaded in memory.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Placeholder","ParentTag":"Virtualize"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Placeholder' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize.Placeholder","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web.Virtualization","Common.TypeNameIdentifier":"Virtualize","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1105006503,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize.Placeholder","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\n \n Gets or sets the template for items that have not yet been loaded in memory.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Placeholder","ParentTag":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":"Specifies the parameter name for the 'Placeholder' child content expression.","Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize.Placeholder","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web.Virtualization","Common.TypeNameIdentifier":"Virtualize","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-570326213,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.CascadingValue","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n A component that provides a cascading value to all descendant components.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CascadingValue"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Microsoft.AspNetCore.Components.CascadingValue component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content to which the value should be provided.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n The value to be provided.\n \n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Optionally gives a name to the provided value. Descendant components\n will be able to receive the value by specifying this name.\n \n If no name is specified, then descendant components will receive the\n value based the type of value they are requesting.\n \n ","Metadata":{"Common.PropertyName":"Name","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"IsFixed","TypeName":"System.Boolean","Documentation":"\n \n If true, indicates that will not change. This is a\n performance optimization that allows the framework to skip setting up\n change notifications. Set this flag only if you will not change\n during the component's lifetime.\n \n ","Metadata":{"Common.PropertyName":"IsFixed","Common.GloballyQualifiedTypeName":"global::System.Boolean"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.CascadingValue","Common.TypeNamespace":"Microsoft.AspNetCore.Components","Common.TypeNameIdentifier":"CascadingValue","Components.GenericTyped":"True"}},{"HashCode":-1427256128,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.CascadingValue","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n A component that provides a cascading value to all descendant components.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.CascadingValue"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":"Specifies the type of the type parameter TValue for the Microsoft.AspNetCore.Components.CascadingValue component.","Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n The content to which the value should be provided.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\n \n The value to be provided.\n \n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\n \n Optionally gives a name to the provided value. Descendant components\n will be able to receive the value by specifying this name.\n \n If no name is specified, then descendant components will receive the\n value based the type of value they are requesting.\n \n ","Metadata":{"Common.PropertyName":"Name","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"IsFixed","TypeName":"System.Boolean","Documentation":"\n \n If true, indicates that will not change. This is a\n performance optimization that allows the framework to skip setting up\n change notifications. Set this flag only if you will not change\n during the component's lifetime.\n \n ","Metadata":{"Common.PropertyName":"IsFixed","Common.GloballyQualifiedTypeName":"global::System.Boolean"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.CascadingValue","Common.TypeNamespace":"Microsoft.AspNetCore.Components","Common.TypeNameIdentifier":"CascadingValue","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":2019176430,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.CascadingValue.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n The content to which the value should be provided.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CascadingValue"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.CascadingValue.ChildContent","Common.TypeNamespace":"Microsoft.AspNetCore.Components","Common.TypeNameIdentifier":"CascadingValue","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-99784322,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.CascadingValue.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n The content to which the value should be provided.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Microsoft.AspNetCore.Components.CascadingValue"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.CascadingValue.ChildContent","Common.TypeNamespace":"Microsoft.AspNetCore.Components","Common.TypeNameIdentifier":"CascadingValue","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-1963668115,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.DynamicComponent","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n A component that renders another component dynamically according to its\n parameter.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DynamicComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Type","TypeName":"System.Type","IsEditorRequired":true,"Documentation":"\n \n Gets or sets the type of the component to be rendered. The supplied type must\n implement .\n \n ","Metadata":{"Common.PropertyName":"Type","Common.GloballyQualifiedTypeName":"global::System.Type"}},{"Kind":"Components.Component","Name":"Parameters","TypeName":"System.Collections.Generic.IDictionary","Documentation":"\n \n Gets or sets a dictionary of parameters to be passed to the component.\n \n ","Metadata":{"Common.PropertyName":"Parameters","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IDictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.DynamicComponent","Common.TypeNamespace":"Microsoft.AspNetCore.Components","Common.TypeNameIdentifier":"DynamicComponent"}},{"HashCode":-2015505674,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.DynamicComponent","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n A component that renders another component dynamically according to its\n parameter.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.DynamicComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Type","TypeName":"System.Type","IsEditorRequired":true,"Documentation":"\n \n Gets or sets the type of the component to be rendered. The supplied type must\n implement .\n \n ","Metadata":{"Common.PropertyName":"Type","Common.GloballyQualifiedTypeName":"global::System.Type"}},{"Kind":"Components.Component","Name":"Parameters","TypeName":"System.Collections.Generic.IDictionary","Documentation":"\n \n Gets or sets a dictionary of parameters to be passed to the component.\n \n ","Metadata":{"Common.PropertyName":"Parameters","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IDictionary"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.DynamicComponent","Common.TypeNamespace":"Microsoft.AspNetCore.Components","Common.TypeNameIdentifier":"DynamicComponent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2014705676,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.LayoutView","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n Displays the specified content inside the specified layout and any further\n nested layouts.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LayoutView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content to display.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Layout","TypeName":"System.Type","Documentation":"\n \n Gets or sets the type of the layout in which to display the content.\n The type must implement and accept a parameter named .\n \n ","Metadata":{"Common.PropertyName":"Layout","Common.GloballyQualifiedTypeName":"global::System.Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.LayoutView","Common.TypeNamespace":"Microsoft.AspNetCore.Components","Common.TypeNameIdentifier":"LayoutView"}},{"HashCode":-644325477,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.LayoutView","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n Displays the specified content inside the specified layout and any further\n nested layouts.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.LayoutView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Gets or sets the content to display.\n \n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Layout","TypeName":"System.Type","Documentation":"\n \n Gets or sets the type of the layout in which to display the content.\n The type must implement and accept a parameter named .\n \n ","Metadata":{"Common.PropertyName":"Layout","Common.GloballyQualifiedTypeName":"global::System.Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.LayoutView","Common.TypeNamespace":"Microsoft.AspNetCore.Components","Common.TypeNameIdentifier":"LayoutView","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-2070786262,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.LayoutView.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n Gets or sets the content to display.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"LayoutView"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.LayoutView.ChildContent","Common.TypeNamespace":"Microsoft.AspNetCore.Components","Common.TypeNameIdentifier":"LayoutView","Components.IsSpecialKind":"Components.ChildContent"}},{"HashCode":-1063252289,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.LayoutView.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n Gets or sets the content to display.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Microsoft.AspNetCore.Components.LayoutView"}],"Metadata":{"Runtime.Name":"Components.None","Common.TypeName":"Microsoft.AspNetCore.Components.LayoutView.ChildContent","Common.TypeNamespace":"Microsoft.AspNetCore.Components","Common.TypeNameIdentifier":"LayoutView","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":-295287261,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.RouteView","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n Displays the specified page component, rendering it inside its layout\n and any further nested layouts.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RouteView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"RouteData","TypeName":"Microsoft.AspNetCore.Components.RouteData","IsEditorRequired":true,"Documentation":"\n \n Gets or sets the route data. This determines the page that will be\n displayed and the parameter values that will be supplied to the page.\n \n ","Metadata":{"Common.PropertyName":"RouteData","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RouteData"}},{"Kind":"Components.Component","Name":"DefaultLayout","TypeName":"System.Type","Documentation":"\n \n Gets or sets the type of a layout to be used if the page does not\n declare any layout. If specified, the type must implement \n and accept a parameter named .\n \n ","Metadata":{"Common.PropertyName":"DefaultLayout","Common.GloballyQualifiedTypeName":"global::System.Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.RouteView","Common.TypeNamespace":"Microsoft.AspNetCore.Components","Common.TypeNameIdentifier":"RouteView"}},{"HashCode":929523394,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.RouteView","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n Displays the specified page component, rendering it inside its layout\n and any further nested layouts.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.RouteView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"RouteData","TypeName":"Microsoft.AspNetCore.Components.RouteData","IsEditorRequired":true,"Documentation":"\n \n Gets or sets the route data. This determines the page that will be\n displayed and the parameter values that will be supplied to the page.\n \n ","Metadata":{"Common.PropertyName":"RouteData","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RouteData"}},{"Kind":"Components.Component","Name":"DefaultLayout","TypeName":"System.Type","Documentation":"\n \n Gets or sets the type of a layout to be used if the page does not\n declare any layout. If specified, the type must implement \n and accept a parameter named .\n \n ","Metadata":{"Common.PropertyName":"DefaultLayout","Common.GloballyQualifiedTypeName":"global::System.Type"}}],"Metadata":{"Runtime.Name":"Components.IComponent","Common.TypeName":"Microsoft.AspNetCore.Components.RouteView","Common.TypeNamespace":"Microsoft.AspNetCore.Components","Common.TypeNameIdentifier":"RouteView","Components.NameMatch":"Components.FullyQualifiedNameMatch"}},{"HashCode":24364686,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Routing.Router","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\n \n A component that supplies route data corresponding to the current navigation state.\n \n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Router"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AppAssembly","TypeName":"System.Reflection.Assembly","IsEditorRequired":true,"Documentation":"\n \n Gets or sets the assembly that should be searched for components matching the URI.\n \n ","Metadata":{"Common.PropertyName":"AppAssembly","Common.GloballyQualifiedTypeName":"global::System.Reflection.Assembly"}},{"Kind":"Components.Component","Name":"AdditionalAssemblies","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\n \n Gets or sets a collection of additional assemblies that should be searched for components\n that can match URIs.\n \n ","Metadata":{"Common.PropertyName":"AdditionalAssemblies","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IEnumerable"}},{"Kind":"Components.Component","Name":"NotFound","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","IsEditorRequired":true,"Documentation":"\n \n Gets or sets the content to display when no match is found for the requested route.\n \n ","Metadata":{"Common.PropertyName":"NotFound","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Found","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","IsEditorRequired":true,"Documentation":"\n \n Gets or sets the content to display when a match is found for the requested route.\n \n ","Metadata":{"Common.PropertyName":"Found","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Navigating","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\n \n Get or sets the content to display when asynchronous navigation is in progress.\n \n ","Metadata":{"Common.PropertyName":"Navigating","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"OnNavigateAsync","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\n \n Gets or sets a handler that should be called before navigating to a new page.\n \n ","Metadata":{"Common.PropertyName":"OnNavigateAsync","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"PreferExactMatches","TypeName":"System.Boolean","Documentation":"\n