From 2757fbfe86ebaeee7c21def53337ca66f092d891 Mon Sep 17 00:00:00 2001 From: Mikayla Dobson Date: Mon, 6 Nov 2023 15:24:48 -0600 Subject: [PATCH] git cleanup, bootstrapping unit tests with xunit --- .../bin/Debug/net6.0/FakePieShop.deps.json | 1069 ---- FakePieShop/bin/Debug/net6.0/FakePieShop.dll | Bin 268800 -> 0 bytes FakePieShop/bin/Debug/net6.0/FakePieShop.exe | Bin 149504 -> 0 bytes FakePieShop/bin/Debug/net6.0/FakePieShop.pdb | Bin 94536 -> 0 bytes .../net6.0/FakePieShop.runtimeconfig.json | 20 - .../FakePieShop.staticwebassets.runtime.json | 1 - .../Debug/net6.0/appsettings.Development.json | 8 - FakePieShop/bin/Debug/net6.0/appsettings.json | 12 - FakePieShop/bin/Debug/net6.0/libman.json | 22 - ...CoreApp,Version=v6.0.AssemblyAttributes.cs | 4 - .../Debug/net6.0/FakePieShop.AssemblyInfo.cs | 23 - ....GeneratedMSBuildEditorConfig.editorconfig | 97 - .../net6.0/FakePieShop.GlobalUsings.g.cs | 17 - .../net6.0/FakePieShop.RazorAssemblyInfo.cs | 18 - .../FakePieShop.csproj.FileListAbsolute.txt | 86 - FakePieShop/obj/Debug/net6.0/FakePieShop.dll | Bin 268800 -> 0 bytes FakePieShop/obj/Debug/net6.0/FakePieShop.pdb | Bin 94536 -> 0 bytes FakePieShop/obj/Debug/net6.0/apphost.exe | Bin 149504 -> 0 bytes .../obj/Debug/net6.0/project.razor.vs.json | 1 - .../obj/Debug/net6.0/ref/FakePieShop.dll | Bin 55296 -> 0 bytes .../obj/Debug/net6.0/refint/FakePieShop.dll | Bin 55296 -> 0 bytes .../Debug/net6.0/staticwebassets.build.json | 4814 ----------------- .../net6.0/staticwebassets.development.json | 1 - .../Debug/net6.0/staticwebassets.pack.json | 1149 ---- ...Microsoft.AspNetCore.StaticWebAssets.props | 4516 ---------------- .../msbuild.build.FakePieShop.props | 3 - ...uild.buildMultiTargeting.FakePieShop.props | 3 - .../msbuild.buildTransitive.FakePieShop.props | 3 - .../obj/FakePieShop.csproj.nuget.dgspec.json | 83 - .../obj/FakePieShop.csproj.nuget.g.props | 23 - .../obj/FakePieShop.csproj.nuget.g.targets | 7 - ...CoreApp,Version=v6.0.AssemblyAttributes.cs | 4 - .../net6.0/FakePieShop.AssemblyInfo.cs | 23 - ....GeneratedMSBuildEditorConfig.editorconfig | 97 - .../net6.0/FakePieShop.GlobalUsings.g.cs | 17 - .../net6.0/FakePieShop.RazorAssemblyInfo.cs | 18 - FakePieShop/obj/project.assets.json | 2972 ---------- .../Controllers/PieControllerTest.cs | 10 + FakePieShopTests/FakePieShopTests.csproj | 29 + FakePieShopTests/GlobalUsings.cs | 1 + FakePieShopTests/Mocks/RepositoryMocks.cs | 227 + 41 files changed, 267 insertions(+), 15111 deletions(-) delete mode 100644 FakePieShop/bin/Debug/net6.0/FakePieShop.deps.json delete mode 100644 FakePieShop/bin/Debug/net6.0/FakePieShop.dll delete mode 100644 FakePieShop/bin/Debug/net6.0/FakePieShop.exe delete mode 100644 FakePieShop/bin/Debug/net6.0/FakePieShop.pdb delete mode 100644 FakePieShop/bin/Debug/net6.0/FakePieShop.runtimeconfig.json delete mode 100644 FakePieShop/bin/Debug/net6.0/FakePieShop.staticwebassets.runtime.json delete mode 100644 FakePieShop/bin/Debug/net6.0/appsettings.Development.json delete mode 100644 FakePieShop/bin/Debug/net6.0/appsettings.json delete mode 100644 FakePieShop/bin/Debug/net6.0/libman.json delete mode 100644 FakePieShop/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs delete mode 100644 FakePieShop/obj/Debug/net6.0/FakePieShop.AssemblyInfo.cs delete mode 100644 FakePieShop/obj/Debug/net6.0/FakePieShop.GeneratedMSBuildEditorConfig.editorconfig delete mode 100644 FakePieShop/obj/Debug/net6.0/FakePieShop.GlobalUsings.g.cs delete mode 100644 FakePieShop/obj/Debug/net6.0/FakePieShop.RazorAssemblyInfo.cs delete mode 100644 FakePieShop/obj/Debug/net6.0/FakePieShop.csproj.FileListAbsolute.txt delete mode 100644 FakePieShop/obj/Debug/net6.0/FakePieShop.dll delete mode 100644 FakePieShop/obj/Debug/net6.0/FakePieShop.pdb delete mode 100644 FakePieShop/obj/Debug/net6.0/apphost.exe delete mode 100644 FakePieShop/obj/Debug/net6.0/project.razor.vs.json delete mode 100644 FakePieShop/obj/Debug/net6.0/ref/FakePieShop.dll delete mode 100644 FakePieShop/obj/Debug/net6.0/refint/FakePieShop.dll delete mode 100644 FakePieShop/obj/Debug/net6.0/staticwebassets.build.json delete mode 100644 FakePieShop/obj/Debug/net6.0/staticwebassets.development.json delete mode 100644 FakePieShop/obj/Debug/net6.0/staticwebassets.pack.json delete mode 100644 FakePieShop/obj/Debug/net6.0/staticwebassets/msbuild.FakePieShop.Microsoft.AspNetCore.StaticWebAssets.props delete mode 100644 FakePieShop/obj/Debug/net6.0/staticwebassets/msbuild.build.FakePieShop.props delete mode 100644 FakePieShop/obj/Debug/net6.0/staticwebassets/msbuild.buildMultiTargeting.FakePieShop.props delete mode 100644 FakePieShop/obj/Debug/net6.0/staticwebassets/msbuild.buildTransitive.FakePieShop.props delete mode 100644 FakePieShop/obj/FakePieShop.csproj.nuget.dgspec.json delete mode 100644 FakePieShop/obj/FakePieShop.csproj.nuget.g.props delete mode 100644 FakePieShop/obj/FakePieShop.csproj.nuget.g.targets delete mode 100644 FakePieShop/obj/Release/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs delete mode 100644 FakePieShop/obj/Release/net6.0/FakePieShop.AssemblyInfo.cs delete mode 100644 FakePieShop/obj/Release/net6.0/FakePieShop.GeneratedMSBuildEditorConfig.editorconfig delete mode 100644 FakePieShop/obj/Release/net6.0/FakePieShop.GlobalUsings.g.cs delete mode 100644 FakePieShop/obj/Release/net6.0/FakePieShop.RazorAssemblyInfo.cs delete mode 100644 FakePieShop/obj/project.assets.json create mode 100644 FakePieShopTests/Controllers/PieControllerTest.cs create mode 100644 FakePieShopTests/FakePieShopTests.csproj create mode 100644 FakePieShopTests/GlobalUsings.cs create mode 100644 FakePieShopTests/Mocks/RepositoryMocks.cs diff --git a/FakePieShop/bin/Debug/net6.0/FakePieShop.deps.json b/FakePieShop/bin/Debug/net6.0/FakePieShop.deps.json deleted file mode 100644 index e9e4619..0000000 --- a/FakePieShop/bin/Debug/net6.0/FakePieShop.deps.json +++ /dev/null @@ -1,1069 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v6.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v6.0": { - "FakePieShop/1.0.0": { - "dependencies": { - "Microsoft.EntityFrameworkCore.SqlServer": "7.0.13", - "Microsoft.EntityFrameworkCore.Tools": "7.0.13" - }, - "runtime": { - "FakePieShop.dll": {} - } - }, - "Azure.Core/1.25.0": { - "dependencies": { - "Microsoft.Bcl.AsyncInterfaces": "1.1.1", - "System.Diagnostics.DiagnosticSource": "6.0.0", - "System.Memory.Data": "1.0.2", - "System.Numerics.Vectors": "4.5.0", - "System.Text.Encodings.Web": "7.0.0", - "System.Text.Json": "7.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - }, - "runtime": { - "lib/net5.0/Azure.Core.dll": { - "assemblyVersion": "1.25.0.0", - "fileVersion": "1.2500.22.33004" - } - } - }, - "Azure.Identity/1.7.0": { - "dependencies": { - "Azure.Core": "1.25.0", - "Microsoft.Identity.Client": "4.47.2", - "Microsoft.Identity.Client.Extensions.Msal": "2.19.3", - "System.Memory": "4.5.4", - "System.Security.Cryptography.ProtectedData": "6.0.0", - "System.Text.Json": "7.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - }, - "runtime": { - "lib/netstandard2.0/Azure.Identity.dll": { - "assemblyVersion": "1.7.0.0", - "fileVersion": "1.700.22.46903" - } - } - }, - "Humanizer.Core/2.14.1": { - "runtime": { - "lib/net6.0/Humanizer.dll": { - "assemblyVersion": "2.14.0.0", - "fileVersion": "2.14.1.48190" - } - } - }, - "Microsoft.Bcl.AsyncInterfaces/1.1.1": { - "runtime": { - "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "4.700.20.21406" - } - } - }, - "Microsoft.CSharp/4.5.0": {}, - "Microsoft.Data.SqlClient/5.1.1": { - "dependencies": { - "Azure.Identity": "1.7.0", - "Microsoft.Data.SqlClient.SNI.runtime": "5.1.0", - "Microsoft.Identity.Client": "4.47.2", - "Microsoft.IdentityModel.JsonWebTokens": "6.24.0", - "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.24.0", - "Microsoft.SqlServer.Server": "1.0.0", - "System.Configuration.ConfigurationManager": "6.0.1", - "System.Diagnostics.DiagnosticSource": "6.0.0", - "System.Runtime.Caching": "6.0.0", - "System.Security.Cryptography.Cng": "5.0.0", - "System.Security.Principal.Windows": "5.0.0", - "System.Text.Encoding.CodePages": "6.0.0", - "System.Text.Encodings.Web": "7.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.Data.SqlClient.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.0.0" - } - }, - "runtimeTargets": { - "runtimes/unix/lib/net6.0/Microsoft.Data.SqlClient.dll": { - "rid": "unix", - "assetType": "runtime", - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.0.0" - }, - "runtimes/win/lib/net6.0/Microsoft.Data.SqlClient.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.0.0" - } - } - }, - "Microsoft.Data.SqlClient.SNI.runtime/5.1.0": { - "runtimeTargets": { - "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll": { - "rid": "win-arm", - "assetType": "native", - "fileVersion": "5.1.0.0" - }, - "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": { - "rid": "win-arm64", - "assetType": "native", - "fileVersion": "5.1.0.0" - }, - "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": { - "rid": "win-x64", - "assetType": "native", - "fileVersion": "5.1.0.0" - }, - "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": { - "rid": "win-x86", - "assetType": "native", - "fileVersion": "5.1.0.0" - } - } - }, - "Microsoft.EntityFrameworkCore/7.0.13": { - "dependencies": { - "Microsoft.EntityFrameworkCore.Abstractions": "7.0.13", - "Microsoft.EntityFrameworkCore.Analyzers": "7.0.13", - "Microsoft.Extensions.Caching.Memory": "7.0.0", - "Microsoft.Extensions.DependencyInjection": "7.0.0", - "Microsoft.Extensions.Logging": "7.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.EntityFrameworkCore.dll": { - "assemblyVersion": "7.0.13.0", - "fileVersion": "7.0.1323.51806" - } - } - }, - "Microsoft.EntityFrameworkCore.Abstractions/7.0.13": { - "runtime": { - "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { - "assemblyVersion": "7.0.13.0", - "fileVersion": "7.0.1323.51806" - } - } - }, - "Microsoft.EntityFrameworkCore.Analyzers/7.0.13": {}, - "Microsoft.EntityFrameworkCore.Design/7.0.13": { - "dependencies": { - "Humanizer.Core": "2.14.1", - "Microsoft.EntityFrameworkCore.Relational": "7.0.13", - "Microsoft.Extensions.DependencyModel": "7.0.0", - "Mono.TextTemplating": "2.2.1" - }, - "runtime": { - "lib/net6.0/Microsoft.EntityFrameworkCore.Design.dll": { - "assemblyVersion": "7.0.13.0", - "fileVersion": "7.0.1323.51806" - } - } - }, - "Microsoft.EntityFrameworkCore.Relational/7.0.13": { - "dependencies": { - "Microsoft.EntityFrameworkCore": "7.0.13", - "Microsoft.Extensions.Configuration.Abstractions": "7.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.EntityFrameworkCore.Relational.dll": { - "assemblyVersion": "7.0.13.0", - "fileVersion": "7.0.1323.51806" - } - } - }, - "Microsoft.EntityFrameworkCore.SqlServer/7.0.13": { - "dependencies": { - "Microsoft.Data.SqlClient": "5.1.1", - "Microsoft.EntityFrameworkCore.Relational": "7.0.13" - }, - "runtime": { - "lib/net6.0/Microsoft.EntityFrameworkCore.SqlServer.dll": { - "assemblyVersion": "7.0.13.0", - "fileVersion": "7.0.1323.51806" - } - } - }, - "Microsoft.EntityFrameworkCore.Tools/7.0.13": { - "dependencies": { - "Microsoft.EntityFrameworkCore.Design": "7.0.13" - } - }, - "Microsoft.Extensions.Caching.Abstractions/7.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "7.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - } - }, - "Microsoft.Extensions.Caching.Memory/7.0.0": { - "dependencies": { - "Microsoft.Extensions.Caching.Abstractions": "7.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Logging.Abstractions": "7.0.0", - "Microsoft.Extensions.Options": "7.0.0", - "Microsoft.Extensions.Primitives": "7.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.Extensions.Caching.Memory.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - } - }, - "Microsoft.Extensions.Configuration.Abstractions/7.0.0": { - "dependencies": { - "Microsoft.Extensions.Primitives": "7.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - } - }, - "Microsoft.Extensions.DependencyInjection/7.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/7.0.0": { - "runtime": { - "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - } - }, - "Microsoft.Extensions.DependencyModel/7.0.0": { - "dependencies": { - "System.Text.Encodings.Web": "7.0.0", - "System.Text.Json": "7.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.Extensions.DependencyModel.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - } - }, - "Microsoft.Extensions.Logging/7.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "7.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Logging.Abstractions": "7.0.0", - "Microsoft.Extensions.Options": "7.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.Extensions.Logging.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - } - }, - "Microsoft.Extensions.Logging.Abstractions/7.0.0": { - "runtime": { - "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - } - }, - "Microsoft.Extensions.Options/7.0.0": { - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Primitives": "7.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.Extensions.Options.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - } - }, - "Microsoft.Extensions.Primitives/7.0.0": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.Extensions.Primitives.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - } - }, - "Microsoft.Identity.Client/4.47.2": { - "dependencies": { - "Microsoft.IdentityModel.Abstractions": "6.24.0" - }, - "runtime": { - "lib/netcoreapp2.1/Microsoft.Identity.Client.dll": { - "assemblyVersion": "4.47.2.0", - "fileVersion": "4.47.2.0" - } - } - }, - "Microsoft.Identity.Client.Extensions.Msal/2.19.3": { - "dependencies": { - "Microsoft.Identity.Client": "4.47.2", - "System.Security.Cryptography.ProtectedData": "6.0.0" - }, - "runtime": { - "lib/netcoreapp2.1/Microsoft.Identity.Client.Extensions.Msal.dll": { - "assemblyVersion": "2.19.3.0", - "fileVersion": "2.19.3.0" - } - } - }, - "Microsoft.IdentityModel.Abstractions/6.24.0": { - "runtime": { - "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": { - "assemblyVersion": "6.24.0.0", - "fileVersion": "6.24.0.31013" - } - } - }, - "Microsoft.IdentityModel.JsonWebTokens/6.24.0": { - "dependencies": { - "Microsoft.IdentityModel.Tokens": "6.24.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Json": "7.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": { - "assemblyVersion": "6.24.0.0", - "fileVersion": "6.24.0.31013" - } - } - }, - "Microsoft.IdentityModel.Logging/6.24.0": { - "dependencies": { - "Microsoft.IdentityModel.Abstractions": "6.24.0" - }, - "runtime": { - "lib/net6.0/Microsoft.IdentityModel.Logging.dll": { - "assemblyVersion": "6.24.0.0", - "fileVersion": "6.24.0.31013" - } - } - }, - "Microsoft.IdentityModel.Protocols/6.24.0": { - "dependencies": { - "Microsoft.IdentityModel.Logging": "6.24.0", - "Microsoft.IdentityModel.Tokens": "6.24.0" - }, - "runtime": { - "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": { - "assemblyVersion": "6.24.0.0", - "fileVersion": "6.24.0.31013" - } - } - }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.24.0": { - "dependencies": { - "Microsoft.IdentityModel.Protocols": "6.24.0", - "System.IdentityModel.Tokens.Jwt": "6.24.0" - }, - "runtime": { - "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { - "assemblyVersion": "6.24.0.0", - "fileVersion": "6.24.0.31013" - } - } - }, - "Microsoft.IdentityModel.Tokens/6.24.0": { - "dependencies": { - "Microsoft.CSharp": "4.5.0", - "Microsoft.IdentityModel.Logging": "6.24.0", - "System.Security.Cryptography.Cng": "5.0.0" - }, - "runtime": { - "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": { - "assemblyVersion": "6.24.0.0", - "fileVersion": "6.24.0.31013" - } - } - }, - "Microsoft.NETCore.Platforms/1.1.0": {}, - "Microsoft.NETCore.Targets/1.1.0": {}, - "Microsoft.SqlServer.Server/1.0.0": { - "runtime": { - "lib/netstandard2.0/Microsoft.SqlServer.Server.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - } - }, - "Microsoft.Win32.SystemEvents/6.0.0": { - "runtime": { - "lib/net6.0/Microsoft.Win32.SystemEvents.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - } - }, - "Mono.TextTemplating/2.2.1": { - "dependencies": { - "System.CodeDom": "4.4.0" - }, - "runtime": { - "lib/netstandard2.0/Mono.TextTemplating.dll": { - "assemblyVersion": "2.2.0.0", - "fileVersion": "2.2.1.1" - } - } - }, - "System.CodeDom/4.4.0": { - "runtime": { - "lib/netstandard2.0/System.CodeDom.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "4.6.25519.3" - } - } - }, - "System.Configuration.ConfigurationManager/6.0.1": { - "dependencies": { - "System.Security.Cryptography.ProtectedData": "6.0.0", - "System.Security.Permissions": "6.0.0" - }, - "runtime": { - "lib/net6.0/System.Configuration.ConfigurationManager.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - } - } - }, - "System.Diagnostics.DiagnosticSource/6.0.0": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Drawing.Common/6.0.0": { - "dependencies": { - "Microsoft.Win32.SystemEvents": "6.0.0" - }, - "runtime": { - "lib/net6.0/System.Drawing.Common.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "runtimeTargets": { - "runtimes/unix/lib/net6.0/System.Drawing.Common.dll": { - "rid": "unix", - "assetType": "runtime", - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - }, - "runtimes/win/lib/net6.0/System.Drawing.Common.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - } - }, - "System.Formats.Asn1/5.0.0": {}, - "System.IdentityModel.Tokens.Jwt/6.24.0": { - "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "6.24.0", - "Microsoft.IdentityModel.Tokens": "6.24.0" - }, - "runtime": { - "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": { - "assemblyVersion": "6.24.0.0", - "fileVersion": "6.24.0.31013" - } - } - }, - "System.Memory/4.5.4": {}, - "System.Memory.Data/1.0.2": { - "dependencies": { - "System.Text.Encodings.Web": "7.0.0", - "System.Text.Json": "7.0.0" - }, - "runtime": { - "lib/netstandard2.0/System.Memory.Data.dll": { - "assemblyVersion": "1.0.2.0", - "fileVersion": "1.0.221.20802" - } - } - }, - "System.Numerics.Vectors/4.5.0": {}, - "System.Runtime/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.Caching/6.0.0": { - "dependencies": { - "System.Configuration.ConfigurationManager": "6.0.1" - }, - "runtime": { - "lib/net6.0/System.Runtime.Caching.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/System.Runtime.Caching.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.21.52210" - } - } - }, - "System.Runtime.CompilerServices.Unsafe/6.0.0": {}, - "System.Security.AccessControl/6.0.0": {}, - "System.Security.Cryptography.Cng/5.0.0": { - "dependencies": { - "System.Formats.Asn1": "5.0.0" - } - }, - "System.Security.Cryptography.ProtectedData/6.0.0": { - "runtime": { - "lib/net6.0/System.Security.Cryptography.ProtectedData.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - } - }, - "System.Security.Permissions/6.0.0": { - "dependencies": { - "System.Security.AccessControl": "6.0.0", - "System.Windows.Extensions": "6.0.0" - }, - "runtime": { - "lib/net6.0/System.Security.Permissions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - } - }, - "System.Security.Principal.Windows/5.0.0": {}, - "System.Text.Encoding/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.CodePages/6.0.0": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Text.Encodings.Web/7.0.0": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - }, - "runtime": { - "lib/net6.0/System.Text.Encodings.Web.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - }, - "runtimeTargets": { - "runtimes/browser/lib/net6.0/System.Text.Encodings.Web.dll": { - "rid": "browser", - "assetType": "runtime", - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - } - }, - "System.Text.Json/7.0.0": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0", - "System.Text.Encodings.Web": "7.0.0" - }, - "runtime": { - "lib/net6.0/System.Text.Json.dll": { - "assemblyVersion": "7.0.0.0", - "fileVersion": "7.0.22.51805" - } - } - }, - "System.Threading.Tasks.Extensions/4.5.4": {}, - "System.Windows.Extensions/6.0.0": { - "dependencies": { - "System.Drawing.Common": "6.0.0" - }, - "runtime": { - "lib/net6.0/System.Windows.Extensions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/System.Windows.Extensions.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - } - } - } - }, - "libraries": { - "FakePieShop/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Azure.Core/1.25.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-X8Dd4sAggS84KScWIjEbFAdt2U1KDolQopTPoHVubG2y3CM54f9l6asVrP5Uy384NWXjsspPYaJgz5xHc+KvTA==", - "path": "azure.core/1.25.0", - "hashPath": "azure.core.1.25.0.nupkg.sha512" - }, - "Azure.Identity/1.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-eHEiCO/8+MfNc9nH5dVew/+FvxdaGrkRL4OMNwIz0W79+wtJyEoeRlXJ3SrXhoy9XR58geBYKmzMR83VO7bcAw==", - "path": "azure.identity/1.7.0", - "hashPath": "azure.identity.1.7.0.nupkg.sha512" - }, - "Humanizer.Core/2.14.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lQKvtaTDOXnoVJ20ibTuSIOf2i0uO0MPbDhd1jm238I+U/2ZnRENj0cktKZhtchBMtCUSRQ5v4xBCUbKNmyVMw==", - "path": "humanizer.core/2.14.1", - "hashPath": "humanizer.core.2.14.1.nupkg.sha512" - }, - "Microsoft.Bcl.AsyncInterfaces/1.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yuvf07qFWFqtK3P/MRkEKLhn5r2UbSpVueRziSqj0yJQIKFwG1pq9mOayK3zE5qZCTs0CbrwL9M6R8VwqyGy2w==", - "path": "microsoft.bcl.asyncinterfaces/1.1.1", - "hashPath": "microsoft.bcl.asyncinterfaces.1.1.1.nupkg.sha512" - }, - "Microsoft.CSharp/4.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kaj6Wb4qoMuH3HySFJhxwQfe8R/sJsNJnANrvv8WdFPMoNbKY5htfNscv+LHCu5ipz+49m2e+WQXpLXr9XYemQ==", - "path": "microsoft.csharp/4.5.0", - "hashPath": "microsoft.csharp.4.5.0.nupkg.sha512" - }, - "Microsoft.Data.SqlClient/5.1.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MW5E9HFvCaV069o8b6YpuRDPBux8s96qDnOJ+4N9QNUCs7c5W3KxwQ+ftpAjbMUlImL+c9WR+l+f5hzjkqhu2g==", - "path": "microsoft.data.sqlclient/5.1.1", - "hashPath": "microsoft.data.sqlclient.5.1.1.nupkg.sha512" - }, - "Microsoft.Data.SqlClient.SNI.runtime/5.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jVsElisM5sfBzaaV9kdq2NXZLwIbytetnsOIlJ0cQGgQP4zFNBmkfHBnpwtmKrtBJBEV9+9PVQPVrcCVhDgcIg==", - "path": "microsoft.data.sqlclient.sni.runtime/5.1.0", - "hashPath": "microsoft.data.sqlclient.sni.runtime.5.1.0.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore/7.0.13": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fACONzJtzLJQ29soFqBr0OzgmIYMHV7y9AEZ18hqGx2K0FMJNqezAcfzovc4WI+kT9IvOFQKhDNTl5DMimgkMA==", - "path": "microsoft.entityframeworkcore/7.0.13", - "hashPath": "microsoft.entityframeworkcore.7.0.13.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore.Abstractions/7.0.13": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VxChscv7EsedfuhMAqJ82IxWBYyScCnMwMb1j4+264rIZteeWhj0CJX+u139JCCE9TcvoT97IsCmbb5Jcav5tg==", - "path": "microsoft.entityframeworkcore.abstractions/7.0.13", - "hashPath": "microsoft.entityframeworkcore.abstractions.7.0.13.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore.Analyzers/7.0.13": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3GiAd0b30L+31/86mtpLDf0Hf4Fnze4yx7hVXaW4wBd6KomIqacGaf+s9rMYNdJZEyKvUJPaBsghY+FgKOoAHg==", - "path": "microsoft.entityframeworkcore.analyzers/7.0.13", - "hashPath": "microsoft.entityframeworkcore.analyzers.7.0.13.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore.Design/7.0.13": { - "type": "package", - "serviceable": true, - "sha512": "sha512-3DlpSAxQhuxlhblySbM5ujxHALRi5m25ORPGnKKW4LCY1CPleCStdMSRnUB53vnhWDJUX12eIIvprajN++c2Ag==", - "path": "microsoft.entityframeworkcore.design/7.0.13", - "hashPath": "microsoft.entityframeworkcore.design.7.0.13.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore.Relational/7.0.13": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lIms3oaIW7XiQy3bLUB2+hcSZ4ISmdh3HKKuNSnewS3wurYaopqBEhYaQdhZeW6itl3skWyqybPGGxIlJrKqFA==", - "path": "microsoft.entityframeworkcore.relational/7.0.13", - "hashPath": "microsoft.entityframeworkcore.relational.7.0.13.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore.SqlServer/7.0.13": { - "type": "package", - "serviceable": true, - "sha512": "sha512-86lPGt6HpkUgL+FHnu1nPmBmwvuBRqtYZPgj+sIhsF2OqRWOeQiXUjy3pspNgl1CK5goK5icjBAIlrl3LkMFuw==", - "path": "microsoft.entityframeworkcore.sqlserver/7.0.13", - "hashPath": "microsoft.entityframeworkcore.sqlserver.7.0.13.nupkg.sha512" - }, - "Microsoft.EntityFrameworkCore.Tools/7.0.13": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Z2edRVeoCqvWdNNHHoqbiNhRBetXfh/GBAga6bXM0mmRWzYZ0Y8F+jUFWF/8BUdnbv/8RAafIkWLVMT0jdxMLQ==", - "path": "microsoft.entityframeworkcore.tools/7.0.13", - "hashPath": "microsoft.entityframeworkcore.tools.7.0.13.nupkg.sha512" - }, - "Microsoft.Extensions.Caching.Abstractions/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IeimUd0TNbhB4ded3AbgBLQv2SnsiVugDyGV1MvspQFVlA07nDC7Zul7kcwH5jWN3JiTcp/ySE83AIJo8yfKjg==", - "path": "microsoft.extensions.caching.abstractions/7.0.0", - "hashPath": "microsoft.extensions.caching.abstractions.7.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Caching.Memory/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-xpidBs2KCE2gw1JrD0quHE72kvCaI3xFql5/Peb2GRtUuZX+dYPoK/NTdVMiM67Svym0M0Df9A3xyU0FbMQhHw==", - "path": "microsoft.extensions.caching.memory/7.0.0", - "hashPath": "microsoft.extensions.caching.memory.7.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Configuration.Abstractions/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-f34u2eaqIjNO9YLHBz8rozVZ+TcFiFs0F3r7nUJd7FRkVSxk8u4OpoK226mi49MwexHOR2ibP9MFvRUaLilcQQ==", - "path": "microsoft.extensions.configuration.abstractions/7.0.0", - "hashPath": "microsoft.extensions.configuration.abstractions.7.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-elNeOmkeX3eDVG6pYVeV82p29hr+UKDaBhrZyWvWLw/EVZSYEkZlQdkp0V39k/Xehs2Qa0mvoCvkVj3eQxNQ1Q==", - "path": "microsoft.extensions.dependencyinjection/7.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.7.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-h3j/QfmFN4S0w4C2A6X7arXij/M/OVw3uQHSOFxnND4DyAzO1F9eMX7Eti7lU/OkSthEE0WzRsfT/Dmx86jzCw==", - "path": "microsoft.extensions.dependencyinjection.abstractions/7.0.0", - "hashPath": "microsoft.extensions.dependencyinjection.abstractions.7.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.DependencyModel/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-oONNYd71J3LzkWc4fUHl3SvMfiQMYUCo/mDHDEu76hYYxdhdrPYv6fvGv9nnKVyhE9P0h20AU8RZB5OOWQcAXg==", - "path": "microsoft.extensions.dependencymodel/7.0.0", - "hashPath": "microsoft.extensions.dependencymodel.7.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Nw2muoNrOG5U5qa2ZekXwudUn2BJcD41e65zwmDHb1fQegTX66UokLWZkJRpqSSHXDOWZ5V0iqhbxOEky91atA==", - "path": "microsoft.extensions.logging/7.0.0", - "hashPath": "microsoft.extensions.logging.7.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Logging.Abstractions/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kmn78+LPVMOWeITUjIlfxUPDsI0R6G0RkeAMBmQxAJ7vBJn4q2dTva7pWi65ceN5vPGjJ9q/Uae2WKgvfktJAw==", - "path": "microsoft.extensions.logging.abstractions/7.0.0", - "hashPath": "microsoft.extensions.logging.abstractions.7.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Options/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-lP1yBnTTU42cKpMozuafbvNtQ7QcBjr/CcK3bYOGEMH55Fjt+iecXjT6chR7vbgCMqy3PG3aNQSZgo/EuY/9qQ==", - "path": "microsoft.extensions.options/7.0.0", - "hashPath": "microsoft.extensions.options.7.0.0.nupkg.sha512" - }, - "Microsoft.Extensions.Primitives/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-um1KU5kxcRp3CNuI8o/GrZtD4AIOXDk+RLsytjZ9QPok3ttLUelLKpilVPuaFT3TFjOhSibUAso0odbOaCDj3Q==", - "path": "microsoft.extensions.primitives/7.0.0", - "hashPath": "microsoft.extensions.primitives.7.0.0.nupkg.sha512" - }, - "Microsoft.Identity.Client/4.47.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-SPgesZRbXoDxg8Vv7k5Ou0ee7uupVw0E8ZCc4GKw25HANRLz1d5OSr0fvTVQRnEswo5Obk8qD4LOapYB+n5kzQ==", - "path": "microsoft.identity.client/4.47.2", - "hashPath": "microsoft.identity.client.4.47.2.nupkg.sha512" - }, - "Microsoft.Identity.Client.Extensions.Msal/2.19.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zVVZjn8aW7W79rC1crioDgdOwaFTQorsSO6RgVlDDjc7MvbEGz071wSNrjVhzR0CdQn6Sefx7Abf1o7vasmrLg==", - "path": "microsoft.identity.client.extensions.msal/2.19.3", - "hashPath": "microsoft.identity.client.extensions.msal.2.19.3.nupkg.sha512" - }, - "Microsoft.IdentityModel.Abstractions/6.24.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-X6aBK56Ot15qKyG7X37KsPnrwah+Ka55NJWPppWVTDi8xWq7CJgeNw2XyaeHgE1o/mW4THwoabZkBbeG2TPBiw==", - "path": "microsoft.identitymodel.abstractions/6.24.0", - "hashPath": "microsoft.identitymodel.abstractions.6.24.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.JsonWebTokens/6.24.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-XDWrkThcxfuWp79AvAtg5f+uRS1BxkIbJnsG/e8VPzOWkYYuDg33emLjp5EWcwXYYIDsHnVZD/00kM/PYFQc/g==", - "path": "microsoft.identitymodel.jsonwebtokens/6.24.0", - "hashPath": "microsoft.identitymodel.jsonwebtokens.6.24.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.Logging/6.24.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-qLYWDOowM/zghmYKXw1yfYKlHOdS41i8t4hVXr9bSI90zHqhyhQh9GwVy8pENzs5wHeytU23DymluC9NtgYv7w==", - "path": "microsoft.identitymodel.logging/6.24.0", - "hashPath": "microsoft.identitymodel.logging.6.24.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.Protocols/6.24.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+NzKCkvsQ8X1r/Ff74V7CFr9OsdMRaB6DsV+qpH7NNLdYJ8O4qHbmTnNEsjFcDmk/gVNDwhoL2gN5pkPVq0lwQ==", - "path": "microsoft.identitymodel.protocols/6.24.0", - "hashPath": "microsoft.identitymodel.protocols.6.24.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.24.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-a/2RRrc8C9qaw8qdD9hv1ES9YKFgxaqr/SnwMSLbwQZJSUQDd4qx1K4EYgWaQWs73R+VXLyKSxN0f/uE9CsBiQ==", - "path": "microsoft.identitymodel.protocols.openidconnect/6.24.0", - "hashPath": "microsoft.identitymodel.protocols.openidconnect.6.24.0.nupkg.sha512" - }, - "Microsoft.IdentityModel.Tokens/6.24.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZPqHi86UYuqJXJ7bLnlEctHKkPKT4lGUFbotoCNiXNCSL02emYlcxzGYsRGWWmbFEcYDMi2dcTLLYNzHqWOTsw==", - "path": "microsoft.identitymodel.tokens/6.24.0", - "hashPath": "microsoft.identitymodel.tokens.6.24.0.nupkg.sha512" - }, - "Microsoft.NETCore.Platforms/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==", - "path": "microsoft.netcore.platforms/1.1.0", - "hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512" - }, - "Microsoft.NETCore.Targets/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==", - "path": "microsoft.netcore.targets/1.1.0", - "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512" - }, - "Microsoft.SqlServer.Server/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-N4KeF3cpcm1PUHym1RmakkzfkEv3GRMyofVv40uXsQhCQeglr2OHNcUk2WOG51AKpGO8ynGpo9M/kFXSzghwug==", - "path": "microsoft.sqlserver.server/1.0.0", - "hashPath": "microsoft.sqlserver.server.1.0.0.nupkg.sha512" - }, - "Microsoft.Win32.SystemEvents/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-hqTM5628jSsQiv+HGpiq3WKBl2c8v1KZfby2J6Pr7pEPlK9waPdgEO6b8A/+/xn/yZ9ulv8HuqK71ONy2tg67A==", - "path": "microsoft.win32.systemevents/6.0.0", - "hashPath": "microsoft.win32.systemevents.6.0.0.nupkg.sha512" - }, - "Mono.TextTemplating/2.2.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KZYeKBET/2Z0gY1WlTAK7+RHTl7GSbtvTLDXEZZojUdAPqpQNDL6tHv7VUpqfX5VEOh+uRGKaZXkuD253nEOBQ==", - "path": "mono.texttemplating/2.2.1", - "hashPath": "mono.texttemplating.2.2.1.nupkg.sha512" - }, - "System.CodeDom/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-2sCCb7doXEwtYAbqzbF/8UAeDRMNmPaQbU2q50Psg1J9KzumyVVCgKQY8s53WIPTufNT0DpSe9QRvVjOzfDWBA==", - "path": "system.codedom/4.4.0", - "hashPath": "system.codedom.4.4.0.nupkg.sha512" - }, - "System.Configuration.ConfigurationManager/6.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jXw9MlUu/kRfEU0WyTptAVueupqIeE3/rl0EZDMlf8pcvJnitQ8HeVEp69rZdaStXwTV72boi/Bhw8lOeO+U2w==", - "path": "system.configuration.configurationmanager/6.0.1", - "hashPath": "system.configuration.configurationmanager.6.0.1.nupkg.sha512" - }, - "System.Diagnostics.DiagnosticSource/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==", - "path": "system.diagnostics.diagnosticsource/6.0.0", - "hashPath": "system.diagnostics.diagnosticsource.6.0.0.nupkg.sha512" - }, - "System.Drawing.Common/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-NfuoKUiP2nUWwKZN6twGqXioIe1zVD0RIj2t976A+czLHr2nY454RwwXs6JU9Htc6mwqL6Dn/nEL3dpVf2jOhg==", - "path": "system.drawing.common/6.0.0", - "hashPath": "system.drawing.common.6.0.0.nupkg.sha512" - }, - "System.Formats.Asn1/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MTvUIktmemNB+El0Fgw9egyqT9AYSIk6DTJeoDSpc3GIHxHCMo8COqkWT1mptX5tZ1SlQ6HJZ0OsSvMth1c12w==", - "path": "system.formats.asn1/5.0.0", - "hashPath": "system.formats.asn1.5.0.0.nupkg.sha512" - }, - "System.IdentityModel.Tokens.Jwt/6.24.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Qibsj9MPWq8S/C0FgvmsLfIlHLE7ay0MJIaAmK94ivN3VyDdglqReed5qMvdQhSL0BzK6v0Z1wB/sD88zVu6Jw==", - "path": "system.identitymodel.tokens.jwt/6.24.0", - "hashPath": "system.identitymodel.tokens.jwt.6.24.0.nupkg.sha512" - }, - "System.Memory/4.5.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==", - "path": "system.memory/4.5.4", - "hashPath": "system.memory.4.5.4.nupkg.sha512" - }, - "System.Memory.Data/1.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JGkzeqgBsiZwKJZ1IxPNsDFZDhUvuEdX8L8BDC8N3KOj+6zMcNU28CNN59TpZE/VJYy9cP+5M+sbxtWJx3/xtw==", - "path": "system.memory.data/1.0.2", - "hashPath": "system.memory.data.1.0.2.nupkg.sha512" - }, - "System.Numerics.Vectors/4.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==", - "path": "system.numerics.vectors/4.5.0", - "hashPath": "system.numerics.vectors.4.5.0.nupkg.sha512" - }, - "System.Runtime/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "path": "system.runtime/4.3.0", - "hashPath": "system.runtime.4.3.0.nupkg.sha512" - }, - "System.Runtime.Caching/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-E0e03kUp5X2k+UAoVl6efmI7uU7JRBWi5EIdlQ7cr0NpBGjHG4fWII35PgsBY9T4fJQ8E4QPsL0rKksU9gcL5A==", - "path": "system.runtime.caching/6.0.0", - "hashPath": "system.runtime.caching.6.0.0.nupkg.sha512" - }, - "System.Runtime.CompilerServices.Unsafe/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==", - "path": "system.runtime.compilerservices.unsafe/6.0.0", - "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512" - }, - "System.Security.AccessControl/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-AUADIc0LIEQe7MzC+I0cl0rAT8RrTAKFHl53yHjEUzNVIaUlhFY11vc2ebiVJzVBuOzun6F7FBA+8KAbGTTedQ==", - "path": "system.security.accesscontrol/6.0.0", - "hashPath": "system.security.accesscontrol.6.0.0.nupkg.sha512" - }, - "System.Security.Cryptography.Cng/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-jIMXsKn94T9JY7PvPq/tMfqa6GAaHpElRDpmG+SuL+D3+sTw2M8VhnibKnN8Tq+4JqbPJ/f+BwtLeDMEnzAvRg==", - "path": "system.security.cryptography.cng/5.0.0", - "hashPath": "system.security.cryptography.cng.5.0.0.nupkg.sha512" - }, - "System.Security.Cryptography.ProtectedData/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-rp1gMNEZpvx9vP0JW0oHLxlf8oSiQgtno77Y4PLUBjSiDYoD77Y8uXHr1Ea5XG4/pIKhqAdxZ8v8OTUtqo9PeQ==", - "path": "system.security.cryptography.protecteddata/6.0.0", - "hashPath": "system.security.cryptography.protecteddata.6.0.0.nupkg.sha512" - }, - "System.Security.Permissions/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-T/uuc7AklkDoxmcJ7LGkyX1CcSviZuLCa4jg3PekfJ7SU0niF0IVTXwUiNVP9DSpzou2PpxJ+eNY2IfDM90ZCg==", - "path": "system.security.permissions/6.0.0", - "hashPath": "system.security.permissions.6.0.0.nupkg.sha512" - }, - "System.Security.Principal.Windows/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==", - "path": "system.security.principal.windows/5.0.0", - "hashPath": "system.security.principal.windows.5.0.0.nupkg.sha512" - }, - "System.Text.Encoding/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "path": "system.text.encoding/4.3.0", - "hashPath": "system.text.encoding.4.3.0.nupkg.sha512" - }, - "System.Text.Encoding.CodePages/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ZFCILZuOvtKPauZ/j/swhvw68ZRi9ATCfvGbk1QfydmcXBkIWecWKn/250UH7rahZ5OoDBaiAudJtPvLwzw85A==", - "path": "system.text.encoding.codepages/6.0.0", - "hashPath": "system.text.encoding.codepages.6.0.0.nupkg.sha512" - }, - "System.Text.Encodings.Web/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-OP6umVGxc0Z0MvZQBVigj4/U31Pw72ITihDWP9WiWDm+q5aoe0GaJivsfYGq53o6dxH7DcXWiCTl7+0o2CGdmg==", - "path": "system.text.encodings.web/7.0.0", - "hashPath": "system.text.encodings.web.7.0.0.nupkg.sha512" - }, - "System.Text.Json/7.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-DaGSsVqKsn/ia6RG8frjwmJonfos0srquhw09TlT8KRw5I43E+4gs+/bZj4K0vShJ5H9imCuXupb4RmS+dBy3w==", - "path": "system.text.json/7.0.0", - "hashPath": "system.text.json.7.0.0.nupkg.sha512" - }, - "System.Threading.Tasks.Extensions/4.5.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==", - "path": "system.threading.tasks.extensions/4.5.4", - "hashPath": "system.threading.tasks.extensions.4.5.4.nupkg.sha512" - }, - "System.Windows.Extensions/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IXoJOXIqc39AIe+CIR7koBtRGMiCt/LPM3lI+PELtDIy9XdyeSrwXFdWV9dzJ2Awl0paLWUaknLxFQ5HpHZUog==", - "path": "system.windows.extensions/6.0.0", - "hashPath": "system.windows.extensions.6.0.0.nupkg.sha512" - } - } -} \ No newline at end of file diff --git a/FakePieShop/bin/Debug/net6.0/FakePieShop.dll b/FakePieShop/bin/Debug/net6.0/FakePieShop.dll deleted file mode 100644 index 5012c4a91ee859a2c5f7770d60721e39c1f7666b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 268800 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 z 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

!&MhoJp*BJnen9P&(w8?h zV$($fI)QBHM#E#f4D5RmF$8ixgDxy5d9qb4pb~$)VR59~zufvI_p8{XKNu zNdT2pnQNfoYZuR1JWKJd60Is^;p^g=9?KblDQFm_QI=qjOjY(Ab_nPe7Bk#KSI%L? z6Qk1+YGM@qhp7H-#fR>g$#~pda_HugL+>m;$+F8z4&7s&icoG|0?8RO5G-nH;-NXG zqKd-ueXvB(!}5SAtxr{_TGLqBADT0}kO4pd$w)jk%Q$}ub^-0dgCg$dg;aS;rbB(o zULsL)g3AuoW|<_On#p$PMW!q96cc#pV~a~xNdg}(KJ*z+0v{Iqc}eWe3*fU~QtXoo zry_Q`SW&7rdMRWFt9Z$wC+67G<`g2l#3T0q*WT5~##LSU`zHPve`K(oK$CP#AI3nO z*kg}Bz{xrvZk#l3?O=#W)8f>bj9={8%vWZ{NerQ#u|W#jpv|sWZK?%{Klmf8=*p`W z33jO(R;d(LL~>Ukxe}46R90xkszm~|)wbLHopayk%-A!5=cuaI$=vz9d(S=R+;cz9 zz4yI4&qG5@gz9tt2EH2?&_%IYnmE;Y}cjk$=&hqB@SW;O&YbT`#0zF<&k zL|?6gkcN}fDB)r)oG+8YS*n$a*X#9EVhGLM$tUH|6iw3FgHh{$pqJHRKe+xY|xP)x|GUYt5c!d{7qsm?x?P8 z%6%W!@ipdNq|qG}H2(`W;D;3EzF&=|i7y|EdC@B{o57Wj>+siHhs$R5FUtyEhHs=k zhL6{finuDe_IMCgy-wE_MWD9Fb!WCcL@sgDB7i1NmK>I?m~4+0iwGLgDR+%wX}_0S za${}~UIU?by;#>Y|KHSh;5z=!;*K=gHK@vocR|;X!a=v5IWY;Y?&Y49dxIuUi2E@N z@mBu#{fPJ}F?}1s%498F3bom{Q5<-1^w-=QjEuavxSP7-${fO`GW9gF6jkPn#-9WO zvoLEX<~vl$x;4@tv|Fb9Yym1+`Q!~eT(W=0k`Ny5P7I~_aSh z|0S>VSqtRjn9%ZB?D&_cjWeZ({HjS}^KKrUV$rj~@Vu7m^VE<}T_U;UCKf8Cl01+% zWiK}6er^)nlmj;Dy4aNa(BSIxV&2}gP;<9n_rYaZ%;)kUd*q8OVm+4AKHnYarKg)t zW7NdZ)UBAg^P&kMVP3ExB+LsCgoH0J{RPIn;F{+J*Zf9~-^lTs7;j?iXY6OJGFBOHWxSPf zJL7i7yeOOJMcI5W$MW{?F`i-^WgKOkWSnH2VVq%nj`2Ch=NX@8oMoJCsIHRzVw3C_uTXUMryRbG znGe^vwA@9`aj}6XT$sB0(dp=m{3(4i+e=JzslB>MvTZHZ$H|DN&h2`>o32nkm(u3+qC>}6cf zxSnwX;|9hX8E<6lXUv^`L1nCRd@JKt##(Zh57l8rV;-gAmP21K8o=BvBjO!p;yI5G%cEGO=Qs5V2@62wqQ=;#X=4p zw??hPWWww7dKr2Bv_dBf4X~yIrly%ZO*2fjm#Ow{uCDWPdM-;}#z*>PIisQONPTaS z+u}kH`#e?ZI$DTe6y;0923c%Vc+o;%VF^PlVTkcT#s?XXFdn(Px?T=Q7fGltTmK^Q zdJnkBdB!-;7~^rq|`FF$M4f)^l#d>0Ru_3 zt`?g|M$S5Y*}6ga{74{wyz&MCZ=KPGA@(lsr3DA}v{oVa-vcSDZ(4lGST!%~z#LQG zO57l5T!1N|kY{2o*YTUxI=vg`-&6`4#ap{g1b;|3&)SKgR#dARn-vSY95%*y(YP>( z|8-b3Vc?*Zm=AXg0WgBW(F0(snU`{$XwYEohRrH_R4v*jMfk8usps=lV-2wINVAVN zxpOyY(05>^SuFs0d<)9Zy}SD@g*>J5MFYmFO21-FN`_U$Me(2y^DJ$ zzt{L)?N09x-k9reyZKMYz3)7^;g2^uZa%WEs=3lrRat?J_#6e#Q1C1T&(&Z|$o>uH zDKFFIYZSae!H+3;i-Mn0@HPcEDEJu#?@{n`Gw&5#=KK_>l<)}!pHc8T3jR=i7wDc2klU`yo+QeTqG{c>UlG6nb^Nc!BvWrYoUrNcqoc{oq}tg zDlezecGXfXQOO%K9LYCuOvGC7O`T;kj&n5A)Bw~)ZFL|mw^u1`Nu}Uvc++_s0 z3X+Jm2;EIzSJf0l&g>5W+VSb4iR`#j5}__(btZ zQUqB;zcq!+>@wmr_?)w38h1yD`h5yMpx`4SaNcsG=#LR(-zD^ED-+-@$!b%W2dHS~ z{fd=mMpG8Ewe#lF4rSI(4p$U*LUYtBbH8o3%2wJh62VFTRbCx5n% zf(i;MDX5~LngTBcH5AlQP)}Rtm3$+*vQpp)G=3&1n`2*>&GC-!GxFjYzIaw%Jj)l) z$&2S|X#y&}2ktFnn3h;Z(~a7fnOuf%S=3i-)K@I(D@=W5oe+vw=j@ladBN9jWq;b1 z{b?(j?r$49T(hE=Y|%?r^aWe=g*$X{y4zT6FgO_zR=$h2d>5_gWn1)e4esE>7r_%z ziSWD$<^Z|J;D4B2dL~IPF{T!Vk6ZG|%va&J*c`+Hm}7HzsH#!g{&kDhB4Xfu_(7KJ zHJPkSVn3%#VvJklP(`Z~v_&X=pPoDm9y(KYgnBe%DT|_&REU8ah81k|jHV z!(z2S_-<2#?|;yv1{|OJXZiJ-qC=x*(tm!l-)nE}%w_CUl>uCkXTj{v=5%D4%sC@3^9!gu;iNP1Pf-ADGzGx2- zo3(R4P-DtcW9{UyL320Ss5GS=6|`!%v?@)1n%LexuLAWlmU_2OZjg#uzCVJRy_TBg z=R;l5Eok{gy^S8Ds@RIBjVMqk@KCUhf(i;MDX5~LngTBcH5AlRP)9+1l=k{AfPh0Ss1(z&%;SN2M=@m>BE?QK} z4CTPSZmaOIysHQ?Qdvoh9DNN0UKvRP+ESg@8kc3X9DhlUKIWQGmqP?nT_(70anlKS zq-61PEOQAmJ&ag~T#Z)|UYbPU*+8L)anD`fOoft%67l`#!dfyDNyNuzQi-!^1$5Os z+t{UuO@TxE$M+>t+F&x-end;9LALA6g8|%m9`|iLkP5}Lvx(HHp-4Iz4b2_GrI&K3 zplDD;-GR_4Z7iZ4o=GHys8vMekal8rT8Mgx2nM?7pN!`VA?6g38I6QfiFD#*CNP*z z9?~)-JurGE9DoYZNH|2Aj)hX0bYNd1o=!v~Q=yDDHJDCou@lj`JfZ`ka3+zOYgbp~ z`e^8h1kNO!R>Xsrysv3-Ek$gH65-jH7S9C6LepA$a^H*=K9!h-PO)TE%V-qa6oYQ0 ze~LJDBoWop$>g2I$OGZ@OeTg?L?K1kN?1zb3X-JlVbr;W^%^LSY$nLGk+!?9!nRp*dkl)+A5^8ThG+Dn&#vmVZ% zRX8|r(sj3zO}@tz(YYF5QWo`{h-c7(CWqrw+Bpa7FLyFUr%uty6ejmlT1)N+6EUp_ z>rFaqO3vdusfe!9T0fkc(o$wyb*Syvc{7RGK25z7is-*p{zhML$Z0Jq#~?N3eM=D? zrR8A+nH7c z#4&cD8DS`y#xOLh#b;5HlcCwDQ)I6$QtxC|)=qm?6q2)A3caX^hd+-(G$1D<@#%f& zF^6Yku~2HRs9t}uqFzNf6sQ+gM0eTR!APmZY+8#t+R@!k1xzB-1m*PzV~i^@z8O8j z7~dp`$seP1u>3NhC88Kpjv_SY6+x#lB|NE!-Q`QL+kH5r#R|l2%M({DgDJa|hmhlx zokfxHN;M@~jVf>4D&--h9J>Q>m~e|O!A@Y7p}euyasdv`##n15n|v#14s=Kn!>d&e z`+0MyHO4oJ-9E7YoEDzVXoKmwcz8D)ET%eNQ^Z%xXIGp}5I?qn-5_W;qKL2EDmSNA zCnhI@4^4LMo)TiT#MmZFYIG#Jl0BucoZUS_JgSJ%(yA5XR-j;ak5tfImO(1ByDT4a zpJhL>geyDbo-Ko1@&k$(EX~v2-wNv)?RiKMd&*?Pv$LX14k}{bYE0zd;FyXP@(JP$ zbSZ7}XI+I{@N=`niWn-bjdO}s$S8=PTP-zqNOkf#6}10gzij_wiulH@DrO8wg$knb z_A6pcP|Qz5HhZ@KN=7^znq^UG`R`J4)jX^i*ovEvcX zJ$5|KyT^{l_=gqo_3~@fsD)y-ljHl>6|uj3e)^QONCSZ@zctlNRt35RbwBPRKd#s# zig={_qT0KfF@G*BH~Ltq`H&pF?d;^#xR6;8Kf+OJrm-@&LOXWL!KRc8mn^@q3%9XZ z*@a_1>Jg%phmuoBV^d7dZg+>b4-^*hp-HY2sn&~1i1vOJ=Qk=44# zEmaDy6kO%V)#55gt`}E1a>cmH(e;|?cD-i0U9XvL*K4NR^_uB+y=Hn`ubCd#Yo^Eb zn(1-9W_nz&nO@gxrq}hF>2HzT(6lv*K4NF^_qE*Yv#Nn z&X%527%M&7Ug6}Vd7pFAv3#dlrn#~o4^1D`qDd{aePAq=2y5xIxra(Gfm%?+cfYuF z`^;TmbKimzr4}7>R#n6T14SpiSo3lNb)RhyO)A}I%Z=ZCwtZ`(Eq5&UwcSD5;`YO% zpQ|;l*b;(ejec@nmbWWfv~dOX-KkPD*jwVr>$CFK$kuJ{?ZwNyLoR4tQz~^+LpH{;tB1Rc%RIS)T;|C&?qlo@-D?a@p#xo^s*p zGS4-rBe{5WS^_fSl9li$Zg?Tm11rnkr9D>d#g0i-yu^n#LEqS3--B@mqNg&~`((Xla7Iaz5@h zQ=XQ)&6Fo;=M;f00^?zEbBn=zc-vw4N&W7r8+#GoQ^XTrOz;=mhA3}hZfrvsw~dR| zy0Hb}E=%5iaF-ITHDYgCDp%jMJWc)`Or2uuc&;0Sahg;lM~dtB7w;JgFKFK@U%8%VW}9OOKJ@RgYiUsE{5liRl44dQ$2W{CM09v zmqHnUp&>`-kM5hw*tn9A{5a$qNyMk~sPdvfG#HI)sp+}l_{l^n#>ZTUTVX6n$5N3n z7ncDdhGTdj^RZNvav0c%9-o+9~GZh#`{r;Y=bd z(u9@nCU@s0cO&`Rk>tL_ z6j!7U5xFmtnIl^I#w8xQ$S?&1N+)}yB#DHG9Gk&WgF~oiEk${4m!&J|uM`nC>>-a) z*sNkiKt@r6l~Z4Nt#!2)bH5^nU>3m3j6PGQKbRR@Jhj+}iD&i~MUEMvwuAX3bS6^38 zALc5NOe7Q?jZEW6Ck~I|by13FVIrb>2xL8z7|89#A}=Mxz4(1)gAU)pu5O~^esFj; zNhcZc`wEI^I1}C(){l5~;It@SNY#v^vxrUW=d3!yIB3<8mM5*uSrE;SU}2hu)bCHF z5~)$R68LfdSX2w8H5CIFhI5?AOsOZyFR5`%YVML5D#%IIvWMbmOt$ctA^tjxF#K{M zL#!wzKj_c%AmUd;o{ia|g%zl^xsXdpx;qHRA{2jHY|MPRZ&b-Ss=<|$y3th%gl#Dl z_CzG9hEew$Z9=^8n;hv!BZmUu<6S=*iAQ3yu@NmkotddXELvrOfV&C>gyC^f6yhU9 znHC637Yt8RAmQ#p2}yF(YMlKvByDC%0F?|j*$P(AE?g(geTwPmKW^Q#^YKu}6I~rU z?zy-1zWX28w!L%Lp6^T^fAaiO-|aZI9mx}c)d6OT()-F=UDb@UxO-;J-{V+eK}JO6lB@Yo)P9PDWW!zX*5LWXjv&+DRXDzVNe z(JJ;JTZHf-qm*Hb?QIjs;N0?hbT1~>susf>T-Cdb8cD11L`L>;ZAy*A)estTDy4-p zs$2kYn-Kpw_>+%>GCD@fCJag9(?Eszw1HZ+{G&l+13nMn6Y8uGp++l>C>kiR{XKek z=_U)W_ER6&H6S2st(A-2CqfS_xNNLGLdcro; zI&k8|Urz9e{)xDj!I6J^VjwwnLL5Fg*xmP_(B-}Qgf5TDbkA3g-220i|LvpSq^fo= zLT}^m-wCV6mGk>e8=Vk1ot?rNyU|c2E@ElePSXNYQJk#D-yiQ2>Rv|W2OhSSiYH7q zA=4PXoq4Hu3cS^{FrMhL6gd7Q{Y*g;aS>t)i{DFoE5y6JG?p3P_258;ID$8cP9oed z9t9f4dn6CxdKlpWVEX%U#jpOCm(#2f#Ymoe2;vVGG*dVN!4StC;Wr`DyB_IHsKz@` ziKdlvjpIFuA-q#D&2M)!--=2EVzHtZx+>5q11fs+m-@uA&cz0$1`WYXR*8qC5481Kig>QPFt@%dQ74!_i0n*!Lg}{$)ApZ#R zPIFFr=VlURC5@-?K1@s*xOpFBIrO$miYIH5979jKqIZ+7WEV@Gv@5+QHUS-GVH?{U zJXg$*iHE>%M8VqjeEHU~Y(w=&b{vH5($I_EiW^0#RJ2p4MXfw!Qz0_@D#U-u=7}pI ze)X?E8Q60!7FEyazb4Xx-_B^kI0)B{6Y0BJ9veT<(chw`GokoYC<=eMt7T40x9r)y zzIJ`>05-z;cRp0Gh^Ke8%%;x&3AU)QP&{%{OJ|H< zFJXCLrm7}0xkkjY+pZJ+I7tgnhIX}#+J9Fh5K1OnIwglpYBrsr9h)-s>2BeCke$Zi zU@T_m^lQYVw9~WDQ=7ti`Aj6L;Ri>`kq3}5;~mk?Xi+sv;jWfYdN_V2 zaSH2Ubv7~>rpN1cwVVt^)A-pEOPS6h+8C;LI&>fCG>rg)fli}_c5`+AX$NWrMi(L8 QHwMl>ZEgQwJC`l+f5uOgcK`qY diff --git a/FakePieShop/bin/Debug/net6.0/FakePieShop.exe b/FakePieShop/bin/Debug/net6.0/FakePieShop.exe deleted file mode 100644 index e98389be1bf097eb9fef225cf2219cc071ffeb2e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 149504 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 O7&9ZU!(7DwW%~pCo`Vkn diff --git a/FakePieShop/bin/Debug/net6.0/FakePieShop.pdb b/FakePieShop/bin/Debug/net6.0/FakePieShop.pdb deleted file mode 100644 index 3d46b74fc0dc617dcd471f826dc67631ea92ee56..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 94536 zcmeF32UHYIyXT7`4H+a#93ZC-LvQJ*|*Q>|Nr^bQ(awC9j3ddLCe%Yiv*AWWTJ)h zUL7q$h@7-6S^y|OBn4_~(+7=lJE0LYNC z1E!!E#_dR~cR*hUdZac052Q$dfR?u((%56BFUdwH@{Dd3Of3tp)qt0pZLie;pg720 zLPJFl&|W=<^~T|Rl@tIA*zi5r)mX?G(0%X#G{aa1&SP*6gJtW`o!|^ZAOz<^I19pg z8qUas17t`FP9J_6=mz^?gtYAsGh1M+4(Cm97J-cPn*^9Z#eqaLK840l&=_eI2UuV| z62K1?2M(aIBN}I;@p&|Uj>hw7tc*kI?}Ca0r_lHu8oxy2&uFX-KQ9T`3l#^l(6|_l z-=XnWG**XwCILoJaUceb)6lpLjUS*fIXO~i6I2|~Lt`^EPC(-^VaUcnebI^DYjc3r99&R%duo)^2*r2f| z8keAPB^uA5@dq^Kr$XvWL&X7aG!94OdNl4r<5e^!r$*|iLxp34#;4KvDjKh$F)a;J z#~LaL@Im7%XxxOx-_e*J9tJqj0+kdzK;yfNNcfNc*Fi$KKzQBx#VfrAV9*tbUqHoy>pn=_3Ka)fk07xyRJcFHB5@{E9C(alk+TiLIdG zz!VyPMq_y)q+Am!4$#2!3JKtZ3in$~ydRBS(DFPqzKq83!2M_Xzc2zkfH3oaVKx7( z;-3-tX9WHkfqzEepAq<98Ub>^^bP=Wkcesls!LFX0rkS~1_eM4j0M11R4+gk1Pt#H zWkZz*st`~{)fCl3P`3aFRNYbaLp21|qfmcNynqGXj_?9;sDC%{10|T{2bWRpLUkM} zC)j}cbK(LF9|7P38K~x>T8L^nRBp^?VE}B405AX^R0UC$Kvf=96;zSlG61Bv3_t^x zFakYPi=Z+AvQLP5qZ)+j5mb+%nuKZws=25ZqIwb4t5E-|6AQQjmtp}oQEf-H2i1qD z4x#!S)mc>Ept^|aDylzFrTC1rLx(C0s$8gUK~)S@SyYu!-HGZhRE4yd}L z>W69wR92w3gy zYwQ4NjU7lWBf1sU9jI!ds*mbkR1czxj2=6%MPnCKy-^K9^$4oRP(`*KJ3zJ_J4ixH zGJck$T8QdJRIj3X11bj)UqMt3Rb^DwQAPG)4xo$1VW{SyI)kdo7bNSCY7W%R=;&<* z)o9#^Y8$F|P(_Zc&FH!|qwCrX`d~R8JV7;K6#y!57V6K58uWh!fEp}8r2*vMewWh% z6ByHi6sUBd_)j@KpjrD}hZIcxiOGN-e9S-wTA)&ZNmT8=Bk_Hxlwb+f;0+``i|PPW z67U^Wj~~eWRtl;}DRzQa%YRCEfXJU%9mM~Mf7aIk?}4v>NO>;FGYyMP{i0)d@$!BwIXZ1!iY2Q=ZcivRqy8`#6=8Q4i5 z%)+M{|D7iT&cj}b z{_RqD5Dn|#K_aU8s1`$|0`;g)p{gW|lo&(BPSn5_mQVv%s5EGO8i3TN0g-4)6{>eo z9fyjYXu$_qLJPj2iieN0X#pctIv|1S0aU9|{eY^TD3XmtwGh=>RC`e!hl-u(!3S7E z4>pS-dKlFjRB6PK5)D)xPz^&h1J(0Tu@eQTfh82+)}L|;(1DiR{ZsO@J_+b2D#5n% zPyEja{4)aojKDu5@V_$xyTLihzn-7}cUt>@Wmz?NPlo)0giOfSoI1R}BmKq7uxt+z z+rTnx-i|2mO_cW`VqYTmBVvCd4j^j(C=sU+aXt~35^)Vt`?W;*b|UU0;xQtAP1N2z zQGSJp$w>Y>zD#h;vE#Xkh?$8P`OO_$pOuK&iP}dl|FHGpCDdP7n5e!25o-|D*Cfgt z6R{-;<)8N1;n*C)FfC*&44;5(4VmoM{)X%uHY9X^7`_ky?BM!;=iv|Oz#hZ!hjQRR z!uTi81Q~e)0bAdRh@CO@k^Z?5u`5x1HzIZ?Vh;=>{qe*w(qAtOBYAHU=0E+@gzSr1 zKO7Bj6L8{y^AVEGf0!3?1Wf(T zBmIrUFw)>^2afZ! zB!3OVNd7v8k$eS)k$feFk$e?~k$g3Vk^Bt|Bl#K(Bl%hkBl$WEBl&s^Bl!jlBl$)Q zBl(*cM)J2XjO3e0`2TEgd&te0JW{^}!$|#B3?unA3?un=3?umt3?unY3?un23?un& z3?up57)J7UFpT7TFpT8yVi?Ka!!VM+50A&+`!^fpUJN7W=LZFpT7fFpT7fF^uG& zVi?JfU>M0i!!VK`#W0c|!!VM6j$tG}j$tG}fng*+iD4u^g<&K=jbS7|gJC2;i(w@H z0>emtjzsX!_;W&jiOD1NUtt)j{~E(cejdX}{tZ0;{@$L*_upF#CqRA&nc>&=hCkJS z1;~uQ*z*@NK}N0(l;Hdx<~RMyyF>l}ndKKhhWru3>5vy8v;N9c!oGci^B;!!&lpDf zyM$rn^DJW+$**7-$$!Bxl3&FzlK+ZfB>xQ_55L#X0C|l>>oz1|7dUu ze;C=Gv=}Bpro$=1-`n7Va6*oMdJK<2W`NA~D=z_=5vKxw-~Cs8CJd{={3gh}zw+B4 zGehRXFbhr<{Qm6;`TVRHMwVy8sRRCB^^yLvV;ISE;&AYn@t^BQwih>s`5^P+$o}My zK<3AA0K9+`f)`D{mq+fmgo#*$h((E5jEKdFSb~TpiCBt=rHNREh-Habj)>)nSb>PQ z67e=7RwQC2B1YaJ#*UW?5pO5r9Ym~3#A-ymlZe%cSc8Z)iCBw>wTajOv;C3pD-$BN zz%YE+4IGJ|ZcZ{xA_o5OE|CM`7C2f$vx!!|-Nf zc)d?lKY@r7i8zUflZiNmh*OF91QDkZaXJxa5b;SO&Lm>wy>{&WnMK6eM4Us!xkQ{t z#Q8*gnuyO3aRCvZCE`LNE+S&&4SnqADJJ6cL|j6|7l`;WX8Uh~r_HMvM!qj9iRxEl z@(1DD{|!X>o0$A81-xFya3kD*+llIT5OF6F-@`1A9G?$~_$h{w<8zv5`57XfCE^!E zJV(UH-$G!=`xOy?z^vaC_U{vh&%iIBWeiinW!H(8-@xQM;PFUC`mgUNZtu+)M%K@XVS30snD$g) zeO?SB?ek&kBkdC~jI_^>;c}SYf?;HR0vOhTEQn!b{UVt44Z_bSiecpQi(xnxu1_4p z$O|ND&b_^r^+ks)Ef2tTp`lp6rq<=dxjPy?(!$|)$h*+Cc@lXGd>nj~1 z*2OS#y{L!bO^^*pRsXWQEZM*IcVv4Y6Z{x(MxI8(=K-i9CBNf77{R~PfJz2Lkz!B` zXB_Z?N($_t!lzhpCILuI9D1kmvrYK)4=ss=`ZFd0$T{hE%O_z(0{;R9nSS;GDZzmu zsPJ!9kYXT+D$*OgmVAdit7H+D{2VixUnMr{@Q6WU`Cld9V98cA z-uA160luw<+$jQ}{HuftzO%L+jd%PiDTXD;)j!;yQRPMM3UD^S0_Ow#aYsQEE+1a$ z)PT#lTKEmu4yti|;3jSieml*Br?^cdA8pK$CX%Q#_@4IF&tPHIddOV$AIttfzJ zEW z&}X4LLJuJ)1JiK#$%X!o5k4J*&H^{|Fmx}tp=RNq<+;OpE0CAqW+J5^2dK@o0^gZxvZy5SX`1fHe(2qF45RbOO`QdKyerAPcev6E!G= zKDFs*IbgnYV|&8L~YW6(FEa4J46zyuaG#r2;!3xARhi-AJDBvpj}C1#BS4 z5U4>sbix*DkPBS{dIR+KEkEl`ZJ`1qkf&hz43ZcAwO;6pknM%3z$)t00QU~&CGa30 zx;^xH=rO-|N{R}|!81s)G#=bUoeH!-Z~w*Z@DCt|AWuPFM4bwJLGm(qK(z?lmBWKH z)TuxobbH84&|_5afFGVk?A7qVdj&FdWce61Dv%Dj81ggd?a;Np!1kd#piTu`p@W@x zkcv7L$be3OjP#GNlM0kUwpXVDzVMt>480AWiKd{>K__TX0TuYQZx7uMdNK5Q=u^;J z;n|3w`Ewj%ppU>aPdoIh-w~$*H=$2KUVu)}!h>vh9@2n*54!y?FNPis&ppLjRNy%D zsbBTlweg@7kbrh=8gL#uK?e^=sS&3Eneeey@ot!>ApsitcyJ4KYS01Q9&!)#sbA$& z`ajEo!OwCH=nr7N82S(Bzz`1}(IHL)+@ae;CWCKSwnL|au3?M^^w5i;BmDt;e*4dU zO+h}2)HlI{hw!f_+f8V|Nz`dU3v|L>JkZ&UI1PBr2HP>igIAoeoddtxIqa~d#!IxU!o9s|qq@cl%>K|IKWZzU2A(g0J`X+aG17+B81hxpHS zV=VB14>G~>=Qt58e~yO+WMrJ$f0eiYDxdmQPB?@I>PS1#1EEhr*W^c>28-cn}3W26`U!Dd(D_c9^8O#54{0;JM?Dg zgfKklfF1+=4)iJLz0ftn@n8UYG4vtm;0PX!Lbr!L3B4Wq3+RLhc;15^1N}YpDd@=f zYDD6}XUN6Szd;8_;ct)dEfjm`c#s2LX>is_l2!H~44If{+dXCqLg{moVsu0|Q-rgSCG)6OMdLWMUW)OKN0d)=Eqb zrH{|M#*vTkW|HrqBy}`0CbPPpQ&n zTHa_5md+|43)4x{WsonsRWnHbZliACM4UnHsIKGjCc_cDo^g~fm9nA_iC1hh*vaDMt_ak9fE`r#AqePO8+(llE6G}9Kx8?RirE&kn1 zXr5E!toTFhnGV*MUda&KqnXS zKo@_%AR1i6eZukULhIPCKk033>SZIvdi~@6By`*vH2qF#In~_!CwaUlCNF z&%C}mc2j;IO-4|MNG$)HmuN5U*jC5+*5v~<+HjKu`gwc9PO~7fgH!OoieO{3zxxwY z6Vpb}8)O44v$J$duWb$G41yAarwLDkKqVY>qZ~c z=We`wWnb>QmY5dPZ{o2fzULXAP!Xr-E@>WvO(w|x__qyc5t^>uKYNAj- zwJAmL^XmQ1vwLeVGalTjEa$}tNBD0Sk0V$ykqO-@=(y6|^63QMobtl8hO+zlf=#(6 zNgjUuWC0>JV@LFF+vz08@?Q72TzvR^@$eeOvE2Tjlxd0BY{IavicdD(5U3ft`TeLaFb9K8Qjz>aY&bu25PjmqH8W!1z43i-HI zGNYGli<-yVWP4&pKIPJP`9Bv)llXTH>bL}XxcRyS61D6~km+Hh6y|QGy^xr!u@#pz zLpVm^KWmh+$>)ttUFLG^cOkT8q_0Y_vkG>a&d%8JKn`!BHrolLc$@rnD{CsX+Y_`` z^y*Dp9=x1?UCOR>K!-CwLQo-I`ajX;f860X7Q&;|onj$%H1xZZEjVHa8*XO5-G93I z+H9A3$A!u;KdRgOzZ-`xCo7M17~O$P5BvN31qT1MvvC20$D-R8S&vcO9oZxG$uD}V z?2{vnbzctBCM&;;U+Q>Xc1!%9Q-e)c9l$QImDimRDf^zQru2veRPBE zN6wHQ!G7rZ>(43YxKF$SAtmE;zQmJLg%v{t+xCTxeceHkA8n}zf8@T_$R9e_-*vA-&pjm=kB#D;`XmqisQW;{r;XhGj?g>Gr@76gy)3r zE$abCKSk6>b54sDgI#xmk2>wzdbalbsd5^{8-9uV$oD$9xdicQySq4f`5lJeGCuy^ zF2OEHDf}$%!9L#DkCe!pC`g!%^_i+1z4pq3EdQnLJ)QTp>DLp<^3SRZ3FY<`O6i?o z``y^zHxfV)rBMxvI`l5+vr2o&#dmDNwe*=6E{Lg5<1XBtm9`lUqA+!L2y}5~wL=;) zatMcg`&WPHe}DbK{?sS75MC3KUi4iCo{oA)cY61IKh8L1c*${_e3E5e)xftr)^F5% z1O4EcA30C{`6f>yC4?87?d$upw)aZuveEc={RfSZ%+T9nYg$^lhU5{&&~j^ zsaSs>(tiq(Z}mS%Mbh>pJpyAJl@(2IY(wXE-grV;SFZ*(5G>#<& zwe1k@n{(edc21ue4DU~M=29EGXv+*g(_b#8iCTC;ICOITp!rdq+O>|XZ%Ml>^1ZA3 z7FC^23=W(M^W1EH@jM6iNcx+OqzDs~9(?XTss{L+$!R`hJEo0aj%;7k@vG;$EYM;6 z@XWr0p6FT>>)cxVSnT_QveROuzTy6raR;v6P^cL_(0kiKIB*Au>r%-Iog` zAz5aGN+a`xBP z`%bEyo3G{?vwt_7@NVXWK5NvSQ)`{)+rzl99sb>>zOSp_f6!Vw0k@GD;3U+|p?n>@ zd}~O|ZXLE+FcM?SF+3@1?BNvX7v$#}j0}aesk4_f+OV`KdfTAq0+JCm< z&*h007e>#!cE3-R*z>O4uk$Xl1^=AsPRN|FIFZYe>U>UZgjDFHES{g3R*Wo0y&|PO`2kb*_N`$w&(g#*_ zRXt1QOxxG@Il-aN@5uE-9LKv3F>WP1e@~Vlw!kI8QLBI9Swit#1f7g$rtTDF=Ccuc ztG?V<4GSg$OI@x_b4t1nNjuI@o~XBS&`Hpg;8uY*gXt^&S9bZ(atjVK4t?ppv}M>( zQf1DGWnX+E?a7Am#rv0nuCa7$D~@S82`A()yjv2>)Jo0_VKDo|Yh=IaIrDnc$@iIi zM_=bxdbek5J{e@>bC;Tz9oqY-hOGPY4b^W>(+|!QJZP<(Hv674pEf@lALTzI7NFKJ zZQyk=H{Ykn_i2sOva$a`^;|>lp5jeLz{mf*^)2bVlV82%?voh1vyhzoaPfYunSH=^ zQ{h|V%Nfrr>}iuqV#j>Z?pA{O<=>OKxgflCRvLOINb%43JpacGj=u_~-g%G9{lS)mJ{%h0#>cmNaMa zUd@6$Wo{=twwDm-4z8PCX`J0X5iL^wh&ircEUS!AmK_t=R4TKrIkER#xWf-gxq}vA znO@eJTusI|DelQ>Q&%OEGP&lnUoX>I!t=XHd1u};b3S`ya)YNksIyma*!cJ!5o-gX z`IGx%tIh<(cC%c($fT-u@EL2%O`PLLcOun|Y1f$XCP0qzvva%-!B@x3cQz+BshN*=pOTi|40TnVkb7;Dy?gt%@2;G8C4C3p;y!!`Ie2>my!}CtY*DzE9wQ{I8}x;)$K!KbK4*A$ z>T(0uml@XHh3^;1`biraex&AS(B?gKnrQm|O_tB%>Z+1J%u(n5?}k7vwU~NT{o=C- zwcMJruXbnkD!=TT+hu%k!RKIpw(a}}_WL1xQ;TGULFV=6S>C+#8^5_3F`7B=3E2-ni|LRyM{1I5Novr6b zztP08w;Rpe!_^&KAbdB4@C!Q;b2-=iV|aqs+TlE|l@Gz^N2sjpT@UNWO{n{*WGsBtCP_iYuy2l2DD;BQtK*<{HSu?*G#xEG}-pcx0VF- z3$$LHE=uK@S+>1Uxf*w@(l5DY=_@IxW93s97shipr1pLGEq5_Le*eoJJ@e%wNB3r3 zj4B(>zNCA7@cok4LI_VNOI_O5@?}za#giox1{dNE+w2?K{&=6==3?`*W5G7N;`X%g zI~aRxeRIg}l#pZtWmt@V*`rhbO&Q-B10#cvh^y-D6sqH|uTB*mHtEmEaP?`{uJ9Sr z)>Kk`qEt-~yAm9^L>|st|Lx`KY1ys%e5d=1Y&M@URFyBDiGS7HRcmN18Ko1w>0qR` zDz%GI{jKgmTIRQTELQB=vQv?jGSR%VLR!3)_S0&$ zXR{Fx#A@p8GSuArp1sj_%*z)ZzO3nOLiOnC}Suf@sYje!xl1)V+mwE4{ zImWyrH4oKxp0VJ#FJ;TbQ}Ez~<@N2>WUcyc1vTk57AiaoUbJ~NvS(c)XlJ=BIr^o8 z9lKnXWM`k*uiY^8zuC#s$-gU=V0!cT{mXK)RWx!lt&G*q?Mt`TUUz+EV=G&3d^*Cj znRBIE+B$=!tt<4yf@RA&p4HS>btZ;JubJz|s>DKkoT+(r?c0h^GdjeF-DQ4H)z~4_ ztIBkiv-^R2iy?0jg>o+UQ;uUDv3g9~wjLwra4eWL#;uENjf^v&4c%kMNoFvdCI=5vQ+$VKYX!5*Za+>$6p&V&qPZZ`6WLr zQHx14zdu*%>ggLRcbrd^nlF0k_N&Q`30A}GBUj7sG&z&fxCNU84qx@N`21|Wg(i>N zU*NgGBPX}3K4-Ol1b82Js=9%Yl)c%u^yc1~;l2nBPodg}GtD~B?`>Jvn^UM8I2an#;6*Ox8PTxC?^FDDu1VYL^%8VBs?Nr8L@Zdb1@?>`s=pP(BNfpr+&FfqCh~DQoAqeA zNkg6e*Nab%yrPcawcf(;q0pU#Ye0AZ(4MmR(!EyeLQbp2+=iEVn6;Pj3-#FAdc9nxyzP?saAWC`_^TRi$?sXKEp1@% z$451B#sXueDuLo1TiGb2tB=bq+GzF+oTFG&>yWDwd6>Gh#fL1uFQog3!>gi!w0#xZ zON8{_wD4qV)H(OOW82md!QAK7`YL?;;(GHf7xfhOTejnMDk5)nJhv@ysrKkKjdFz& zg73a`j9L#~+>-xzr%~B>N!cm$b9aM0FWl7J=I6+CVri*mX+&a(uBFP%dz&S}Se#Ak zg61rZs$yu7y_a!|{#-R{hsj&-qaRH3MUwJttGY@V$MT~p{91P=o#wte%Q>jOZE$-j znDD;C>+fb$Q)axIfu8Xpb6P61f4Vrh#~sHh=XD)VnJ3>!mTS08<&;o0x0o2a;e3sM z$?VJI1fK)G&W2rg&7zfX((EhwPpm3Dq~*0$_JZ}8LzJ8*E^iakF-x%P%5maO|yM53}6%v zIL^xB@Q8ap?zX*FcUMPjpXO7+cfFKigk1;D6nbZFdgL3TeLv74BRPBS%&@?&XYBiP z(_ZYhT*#Xt?0UI-diPBRv7)$l)=~!q^*!spTzY<6@M~>$lY7TA(a=YSo_3YhMbArn z`rp)KdAwNf@c2k5YodvDodoN-qH}NVxX()uuH&E1bjD;IP;qL{u{)9Vc8+a!qJ;Zn zidO))(Rni#*=jRisXd2Uiv=CUIEX% z0zU0gKP{chmPbP$AeKHWc8dChi1clryAAcDmxIKlUBrC-zGU9WoN4!v{9@&P)hxe` zId4|^Y#>e~*Fd_bJmu74Mh3k`x>uf6x`d#4qhL?ncSPxP3v_9|Oc|bWmYyYfZsJONEsV67el-my|vxODF{GJu@=M$T|hm_JwcZDkFMXa3sm7zP{V12-Cw$jVqVYd#oM~pS7(n8yP+vFXdWXSQv<;MH zuh-H2kUuN!&E|TqTSz(m(pmfDOQ#I|uRQh)ppv$s+9USWiYrBzMY=PfB>Rl$P3Gw{ zr=Hwfm7}yiPBRdsA>(tGG@+5UXP!l$yp%a_TJb``HARJuiB6Kc{zB0%+Ig#rhf_cI z@=JFGNY0TNO6FK4cq!(X-%;n>4mMZ3@bePo+y@s=-tSrR!X&{y@R=DQ~!Rq;=ZS|=LXBzonn^UzgFI_Jk*Dg>~mn~I5;!GRV(d!<(1RyxNn z9_Ht0Z_iLYol-V2=*xQU;h!Q{rx4{%|8xrXk$b>u^9lohMSFlEZ1-6=Ya`vX@Kw5v z+$XiHji=f&rn{u77k5m)Fs?~T6g+Xm?$tJ~*p< zz`!_Xy*xmwyle7d73H>yqZ)p0cWF`@g?p%2^>6b(>Cc&?W!Cqt_N(U^tvUHpoHcd$ zg~6QaeqCis<`0rBx)h`g+O7__u6IAAen>m4hvV77v1fU`)n&lI#n$}XC~mzn+(Mu} z{ka@BS9LXg54>P9GOE_F@Q)!a+jrHxR&re>;pJ{UT?W69OI>r`mv&vabYlh>Q0_F$ zQN7m3SAD%klqBxscY-nHHR;vr=IUE_SQ6sG;^(Cvb%-5c*m6ZpRiE|-om|rVSe*=s z#l3jH`3Ab;ffH<}g&7~mYU1#ZV>JYQRkyB|v9Hedp1Nege&b8>Y{~if<2zoA%JRA? z7-_;UBGH496x(+!%}w-%%SYTi9@3~NFH(@V!e?>eGt<&qi7KV5Y(jn1&Ta!2(>qTY zEh4LSH(Se%TW_OdZKcsR>L=^jrps7Bmf^DwL`=%E)C+~`)D&|boVSuzZ+f})Q)k(x zhOA}v0`m4N?WKck{SCci@2QHW3|M8Nmy^_dl-I%-eOzVF>=DqSIV5K>kTOl~<3D|l zMl#wUJ$$eI87Xf&PR`VqvdQBQ-aiZX=CSU(c%OMCz@VV*A&p9EU3Abnc8PIzxw)z;LkgRpN~fEFpoz6_CDckFUv%#oZW11Fnb-BZI|UKskg1M z>U&RYG7W(D2|QzgV~Q)|3LBKU;hC<+2H7q)+_$e^xR@3iI5y(pRyO)bLr{=E0nY|p zuAY9EvCtLuc%u{7oSeOT+^DYJ;Nb|H#?;i=xS+0GJwMj^qtB_ZoDkNK>ltWvd9Smt z=~YWV?f&6{Vk_CVax?pxS44yHZ@=Sxr}fAxd%E=_H}JYAmn(W=w5~qQyVPK>Yh6*` z{XoRxz>~`B=GT1=T-ENArI5OAtFWieyk^_LnLcsv!n%U?t(=oOUAG+0o_<+uOWvhB z$iextoWx`-E#x{~|0tcT`?mhkGS|Tyo+Trf8?LxXUGN>^>O17+?^#Q?yn1>6zU}RE zI$WAu``gbSxT(C8TC9ciiSEkoYDQ90TGrWXKHPlYsX5}ZNQw$21dJ%axpQsW!a^r# zZ${la`{iUPRs1)Rk2}tPPzl!AIY0`UDTR(g=O?n{V zc#GLRXngk2&ZFgKwZR4k`a5EZMQeDfL5aQ6z5^z))=b}7)^-SBY z6~C(!lPAQ;a$mfovu}{B^LSI+Tu_=(Fl6zA%*W8)E2IAHN=<$mAODne{H7+i`qXNX zT_q283GAC&d=i$#yF4d)kU4Sh!_IqZJ3q;ts2iSSqH#>tRlY)=*nV48GJ$zVkNnB6 ztVvHd@ZByoM+wp2^awITg(F&NA=kBzmUD_F`5qld%dwGTX3s7@`h0XobnYpW))0BNT~iiSagC9gl5at*+-!`1 zX=eS|k+Aw?y|nh~uRXhOk!_DGzhQU4R#dS$LU!rY{mWu3Zc^8jw8ES1o?0JCKlSYc zwQk(~yh-cbZXJBzX-wmPOwfx^DQLZNi?IpobK`hZnIv)i3!n7#$($cscXDMM?T0f z@RezeC`xmxvaI3bzP)2?Y~K{kHZH^VBd;%gqJC4dS(a1miJZyM%(oyx>7%PW!MyD&DcRgR>#MQ=t0`<%Oc};r*?zpM5#9@=9$jxoC{qU0nK{*aq3= zj-v1}y7FMgoAzH$S=5Z5G+260p2xwKSFa)*ETHPhA-Oc#euZ-(L?WTwKW9rM@OCYr zKCNYtxvgi%_w4?)>#OgnZSNOd3M}1~`G#~dg^$`_eb+0!g4V?C$V&Muj^ zJhR;~FXk&)sKl`CbZq>_qP^MRz20KG?E15NzCXTUz#!t0xR2Q@asRh~1DqEAl#F)i zX)YtvR-LS~r5#xvPeQNyf1e8Mnfu22_S+HZi)OssRt1UXhN3cQ0dzOjjbwH02bE|- zRK4m_-o+eW-)bZ3Djql=@>#~gaWu{Ix~!bZ!)}iFWHF-$%yM$Nb(T9MydPxM$klb; zVNrZpKEhFLE}m;((tqbHn__8|oQL9_9W>+5IyF?^Ic|{&e&t~0x$x4%!K&!2Px%MR zca{z}=sTPbQ^a)mciq~wASGjYgZy!>$>tDM-rikl%#3+;N+x~Av~|jRi)PN{y)H{S zYP+S4z}%E_B+9W>a^@>vGF{TP2y3}$n|1F{;gz^IO0O;4-$X0T$6vW0BpUua?kJSWzUpd z6f7ikaU|Wiz?sX&o!SB)0vl%pax}JTN#zJH@Rrr*nr!Uj3bV!qnyXv2i5fjUS8L9j z_sIF8tS5CD|I7VRYrfzs$B06y3f|M`L0-bWq@|wYC6jec)y)R)M+Bzr*G-3uJkM?} z*_zDF=Lk}{p7=EDmv_0j}TIuBjWIs%lSM%Ph7xMAQHCf+1__&UycL(Ra zraK)rEC-egl5ecL)+*X-()72SZc zV|;!ZhFdvss+9~*Nn8vy79US;rVOLC#~q^h$|>J6QJCVLO>)t6F+3>q-i&kP3^Vf` z1G)G767eq%`viCS*mZJMTo=T4|}yUk(=MaH(kP6p2=s-`3wpU{6*&R=?Kx+@Q(U z??q_s4Nccv@24O21QVVOY;#qT6!qUR#~6rN=uF)0M?c^@XS?$FK1p_gl`?S(QBN6PCL-67F%X zq3D#|ss7nvQ`}6HpPEpDxUZU&{xgB5WkK552b3onUvZ3Ds@R-5O((yftJm%D_E$Hn zY{@-NexJ$tPJSj*F78HTtRS_OkigT*=HsK4A9(iJ$A zmaD>HJQn#Mipn0fI@|E_TUG2dOyXgbR^JeE z&ow;XuAgAp&uW>+yx8VjB)M>>>E1_9?VJ6qhWF}&8~56lj+l_N`A{qex%BD;d=6l@ zw!eF+Z_~KT6{|LNdV&1-B`di@4Hs|Ja*6NU@|Gu>*5yZ+XJTu-s?L^=MIZCJ>#kpR z>{IMNrSN(Fb93~W;diAfa>WMgLB&d~trzJx3CVx@%;|IL;qFFDQ)O#)*U|m%+TGud z4*m$faeZV>E*EI5+k0K#o4utRc#pLU?6lmH5Igr_x%f5iL{#D>i@4gMIhF^@qWEp` z-U*B4b~3bYvY%5tJO8ASzFdUA(#cqQJ}GC*O3vWHyF2{^2PfjFjGj*E^a7R59EJf5 zDVNBfKP9_+emXq9xsOA`jVD^+r4B#oys-3**Ws60uII(FDpQ&E$6gD6c74ARL+rc5 zn=};NTIUvG9%oc52I&->!}G+bkLHhbO0oKu`x{<;zCT5rbz(lIIcxQ^&(|M#-LYL0 zKbY3lfBpPmhx~%A4_|}~3=aC++lq2gmgw3;BZU`jwU;u~``6R*(`#=WdJ?DGL<@h3 zG#~dJlx1nHd=e@P_pL`;J@ORCDICSQBpjVa8Lamn=U%Jb7WB@32an5}tbh)IMQUY_ zZ#9p6Iis~0%lAE;ukH_Ro&79irygx-$nw62Ba`GLP2rup9)5@Ww~3CYJtOBmTxZ03 ztRhzD&HJ6LF-{a^q^GSTcHTKUFdkaTVI4A~BYwfAgi`n={0*|RYPh86>DARJ7IQ_f zsFqENU6&twA7P}pE-W17E}&b_>T`8C0y@dNh7Jcfz+R4!oHDPnBJ5;k8J1Ays zoLEx#lfHG$j(K;zKW}G2Y`C~SXPm6>!>3KVS`~RqME0l(R(v?}e&Ac-gMEFZS9_Dj z!>pvKxa0Q7k^~#x2%NuSt+jG!)(CLQ8fY4+mOp%*Z+>+9 zC1#Fw+Q}|X*Z=6JpqA|$QSJJsB|~R3n$k7>srhQ`I5Xpu64vi)QoZhzl-~QvH{aTp z8CZ0V+l!0K*+!*oqq68sphv7f|EO9vOBjXInH(*Kvgby99!{@BQ-h*tK8~IPMe*P1 zKQ612?Bog%d&lveWA$BC%h%18Dr9kDieb_+dwPTwuJveGrZpOFsUQ)3`ChQ@t&@MM z>Km3PCz%F(#~xldCeRouRvO;V9Fb_b;@BgkcJH|n$6j2}MG~v^B>$_|Uq@7Hhwk>- zc|%3!tJ;`-V*0gFxlgOYFNv`1RnL68F#heDqK>4Tf)x|LuWzt%l_q$=Q$>V<9;k z)j1}3_4~EX$KLzLnHtg|uLSt`4azcZ*p~n3aJExSE;ask!kNAH()A6;sy};A0f~@Y1$-I{ay|qTUYNg2tms{$<8l zRdKU|M(+9D0TQvoQz1$x3eqmSC><&^=cZV2<-QXzbwFZy`>n(v0WWRF;wq9u(R;5y zkXP+7kd@QP_TUcE(A+_NB}d7^Yq!(RXPVm5P7gvu=sEW7@9kcV*d9SrD#E&|w|c>B zqxH$1olfG*&S&K4YyAl03cA(GN>v`ho9{XY1uV@==Ifn$A%>r2cQ2G47`>Isdt^R; z_1NUc9`m;r=PIpL%;2*#M{B(EVL?vG3|SPJ^wE*|GVafeXd?E|IE_ z6cfjXtfEW;>APjcYVB4XoD07O2~SjxMQ__5Q?C7qb=d7l`TS#f?h|=yHZJe@juk5& zl3QDvx38O*GDSHp@a?949xwOV zfWJdUNg=>|WLLIJMkST%I`gp|HIqz{pH0X<+_9qGp{vf;>{YL%t}RAsFMFFp=JM^g zR&EJGwAn66%VYt!kE$HjyQx+fYj+Ond`V%N&PCpH!? z;Sb=^XabK$T6i=z_?uOi^zg-4D6c%f*LVFkvrLqPo^^Re(DuXY+$PSx14myJZl5iG z{oTLe*4w~s*)HZ!i>)6qHH7{s8U21EqSVo@xkl#9+q5snL#?Sz-=jLzGt`~U2UeC3 zUw$#dW_A9+H=3BHB&^vUSbOQOu74L^20T+8JuQ|Y(kygMJI`6-u0#&1LK!PlzQj8$qr z^xZBys##(OoZhf6_Sz`-)@OH>9 zXjGXoy5FcZ&VY~JbyFNa+3v?ire|z#dW>4Tk0u6o;UnmLy?b+jdE8@t=)CA9cwuTBv9>Fk9zJ<$D80QuD8W`c|*k6xVhOh zm9F0D&}5?K86S`k8Wc5W=q10f|GIg~UImE*)ThS_Ba6-sXx#WN9oAk>rVxFrNnz`! z+`#^oTivzf3(6WxfyR^LUv=U^!z^w3?xzksZ@77EMkw53E%)zW-mp4(_>N{%Nt;4N zi>p@2iPz;1ttUg;y?6WfUwjcFa`I#jDPMjLPusW8dr#**z*~R3$c7tEC-F**nOnL0 z`NWvgRvQWTqwo4JCqydC^JP3R(I{B+3GKNcjX%e!!DiIZ^!adT;?(k!YBhq|*w&8J zL%8!`^XND?zV<~}RGzt8I%z`fX^~og-Z6`<>uC!|EuZ{o?KyUay8nyW^Q0%|%Tog$ znVbuquwS5N+@7xeG{U&!2lZuIWzmJABgbZsx5o8vqI57#DsR1a$K$Fx-BUN~l6R z)|(VC_LA@R+^^q5mgONq%k43rx^Y*@x?BH6+6enh+o)SxK?kTQay9t0yPV+(Rk0W) zy}OKMjQtNzS*k6e>wf32`_U~7?BYA#un_V^N~G#h-{~5=jYkA&Uk1k|?TeDP&E=@< z!9!KWLpAezMz)J^NpkZ(am}>V?BdTWb?}d()GdB2cC5rhZ=Lg*i6M_|cu*>4Nu~0|Yx`|wB?F72 zeT5Q?52(ako}?S3>D2aY85J$zNpa8ERXey#(*K!r(b>Io&o9+yneod>t4zLVWaZGR z{2z?H1CVU(*X4Q3wr%50)p6-e1ZzdumBO`GlBO}jQ z&)$2j-?LZ-VIBKK52-+Z1Ks!5(`wxpkI48zg7Dav=E0be(axDj)r0jhT$(VM`5+S*ZEODf zucfEHNS%w?pr&%BxwKtHTfY)OL-VWo1b?fRpt2b-y}Jts%+&%Vv=WJK>{w+(Yu3152}91I}d^h@;H7g5Sv~A|1YT82F%op)7dSUWBrdwIBLaIcS~{Zae$OQevi zZ3=1_slxr#5Le!sEQ?Q3yfT9b(P`eQ&HU;%jeWG9oINR4&Q*Tv3qcY1bo&;{dFuI>`(iz z)M@@m9kS1~)K|b+SC5o6-EMlpkJ8z!n6FuhuZPt2gTJG1tR$<(i?7J|tnysQu65Ul z4y9%gpvBu1YfkcA5S^Z6${yzt-A(KM;e}zxc}Y|gtf3V;K&ouq{>1l5)YuWjyCnmk6A!&+ zk{3}0hh{wSkx_f_iP6cTF9wt&lzKuuK=T2!M`Vpo^vVy$JAr%AWPMCw!@#U`LgYPt z5ax=SUlw1_n_0eZ_yQIHt2HxMQ_Gt;{+Ff4pnSo!fap@>adL7}%vX^hXLdDR<7V{J zK$30L@FE@2me!bGLoi<}3x9YH_^g8t*iq039nFqdGNbF3wOLo(;J|T)b6qovYW~0| ziC`x>$p(zv82 zNG>5u4VO=;4(oUj43E`r87cnZEdpj&Vp6QKpoMAxa6!COit6ARIQOG)PBeK2Fi;)0 z)`TDIIGMg^dB&5tipXNsWU8T^gzhqcEgR{cGK%urmsZun>=D3jFAl6#WG&wm{V@v> ze~E^1(W})0`94wUAqfB6=n@$7a4DQrf+v5T@KqMgq_!Pd$yX#}mE&&<^p!@Kl>YGo zQ7KTci^%QP9(Dg&?87dNr@CG3kA!-=v8AR^=WclH+a6_)+s@E#0@SDHX2qV7)BV;V zD;fa3VQ|3SY38R*cusC}rbg|ffT261_;_1r`{k)K^XemnWT+R6$6EoP7BP*Q712@# z!$*sl{I)N(8@mxTCfzVzJvF6QvPLtrw)J$xe#8;)kmlmOS0%A~8)|yMR>SCdROzx- zr7DhnGlQ{FFppTx&a>>w1exS~{JWRN4f%wG*QFyV%*Cbtc)>NRUeyOQRlX zND{q;Uj~W{e1jcfH=knz9p@%9d3b^TVfAV8MyH=Tm)r>u(tS%S*l_etCAVd|ibx_M z-$;UeW9TWpmGdIj-e|q`J?xWi49oUb${+lIRGc)&TZL&)$&s~@0hVudA_XNkWg)42 zRBf;|tldh@EiEN{LzV^NjW%ANII1ZW!cVANr7%3Jo1UT~w6(7t$f1vCH;e84jl4wT z;x%M=&8fsP=W9JCq=v z5dxSY0XXd$5Y(c!VbF=AnYOz3w=#U{b}FfwEQRKWxI5t5!k zeSom}D~Wrym%gFEA#Jr^dbjkg*Yb)rEu^qG^o6ke?7&l%Ov=jG)7h%w_2X`VQ`k7F zb13af?Gv*vvouE#o0;5iO5m|beh_|6*}s)X~hAO@|I!_L}N(?YUlAS z=*-C3*O~VOUIHkpQ6E06plQkZG@KJLnXQzIop;j{kDtc0_wDbpIk0pqQlYZrS)6gV=-w0)p%rRxTrVyvr1#7 z(}c!P4Y3r*EEb!KQwH*FM{SyoldA9aMklgR9|WHylm6&C!$N$6`~J#EW_dG zFqk?fX$w9vQPI7R0$$jUYu;~f#K4kkg3-3#rDgJ`0*QC^W5>Y$l6`jF*&3ucwgx-0 z0e~=$>RHu~-d#%N*k!&TGF!ThwR)H z$}1P=&hoONDgpPRAn5rLY`m;&iQjTk;*~Mp*o5Ji^Y#1r;#9WsC!9XIby?uf+SC+L z$qqlhYGH(@wyT@81y^yj)*oLrhl&{CT>hOq@{g}tT7deG&^KxBN3am`7`k<17#bUG z({J*pDGHb@8!7uFSRg5n#dgI%8R+-%YPBKWlw`Q=GF&d)w=1KHrzzpAHAcc!<3J;F z`kXQe6~*F9^9_!&Uu-;gaUuD?)YUZPcW-B(_lY3pkd|+2o%UB)oFck;@Y-z{JoGXINLP|xlva<{T1~#S-2foWnNBzM^W%aTTMs1- z3{%qROBaW@k=vc>*iTnDsfG=`gLcnop-oqD``xV3hU&*NU+gfrC)`+8x~z~iXz7Jn z@=j<6lxY7loIPM;3naGiicO@^b=~m{$@zyI+Dq@Ez=A~w5w*go5)WSATzdXdxIg~o zvv2;nkI3i|bm`(1E{NBv5QxygSEm(Pqo6X9a0SsiYMk*x`uYj*cpFg=Slz?NoFfof1g*!B*0Rhn>Dn!Wj0yJKA%*6%#>l3XLmA^&gURFxNplg&1Vd7ivlqxMJV_E*4%^`u!WSKX%9`VYS5%E_oSST6wvN6fSnBh%FHMe@lpesvFZ z;=(T9YMHERHeHSp0(1%SNHL^+w~f4oU#bh5#sskHpQYI^9$N~T9J(e=Nja&X8FF+J zIcJg-lPOzM`= zv;a}J7;lbouHGz_)pZ1xH8H^FMyXrBM!q6@2DZT|9`V%&Na~jX z>l|dUr_KS=^mG~4Q@)qY`l5A)W1Ykn>wPz~i&sPCU<7R-t@^jf$lmFlJ42~=>QE=Y zE{!5HsA7P{>6Z)M%1 zx0HSnzOK+HY>t4F;WO^VqbfKQ>F)*mpwp6cdmKaHYF1O(k@~XLebR#vFz}PKAsPld zNGiTjgwIQKHr|j?>QiWnuTX`GK#nGfux&Dov!|}^v^RJ7@zqfb-489QFY+Z_J92&+Z9YVRVE6Bhy-g=^cRP{@FO-~JbL@8^;r<A%Y<7olTM}DJ%{> z;^Rzb?StYHt*fwP_d(pGGDnsgQApl@*wR=PcZkP{4tv8W?Fj80@MQ9Sy#{IIk%w$C%6aAM7lIX#HetVaakcs;HX-8*jsQ0w0cU; z6AApu2+An32#4QsK;6;!fV8uf2T&ttmJ)FYd-@n?-(Gzj|bKF7FQe9rL9E4hr!q{g)z1B9fG#yKA!)NiO4eU^T=%c>#p$n2A+_%BubDR#lvqd?WdQf za{B!30|>Rj?)KQtk(mjGD^#b1Se3>v#TPROb6l-7UUHQ}`Z8_?9k$gW$C3`bAvNn` zmWCwjI1R75dbtG=aFeWY#Q&{B4(K2FKsxesWYUD#ttFz2A|}@l9FVWVpHEh6n$`t3h>6((ii7a~^ObGewyeTzI}T|&?LUTs>Sl$+Z2d{K<_p~BGIEy(Ic1*-I&ntE zQNw-l2|6Jd3KhaeiMQ%&NY|tW4NJEw232O&h@0KiB zTtD!wzLHo2_R**lBS-{Xk*IgmNrL7#F~gVEZuf*vY#^Lq4<;es!D8h$fm42dVJ*b6 z^>n>?WNoi~8r#LFeOF4a76Kk0G|$aAIEh*v#I=ka1^$)+#O*arL0e4DukbzqGh6I# zjoe5f1jtN$$YmjlY(P`9BDb}59^@7v_kIC+I$|d_{+~Y}T$WGigem%{o$EX4I-}>+ zL5sv-K69f2yJQl5MgW9Mwl-0xP9Q-&)0Pc&W>RKaMFcSiG+id^J4Aq**O!L2^2p#R zvQyR{{*jw_GjAs3mMx7$Qli{=>Odn?SQgg1m6bZmL?3M?dPelh?7r_CNz;kL|Eq=S zw{KdiVP*Dmt-@--Gc)iAI(7W-WU15?>4L&*1-$uV1$Yji&{~B779Zb);rYFsY|}<> zeF-hTW-Tw+O?v(vq~S}W&uJ6Jnzq~1mce;zpLOm&YOT_{L0zJ~7_2ECT%in%$f5aM zBM2YTT5fhG909@)O-vXpn!_LKH2MEqCGbB|*Z*rp@IN#2|0J$^eo25L&sx=ew&avq z$}0t75N(WXoTWRj2joJ+{xe{mb@*v+d7B3Rk;_6$r2qwDi7iNzUUli0F=rH?=UL#y zQ19}^RKJs8pqM-uf70hQ|D#V5K#W2=gob`?Qv z{I{3HA`j^Z|F~$~`e{$ZQ0cy-MAMSBQ>AkKRHRX+7(lywxpx4{CQ3hl6^g@W#teig zh7ZWs4d%i%AD1bh=h|tVEnGx;j=)FA4!U+5>(zediuuE31~z?#BIV54DU^}M!f*$_ zHn_z{i56u`$8eMaFF%zMo1QOw`+ls@RgFT7kY!!ekd$!Z={Y1(EO$VxeVEc4Vu%9b z3ge5sz>_eM#d5-PNqr0-*Gw$BF_~$MN$G(agubkz=u5%(Rs9F>R<)VgI{tHWJ}Qfu zm6c&2sXAuaD5ZD0;N#9wm@Zyuj?@0E)Y@YMNHPF41M_t_Ez%M=S~E-pN}pi^<-r?G zEG*I6^D2t81zXo`_3lN7mj+R_>4GC^pU{>2dart}CPTEd!tjY&OjS4or2%XgXdU^)>B-mzYGHmy-O=0z>Y(B5mB#SKaLcf|?h>&G{%aq} ztRo)HNSE^e&0!?Csn%vj#fG)JV6KSA_0cG-Yyt8o$`a5 zK2-ZBCjsxh9Qg%ctW$syhA5;hHhjzE94~^y`8Xi+2Jg%O-x@C$01V~ppcT_y0ry$( zC4h$P+(>h5P?(j-NLagr*zO7I(z@^yrG6w=w!&sal)>j(R+q}`@9f2bk$^MsnW6>L zFrf_e^H)0Sg>r!nehRic@R4R5lSzf0( zTl~!Ct$6m3zTxDL32N|+3fEpRxRh^R4L2h@n~R?QsF{cI*ITe;CJ60QA%pbF5rzll zfzDk#hYk3P;jyXXdhjaKx?mRTos6N5CkPmh5sC?RIL9>rRfL!wDL%lA1&QB)G~;lJ zGmp8K+p!08o)GERkO*+iyoyu}2?WYbNXkpj7MyPrQ(OSfO-3lwtmE0`i9BhxyGCS~qS+KO~ z(fDlCl2C)@FeZqlDH|L6}tf*2^2*ju1}NFq&uR|(fK*{?Pl|aAO&z>@VHQW zD-N!WBJbYl_4-wgG;+;|f&0)yYnSq)3So3{^LnS`syB>y;1=n=tmlOPH(=^0vf4E+ zNgDiX7ys&CM47|Xx!>Yx&rfqPilr0&8xH12yWvfq)I{)0QLT&MBGgDGv{PZ)9_kl& zG||mn!TT!KXj7iL{q7k%482TmT*sFtp3fx0hv@Y@2EjBD5%Z#k!7*&))CkW?q0H~X zYn@X!x9A&vksKh*hXiKN@bj}hR4p&;X&K%Ldl;xg5h%8~12Xpmz7nbUnCNY?0)9bB z8zoK$*$f$ER?!kZJo<(!!^3ba*42Jm3oTmvRR(y#UkX%{!TuqEr{l!L4v-SJ;8&$` zuW4N0zX%L&7kJc5X;roCdvUwTZFa!_golMQ$^{tx*_)(uXRzBF_b}bTUNJAfP-eE?N`;IEP^4d}0`1sMV$OphnO);I5>^@(|jU*j`rsUkkU4O0i@y3G)m zJH0fn6E$&jHQds?z7#NAv z6tJ3+v}9RRZr1z{Fp74%;;bbBO0R0Ze^Vzrn#(mBQsS4V5L2>yO*&a})Rsj20c65c zFLz-8i)BMp&)(v?`y-#Wakd{UimY|U%S;k*xtJ%8@59!Md6Wl>kH-C4d-S&$>3&vl zj?GNBS8hRzjP~vAzz%LJT!PBvIKBBI$5$0S`%krDH+@iA3*$Bjk#z>!6x0kmVX;?3 z&XEuzl@@i7c9|1|SyU7!p6e)Ri}VVrp>}jCkRG)}dGxrMCEhzOV(K93Y8-P}c~ED6 zhL*J=bwSp>tGaH2WEztP@m2sw(42Gs_8}PVKcwxGcYy3kCVZ9NO=w6LBVP7`oFRSz zE8jvYd$jQ9`K4*acIFE&urTKLRSLdBB!cL+U1sw4V2T{Vt-zPdzRrjB&eNYc1`5FD z{%_%l-?gdJ22Q&@+tEB}(JQqYs8j)jP=e{+ond0u{OE5%M} z)6$Ra`5UgEJoZ}rG;pErb9DEu(@Nmz8e1=s58Nj5*B2LSjqFGjKO{(m4v!NPZ~wy)T|cMFc*_(03{Ju#XB zxn`*r>$p$@f4Y7qdJNM*nr#zkA`Q`&wm%cS$M2PeZ~Y!Wj_^S^rH$~3+%!!)?lB$L zO}%~Y7udYV_jYN;iEcnjL0HI5Mc#*wlL0;LJ$$QhHs|+OBw!eHnxP8m@V*tADxO=GPO?c90`+Lg!pWN|W9bn=) zl;&DBXEj<C^X)?Mt3pe|#kSqz9ibmV%s^t4)>UBGKs<*Ds)*gKa2 zZ{QGk5fUd=Nhg-;cd>TGIDYfJ|4>?Q^d@ypnPP2Ji!j@b?;>C9nwy=p6=k%oD-0^d zTLZ4!A-tpBc@v()JO~;NSAh0GpyG;k1xfjlr;ddR_XQT(NY#=p7e&$!Jn=KLJE$LZ zeLy&s>FE#B@{b-+vGR#(wV_*m!Z(sAEe1wvC zMh=6MzD59^Lc5e()!GF-T!Q(OuX>lhOl{@!wvrRa)t7BIl_O0$y1 z+rofM6uwxpRE%gw(k|S{mDtp0oM95q|EaC@h5)9)~3= z_t@48x=hJ`+WiRC0542B}&W-YWJh}GWXR*_b;M% zbZ1Sn$h{nWs08ONck08iG`=~?MiG}A? ztQRF%2h<*@EGy>SV7-@@8}XaMvl5WJlp(RKZ#<-9O1<9AzGc74)XnjcF|i=sU0N*& zskX?a2L-tR>X1z*>ysnAKV}QN`e89tqw{&8pY#)1w+ynwp-=4ho#-tPrbJVdqAWGa=H5W%`(+N#GC z+*cB$wK}1U;U)4(@<4U-lFuyHD6FJ!73dV}*6|H*!!C%Os;AAB!uAhcMndd&QU?lu z6*7iS*4FyGtgx{=8Tdl<9x6;^RLE`=$*{(YP}NPR=mJ%MZ@gnoiKJ>c)Kz_Ey!~L-{xFn{0mn!Pyd>OHZz>vngPEIq zALt+^++Kn$DPDeGNHEO0seIc%W^Zm|Rq6uYBMmN|e+!tRC?o(gI^#$v9RsNGU9*XQ z3$Zvx&dM5n1G4=`BmOI8{7;SiA1Jc!|9}_%14aH>Q~!&z`)?FPogR5j4Dy=rg1Xhl z!hcsA2|^cZ(Htbi|DNU_3*?V4L=4r(HR)S0<_=I<1iuG;INFkHpkAL+rjB5gClGm2 z3~WZNp<$E8iu6#I1@1oK>Gy^CCOm#%>q`A$R2iRwu1wDTnoz}c}s!l&R7AKJ^*5{AGV9nXfNOG|9b%){X zabNLSYk3I46xnLO*Ue?Rzge%$8){1Hu{&?X=i&At}}37cnc z2oUzi9voy7?QaCe`!(iIdVwM^u_pmyPex)-b7D_~_(7t(dY0_epFr{hgv){wKRdoW ztazd+@t8T{VbCbK4=0zN6LeobX)HD<99$P3E_{a$8w(Ia9SxM4+8z{$ex#BqrQB2f zqO!-hGd5k}B||RQ{)&mteKX6utIlUJ0+>Z9#*5Hk)QD9&yZ3U!g}o~C5-(tVtR~Aw zMMipxuAf9sz}^+eJr3Cni&x4Dcm$wSl=hOI?B*KVu~xX7100+HtYYP(Sl7dQxAgu%#Fg+Z2t9t`Ku zU*Yix^Zb(1Ec97MQQ~mP?!Lx1-+r*W9o~a8zz%~`?o#)A263~kqv2MCZCp08HAo2Y z66?fcDyZ2l5`6xMPJ&m1bgs!)>$eL7z2{BbM<9_;bZG>}GOlQU8 za=gC%E3HO;cFtf$)u{SVFlZa2Omh*=rseLDUQ_!wq0Z=cMeGq0xLlv-rD);ob0my< zObi7`y&97BXjNT&06w>1Ks#_h#*?S$I%lcn0L!r%GO8crNe6#OjscT)j9H%Pl-lIG zF`?tl>fcf}K5fC+dl0Bc{zyjrpvJzSIg}JnQ+TCipqVx8=Q(639Pw7EvadmFlvGff z=n<592Fp1OEZygEVQji2gL5N|ze#zH-MI=SsdOaQB#ff8vXHSc1**17mbTOP0*BgLcaR&=@n6czU`3O_ml+IAa)r)F7x)Q)MN7#p; z1?L6AQ(=CIOsM>6V`7S*32){6^;o&wf;QMeH9!K%B!qQ8noFW$gwiN=;hFhXK>0JS}$NIT- zl`^G^Is-|QY+)@D(z~qTZH=i66z_o0qs9NB5TZHL&Y1(bEiyyn3 zQ)^;8Q}!8N*KqOOu*a`96}E}RZz*Wf+KQEE{g%RX7@DY44Bv|d2Ml49n{7kogpCO?*7OWAj0#6A8VCTQcygEhCcS$jxmVG?Yc19R?EYP#Gz z!g__#{p&D`xE4~^i_8sT;?xh^NUXezW%4?)nvFBB>VuJ~z8>%LBvbrl&7?bk0xhPb zgla8u`vf?33)V%s`ijd70sI2&O2!K6bG+>C`mB9+^#Ur(qjlIll&~sis?JC^yy*)} z-~7*!46@$NJY%xr{{q+k|4@2;WMpQ+&>cRk#$3h8PZMftG#`_?L(Cwi zF{FRGXPY+bKVVYU9oL)*oer}W)1{YFc@TD!LEr>9Aays z9GGK;Nf0^U8>kOVy4 zcH*q+ui-|mMIVF8q`wWo2yQ=GvqtT?NbQqDn_aw~(uo0W%L1*-7!I4UP(wM36+${n zIZ}q^l{zn2Q46Oc!~tn0GKdFf5|V{xne21N#hVEFIEM~(pd(PK$u6PFE@jO$_*k`9TNd@-$0I63l&x})QB9qMTC*HMFVD2-79?6?j_b_72CAu~_-WT_RU~o`Z2sog>i>ed+e*Rj z)<}FNtR`E34<-VhM6KbnQ^RBeg?jki@ zQ+IXcB#XJa+XUYvbX*G6UYElbrBYIdVV8uDQ+4+br$F&9d_Z!qrk#zDO!xH}Zad_+ zJhYGU@A5&AnpJ#(?1PK+Lq8C))V1)KA#7bv19+)J;3!!fJb#G_&t9j?flM_&0bi~3 zNNL-CTcez06wKg2$(gP#4vtGWjRi-tA;(IuqJ3FufY~=YEb3q7*a9|P1^o*e2LmnF z@dB>6f8Z2J%b0C>AXIucQ)g0-k?r0BZ#dp)y$%?v{})4Y5txs*h97Bc2&u6m3jO#d zQ%QjDmmUx;uv*F|90n!>BLFvd&6(ri^B~EJwGmM9~cJyC$CzL$kT`N)o{{e8WA@5lhQy`q4nOVX!xfG6va4Ei57$9t~lnc=n{ zY-ZJdWxKEK^0pP$d0+Hj#dUsMn{@&@YtE6&y-6Lw7p-URixt{C_GmBQtU&tk+Wq$( zqEJ~JS;psf=94x!V6DBrFV^cd5uWtrGv4{`DFLHvu+*MlHpe69Q`#$MsQIk+6)@je z_4T8uY!uC7MRA7#rwOM4>Czn|LRS&DKRRr78^cxW43C|c&2sNl2Vow)J|cN$o1Rcx zS=`N`aFlqP-ix&(!Ig&gE|w>1D7npr-x4h(%*I7H-W0L4ZT;Bcr3%A|cOc4m%OWm9H+h2Qwop{D^ zzd@^hCKrZR0#6w+?!&cs<^#O=gVI?Bt|r58f0X_J5&m!2=AWX=!Pfa_U!nh|&@!n( zh8VERjsc1qZiy{)<2=i@I(cFA369hFx6t}&)v+OW{jgy9ooz;>=+Omzi6yzwm}Cx2#?>!V#OIu}HjR2OmIbb4Y6Vyyc6X^4^>Ja1DmJfBM6ACJ#d zvGZTPi0{xBjtJ19E*;yiX!XG^_FdI#>)`qr7AXTVL z<{LbuYbG@&>n5^+n2Xh!J-Nr}%NhV5IUX)VDwir)Dm(@m&uhsnmUy! z;{-9qx>vy9*phYtd`a^|2!t+$F%mCc z*W7Mu2It|Vz4y(e9|rhc1`+5WY2fWiJ(C?UDE(G@-KHmb2(nXVwispxb`U1#p~dl%=RRS(?eVU8)sfi`l|W>+mX0n?M&hU z=)gE{_v=4+?jde@@F|2yaO7fC24#sa8TQ1HRS6;~;_ubEV*ZT=II-95fbklz zf`6lr7KgCi-OEaO__Po0jwK9bJ{k~KX8b2=CJ8Lp;P-R#Q;(AIIDk9`3$i}QzPx8Y z?ap8jozuUYp$;UD8xAQ>$JQg{kqIb_TIHb+KX2SRvwZ_yc7wWxzB0Q@ck;Dqv#YMs zB#;dRL?kt$G4)zQUnjNc7{>PJG%0_#U+=z3TdK9|nd)wpvmEC; z!UT>wuua?k?)Jwik-n~tv0Sfaz{*^03K&G+SH8Q{8(`UpHjNu(UY<%VZ$xuRQA-i& zSsAaD34BcmLNiuM{WTr%(-d^(N-6ggUSDhC4MaNA=b`#mU*J*IL{3|e-WvE6fd!~Q z6S6r@kYQ}cdVJuQQJrWg4|x>ZmDnddcRB8!k}t`&bhCWi7`LEqAUR~PeoJC(G>0X@ zO-RX3SdX7vJ7~?U-oppF(l(xttcuJY$08jxvdyS{BXX7Hf3XpxFz5D{P5$8;cWdgab#bc)u-^cvxJZO=%V7yyO!|TKJwZQA%WgQxgBsf=SX~YNUbCe z8=Q3_w5SKJHS!RZ(By-Db39?J{#(nh+kTo3uDkeJl3laTsU^Up^Z6}om!*%7iU}ih zcVOlMK2@{Rfu~}OxzNDnz*7SKycp7_xebYKN?oG{= z%bX_ra1m)rYg{UlpgKg=PMs0V%;IW+qhp_h2EkZnQ3|}4Q92aIT0)K+Ydq-Dqu*<% zk8?8UsB@?93<%960#3{AyQN0GY8kiXM#fS9Qpaw0>!0VJL!ihCPprew7*uFDLbG@% zHS7?CxW}uzq=KEPx|k4AG`G-d4llfs9tVmQSle0(oBPH^e|N*y;?Fc+xAGdm*3IO- z*`A3#>N&VoLZ+aHzpPE?2XL(yU*&AbH#fv~8-NZq!!#)l@^-eOXl5p}E?+&Q=Wo5K zzvx)Cczo)vR1{UXvBzy75|!D&{G`fsrgX_=UgVY!kQNE6A?cPGXGF~9h3_+FFK&|MS%ThA~1} zQ>D%~O)6r{IVsjHy$Z^sWx2AoW^wU<(F>U^G|E>o%_fg1teDrN^)OAhg$DKWSt_z% zVDgvDmZR3poz-|Pp{er$rq}e;Z2L7PYtkP%;O#2b;4}UBp3ZboF|GGsPE>o)vEgnWv})-wetG$P!KNkB zF&w;+IBpAWkszPt^jrs?*@Eu_irg%a7^3N$Y1^}P9c1SD4eN)=YKsLIy3gkj8tEX+ zV+n?w^9;WM48IW!kCBbRow*sD1^blA3V|r2Dt(kC{k1UmYd!pfgU7D-qmfc2)TcKu zC+D|ugjJ^K>~a`Coe3GaJ^Io3(7SUAqz10(KZULkLo)}VY*Nqf{6}?XwsH6Cb`1pGV3|y!^w6D;!Th{?G3}fxe!|5*OL*xIJyNOT-5Ti;|pn^BALp!4>pLRItK;A#;zs?|=j87y7e* z(1l3ibj@#lE%-=|U_bKg`v-XSkW#-;9_TY9L zDMCN04j>73_#1!aXaqziJR`eGP` zVeyZ>#{(ApL zf-XWuukPjM4JR#2nOlIdbyAZFl5Qi}V6)&czxLtqTaY#`|A(p{l*x(GR;2Zl6R_bPzvo z^|fPuWiGwLY9!%j1E9m8U)djRJ{r*mlEJB+$X3xTWhR=Q@ZQ&^T)7D}mHj1ox4@UToeJYWTXnxRo<5U5-N$|M z4vPTO!^Ta+dHF?ZY`2;ODY1kIRyv87oHz>*X_|XUf(Hu?qrtVIV$eaMDwk@?MA|pQ z^(nOq!SQ}&a1;rU#wr+1-cD^T-t#8)X!lC4)+tRjk}G)cXx@qf(3WOh>v*4RecbO` z3fq`yJ(x|${mEKQu*#z?TSX+JfEJAQIQ^X)l^M^0SYnH<5vtkRT_`HDH&+XoVRv^E zb!pOWPYMqRu%C#Arp`h?+7!xocNR$i7QR8|Gpl$wRJU<+RvI2z`nO+r7pLy!Bnag2 zE9QtdbU7&k7(SXU7|lUb>NWH)AuAk5(qB4xS{J^h14D4F z0jGq>L;vw-K{^q)w>>lg+iw>bY|^$u_=x2DM?iUE)&=1-Z0=RcAWe%GJZiv+f{{(G zu8l(YhBIlyLU^N=WUDQ%g-A$L(DlIjco}(-ue^p`yR(#JWe+xS&4=_<*~Gf$nz|l; zPG2_;o#b3GJ)D$>3=mmRwQZXI$ADq&m~+(%tdovdg;sZ~N<5oFIhjX$821_J6;ZR} zWhh^-^Tx=F*ucGi;Dw|PuPzV2^-b2IT+a1OvNO}@VNH&H9>k{6%VaDL^-giIb1HJL zqy=QTOSlY~Fx31uO{&ueHEfReRoT$G40lS_aw40Myv z>c)my3wN>E%SOD}G);pJr1Mm<^L1)#UgjfRyz*zM{_qPCKZ5_^7jiTD2CkHy2_uS# z+F(I~ND5xD>A~W&m6ZmPvFvt2VN3SADCq%slta&QH!#U)8S7cn3g4x$m!(^mqVOTi z(4q5D|0QcWCYCaK4;fGT)rvefZoY73ZxbQa>RxlQx#vc_{J5N_D{zr)XO}iay)bO;*5Q+@>V&O?CUq7@MLFh@$ zW@jnGfp;0NJKMs1Bo1u30f6+V5|FMAM>l;4sIn}wl{CFdV7B{La!mrmqsq>r;_u|f zY2=8IkRE#8dbc}$C{_%lToAJ$u(sFGYf^A-s>oUoSChgx|={UCmYhi+JIYE-?i8X*J(hzP4y%%A(H^&{=ggLN9wM;xW7`?y)*eqrv4+Kt>b#sV(SrR?P5rx#ULv#T8@>(eSq;(7tZKrV1&{0GOB%dyZXo>#Sm$j)r)dEo_H?I>x+xWn+HkI?H{`L*ak7Y z%ui-`1~Gyc2-+bl`!Q-I6YU%*k;zl@dF5_@80e=b>A=ESf}@{XHYD5St5KVc>qSIT zz0hjUjhNQo5*B0Oo(#7yhh-)Jp&Vh&i{z}LK-5EUliW+fV_fWy^gjco+UpQ44QncE z)!G9BCRbcD=yR5zOz!_L*1iLt>hJ&mURqQ%kV;4-iR=j3duET2am{OFB$2ZB-h0bl zA$vuMtb~w}%#5h)^?$#wd%4xE@8|b;{J)RK_k6^8zRv5s&g;C+>-9S0JwTYVn5x;2A?plh}pF^oDvn!ZQrj+-1=s^TxeV!w;{MYN}<*7j{y< z6y6z>7AkxBAx4^t>rmihMy(j|9m9z=!I8SD$qK|fhS@o9zYQ3va?svUUtPLOeughk zZ(Vm8c*n3<0km-YrCE(OLyvepf^d9k-fP@4~xg-)h1wQoOU!MY@(!;>BH-=AwSPEDdHxBM^o+ zY!m=IWw;T(Q|ta>f?{{~!VcNxUsGtn5nv#TruUCH!|n$`tIn>4L5kK&?VhB^7$dAA5^K$#^E=UFP#+J2`)(I z1>Q+FVRkI4p1!h7xPeV+lZsb*!~E+JW+E|?-5cRNzj%rT2-5uTjI$>KJy{j@PF;LbqP>V^a%HlPqWla-p9`OE^{R`N|B+b;vy& z+nb-{_DP(~SDA|{9mEAGI>kx6`Cx^&xYFP`4KiTSzj8=bs1{DL`p(-@i}F%Q~%K;v7(Fq z9eDV1Z00xyq01)&aNjT27to&ETpT@q8p~bd>DIvXCSSx_zLu6;#8HZAvDtgBWW1V( zNOEMxSD&eW!@m5$e{F_>*!{!Nd>ZXX^iMEN!S1&%#lpXsbkYpgo?$?%w@nwnmm zie8+8p4*i#`Q@LROW@gtegz`ZiX^i&Zyt<%5n3X0Gdbru8K)R4nkwujJdz_hI8T$}?48 z9TV1j*rw1tam{{6F)ml8jw>~MnT$=6W|W$oX)H0rzKLR_Zv}X*iBmf)JhR$o)A~ai z#|dnDp{!4@Tp}ByhI?V7PWjEE%FBr&6k6#4nL5uEuJ+crFTS@rl~*zE@@R^~Q`w)C z!8+y5Y2YP`R{HvhGn7l7l-=YZCSy9mE7vSeoK+X};<#|8Z3 z^D}`*JY60SHTaIj8Oz)J4JR*qrRF8+NY!mEu@&w_{~U24ONL3AQ)4mQzErNzPjkWi z#F3Yr9q}DTK}p89+E++fbDpZnHI+K#(MCBvO^4jNPx|=_iGH}p>D2U?&hN*Ut{A>8 z#P1y>=Rd!D1((vZ;cWty-sW3ZNkPNpKuTpADb8Ta)l*HL=`>b1CE#h)gcrMx@p{dD z`jO{y?#3;HfJyhDIXAKFDr#DLA3M*DG2rL#C&zsPoxP4t>hBuq*nLYfQHFPT_gLzx z-c*;3Y>2+$Rb7dFOODOP$?=%2r4pTwDRs7yWM{jhA&@>(Y?BNB05_$LG3YqgYjLaV znMT{Fv|(iw)y+~$QwWc6HR+-$Wdz5ne^tpRa#x9lQE8 zXET2xAK*XMHWc%){p8le1xdy1_8(HlDbK(ARz%IDa=zE*d705imLwCUX@0c{XW=^K z{ZYcH#zD19WXo|Hjp~&J3y-d9aTHxVeD)^n`TfwZ_Uv<9T#?kOB8^qa`I>i_e$IIG zkR;D&;3sQGT#jFVw_R4~`jmU@xasErPHoZS8|}{HL}{G)%^Y-587Ji_Qp)G8`5iKC zocmO$OXXv)rQI9kr(p$-mT2;)vBWFVl*&t$e0Mr=IkRA%N9ybk$HHk|{acH#2Yf89 zpD#Gf^IrGJ#M@IHbGne`>C~2B%f34D6Wg>{8EH~jexvmnB<5kGxhzLxnQ!8)i&WMg z%?O{vJtH_~s9(j=DsFe2e(@Z(ZK3;#69mPd#P1(hHBgNYIJSOmW^LS5&Z%=8QMfjmNE)kHv7JYs7hW+>FpC|8q zbG`LIZh)FPO-NdYe1q8R&S4`;BHBb__l_1Qz8UKY)1uQ$nX8NnH_HQ~Y;EaXzg|r! zmQ*rk!e0o)xont_c}{z&97}mNhFBsdUR*0+k)9Rq?sHFD;8~=8$B75|9YK*nByRT> z)o6$qB<62Qq@QMN_f{6aQ~A8!hEs@TnnfZnuyrAiIVJsOxyn>6J!J{&#gA_|WZlEK zFD-4}d4AXJ)0yiL9poQY=!dCug2a?!*R5MtWpNuE**v_yw6VM8uAeXD6Mp)j zuzD`{M|WH6!rcwdL=7CnRi8U?PjuL(IJyk%5@JKOE^MUk9`Ae+#M|-OcDkJTaY}~| z=ge6r=?zIwt5p}57TZ&tn`^l)DvGC?!oyquO6#763!t)b+R=!#d4nG zem~)JdX+xDjrbuy>}4~kDXo`MIKF$p11*N9Rb0x8t$Q59xqH>PN!ckY zXZM8VMxhq-x-)|#ylA8@%!iCDE4b?C<4%z(C3)KEAq`J_EWb_fqgTFa3#%yZDpp5u zN7X=;@mHshd*MB0e>?U>?CD6NN_0Yb0@#WgEt#kChdKc(NCcsZ{{|{Hg`7VJN z6(v-Ev#(dOGe1^HFXgiXXK1z?^cK;dH;qEhhz%KXMpgKCXPkW=|51!A+5ae|(ixp$ z+-F5SzNm{vlrYsI`ttsT)Y!`pK4X34HYmKem{7ap7>s+{`x?&cQ}>zyQ}lUZH22Wu zqo->VyPYJNPS^4BMmN_Ve+&gK8od##kbU~*vmBoE8wJS4*x9_$Hz@+w6}0$Vsa{}l zDBU$Y^+h*->QPQVNp$J_>br2=O8xx7A8lqYajHxE(wv6Mh52fGiiQ&VW*H**j=N!Z zyvXc>)^;xpbea^_%`he4(O79r9v<$zq$4wmr_onv^d>{;!pR~T=CH^so_w;0bCz<{ zqWT@ggnW(9yrx1 zz1r|NO4QAYAomrexZN?yi%$|mM;+4>)6;1vUkx}+cQC`^sriWba&ky&e_+-A2wUs1 zZ4MA-!MQPLtag^*mbJ(gvX9q}u(4rj?N+OK869Fug9e^#QJ^KuCUou#34Fu*I+oGX zCtlLHOg|%5nkujGY1HbW%$#3O+*g4CzY4I$7 z>g+xZYIwC%WK!wU^bdCjg#GxdPcI5`Wsg-_O3vr^!=@^xffXt=Hb^~} z;KFclssGs{NlLn<*Ih2R@w1w=d&ZflF1VcZ=EP4bBdWxo81j(S^ms=3+Vm%^#l*mV zmsNX;m;k2GWw*w-Q5HESfQO~~ddl7Ruv^QMwX3hzDGFL_nrJ+6@Ojld%6JH?+*`H2 zM3I`yJ2d#QP59EXzaQdKBGoJrM18M4p-8Zk6Q6l{YCo6 zV?!@9MyRYVFIElTyWX}Hc+|DUh$K)Ci{IjiI+ofFrHJw=a=D|A^>XhdEQRB4Y)Dxg z&R-;A$vKbB=(&16fgq6k60wuJP&ixkM>+jr!u51!hIk`8?$!q4pnJoQZKiAjUG*E^ z^#)7Qzex$YJEHz!k(zjkUHL~iv-oMlo0KYJp(-Wnc%?qZFI@sQ(wkLh=h)4L8k0@? zyuJ+CR> zd-tD-ZuPtgoZERI>d$e4x!qHgX{&%y{(5m(>Hy&#Keh{5vB0sN0S1$puF0}onZ!1e ziQ;~#Zx8IO;NRHH^BJkGbIz}%+$|}axllG+YW8Y4%e0IHD#@eWP3T;{SXO;4dsI9r zr!Y#avb@`vB21+;?)D7VsgM%qB9~*_Do?oiBseF$;V&zOXmS?V$Uc3IN^vx)T)p^Z z#dxG_Ui5^^(R)Go=hI1EWuB*83-b?~aj7`u+4o5KvvyqW@c0}%M_#+`qmb8xX>O14 zm`-u^P>0#qmA!yoHlXD<^9ro&HsitNr+x&-p1r}LxFM*(jFsYuPtK8jX-WFVy`jpF z%;tn8ZswnsHx%+39cjYULvp^FSY_Rj;oOAjsIzP?9pxgtIn}sv{l)8!+lFe}u~{kE z1Q*Y6uL)9~m1H}t+P53z%R3*Wu!u7`841_@63rFIxc+MR`rx;MHSlhdU7y4;`QpfE3^(-bX}?p zupS`1G0tYqaY)koX==dYTeo)4!xF1Jm5Y=WU)e0SwS6r6O*iqlVoHhM78;!TV)8<@ z+VXlB-`k>%w)a9kSz*zB`n4Yn6%tizjb#Tb9O~WM^hYYDwb+-x!m2gPbJ(u2T;Dbx z%EZ6MLi;eyyxUv8j=I!i-XX93CVdt%1#*jfZH{m%B*yXU&6pe0T@=hwF8X4lWx&xTEH@CxUB zdB#JFeteMYfwFRGBrh~#E95_hMlHPlHHsiVDz?WwaXeQga zd18zr4NZrck8-8Gc2GEa1h}`f^`ld*+_TCdNTbV;()H-*T4M=cB;CERGk5B` zMV{W-h=9~y?!6ow`Q^Og+{T$Q8E%Sa$%Kt73>L0Hg`~F;|zU>;58v5wr zPtGbuT0-;_@mr zb9F;4q*Jc+UVbTMOcVy6-)Vb)yot59iL`*;D(CF&J5)U}LN~afHTb}B@SVR6w!KlLuw86Q#L-F2yWBkCtWbTG9b4|B;iq>M zI;FP$yf&szy`Qaa(iCU3Q4jt8$rW=<&zgm(#rxwu3gt>BVI~=1+gAydLzmL@2Z%FE1KL zit(rJ^;Dg&gRWA~toocza++^T>3=@ApwPkpU;_7UH`K8K|G8%U^!L1{%vo)sJA-+Q z@!?-Jz9xG$luOSvzxBUo-Q(;)SLX_3tf4 z?WJc_PFS!T2Z(C(b9A{>-04z3&D=jC*=ugBgBZYB1a`iNqtaXc z5@vW_;xFAUap?_nNNe+y1n5?+LtiF%@@fn7c(2E3$cF?Dy=%GLyx!1vbIql_sF!Yy zd+B`;1S&r;|KwpYkLzm{zW|@{Q_C{dm+zi?lAQN0*tAJkKhw}}-bmFu>d8yI?0}>b z{6?j2^ovw#nbPlL$AsTU+-1H3Jga#1PVgnF_dPd6G;TZQGc(Gqv)7XtX$U95?~DYh z;@`F%y85DqgokE0G)OpSlHeRpLy#$Nxqx7*t=Q?PV0zr}N8)D6$IF;&n#-XC`M}F^ z3qQNQUX?I@UYxq}G&;m#>&p9BJySO2RAPax;xctyD;#^}xH9^L?wqwB3L3M!44PY) z2mE&oHvgl+NsV zb^JC>%eN7Yss8x4^G|tI2DHk~O^{S=y3Z@@1dP~v-tbST)u{Xu;qq<;xZ-u?RnPpc zYn!*8;Gyfg)ws!OBv9NFK{xx){TQ3h(0aFtPrA3%B0eyI;ae}iEwTXw1YP{Stf4yR zl?ouag&!!kNgyW$HBn!C88qwWJ@q6Y^r_0H2;jzj+y}32B0)m63xX0o$GJ|q_Ev`I z%{=a#%ai91yZOaQX6&2_XL}lzk)j#@eHwoQu2~K%{i%=tx39faIyQ~U*^a=T#<2&r z7)DGxd6m1wW;5iJWK1nzuOV{_Ym3&(cWqMj<;(W+8X+F6WALOHd44DFW%A?E z9v9NwRV;Dx47akb6HEGK=jHGz$VavF&pnPQ5gu|mg5#|JDn+_nAvgI_>;=^s7l_-* z&aYoAjnuwSDLH%HNtXQLiT&LrT#LTCUQK{xsf*~V)p_lj5}RhvV6_$B%IuIU45pcN z-1P~mmiVb`E9cK<(|vJ$ka!7uDUZ=xDAUP?S)6yJcS<5bs-7#1(vOe$*3|3}h1Ny< zuCvsnXZmcpZ4I}jCo?9UdSH!aRdf-D{Q0OOAr(}r<<^Sym+f;NT!ow@P9wh>uV7#; znSJMyk@}mJuj*#%dmovInbICFT|6i0P&U8Q&kIdIA7h}RHJz3uq5gpVUc9YhfjyS9 zT52v~$)TP4u-hXqPcL=sOIL`x)%i_(3&0UI)f|pZkJNXuoFyyuS;B^^#H#v(J|39^HI-znfO}v zXzhL~>$iqB;q6Axr{6cud9EtGH)ng~6l0&6I{23Q$v0h{lcrh(Z^ZHF(r|OXYbD)@ zG!4DRR(!E-fyBhOD`m!)`=h4PW=Z;PTCsIIArB<}T`D2O1w_tIuI$bPEk;v#233l-E@RW4RkyrSvI zg3LXZA#$S?xpPng^Pi^k%>ZwdET-neGLQWvB#>K8_+(TDGeLo8MYEDww5Z?8ZB1^5ZGR-8c_J*!{!|IGy+oi3z6MXYj-ZPFmi2WzD%9?f38^cSBlG z?&V{$A0ehZW^DTBHFc;Wi78rG+SwB=s87cD0pELRX1>!eAVAOjZgs^U{N9Vx62A2k zuB7tyMVUpB%q@XTzaic0HZV;FykY}#9tPpU92VevFNd4!Cv|3is4~b<(pa5(o!@y| zE3stx)b`AT?wE(;Xh3eSmG?tfZ_V+qy@UD!qa@Z&IEk$O(SF(b*!>1B%uvI|Ylj(o zLI?O5Ti2|UP4PCfwbnKEzPsc&;Spprc{A!!?ZWnK5SHYn;QYdxP6?@q@Xv--pT1q! z-92=uq|5trADvYq4>nxnp#|xp51RAU^mqB0wX8`rwPI zf%{3~YpthdamL&?H$KFLKD5DeoEHM7Bs12)w}EcMQNnvWRQj47xSS22Y^%Qn1CIb8 zrzG2B!7`Ylb}vjJN7Hb zX1&No{rPBwKa=`r3IF_wed_odC-w63l8;MYpIbKieZBo${>{xL!SEy7PE|iFXE=7JGfOElWSqRlw0UfPOt6N(BBlbyY8E0*~fe*fTgr5UG_;T~axHS*CorHIvZSCbr2bCuRTgRbypxjU{ zC@1tblmp5Ry#-~1vO-y)%upsMBa{Jp6G{)IgWiDBLdl_I(6i7pPU{b0mR3gQW)LQb zE^uwy2oAHPL;Z?{{uVt09Wy->GYcadJv%K6vkrp}1FNnsi#`hnlfE9S9*luOpG_Y) zYkZ4^frEjAQBR*;Pg@%T*ETb-(KdiV1g=1=%xx@nVRZTcWjbAR8#8MN8xzFb#@fQh zn$E|ohaODF#(>TOZes|a5w}4r3jWSgODGF znEluwDWlhsN_rqCsP+Ul zq>O+kMXk*Bt?Bu!ETm!92>N^g5*RxJm?a8+dHG%?WE29SwZX~x^xR!ASzW6m6YF(4 zX1I;DA=vnyhS2lrSXo;FpELrr#R|!d-O0Q-pi>a(N%ruGPo%>|@X^5Yu5OQ^MI{JF*M_L!Ko|3+zFmP8?^ok22(dSV8WI%I`hd%rxs zO~?D>zmVA*jb+7@8DLN#?lUV|d3PFRg6(+*uf6FE{x1|{_yCC^MbqbyQVeopI^{zs z>LU+4PEBGYSvA}9S32gF$k~S^koRq43nZ`(m0-xNXOl?%1kHIKaGdQw5Rf$orZsBF zg=8)^fOMX|flp@mUl9$iGajVZK7_eL2hTXrgMIm(r?jKVPLMcwNUI1UpMt|sa=?|a&7Y%usC17HaqU9{a8iXW5AzET*Egj|aMJo~lJfIs1x&MoZ zGE4_aq1Bz+4RRj}sniYp_=uc~KPvv3eSFgcmcLLiGlL=L4Teed%#_UooRd`%w^|(U zC-M6pnm%Jyh~799Z8NKG2<-lEUe89EVV5R?dZkKtYMaB+HjPrGri9PJ8)#iHl8Y$ zLOit1Z?~R}g!z9Hl7QI>!Yqv*B32zFHEk)16;Q{_qkLBG+B6GRb+6}S7j0%@q$a3s ztu1S5ZoMa7OeV@N*(ntym(_W3eTBMFphjPV`o2R}^M4_SvW&m%8=?$jVhgy@em4H^s_7a;~tMHl$*twbwjVO-VMW zHCo!)%`0rYLeFXr$qh0JzsCp>1*9Ns1P9a(Nckfbg(rC24{Xz^YIgTqhQH8rd!@Ym zqha=cB>+M(%)gjz_Ihw0yx%sB(_KEyo8g+2lyfNg$Uo`q_2IbAt$ff71c!Gq+#Q|~ z^PN8C`~tdxdFq0F09inqA`F~7XT22)_K2#6{^eO(K2evALo5W;*hZK+u{MQc>JIL7 zNGwQ1LT2UBk6T5;o;2;_d{$Lqe<5ORfr*Gx958Emp^yw^eg?t5(|k$Y3aOxxXhQMyPgzab^V|@WUY0RDN+BHP?_qP9-u>CJ~ zx4@<)Ubv*$2J(se4VE)WuW)StorEw<+Zu53P*Wqer7H^5bGN5oD~6ggq@1lxob%Z= z^8QXh4rXNow?^TGj?B)0c#*HB{S}Re#Zsx+ydOP@bp9(|(%it{V3ri09-aW<$}cbb z9TjZg58d+avsmw)`72xoSSKxw^!E8byVh6%P7legg-cPLMZ#5&uDerJ`~Una0jpnD zr@54t9dP)S93DCTP*3JfR39zyaSr6c2>;F5&CrqpIEO-h^2(If6I~Y1d4Z=v2jQQ< zh?O+g)rSA-LNz8-ErG0uTu`o5KYdHag|wG8CXqhyf8*tVXz4(Pt6CCKU>~vyd<5p~ z-1z))iR;oeyY675BL%b8)&rI$qzW3hHr0XHa!T9v;QpWDd5!ebv8Cg;Fk>I;Vw#O< z?AY<(3bboWsoC`Kx=gUlr%2I&$0z4~*^~mL zxHtc~xa*@q;eV3c@ogko5eXiq8ttI_(Dc{VL041T8dzqm=*6w}O_+ZT)hg)w(;Hu z#pw?}+sW_@E~J$O1%Mv>{p8hqK5Tt_i7)7aH#hwi|4KnY+dvcsw*ck2CjF2*88Lc{{YJEr8|(^k0lpQg9IRF^rqR*-4=7scOMlWKO~5m z0L%(_63+@aRIY3I7uUn&+;dk@u^yN0R9fWmN~X~>rtspIsQxEdV>xj@RQI zkK1zKUl#da4RpVeYy<>?1-T&J(orU&BpNf@HA$vM=Z=vDr2hrF3G#L*y)4MebOtG$ zAJp@3fBj0Jm|Wj1fMdb`Ulhc|)sKWe4cAJSQ*Bj{fm$U49LsC;OHr(r-QUFJ$)As^Ya?7pR#vxMXwE}~+NxsgMJ>e&H7d2?M8*uHDjR4Dfaq{-<- zE=@=H2hBP{Ih8=Og7gwhySv&b{Ib9@U-wFC2yHHm8bPfrN(G^ zQ~~h$0aPH7W7PQxtiHn|>8O#tBUus-dFUdI6L-)Q=(o_zKY$CsjewjfaynnWJD3Qr zcGXwL327G}^9H_*Jua&*cm4n-gh=iRTWXuaY=Nt9duiK06RmnwQ-~N_Q>Ok8vn-1!GOd+V3_u^JcA#c zS0VRFAU{oSjprTB67X~o5YNJ!%KtYRKq9}S-rAV3+aZZZA<7Rv<3)^a@daCaIvX8) zmLHAELCWMGE9W%3V=FlOE{&|4HwlQ#xai^w^=Y(T`X?PJn5p@GD%@%DP16wYpO7P8){s%gsb<#G|lLU5Gkm|>SLmvtf zdtD!#-sg6mFJ07JMRSKs=|2$LQ=P!iO6?#4HUbZlzGRjil{@06@}qP~m?8q9QgegAj<^fp}i>fN^nBX*J{ST}Fxlmb{CD=hEM@*%3??KzF=@o|yJe(&S zENYe1EV%0TA809B!7Sxrx|Rn^CE0pK6UbP6&FkBZ%%%b!67h?fdMtAPf!IL=BY7;gV2JDyGbGCFq#>FTRG#fkeE1<|GH7|#Uy_*^CU(b{ zPyXO2B+3R^JumSW2_|j6NdFaA=Kn@`kI9b1mSbRFA2hb&ciTS{uhC4VQz+Fvi;>oE zLC>AOTLB;+OJSFSEQB5lCe8rwehX`($%6vd|=!45N z{2&YyO-v-TbM~{V#>~kt)DYV`RtN6CWbvICkW}M@?8YavcLEXR)R5qjIQ;)WO2||P zrl$wfLn^%Ex)x%~Oz28d|KNp-B2I>foN?B5HU0x7SwlN3V4o5dYD@b0dxAW9^lMHD z{p97%h`LZ0IkP+WS4u!20NlwDft%~-9Hf0%FGfv+A}8ZquRps{AneZg$xvBh6U~c8 z6FDloi$U1ic$;$|o%O}~_`w=2!4fNWCLLvxSd84D=Z96 zKX7d%KYmL83w|$yih&RLmmWEwM<+JGQhkM&Oel}j*g!W)j_aRve)S&q7*A^G#(8p91c(1gLJ&OK zfh6#}Y3egbfJWdj!PPATp;&2{(LJkI-v1=9$NosQ=xfmTUSl=He)il?+Bf%T&=V4A z&woON9s=F~ke)_1Z^%=a4K^<@>{Aq*b4vOd-P-&m6Em&MElH zE@`sn<|vE9onJ5l>Sy@V7@t>_(R}$&s9#y#h;Ej8IuiBU2zkd$?}{6i?hnWT%+eus$Yx;!5P5J!NE4 zB@lrT4FrfnX1eBxHEXZ&q3?o4pj30yV0Ir`yk)ZT{p1Cw0XB}28ZQ0D!VNsH zu#=WQ0eL$vo)RonPs`MB<8L&6-2uA(#=HbHeOgb9$?qH?6Rb4Jy2F`XfI*0Roj6Do zAoUO%2XQ_@v3K>g+aq`0=eN?ok-^r`>^Mr8zvE>94^T`Gxig6D3wH6DpJ1wN+|S8& z)bGAj<|p@JcPNGI-}>^4Af6^a0IV-QL??kTnC7twf8pa^u^zX!cL!i`c|@phjtbld z=E8cwMQGfHa5#FkQ!FS2N2faL>z4xra9D~Sv1JH&f@rFDYCL}!1YW2u&tqtm5HGq} zZ9uMZ8_icc2yK6faLd}}wm_Y2*W#V!s~zI^??%0?T`uMK!C=t(=c z+h7Ga)6C+=8)^>c@s-_m(bXl?MO*99fqP?9{P9B}s9g^<1*K@~Yo$V!kKn!aQ%7@q zm5t1pndtwRm{)TQfI|(y;ylvOmu&u8v}mQHi{QsJ;{lg@KslHJ@By&>pn2Y@_cho# zK7qq>9`fRn{#P8Lzl3M$np)|aTf&V{$74tz54M0^X@fkw8Ph){Q%?Q;0Y`_Egc%T! zSOYOC@XQKQ9S(n7OaONjcopze9J-q%T?z4<^8Cu8pPTLFz_;*SQqz=?QUbUqN3Y{%lg7z$D)QFAUhdp^%ymMEgW0bh8`lIN<4PO5ip@{xVL;@JF@)j^%BXEy&-{Yn%hfaZ=tdFiI z#!@8}exakeQk0{qy$?oy)CXzZ{@9j#kz?8inidkh(?0_g;ry;^HjO!UC#^8!F|SQl zE)Nizm^vX+r{jNux8~gsv2N&(6wEaCWZmQVWfmOREAX8%siUV#Xlc z4q&>$^bol~q|n)ea1hIDg!6#kRR%$!$gCFv0}rM~G1K^C0$K90d;>*S(K5h5O(!Dh z`^qK$v8JdRX1Ic#1q@JRU~3)NTSPLzykJrUsy?oLX2e;>B>`{69G=d(o2B~{&{Ix( z{hp|8ZwC9lMk~7epr&0Y>MfB?y--Z}0R+uGj7ZCF1v&ILrQ^8iPsCTgOC(GoAopay z@_s5>?FHcwSTpz{|Da}vuw=%Fc8d2GswremL~8Sw+&6{IRvF|O7UWi}l2gnPFCm{W z0q1x<4RLe;h?0j{qb;m^edw(!sRaArpgF9TDRx*W9(e6%tq7Mh$nq2jssqs?#YbumEE z9pVhg2}Ba;`r2cLyQIpZFKtBVHSs*vF~Rm*|HX?;p~3YAXGF+PW=gr#B*8+>$U?&Q z%P1=#xR0`;|IHh|u(bRUM0U8+62EnJ;H{;hAMmdac=DubaJST8l{;gklLZ z@5p$%jUj=1>ihA8WF#0OX{5I-lcye)D!Um?x-&F)6h+-q+xCE>-Q>drupdVq7MZ(F zDoEyWR#jM?JE!tn$83D><7i5ia%}Gjy-3CP|hE-^ z))31l6ScX){TnILVJ=6Mgf?>PFvHc1EYLE{`lri)q$vb)nSA(NB@d%yU``K3b{94p zyL)X^GrbxG>*-qIaq|kjldfD$7?2)1efyvdG`9G3LDPaT$otW8!q_o{PppS+`;qqv z4PQ|TT+05+71UBBCPR-#V6V-ti_Jg4HXA%DqtuT-ln9NlSz4$IwZzz_AaI5lhGq(L zcQ{{zU>eQtN`~Na@ubfZa}v|~KQV&;m{ZoP;x!=J&DjkbueMvrQ*m1EW;jA&(T zYhA;AE9PMwhd6wBRh_j)^dhZr)m7sls7L381E?6VLTg*Y^uSaZa9syEze1r)tDr%- z|0cA+jXg&wsq^sBpT?|F2e`exD=BRY3z!}#ER+Gf{S4lSVD_B;`&r6K;SlcIT@Oad zst=H|MiwwQuqlK>s1&Y6g9t{-5-wL-8HtP%uFsD)u)2Rm0Mj4CKpJfoBSaHWe!f)c zX#;Q6obI={)=uN!v3q0Kq+Z$x_6on8juM+xNh;3t^F&ch*3yrATu8JFA%dfg)GJL&XA<-9?QC#}L}jjy4jWVJ1|fgk~u z;^V879@O0>Ba|se|U;^LJuD*`am>v*9N$5gXY|`QPY10F>ST0*Iwje$rMoB zFcaL(5JNVD+>=E3SbI{lk1t#Yr4|jtc9}Gw6mk7*892{-ROwg1UR}HB&2cbFEuw1A zax_xmd-h%GZ1=WvAF?hO+wN7gZKOgZ{EdNUqU#murAp5#Q_J?Ya-mg3J2yL_$XW!( zZ*~`G+@jeQ1v6>9ac;|>C;h!P+RoP~Ybj#qi-F-Vo6Pqj(dTP0ZwS4}>E9r~t@?MP ztk%H3#-u&X4hzW?b4$8gT3lz@j)s!bHbRO2t?;L8P?UGhKc_$48YhrqTak2cu^Z){ zfxVRmHqwFfv*vK%{O10t8qU>#cucBRQIllW3=}Ae(FI>NxqMmmO4J&)Fj4Py!m4GePvAyWvNx~Nix-zRuR7Vns zUi1uv6-A#LElwIr)uUn@P~N|u=omLyd<8aRUNBod#`>H$H;sj0 z^kO-BGeBPSSh;-!dZ`w(F8b+L(n(_AbYu)gMb~W)%ZNV-JrPh z-axcNp-jA0SK+DkK1yc4f&p*$5lRr1Y;6dC5fV}CG%}^cAA2e>D5d1d_^$|5uYTe5 z%o9R{izX4@S(QFEC0OQ#m3ERN2jyyl(f~L`LHDMe3VnYk*t>$(Vyo)qc&SuR^L3r$ zl*Op#Y)rvW9yP88r&kcU!sUitnPZ1v%DjkK?TpZ?MlC$jsM<z3PmUng=zs zM*Nm2b{rKoQvW>k|^y@ctM8|6`9BtQ

l4q<^x+9cD2NS`z|t$H;+AW&bh-YPj83uY7Jk6QP$3(w(Hb$vS^Ff&ht0B9bEL z^EU7Dw=z)j0wys|G30b&ezY%*g-%KK|Am62k%6JLEetG?EHrspWr4b-oYltYaxP3F z{-)}UM&-$m7ziAkSlR3HH;Pm@5PEAt99q}U#TRl!9OBX}j~WrQF8_8|TqU)%7ebB& z2`w!acet!6;6&sSzH+5O`p-81a9SWka=@K72t*ZMV1x|nAd)qV`=K?nUg1wDn2Y$s zWe&wQM<{owgNP`p|1ne0x6dtdY4;M@y zJ{fP2(}eO}K|>7QLRjtCKEb7hA8KZ$6-0)lFKZa&4V7(Mr)dRN>PLmY`g47ml=m=fc1S*c?-uEkLe)C&n$YlAxjP^J^?PZI&Hd8r= zr@L#hD3<+|nl13V11hbDYVmh4^7ntPp?t(Oi1=Z4o9awXIKQ;}wNAs%09L<0nE|eM z0a&w?=0@X#NDFqH+zYA5M9^2dZ!M5I1;`1JKt(q+ z8{Xf^G^X{J! zCOn(Y_ghzgrGn;utzGGJ1-Vd$wO=GkfC>8bPEX*d$Q}PD{tqK^`b#?^F+lw-qu_B4 zlSr(wV_as!jOIV79GnljcT=YjTv*26t@R6*j`LN$Z2fU|hX^%Z`#uS#$U|2D9%I(<3V;6=ftYgk@o5_vZ~@#~JuXSH6py0?`9|8yW)P7c|P91m5}!XrS6!i2<+cOjOIIwNWtV* z#ZT9D?}#NABz|`|`PuiMObA$^cBs-Mn|^{Le=C7*Le!^~FYrj_>lLE~RB(;Cb;LgD zf!jI1TD}d^c$#bJxwzdXQW;3Fnufpl;h!vkyL0kZDBrq^=*lvvKt!R{ez|8KNmSTg z;pDVDeC3}c{!pOAxy%%hk?%%vQ!D2;go;xQZs#XV{acjah9lt7!1U09pmfV@#LDvH z9=8l5E*^gn^L0N`pR*`W60=lPSQ$73fE2rtKKN$Ae!#n8&+P-M*2d87+1^ifBFS%d zSt@of(fqS(2U`8)`}ju?o>5)lveZ8*;{k2IK4kVG>Ua3wM0TJfM5K^aOSG|DRzmm! z*{~^&z=*)DDEcUmW7n!aVf%12{eMeI0aF2*HT$uBxn)S}_tsLNh4LUt@ zTa>MAG&u+C5knxgM<3Jgq*3uYTUru|jT+$pjz=&60|M;>?a`98>;s#&OEo#?mD9)@ zxhr_Lf4iJ^ABtE&_dH0z!$lg}kG(XAP{&|0oS>$xSfpISep{JcG5S~3ubJkBf*M5n zpxXLj@D>GB#w}kltCOH50*L`L#Ps{BEdXq(qhCHcLh=49$mT2+vyZ-`3a?v(dvmFI z69-1{-e3&AD|!z?yp*mO+>ZJv{LJG0_K_e`)PBjY?ftRv^2Khy0Y$3&l`A|VoI^6R zsGoyVRoodBq}eEVvcI%)fvMKPQzYl8eLZtFF)D0Aw2EfB`7?ZgQOC;dAn?JEGU_>dG6j790i$Nx>Hm$5=|Pt(dgQ~TJ}eE@b)Mik)%QjLt@tY4cJis)TVcISA~S@&2ZDP;lhMJkP6yX zz;$xa1n9%fZINihTg^_T#rj3ztS+!>>xBEF~Hec(w=SB}rZlX$8A@N$knA3yw2y zOa;xoM!q6c?hDwU0i5Muo_Yx`sX%O(_Lr4R4}W+i?VCh&0Y@ScwO#rP0&)Hh*|D{P zy=>M~>605rLUCnYe4|)B6(VYY6o-;F+yT1B*M<(HWVgnEAdI;3DWsVJUar3E227}!Fqy%%Kt67{5%e18v~ zn;AYg&)1)2BN-4*(M}3#c?#%_dBVQiBKCB2i1S?lTH;qB1?V&w_NP#$c%(b`;MGlk)8;04FwMe zAoaCzcoh*{UQEce$m=>Jltt`qbN>TYlf`ie@WKg1;4t(AgzE_8G(;E+D0sm_4-3Ko zAq9VT9sK8I@F!Z}r$a}88-b7uCm<&vgvTI9fdm&&P#yvP3BiUyv4C!qV;wsR{A36G zbO`tx0a$_f2vFc2f{+{>#X)=0iQmQu4g@=x|A;(0jCQ>U4GB&L%rN9#O0>(=XeJTZ z$T_(Aa_xX8v?>@*<)bx(RuRb`=0742tsU9ZmBLV^D|eT2I3V#xx3`TyD`@j(~S6biUzkESxe z{sBn%fR~y8$Aju`Sj6`+P?sEt(4`Ar`Q8)yFTX}yJTL?7lob=uK{R0@U8=HZ~^r!#5oq~l?C;wfd*_tgHJ=lm7tN)(70RB1PN%0 zH#99CnmGo|xe6_4fEM*aU!I4S(?P3kpta=yB|%l75HK$xi$P&}vx3ac)lcytCR9xDNb;{s4PfokE#3lts- zK;aVs6n=w15o`k#p! zQOI?mcyXf+BCSkc2a&;LsDmhMFx5d6b6M&j>i%qXkb8XWbr9{L+jS6~K(0E7;iEfs z5F=XNI*9p6exRrmtb^ES2-iU#o)WEt*sqJ%K^$@<>mbg7(sd9Q0ogi;=a^g_#4Ajp z4ifO}|220dU{M^|zp5B!nqe3QkUP9-_nVlL3N`IY3{;)Rvu#fU|fK$luJhR{Tkq8O6Wf~KX@ ztebT8D4M^IZka-Mmy!bp`g|BYx{R20c*0b{3Mc7K9nznUw;2gp@jhF*Mwbz-&-h-- z*=bxAZ_4v9=bf+=obX*gnt;FrnQ!?f4-+b$ zKvVN5FFNHRmhy`(v%fy`bG<%wFijooVZ?n4O}n7ocVj8f>9U^DXWJDYKbM^EqgiKZ z?tg@wkD?n2=;n5G>i}B3gzn6vdoR&_R$97`K7W=Ty+e=t)01)Z^k#@gOjn>mT$qMt z0u9>+H0nd3hr@y5&HyD`1)9KR|1lY8@;IO;xX?}S1T=F9&{JIU=B)#I`V!DHR-k2j zfE=fQR`5BS#tX>eiF3H-%L@U@?+&!#DWJkMpe=loZ8rk#+zPb&2vEtFKnEz$^Syw| zR3J1Ta^42$^pikmmIA%REBc$xDd!GWNiMh4H5Yzi z+4h?6_T`OsH?{7**m(cZzyni*%0@Oj!ffR`ydC6x z#0Ol?U*mGVoXhz*F6Z7{&UbS;AH(Im59B=Q7UX=^-}^((RW9dEA?FJ&aydWD<@||Z zkn=&1bM+T4=lNXD2Xi@(fSl)Ehn%lF!{vNFmve8(dC^(O`HsDlAm`(_ocDyB@BNy~ zc^a4V9y1{4%^~MU-+-K-IL76C8kchq$oaVwkn{7qxtx#D>y>hPt8~SzGCU4|eLDN^$oFdvtkAoAhvedb{ z%&YpWWm4`(#?_f(3Pq8k`6Q(~P1{DZCAxYJ&A&vq>?eCd$$=CKZFTfFVnM+hKV^lh zbf**am82gLljvKva;GjML7!=oa?Ti6%{S$>GUvT(Dfqy5{aT)&*ozfc>Pj;7`+7+S z&l^jZm=6DHE-ST^C;3)1^)OSi;ylR>6!SCdzbw00S8ztZJ_+4zLX{>SUKD*H>Mk*f zQWII4UY9#apZirHfkE%-!R<3xY9ZWG3+DD2%(XF)sXujrMS0p{6=dlEbJ!O{U}lmB zuZvmf@Q%3F7}q*5$wa~#@gnVYq>;;tjAfElvmyg@HH^zpCV7!ShAV9uF%v(1vXQ4U z(nidY#*{u*>dz}{i-IRIX%cEAqDF4$QV(23$3yPAdW-L>i0zq%;D%Vqzp_G>h|bVK z3%d9t*2cp*BK}O0cz;GW$Y5wyhKoRI&1GS*(OI*J%Ys}b3;fo@2Is9Hek-i%mdNbY zP6XaA%7_md(h%ce~g{fc0;_y6X?rqh7$1K(Vx_z-1E>$b z6^L8$OmbxMdj>tfK8E^rMl-z#wSmQ$Epzxi_vREi^#+*DgO~;Ph0IT>noG@bLGo>D zAdfESS(gfEFuT5{S)VMXzllE0ELO@KpE9LL)b9?D7P;KRM4+z<+K8Aziy1`Bq>mcd z6|KV(LLCkrv=TZ{-NxQb>dZNhrtA1+y=aGzj!Ee+5gLl?R_+BOg$H%4W=dP8yrQSD zWVX=J-B4@Wj5a1Vp1cmMs%7jjzo>p z5K4S?nx^w+jcB|Ia(ar;e+@COKJG3!XVMgdsiTN_X{x|W zQw(P8Fo5IcXc2g8JoeT&ZqYJWx{7-qnuvIWh?u8#&r`c+(JopvE#|M);IGvXsFfM0 zl^LvE4AzvCtc|y%1+wFPOZhg9?i7?8y@INZ|z=h z?Os2vzJ6_6;hxFT!IPMb%Q=#OEKdVTi-F8~AQQi4UQo9loiW{x?`$%LqFKLN*Km1f^K{*X~!usPkhJ( z1D_`{>C8oaHqcSCM>rvYGMFINl_@aVuXE%Jbo}Cr!{RHp>4~Mf)VJVUpG_ z4^5IhFvl?5Ms1vp?M2M9O4PMpnzUYeY5BY~=`?GiXV%twi`I3E#z!BGS3a7Q`Dzz^ zTXCgmlG=I_sgcQf;=;8@AcUeJX73NDw9ac|D@BNyhc;h5qFeL;^DR(+QA}!194qz2 zN`^|L6+xeUNpBrr(>W^xsbeQqDzE_g_e3|Kr0iU0=3(J_hfrOz9@aK}f(__};#y)X zyK`eFSV!Dz>b?-t*{l^v`EXLM0|S}lqYa{S+$1Wq1nSsB5__YtKF-3R1MvmD8YS}0 zNEp*qJCi8K4=aSGj;o80=4*zK5rIS<*w*CgHrYgFI-V_Nj^pT-Pajk^+JovsCCTx3 z7&pmK%~t9GS3!A*C`B}|FA_{dr{^ZlPo{@#%*|(>$o&$|MEd zGbelaP~zA`l$KO5-d*FrUYjv`O>7KeQc3!7VOE(us0pj%ut0MV8Riz%jRay5NUph) z`M}< zb1g~zJSdy5lUk5yi5Pw1g0*RD4u?H#9!J`^nXRM^XL5~Kf(O>oEga36I}xvQE_j@O zp*F1AxUVa*^K4qpkJr>urt=`Xc#?zNVmtukFDA`u5VIVGe#|!qetwyw?|^>dTW-Gu zdb>feX3!P=X=Vw{j@KB8q4(oM@7B7tHtJ@ueJNG(f0m{sQDOD92DkfgR|$-UWqVgf zTREdW%#j>{+b)*-SJ(UkUBzhbF}h|b<@O`>@}O2t^dcd85fDAM)<&%*foREGn))D3 z3!xcL($p-Pv72TNrdcUk(?_CJ&>>zF>QOW;mKO*U@OLuMkIO()vttDphaRMjXr+(V z%CMSEbu$|^5wTabH-_fip=(ak4V~zwm2}HUx=ly7uctdAsHn>4PpE1thNeOM3EeYvzW4ts%}gk0A_@1%<$q{N@CIU<-_iy)Am5X6c(#7C9XD8oK{qWF{S3PHILEe zbd8Oj={gcXLUh{L88CK^EGun05b2tsN1eEyg7f4u14s*@xj5(SIygSsfU}3I@<6xM zkq2H8MxtgOZc6p!QX5W|HH54RF|FF+@*jlGn9;CFeB>KfiK&i;!HtJ%nk4jJ7uOUD zZony|wP+ca(xB#p(JVfNsyEqcjRiM1nt2Z7E+X~k61Rm(!FWVNgnl6dM-hoxXQP zyN7dLotN8`t6l?YAb5lvs?*zX2!)Ww*oxru1%GZql=wL-Y__JHHmpYja**{$V&4HAOpO&9W-9ALCN#))GuZ=*)tay{3I0`(dFMbt7 zMA3jp2x-F2LY^!D-*Fd25YAlI&b8i1mJrfXBDxduS%;Vw=AsP=AHapM50{UzX!1$8Wh zkShSy9utbw$N<&eC5({K0M&jD_(MS*3CC+M0M*_fI|dU0sy(U=9!~*O`x)R51a-I_ zPE7*9jRBj<8dqfXHh67Z41@PN~+TV+i*8t!KwxSXMs=Y0?fgS*;_T#|U1XU7E$OQnn z0k0trpxRr<5HbXy+K&NW5!Bv6_yPw2+<@^m8lc+4Vb=@>sP-ek{}9yf2k;4G0Jt#> z+yJQduo19$0IK~k@Ed|swg)MGa%whVsqe~ZeTkeilI3ibS220*4z~7NIe)ZV*q;^V z$%Q}2+umW@+sNBj$-5)i?q%}s>+=5B*@0mBfI}{u#>&d&Bf)a{8CKyVSIn1jUSKi< zDg)I&04SCs8v7up__Y!7h>q9;YNRL7BmY5k^aG$q9{?Jgi|E*Yfg0BzXyW^bPKp3E zX$??PGNMW6K}~H7G~0~m>H_3w?kV-$r!FP*6+u1F35eRj-3ei2+Lg z2+@pApfU=8auq~#FN0bg1ys-&(SjsSy$Vz`4bh@7+SZ|<{VThhw$fS%i_?HHs)$}9dw*vj_u$~-xvKg$6ALC)F5 za(c_W2q$=a6S+w}Y+^F3`6|QO^~1_(&C-rmQj^XW z?f+Vt@yDlboom*8YO5OsC20x0mcEhjM6A0qe9+vi4r`R)S(<4*Nm!JytT8o&WzDfo z&>FVi%ecN<#{0IfvBl2~_P~2v;`dH@|BZ>OWlDQRngfIzgH}K-CxJO+BgX0&K#jLE z!Vl4cdL6p`CfD!r2|64;2B`6Cpyf-srjO@ax_pyejUNsFXg)xVzYZ)`iufE4LiPdF z_(16U?p)``cMK|uk$036R&11uXUZj3R`P^ga$Y|85IeX-E_Ig=r?SIWLVzP(x*#0tvO>-_o*=AHk_#V~Pd(30{U)DIAU@TXj?Mb_?&b zuKaq{wXI&c{`xJ&1-?^~#k~uNLOit1h@ZHD~30N>pyWT9{j}x;E7-*I&Pd zfBjL0i(e1fz(!6za$zIqK6ANN(BC=Gipzmkj=-e)2REyfXqZ%wakENkCgD^cKvkXt zJ};;=7*e~qF{Su<64DW%D*ra&WC(Ygm8HN%f*K3w`5Ep&E1v-yuo|n%%diV>0955+ ztnYIHs?q_@^C<2>E2n_p6I2nFy9$7+vDOB(k}!KF97{*f&Kzir3Cnb zpfa%f?g6NZHJp&n09ED&PpK0sB@0$&%@Hn`EJ0jkn2ijZLdRq^aXNNa$qYydtcsD*H&*Kt=`aqA9)0H7+@ z;YO35oSFrkBdB3;qo)H@<)6Sm3+fo$=qucnR$}_W9s;O}+@FwWfT|n>z9^`i7?{lf zRS6sjvl*Z&KM%q-|6oq71b$Xfj}JkdgYs`+@1dN!2#5MB?o=ydhhg*q;E?7(uYv>p zzMK{f2YNWm*(|Rj^4cP{_NJUaQZDSq3e)AnFXe5ov+cq1c89z>i0z&s@BX{I{}?-9 zkPl3g%SN%XZSoN}xxAQ_ey1)6mU(b+aovr~W;1R=U$ z2B-cGw73k>B|1<`o&-_{BdV_F)NP>jb%>_l0F@C7l-nNB+~u755NO?5L<@XD6)XTM zvLIUY7^ltw?RXB+9lVs{@j!cfA-Xr4Q{Mm`Oh@$KHBhBJfsWb`JvxU|Zvvfo0nw8Z zsFTxy&KVIsH-=LufzI>(p6C6&FxKfnE5d<(9oH_0lK`hZ?0kZCH@i6SKQ>md;IS^Z zE}Cyzc4ln}o3dzV#ka4#bYlNk2|rvJ;y!3l>!4VOsG-WyurWOj164o5a>FZi<{11w z?o_;ou00{E<c! zcN^u{Qlk=2ogT`-2hIYqNWPe}CJ_rmI1cks!~%37B8`Hfy zwXEuJYL)-we{cUO8CtLI)0`vqkjqzEi3AgH z*$d8R>KlZmHIvhli7p85c$fy@^BMR`O7ie2vld{)o|uRqq^{zPf3*vmcC=L`4fX;A z+Oob$+4S!#BYy1WnDSbB3$F({9@*adsN1a(Pwq%efBH;{&T-4JLt{^96?+V3yuaj5 zI$A|sumz7FO=Kc}nW4(F>?+(LjG0Xk8pgT-{}0_l)I_ZMez=c9!thB;LD&V~YI+%u zisVR!r2~Ge5l5)l?1-9vC*-Hjy3j10vo7dmKQerj*P19tG0JvM&Q5L& z3noAAw;Zg*8_Sl~Z8Yx0A&wS9f*{FyG{bR(G>4F^d<}}dv79vHi(tzwN?!3Dw%i8DD|g8mV_3#>a;BG@bC#|0l~*m0^IEgKXXL#1opdYEd?{PQD(LvMu3qClU zZWCcs-9QoIY#4?JeRYm3-sv;dY-BA%Bjio7bDDnWf#DBL88zvdPd!__b^9}u=LIkO z*!IEOehRiWzLnkb8OO_xqnc>A)+{5|tWeS#14QxTDSRoH$ke-Tg~qU_FcTmrq|0i-C@Y~Z^+X?{cZ*EwQWWFT* z=30o7(RFSg1aSM{F{u81avI)y%N@*e*UGtH6W8G;u@~LKHu!@!!*_T!NzXfWsMOOp zzh6@Fk^!r}{j8ns&YZHhrtj}wJqP`2Y<)x8h`}qy;5bI~iQXX=3^WbEA@9yi8j7_k zncpxc28a0b8|`odr`LwMKg38Jp(gEQbdV2aI7Zl%JR;!}8nO6v291@##{fM>sBzWn z3y-268tF_q5-BNCS}6qIN@HC}L|xYyZfJ#xB*d4O*hB|}!!s9J3!IN0t_8u5yo*Q|Kq z?<K$W(*r z!A@5G5!1)=dOJ8%K8TLFf$1SM)<~>wgY+cCZIJPQ5bcM%g5M$uLy}-OJl_u?jf@%> z1drkA5<1UWc3f?yxkixS%>aM?URf3U0;|}EH4_|J?acnC$wQPV_ms2T`x{G}$aJM@ zFm<6O(uG+0&|$I@XG9vPa?;IWYA zJ$MjkOW=XoJ5d)@oCzCh?}tF8XMv720Xn$=NG*bG&p&7)f}y1%c+ez*xNk%-p%2n! zJSXVMc_NrTQv^?)6u}~25iI*!1S|WAAZxt{@)n3-!z&`#+6+bI{wnC5TCi`ph&{hU z1jm<);PhJ}csUZu3myg9+?5!x06BKS5es@g3@D`qP+B@r)=i+*qk!`F0Ua;^DHDKF z^EhPzO1l75yaZ_PC7@EC?&uw$lX0S=n64rinkj-&ABrIEj0h%}kS=4NpeK(L!Sqfd zcuH&R)0aeS*&Y$B_)!E|Lqw1lB7zN1iD1i%C@S|qg5J4R1SMaJ;Q3x6IPNck(@%=v zrBg^=z&p0N9Z*Ursc|ycO012nc46r_jh&QrJk<)I^wmH){82Xeifi40(zXHNu?~1O z2PmI2;y?j*P>@vL!j+X2D}7>p9z{@%i?M`R9IXiGdn~kcvs{s51YRH<4M=Az1aVQ zLucl_8$QLfC@o_1q63yh7?QIW%)>7()M@IsOSSdy-t(86oyQ*j^~OI3+&S53$EVBw VyD}m6Seq#O`12e4zG#Es{~tR21V#V= diff --git a/FakePieShop/bin/Debug/net6.0/FakePieShop.runtimeconfig.json b/FakePieShop/bin/Debug/net6.0/FakePieShop.runtimeconfig.json deleted file mode 100644 index a9cb483..0000000 --- a/FakePieShop/bin/Debug/net6.0/FakePieShop.runtimeconfig.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net6.0", - "frameworks": [ - { - "name": "Microsoft.NETCore.App", - "version": "6.0.0" - }, - { - "name": "Microsoft.AspNetCore.App", - "version": "6.0.0" - } - ], - "configProperties": { - "System.GC.Server": true, - "System.Reflection.NullabilityInfoContext.IsSupported": true, - "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false - } - } -} \ No newline at end of file diff --git a/FakePieShop/bin/Debug/net6.0/FakePieShop.staticwebassets.runtime.json b/FakePieShop/bin/Debug/net6.0/FakePieShop.staticwebassets.runtime.json deleted file mode 100644 index 25968a1..0000000 --- a/FakePieShop/bin/Debug/net6.0/FakePieShop.staticwebassets.runtime.json +++ /dev/null @@ -1 +0,0 @@ -{"ContentRoots":["C:\\Users\\mikay\\source\\repos\\FakePieShop\\FakePieShop\\wwwroot\\"],"Root":{"Children":{"css":{"Children":{"site.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/site.css"},"Patterns":null}},"Asset":null,"Patterns":null},"Images":{"Children":{"bethanys-pie-shop-logomark.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"Images/bethanys-pie-shop-logomark.png"},"Patterns":null},"bethanys-pie-shop-logo_horiz-white.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"Images/bethanys-pie-shop-logo_horiz-white.png"},"Patterns":null},"carousel1.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"Images/carousel1.jpg"},"Patterns":null},"carousel2.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"Images/carousel2.jpg"},"Patterns":null},"carousel3.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"Images/carousel3.jpg"},"Patterns":null},"contact":{"Children":{"contact.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"Images/contact/contact.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"lib":{"Children":{"bootstrap":{"Children":{"css":{"Children":{"bootstrap-grid.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/css/bootstrap-grid.css"},"Patterns":null},"bootstrap-grid.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/css/bootstrap-grid.css.map"},"Patterns":null},"bootstrap-grid.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/css/bootstrap-grid.min.css"},"Patterns":null},"bootstrap-grid.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/css/bootstrap-grid.min.css.map"},"Patterns":null},"bootstrap-grid.rtl.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/css/bootstrap-grid.rtl.css"},"Patterns":null},"bootstrap-grid.rtl.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/css/bootstrap-grid.rtl.css.map"},"Patterns":null},"bootstrap-grid.rtl.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/css/bootstrap-grid.rtl.min.css"},"Patterns":null},"bootstrap-grid.rtl.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/css/bootstrap-grid.rtl.min.css.map"},"Patterns":null},"bootstrap-reboot.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/css/bootstrap-reboot.css"},"Patterns":null},"bootstrap-reboot.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/css/bootstrap-reboot.css.map"},"Patterns":null},"bootstrap-reboot.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/css/bootstrap-reboot.min.css"},"Patterns":null},"bootstrap-reboot.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/css/bootstrap-reboot.min.css.map"},"Patterns":null},"bootstrap-reboot.rtl.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/css/bootstrap-reboot.rtl.css"},"Patterns":null},"bootstrap-reboot.rtl.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/css/bootstrap-reboot.rtl.css.map"},"Patterns":null},"bootstrap-reboot.rtl.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/css/bootstrap-reboot.rtl.min.css"},"Patterns":null},"bootstrap-reboot.rtl.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/css/bootstrap-reboot.rtl.min.css.map"},"Patterns":null},"bootstrap-utilities.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/css/bootstrap-utilities.css"},"Patterns":null},"bootstrap-utilities.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/css/bootstrap-utilities.css.map"},"Patterns":null},"bootstrap-utilities.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/css/bootstrap-utilities.min.css"},"Patterns":null},"bootstrap-utilities.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/css/bootstrap-utilities.min.css.map"},"Patterns":null},"bootstrap-utilities.rtl.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/css/bootstrap-utilities.rtl.css"},"Patterns":null},"bootstrap-utilities.rtl.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/css/bootstrap-utilities.rtl.css.map"},"Patterns":null},"bootstrap-utilities.rtl.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/css/bootstrap-utilities.rtl.min.css"},"Patterns":null},"bootstrap-utilities.rtl.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/css/bootstrap-utilities.rtl.min.css.map"},"Patterns":null},"bootstrap.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/css/bootstrap.css"},"Patterns":null},"bootstrap.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/css/bootstrap.css.map"},"Patterns":null},"bootstrap.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/css/bootstrap.min.css"},"Patterns":null},"bootstrap.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/css/bootstrap.min.css.map"},"Patterns":null},"bootstrap.rtl.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/css/bootstrap.rtl.css"},"Patterns":null},"bootstrap.rtl.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/css/bootstrap.rtl.css.map"},"Patterns":null},"bootstrap.rtl.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/css/bootstrap.rtl.min.css"},"Patterns":null},"bootstrap.rtl.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/css/bootstrap.rtl.min.css.map"},"Patterns":null}},"Asset":null,"Patterns":null},"js":{"Children":{"bootstrap.bundle.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/js/bootstrap.bundle.js"},"Patterns":null},"bootstrap.bundle.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/js/bootstrap.bundle.js.map"},"Patterns":null},"bootstrap.bundle.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/js/bootstrap.bundle.min.js"},"Patterns":null},"bootstrap.bundle.min.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/js/bootstrap.bundle.min.js.map"},"Patterns":null},"bootstrap.esm.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/js/bootstrap.esm.js"},"Patterns":null},"bootstrap.esm.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/js/bootstrap.esm.js.map"},"Patterns":null},"bootstrap.esm.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/js/bootstrap.esm.min.js"},"Patterns":null},"bootstrap.esm.min.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/js/bootstrap.esm.min.js.map"},"Patterns":null},"bootstrap.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/js/bootstrap.js"},"Patterns":null},"bootstrap.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/js/bootstrap.js.map"},"Patterns":null},"bootstrap.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/js/bootstrap.min.js"},"Patterns":null},"bootstrap.min.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/js/bootstrap.min.js.map"},"Patterns":null}},"Asset":null,"Patterns":null},"scss":{"Children":{"bootstrap-grid.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/bootstrap-grid.scss"},"Patterns":null},"bootstrap-reboot.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/bootstrap-reboot.scss"},"Patterns":null},"bootstrap-utilities.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/bootstrap-utilities.scss"},"Patterns":null},"bootstrap.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/bootstrap.scss"},"Patterns":null},"forms":{"Children":{"_floating-labels.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/forms/_floating-labels.scss"},"Patterns":null},"_form-check.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/forms/_form-check.scss"},"Patterns":null},"_form-control.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/forms/_form-control.scss"},"Patterns":null},"_form-range.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/forms/_form-range.scss"},"Patterns":null},"_form-select.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/forms/_form-select.scss"},"Patterns":null},"_form-text.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/forms/_form-text.scss"},"Patterns":null},"_input-group.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/forms/_input-group.scss"},"Patterns":null},"_labels.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/forms/_labels.scss"},"Patterns":null},"_validation.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/forms/_validation.scss"},"Patterns":null}},"Asset":null,"Patterns":null},"helpers":{"Children":{"_clearfix.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/helpers/_clearfix.scss"},"Patterns":null},"_color-bg.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/helpers/_color-bg.scss"},"Patterns":null},"_colored-links.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/helpers/_colored-links.scss"},"Patterns":null},"_focus-ring.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/helpers/_focus-ring.scss"},"Patterns":null},"_icon-link.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/helpers/_icon-link.scss"},"Patterns":null},"_position.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/helpers/_position.scss"},"Patterns":null},"_ratio.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/helpers/_ratio.scss"},"Patterns":null},"_stacks.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/helpers/_stacks.scss"},"Patterns":null},"_stretched-link.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/helpers/_stretched-link.scss"},"Patterns":null},"_text-truncation.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/helpers/_text-truncation.scss"},"Patterns":null},"_visually-hidden.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/helpers/_visually-hidden.scss"},"Patterns":null},"_vr.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/helpers/_vr.scss"},"Patterns":null}},"Asset":null,"Patterns":null},"mixins":{"Children":{"_alert.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/mixins/_alert.scss"},"Patterns":null},"_backdrop.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/mixins/_backdrop.scss"},"Patterns":null},"_banner.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/mixins/_banner.scss"},"Patterns":null},"_border-radius.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/mixins/_border-radius.scss"},"Patterns":null},"_box-shadow.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/mixins/_box-shadow.scss"},"Patterns":null},"_breakpoints.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/mixins/_breakpoints.scss"},"Patterns":null},"_buttons.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/mixins/_buttons.scss"},"Patterns":null},"_caret.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/mixins/_caret.scss"},"Patterns":null},"_clearfix.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/mixins/_clearfix.scss"},"Patterns":null},"_color-mode.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/mixins/_color-mode.scss"},"Patterns":null},"_color-scheme.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/mixins/_color-scheme.scss"},"Patterns":null},"_container.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/mixins/_container.scss"},"Patterns":null},"_deprecate.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/mixins/_deprecate.scss"},"Patterns":null},"_forms.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/mixins/_forms.scss"},"Patterns":null},"_gradients.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/mixins/_gradients.scss"},"Patterns":null},"_grid.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/mixins/_grid.scss"},"Patterns":null},"_image.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/mixins/_image.scss"},"Patterns":null},"_list-group.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/mixins/_list-group.scss"},"Patterns":null},"_lists.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/mixins/_lists.scss"},"Patterns":null},"_pagination.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/mixins/_pagination.scss"},"Patterns":null},"_reset-text.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/mixins/_reset-text.scss"},"Patterns":null},"_resize.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/mixins/_resize.scss"},"Patterns":null},"_table-variants.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/mixins/_table-variants.scss"},"Patterns":null},"_text-truncate.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/mixins/_text-truncate.scss"},"Patterns":null},"_transition.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/mixins/_transition.scss"},"Patterns":null},"_utilities.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/mixins/_utilities.scss"},"Patterns":null},"_visually-hidden.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/mixins/_visually-hidden.scss"},"Patterns":null}},"Asset":null,"Patterns":null},"utilities":{"Children":{"_api.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/utilities/_api.scss"},"Patterns":null}},"Asset":null,"Patterns":null},"vendor":{"Children":{"_rfs.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/vendor/_rfs.scss"},"Patterns":null}},"Asset":null,"Patterns":null},"_accordion.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/_accordion.scss"},"Patterns":null},"_alert.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/_alert.scss"},"Patterns":null},"_badge.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/_badge.scss"},"Patterns":null},"_breadcrumb.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/_breadcrumb.scss"},"Patterns":null},"_button-group.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/_button-group.scss"},"Patterns":null},"_buttons.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/_buttons.scss"},"Patterns":null},"_card.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/_card.scss"},"Patterns":null},"_carousel.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/_carousel.scss"},"Patterns":null},"_close.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/_close.scss"},"Patterns":null},"_containers.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/_containers.scss"},"Patterns":null},"_dropdown.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/_dropdown.scss"},"Patterns":null},"_forms.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/_forms.scss"},"Patterns":null},"_functions.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/_functions.scss"},"Patterns":null},"_grid.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/_grid.scss"},"Patterns":null},"_helpers.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/_helpers.scss"},"Patterns":null},"_images.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/_images.scss"},"Patterns":null},"_list-group.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/_list-group.scss"},"Patterns":null},"_maps.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/_maps.scss"},"Patterns":null},"_mixins.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/_mixins.scss"},"Patterns":null},"_modal.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/_modal.scss"},"Patterns":null},"_nav.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/_nav.scss"},"Patterns":null},"_navbar.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/_navbar.scss"},"Patterns":null},"_offcanvas.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/_offcanvas.scss"},"Patterns":null},"_pagination.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/_pagination.scss"},"Patterns":null},"_placeholders.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/_placeholders.scss"},"Patterns":null},"_popover.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/_popover.scss"},"Patterns":null},"_progress.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/_progress.scss"},"Patterns":null},"_reboot.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/_reboot.scss"},"Patterns":null},"_root.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/_root.scss"},"Patterns":null},"_spinners.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/_spinners.scss"},"Patterns":null},"_tables.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/_tables.scss"},"Patterns":null},"_toasts.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/_toasts.scss"},"Patterns":null},"_tooltip.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/_tooltip.scss"},"Patterns":null},"_transitions.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/_transitions.scss"},"Patterns":null},"_type.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/_type.scss"},"Patterns":null},"_utilities.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/_utilities.scss"},"Patterns":null},"_variables-dark.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/_variables-dark.scss"},"Patterns":null},"_variables.scss":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/scss/_variables.scss"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"jquery-validate":{"Children":{"additional-methods.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/additional-methods.js"},"Patterns":null},"additional-methods.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/additional-methods.min.js"},"Patterns":null},"jquery-validation-sri.json":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/jquery-validation-sri.json"},"Patterns":null},"jquery.validate.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/jquery.validate.js"},"Patterns":null},"jquery.validate.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/jquery.validate.min.js"},"Patterns":null},"localization":{"Children":{"messages_ar.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_ar.js"},"Patterns":null},"messages_ar.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_ar.min.js"},"Patterns":null},"messages_az.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_az.js"},"Patterns":null},"messages_az.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_az.min.js"},"Patterns":null},"messages_bg.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_bg.js"},"Patterns":null},"messages_bg.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_bg.min.js"},"Patterns":null},"messages_bn_BD.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_bn_BD.js"},"Patterns":null},"messages_bn_BD.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_bn_BD.min.js"},"Patterns":null},"messages_ca.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_ca.js"},"Patterns":null},"messages_ca.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_ca.min.js"},"Patterns":null},"messages_cs.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_cs.js"},"Patterns":null},"messages_cs.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_cs.min.js"},"Patterns":null},"messages_da.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_da.js"},"Patterns":null},"messages_da.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_da.min.js"},"Patterns":null},"messages_de.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_de.js"},"Patterns":null},"messages_de.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_de.min.js"},"Patterns":null},"messages_el.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_el.js"},"Patterns":null},"messages_el.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_el.min.js"},"Patterns":null},"messages_es.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_es.js"},"Patterns":null},"messages_es.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_es.min.js"},"Patterns":null},"messages_es_AR.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_es_AR.js"},"Patterns":null},"messages_es_AR.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_es_AR.min.js"},"Patterns":null},"messages_es_PE.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_es_PE.js"},"Patterns":null},"messages_es_PE.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_es_PE.min.js"},"Patterns":null},"messages_et.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_et.js"},"Patterns":null},"messages_et.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_et.min.js"},"Patterns":null},"messages_eu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_eu.js"},"Patterns":null},"messages_eu.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_eu.min.js"},"Patterns":null},"messages_fa.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_fa.js"},"Patterns":null},"messages_fa.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_fa.min.js"},"Patterns":null},"messages_fi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_fi.js"},"Patterns":null},"messages_fi.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_fi.min.js"},"Patterns":null},"messages_fr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_fr.js"},"Patterns":null},"messages_fr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_fr.min.js"},"Patterns":null},"messages_ge.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_ge.js"},"Patterns":null},"messages_ge.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_ge.min.js"},"Patterns":null},"messages_gl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_gl.js"},"Patterns":null},"messages_gl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_gl.min.js"},"Patterns":null},"messages_he.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_he.js"},"Patterns":null},"messages_he.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_he.min.js"},"Patterns":null},"messages_hi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_hi.js"},"Patterns":null},"messages_hi.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_hi.min.js"},"Patterns":null},"messages_hr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_hr.js"},"Patterns":null},"messages_hr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_hr.min.js"},"Patterns":null},"messages_hu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_hu.js"},"Patterns":null},"messages_hu.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_hu.min.js"},"Patterns":null},"messages_hy_AM.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_hy_AM.js"},"Patterns":null},"messages_hy_AM.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_hy_AM.min.js"},"Patterns":null},"messages_id.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_id.js"},"Patterns":null},"messages_id.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_id.min.js"},"Patterns":null},"messages_is.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_is.js"},"Patterns":null},"messages_is.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_is.min.js"},"Patterns":null},"messages_it.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_it.js"},"Patterns":null},"messages_it.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_it.min.js"},"Patterns":null},"messages_ja.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_ja.js"},"Patterns":null},"messages_ja.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_ja.min.js"},"Patterns":null},"messages_ka.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_ka.js"},"Patterns":null},"messages_ka.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_ka.min.js"},"Patterns":null},"messages_kk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_kk.js"},"Patterns":null},"messages_kk.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_kk.min.js"},"Patterns":null},"messages_ko.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_ko.js"},"Patterns":null},"messages_ko.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_ko.min.js"},"Patterns":null},"messages_lt.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_lt.js"},"Patterns":null},"messages_lt.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_lt.min.js"},"Patterns":null},"messages_lv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_lv.js"},"Patterns":null},"messages_lv.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_lv.min.js"},"Patterns":null},"messages_mk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_mk.js"},"Patterns":null},"messages_mk.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_mk.min.js"},"Patterns":null},"messages_my.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_my.js"},"Patterns":null},"messages_my.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_my.min.js"},"Patterns":null},"messages_nl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_nl.js"},"Patterns":null},"messages_nl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_nl.min.js"},"Patterns":null},"messages_no.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_no.js"},"Patterns":null},"messages_no.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_no.min.js"},"Patterns":null},"messages_pl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_pl.js"},"Patterns":null},"messages_pl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_pl.min.js"},"Patterns":null},"messages_pt_BR.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_pt_BR.js"},"Patterns":null},"messages_pt_BR.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_pt_BR.min.js"},"Patterns":null},"messages_pt_PT.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_pt_PT.js"},"Patterns":null},"messages_pt_PT.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_pt_PT.min.js"},"Patterns":null},"messages_ro.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_ro.js"},"Patterns":null},"messages_ro.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_ro.min.js"},"Patterns":null},"messages_ru.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_ru.js"},"Patterns":null},"messages_ru.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_ru.min.js"},"Patterns":null},"messages_sd.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_sd.js"},"Patterns":null},"messages_sd.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_sd.min.js"},"Patterns":null},"messages_si.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_si.js"},"Patterns":null},"messages_si.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_si.min.js"},"Patterns":null},"messages_sk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_sk.js"},"Patterns":null},"messages_sk.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_sk.min.js"},"Patterns":null},"messages_sl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_sl.js"},"Patterns":null},"messages_sl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_sl.min.js"},"Patterns":null},"messages_sr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_sr.js"},"Patterns":null},"messages_sr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_sr.min.js"},"Patterns":null},"messages_sr_lat.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_sr_lat.js"},"Patterns":null},"messages_sr_lat.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_sr_lat.min.js"},"Patterns":null},"messages_sv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_sv.js"},"Patterns":null},"messages_sv.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_sv.min.js"},"Patterns":null},"messages_th.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_th.js"},"Patterns":null},"messages_th.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_th.min.js"},"Patterns":null},"messages_tj.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_tj.js"},"Patterns":null},"messages_tj.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_tj.min.js"},"Patterns":null},"messages_tr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_tr.js"},"Patterns":null},"messages_tr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_tr.min.js"},"Patterns":null},"messages_uk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_uk.js"},"Patterns":null},"messages_uk.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_uk.min.js"},"Patterns":null},"messages_ur.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_ur.js"},"Patterns":null},"messages_ur.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_ur.min.js"},"Patterns":null},"messages_vi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_vi.js"},"Patterns":null},"messages_vi.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_vi.min.js"},"Patterns":null},"messages_zh.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_zh.js"},"Patterns":null},"messages_zh.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_zh.min.js"},"Patterns":null},"messages_zh_TW.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_zh_TW.js"},"Patterns":null},"messages_zh_TW.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/messages_zh_TW.min.js"},"Patterns":null},"methods_de.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/methods_de.js"},"Patterns":null},"methods_de.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/methods_de.min.js"},"Patterns":null},"methods_es_CL.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/methods_es_CL.js"},"Patterns":null},"methods_es_CL.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/methods_es_CL.min.js"},"Patterns":null},"methods_fi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/methods_fi.js"},"Patterns":null},"methods_fi.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/methods_fi.min.js"},"Patterns":null},"methods_it.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/methods_it.js"},"Patterns":null},"methods_it.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/methods_it.min.js"},"Patterns":null},"methods_nl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/methods_nl.js"},"Patterns":null},"methods_nl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/methods_nl.min.js"},"Patterns":null},"methods_pt.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/methods_pt.js"},"Patterns":null},"methods_pt.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validate/localization/methods_pt.min.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"jquery-validation-unobtrusive":{"Children":{"jquery.validate.unobtrusive.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js"},"Patterns":null},"jquery.validate.unobtrusive.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"jquery":{"Children":{"jquery.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery/jquery.js"},"Patterns":null},"jquery.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery/jquery.min.js"},"Patterns":null},"jquery.min.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery/jquery.min.map"},"Patterns":null},"jquery.slim.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery/jquery.slim.js"},"Patterns":null},"jquery.slim.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery/jquery.slim.min.js"},"Patterns":null},"jquery.slim.min.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery/jquery.slim.min.map"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":[{"ContentRootIndex":0,"Pattern":"**","Depth":0}]}} \ No newline at end of file diff --git a/FakePieShop/bin/Debug/net6.0/appsettings.Development.json b/FakePieShop/bin/Debug/net6.0/appsettings.Development.json deleted file mode 100644 index 0c208ae..0000000 --- a/FakePieShop/bin/Debug/net6.0/appsettings.Development.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.AspNetCore": "Warning" - } - } -} diff --git a/FakePieShop/bin/Debug/net6.0/appsettings.json b/FakePieShop/bin/Debug/net6.0/appsettings.json deleted file mode 100644 index b682142..0000000 --- a/FakePieShop/bin/Debug/net6.0/appsettings.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.AspNetCore": "Warning" - } - }, - "AllowedHosts": "*", - "ConnectionStrings": { - "FakePieShopDbContextConnection": "Server=(localdb)\\mssqllocaldb;Database=FakePieShop0123456;Trusted_Connection=true;MultipleActiveResultSets=true" - } -} diff --git a/FakePieShop/bin/Debug/net6.0/libman.json b/FakePieShop/bin/Debug/net6.0/libman.json deleted file mode 100644 index 903e62e..0000000 --- a/FakePieShop/bin/Debug/net6.0/libman.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "version": "1.0", - "defaultProvider": "cdnjs", - "libraries": [ - { - "library": "bootstrap@5.3.2", - "destination": "wwwroot/lib/bootstrap/" - }, - { - "library": "jquery@3.7.1", - "destination": "wwwroot/lib/jquery/" - }, - { - "library": "jquery-validate@1.20.0", - "destination": "wwwroot/lib/jquery-validate/" - }, - { - "library": "jquery-validation-unobtrusive@4.0.0", - "destination": "wwwroot/lib/jquery-validation-unobtrusive/" - } - ] -} \ No newline at end of file diff --git a/FakePieShop/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/FakePieShop/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs deleted file mode 100644 index ed92695..0000000 --- a/FakePieShop/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")] diff --git a/FakePieShop/obj/Debug/net6.0/FakePieShop.AssemblyInfo.cs b/FakePieShop/obj/Debug/net6.0/FakePieShop.AssemblyInfo.cs deleted file mode 100644 index 01277b3..0000000 --- a/FakePieShop/obj/Debug/net6.0/FakePieShop.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyCompanyAttribute("FakePieShop")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly: System.Reflection.AssemblyProductAttribute("FakePieShop")] -[assembly: System.Reflection.AssemblyTitleAttribute("FakePieShop")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/FakePieShop/obj/Debug/net6.0/FakePieShop.GeneratedMSBuildEditorConfig.editorconfig b/FakePieShop/obj/Debug/net6.0/FakePieShop.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 6595611..0000000 --- a/FakePieShop/obj/Debug/net6.0/FakePieShop.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,97 +0,0 @@ -is_global = true -build_property.TargetFramework = net6.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = true -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property.EnforceExtendedAnalyzerRules = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.RootNamespace = FakePieShop -build_property.RootNamespace = FakePieShop -build_property.ProjectDir = C:\Users\mikay\source\repos\FakePieShop\FakePieShop\ -build_property.RazorLangVersion = 6.0 -build_property.SupportLocalizedComponentNames = -build_property.GenerateRazorMetadataSourceChecksumAttributes = -build_property.MSBuildProjectDirectory = C:\Users\mikay\source\repos\FakePieShop\FakePieShop -build_property._RazorSourceGeneratorDebug = - -[C:/Users/mikay/source/repos/FakePieShop/FakePieShop/Pages/CheckoutCompletePage.cshtml] -build_metadata.AdditionalFiles.TargetPath = UGFnZXNcQ2hlY2tvdXRDb21wbGV0ZVBhZ2UuY3NodG1s -build_metadata.AdditionalFiles.CssScope = - -[C:/Users/mikay/source/repos/FakePieShop/FakePieShop/Pages/CheckoutPage.cshtml] -build_metadata.AdditionalFiles.TargetPath = UGFnZXNcQ2hlY2tvdXRQYWdlLmNzaHRtbA== -build_metadata.AdditionalFiles.CssScope = - -[C:/Users/mikay/source/repos/FakePieShop/FakePieShop/Pages/Shared/_PageLayout.cshtml] -build_metadata.AdditionalFiles.TargetPath = UGFnZXNcU2hhcmVkXF9QYWdlTGF5b3V0LmNzaHRtbA== -build_metadata.AdditionalFiles.CssScope = - -[C:/Users/mikay/source/repos/FakePieShop/FakePieShop/Pages/_ViewImports.cshtml] -build_metadata.AdditionalFiles.TargetPath = UGFnZXNcX1ZpZXdJbXBvcnRzLmNzaHRtbA== -build_metadata.AdditionalFiles.CssScope = - -[C:/Users/mikay/source/repos/FakePieShop/FakePieShop/Pages/_ViewStart.cshtml] -build_metadata.AdditionalFiles.TargetPath = UGFnZXNcX1ZpZXdTdGFydC5jc2h0bWw= -build_metadata.AdditionalFiles.CssScope = - -[C:/Users/mikay/source/repos/FakePieShop/FakePieShop/Views/Contact/Index.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3NcQ29udGFjdFxJbmRleC5jc2h0bWw= -build_metadata.AdditionalFiles.CssScope = - -[C:/Users/mikay/source/repos/FakePieShop/FakePieShop/Views/Home/Index.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3NcSG9tZVxJbmRleC5jc2h0bWw= -build_metadata.AdditionalFiles.CssScope = - -[C:/Users/mikay/source/repos/FakePieShop/FakePieShop/Views/Order/Checkout.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3NcT3JkZXJcQ2hlY2tvdXQuY3NodG1s -build_metadata.AdditionalFiles.CssScope = - -[C:/Users/mikay/source/repos/FakePieShop/FakePieShop/Views/Order/CheckoutComplete.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3NcT3JkZXJcQ2hlY2tvdXRDb21wbGV0ZS5jc2h0bWw= -build_metadata.AdditionalFiles.CssScope = - -[C:/Users/mikay/source/repos/FakePieShop/FakePieShop/Views/Pie/Details.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3NcUGllXERldGFpbHMuY3NodG1s -build_metadata.AdditionalFiles.CssScope = - -[C:/Users/mikay/source/repos/FakePieShop/FakePieShop/Views/Pie/List.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3NcUGllXExpc3QuY3NodG1s -build_metadata.AdditionalFiles.CssScope = - -[C:/Users/mikay/source/repos/FakePieShop/FakePieShop/Views/Shared/Components/CategoryMenu/Default.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3NcU2hhcmVkXENvbXBvbmVudHNcQ2F0ZWdvcnlNZW51XERlZmF1bHQuY3NodG1s -build_metadata.AdditionalFiles.CssScope = - -[C:/Users/mikay/source/repos/FakePieShop/FakePieShop/Views/Shared/Components/ShoppingCartSummary/Default.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3NcU2hhcmVkXENvbXBvbmVudHNcU2hvcHBpbmdDYXJ0U3VtbWFyeVxEZWZhdWx0LmNzaHRtbA== -build_metadata.AdditionalFiles.CssScope = - -[C:/Users/mikay/source/repos/FakePieShop/FakePieShop/Views/Shared/_Carousel.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3NcU2hhcmVkXF9DYXJvdXNlbC5jc2h0bWw= -build_metadata.AdditionalFiles.CssScope = - -[C:/Users/mikay/source/repos/FakePieShop/FakePieShop/Views/Shared/_Layout.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3NcU2hhcmVkXF9MYXlvdXQuY3NodG1s -build_metadata.AdditionalFiles.CssScope = - -[C:/Users/mikay/source/repos/FakePieShop/FakePieShop/Views/Shared/_PieCard.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3NcU2hhcmVkXF9QaWVDYXJkLmNzaHRtbA== -build_metadata.AdditionalFiles.CssScope = - -[C:/Users/mikay/source/repos/FakePieShop/FakePieShop/Views/Shared/_ShoppingCartItemCard.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3NcU2hhcmVkXF9TaG9wcGluZ0NhcnRJdGVtQ2FyZC5jc2h0bWw= -build_metadata.AdditionalFiles.CssScope = - -[C:/Users/mikay/source/repos/FakePieShop/FakePieShop/Views/ShoppingCart/Index.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3NcU2hvcHBpbmdDYXJ0XEluZGV4LmNzaHRtbA== -build_metadata.AdditionalFiles.CssScope = - -[C:/Users/mikay/source/repos/FakePieShop/FakePieShop/Views/_ViewImports.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3NcX1ZpZXdJbXBvcnRzLmNzaHRtbA== -build_metadata.AdditionalFiles.CssScope = - -[C:/Users/mikay/source/repos/FakePieShop/FakePieShop/Views/_ViewStart.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3NcX1ZpZXdTdGFydC5jc2h0bWw= -build_metadata.AdditionalFiles.CssScope = diff --git a/FakePieShop/obj/Debug/net6.0/FakePieShop.GlobalUsings.g.cs b/FakePieShop/obj/Debug/net6.0/FakePieShop.GlobalUsings.g.cs deleted file mode 100644 index 025530a..0000000 --- a/FakePieShop/obj/Debug/net6.0/FakePieShop.GlobalUsings.g.cs +++ /dev/null @@ -1,17 +0,0 @@ -// -global using global::Microsoft.AspNetCore.Builder; -global using global::Microsoft.AspNetCore.Hosting; -global using global::Microsoft.AspNetCore.Http; -global using global::Microsoft.AspNetCore.Routing; -global using global::Microsoft.Extensions.Configuration; -global using global::Microsoft.Extensions.DependencyInjection; -global using global::Microsoft.Extensions.Hosting; -global using global::Microsoft.Extensions.Logging; -global using global::System; -global using global::System.Collections.Generic; -global using global::System.IO; -global using global::System.Linq; -global using global::System.Net.Http; -global using global::System.Net.Http.Json; -global using global::System.Threading; -global using global::System.Threading.Tasks; diff --git a/FakePieShop/obj/Debug/net6.0/FakePieShop.RazorAssemblyInfo.cs b/FakePieShop/obj/Debug/net6.0/FakePieShop.RazorAssemblyInfo.cs deleted file mode 100644 index cd3853c..0000000 --- a/FakePieShop/obj/Debug/net6.0/FakePieShop.RazorAssemblyInfo.cs +++ /dev/null @@ -1,18 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ProvideApplicationPartFactoryAttribute("Microsoft.AspNetCore.Mvc.ApplicationParts.ConsolidatedAssemblyApplicationPartFact" + - "ory, Microsoft.AspNetCore.Mvc.Razor")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/FakePieShop/obj/Debug/net6.0/FakePieShop.csproj.FileListAbsolute.txt b/FakePieShop/obj/Debug/net6.0/FakePieShop.csproj.FileListAbsolute.txt deleted file mode 100644 index 13e490f..0000000 --- a/FakePieShop/obj/Debug/net6.0/FakePieShop.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,86 +0,0 @@ -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\bin\Debug\net6.0\appsettings.Development.json -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\bin\Debug\net6.0\appsettings.json -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\bin\Debug\net6.0\FakePieShop.staticwebassets.runtime.json -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\bin\Debug\net6.0\FakePieShop.exe -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\bin\Debug\net6.0\FakePieShop.deps.json -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\bin\Debug\net6.0\FakePieShop.runtimeconfig.json -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\bin\Debug\net6.0\FakePieShop.dll -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\bin\Debug\net6.0\FakePieShop.pdb -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\obj\Debug\net6.0\FakePieShop.GeneratedMSBuildEditorConfig.editorconfig -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\obj\Debug\net6.0\FakePieShop.AssemblyInfoInputs.cache -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\obj\Debug\net6.0\FakePieShop.AssemblyInfo.cs -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\obj\Debug\net6.0\FakePieShop.csproj.CoreCompileInputs.cache -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\obj\Debug\net6.0\FakePieShop.MvcApplicationPartsAssemblyInfo.cache -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\obj\Debug\net6.0\FakePieShop.RazorAssemblyInfo.cache -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\obj\Debug\net6.0\FakePieShop.RazorAssemblyInfo.cs -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\obj\Debug\net6.0\staticwebassets\msbuild.FakePieShop.Microsoft.AspNetCore.StaticWebAssets.props -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\obj\Debug\net6.0\staticwebassets\msbuild.build.FakePieShop.props -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\obj\Debug\net6.0\staticwebassets\msbuild.buildMultiTargeting.FakePieShop.props -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\obj\Debug\net6.0\staticwebassets\msbuild.buildTransitive.FakePieShop.props -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\obj\Debug\net6.0\staticwebassets.pack.json -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\obj\Debug\net6.0\staticwebassets.build.json -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\obj\Debug\net6.0\staticwebassets.development.json -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\obj\Debug\net6.0\scopedcss\bundle\FakePieShop.styles.css -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\obj\Debug\net6.0\FakePieShop.dll -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\obj\Debug\net6.0\refint\FakePieShop.dll -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\obj\Debug\net6.0\FakePieShop.pdb -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\obj\Debug\net6.0\FakePieShop.genruntimeconfig.cache -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\obj\Debug\net6.0\ref\FakePieShop.dll -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\bin\Debug\net6.0\libman.json -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\obj\Debug\net6.0\FakePieShop.csproj.AssemblyReference.cache -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\bin\Debug\net6.0\Azure.Core.dll -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\bin\Debug\net6.0\Azure.Identity.dll -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\bin\Debug\net6.0\Humanizer.dll -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\bin\Debug\net6.0\Microsoft.Bcl.AsyncInterfaces.dll -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\bin\Debug\net6.0\Microsoft.Data.SqlClient.dll -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\bin\Debug\net6.0\Microsoft.EntityFrameworkCore.dll -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\bin\Debug\net6.0\Microsoft.EntityFrameworkCore.Abstractions.dll -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\bin\Debug\net6.0\Microsoft.EntityFrameworkCore.Design.dll -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\bin\Debug\net6.0\Microsoft.EntityFrameworkCore.Relational.dll -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\bin\Debug\net6.0\Microsoft.EntityFrameworkCore.SqlServer.dll -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\bin\Debug\net6.0\Microsoft.Extensions.Caching.Abstractions.dll -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\bin\Debug\net6.0\Microsoft.Extensions.Caching.Memory.dll -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\bin\Debug\net6.0\Microsoft.Extensions.Configuration.Abstractions.dll -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\bin\Debug\net6.0\Microsoft.Extensions.DependencyInjection.dll -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\bin\Debug\net6.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\bin\Debug\net6.0\Microsoft.Extensions.DependencyModel.dll -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\bin\Debug\net6.0\Microsoft.Extensions.Logging.dll -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\bin\Debug\net6.0\Microsoft.Extensions.Logging.Abstractions.dll -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\bin\Debug\net6.0\Microsoft.Extensions.Options.dll -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\bin\Debug\net6.0\Microsoft.Extensions.Primitives.dll -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\bin\Debug\net6.0\Microsoft.Identity.Client.dll -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\bin\Debug\net6.0\Microsoft.Identity.Client.Extensions.Msal.dll -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\bin\Debug\net6.0\Microsoft.IdentityModel.Abstractions.dll -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\bin\Debug\net6.0\Microsoft.IdentityModel.JsonWebTokens.dll -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\bin\Debug\net6.0\Microsoft.IdentityModel.Logging.dll -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\bin\Debug\net6.0\Microsoft.IdentityModel.Protocols.dll -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\bin\Debug\net6.0\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\bin\Debug\net6.0\Microsoft.IdentityModel.Tokens.dll -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\bin\Debug\net6.0\Microsoft.SqlServer.Server.dll -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\bin\Debug\net6.0\Microsoft.Win32.SystemEvents.dll -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\bin\Debug\net6.0\Mono.TextTemplating.dll -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\bin\Debug\net6.0\System.CodeDom.dll -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\bin\Debug\net6.0\System.Configuration.ConfigurationManager.dll -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\bin\Debug\net6.0\System.Drawing.Common.dll -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\bin\Debug\net6.0\System.IdentityModel.Tokens.Jwt.dll -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\bin\Debug\net6.0\System.Memory.Data.dll -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\bin\Debug\net6.0\System.Runtime.Caching.dll -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\bin\Debug\net6.0\System.Security.Cryptography.ProtectedData.dll -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\bin\Debug\net6.0\System.Security.Permissions.dll -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\bin\Debug\net6.0\System.Text.Encodings.Web.dll -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\bin\Debug\net6.0\System.Text.Json.dll -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\bin\Debug\net6.0\System.Windows.Extensions.dll -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\bin\Debug\net6.0\runtimes\unix\lib\net6.0\Microsoft.Data.SqlClient.dll -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\bin\Debug\net6.0\runtimes\win\lib\net6.0\Microsoft.Data.SqlClient.dll -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\bin\Debug\net6.0\runtimes\win-arm\native\Microsoft.Data.SqlClient.SNI.dll -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\bin\Debug\net6.0\runtimes\win-arm64\native\Microsoft.Data.SqlClient.SNI.dll -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\bin\Debug\net6.0\runtimes\win-x64\native\Microsoft.Data.SqlClient.SNI.dll -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\bin\Debug\net6.0\runtimes\win-x86\native\Microsoft.Data.SqlClient.SNI.dll -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\bin\Debug\net6.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\bin\Debug\net6.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\bin\Debug\net6.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\bin\Debug\net6.0\runtimes\win\lib\net6.0\System.Runtime.Caching.dll -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\bin\Debug\net6.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\bin\Debug\net6.0\runtimes\browser\lib\net6.0\System.Text.Encodings.Web.dll -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\bin\Debug\net6.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll -C:\Users\mikay\source\repos\FakePieShop\FakePieShop\obj\Debug\net6.0\FakePieShop.csproj.CopyComplete diff --git a/FakePieShop/obj/Debug/net6.0/FakePieShop.dll b/FakePieShop/obj/Debug/net6.0/FakePieShop.dll deleted file mode 100644 index 5012c4a91ee859a2c5f7770d60721e39c1f7666b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 268800 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 z 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

!&MhoJp*BJnen9P&(w8?h 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 QHwMl>ZEgQwJC`l+f5uOgcK`qY diff --git a/FakePieShop/obj/Debug/net6.0/FakePieShop.pdb b/FakePieShop/obj/Debug/net6.0/FakePieShop.pdb deleted file mode 100644 index 3d46b74fc0dc617dcd471f826dc67631ea92ee56..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 94536 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 VyD}m6Seq#O`12e4zG#Es{~tR21V#V= diff --git a/FakePieShop/obj/Debug/net6.0/apphost.exe b/FakePieShop/obj/Debug/net6.0/apphost.exe deleted file mode 100644 index e98389be1bf097eb9fef225cf2219cc071ffeb2e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 149504 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 O7&9ZU!(7DwW%~pCo`Vkn diff --git a/FakePieShop/obj/Debug/net6.0/project.razor.vs.json b/FakePieShop/obj/Debug/net6.0/project.razor.vs.json deleted file mode 100644 index 957ae85..0000000 --- a/FakePieShop/obj/Debug/net6.0/project.razor.vs.json +++ /dev/null @@ -1 +0,0 @@ -{"SerializedFilePath":"C:\\Users\\mikay\\source\\repos\\FakePieShop\\FakePieShop\\obj\\Debug\\net6.0\\project.razor.vs.json","FilePath":"C:\\Users\\mikay\\source\\repos\\FakePieShop\\FakePieShop\\FakePieShop.csproj","Configuration":{"ConfigurationName":"MVC-3.0","LanguageVersion":"6.0","Extensions":[{"ExtensionName":"MVC-3.0"}]},"ProjectWorkspaceState":{"TagHelpers":[{"HashCode":1121308923,"Kind":"ITagHelper","Name":"FakePieShop.TagHelpers.EmailTagHelper","AssemblyName":"FakePieShop","CaseSensitive":false,"TagMatchingRules":[{"TagName":"email"}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"address","TypeName":"System.String","Metadata":{"Common.PropertyName":"Address"}},{"Kind":"ITagHelper","Name":"content","TypeName":"System.String","Metadata":{"Common.PropertyName":"Content"}}],"Metadata":{"Common.TypeName":"FakePieShop.TagHelpers.EmailTagHelper","Common.TypeNameIdentifier":"EmailTagHelper","Common.TypeNamespace":"FakePieShop.TagHelpers","Runtime.Name":"ITagHelper"}},{"HashCode":1970805998,"Kind":"MVC.ViewComponent","Name":"__Generated__CategoryMenuViewComponentTagHelper","AssemblyName":"FakePieShop","CaseSensitive":false,"TagMatchingRules":[{"TagName":"vc:category-menu"}],"Metadata":{"Common.TypeName":"__Generated__CategoryMenuViewComponentTagHelper","MVC.ViewComponent.Name":"CategoryMenu","Runtime.Name":"ITagHelper"}},{"HashCode":1265128706,"Kind":"MVC.ViewComponent","Name":"__Generated__ShoppingCartSummaryViewComponentTagHelper","AssemblyName":"FakePieShop","CaseSensitive":false,"TagMatchingRules":[{"TagName":"vc:shopping-cart-summary"}],"Metadata":{"Common.TypeName":"__Generated__ShoppingCartSummaryViewComponentTagHelper","MVC.ViewComponent.Name":"ShoppingCartSummary","Runtime.Name":"ITagHelper"}},{"HashCode":-1976229550,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.EditForm","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\r\n

\r\n Renders a form element that cascades an to descendants.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"EditForm"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\r\n \r\n Gets or sets a collection of additional attributes that will be applied to the created form element.\r\n \r\n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyDictionary"}},{"Kind":"Components.Component","Name":"EditContext","TypeName":"Microsoft.AspNetCore.Components.Forms.EditContext","Documentation":"\r\n \r\n Supplies the edit context explicitly. If using this parameter, do not\r\n also supply , since the model value will be taken\r\n from the property.\r\n \r\n ","Metadata":{"Common.PropertyName":"EditContext","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.Forms.EditContext"}},{"Kind":"Components.Component","Name":"Model","TypeName":"System.Object","Documentation":"\r\n \r\n Specifies the top-level model object for the form. An edit context will\r\n be constructed for this model. If using this parameter, do not also supply\r\n a value for .\r\n \r\n ","Metadata":{"Common.PropertyName":"Model","Common.GloballyQualifiedTypeName":"global::System.Object"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\r\n \r\n Specifies the content to be rendered inside this .\r\n \r\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":"\r\n \r\n A callback that will be invoked when the form is submitted.\r\n \r\n If using this parameter, you are responsible for triggering any validation\r\n manually, e.g., by calling .\r\n \r\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":"\r\n \r\n A callback that will be invoked when the form is submitted and the\r\n is determined to be valid.\r\n \r\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":"\r\n \r\n A callback that will be invoked when the form is submitted and the\r\n is determined to be invalid.\r\n \r\n ","Metadata":{"Common.PropertyName":"OnInvalidSubmit","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":{"Id":12},"Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Forms.EditForm","Common.TypeNameIdentifier":"EditForm","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Runtime.Name":"Components.IComponent"}},{"HashCode":191090756,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.EditForm","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\r\n \r\n Renders a form element that cascades an to descendants.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.EditForm"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\r\n \r\n Gets or sets a collection of additional attributes that will be applied to the created form element.\r\n \r\n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyDictionary"}},{"Kind":"Components.Component","Name":"EditContext","TypeName":"Microsoft.AspNetCore.Components.Forms.EditContext","Documentation":"\r\n \r\n Supplies the edit context explicitly. If using this parameter, do not\r\n also supply , since the model value will be taken\r\n from the property.\r\n \r\n ","Metadata":{"Common.PropertyName":"EditContext","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.Forms.EditContext"}},{"Kind":"Components.Component","Name":"Model","TypeName":"System.Object","Documentation":"\r\n \r\n Specifies the top-level model object for the form. An edit context will\r\n be constructed for this model. If using this parameter, do not also supply\r\n a value for .\r\n \r\n ","Metadata":{"Common.PropertyName":"Model","Common.GloballyQualifiedTypeName":"global::System.Object"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\r\n \r\n Specifies the content to be rendered inside this .\r\n \r\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":"\r\n \r\n A callback that will be invoked when the form is submitted.\r\n \r\n If using this parameter, you are responsible for triggering any validation\r\n manually, e.g., by calling .\r\n \r\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":"\r\n \r\n A callback that will be invoked when the form is submitted and the\r\n is determined to be valid.\r\n \r\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":"\r\n \r\n A callback that will be invoked when the form is submitted and the\r\n is determined to be invalid.\r\n \r\n ","Metadata":{"Common.PropertyName":"OnInvalidSubmit","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":{"Id":12},"Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Forms.EditForm","Common.TypeNameIdentifier":"EditForm","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Components.NameMatch":"Components.FullyQualifiedNameMatch","Runtime.Name":"Components.IComponent"}},{"HashCode":421419917,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Forms.EditForm.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\r\n \r\n Specifies the content to be rendered inside this .\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"EditForm"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":{"Id":11,"Args":["ChildContent"]},"Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Forms.EditForm.ChildContent","Common.TypeNameIdentifier":"EditForm","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Components.IsSpecialKind":"Components.ChildContent","Runtime.Name":"Components.None"}},{"HashCode":226510491,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Forms.EditForm.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\r\n \r\n Specifies the content to be rendered inside this .\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Microsoft.AspNetCore.Components.Forms.EditForm"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":{"Id":11,"Args":["ChildContent"]},"Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Forms.EditForm.ChildContent","Common.TypeNameIdentifier":"EditForm","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch","Runtime.Name":"Components.None"}},{"HashCode":-2065312680,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputCheckbox","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\r\n \r\n An input component for editing values.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputCheckbox"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\r\n \r\n Gets or sets a collection of additional attributes that will be applied to the created element.\r\n \r\n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyDictionary"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Boolean","Documentation":"\r\n \r\n Gets or sets the value of the input. This should be used with two-way binding.\r\n \r\n \r\n @bind-Value=\"model.PropertyName\"\r\n \r\n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\r\n \r\n Gets or sets a callback that updates the bound value.\r\n \r\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":"\r\n \r\n Gets or sets an expression that identifies the bound value.\r\n \r\n ","Metadata":{"Common.PropertyName":"ValueExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\r\n \r\n Gets or sets the display name for this field.\r\n This value is used when generating error messages when the input value fails to parse correctly.\r\n \r\n ","Metadata":{"Common.PropertyName":"DisplayName","Common.GloballyQualifiedTypeName":"global::System.String"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputCheckbox","Common.TypeNameIdentifier":"InputCheckbox","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Runtime.Name":"Components.IComponent"}},{"HashCode":-350659821,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputCheckbox","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\r\n \r\n An input component for editing values.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputCheckbox"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\r\n \r\n Gets or sets a collection of additional attributes that will be applied to the created element.\r\n \r\n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyDictionary"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.Boolean","Documentation":"\r\n \r\n Gets or sets the value of the input. This should be used with two-way binding.\r\n \r\n \r\n @bind-Value=\"model.PropertyName\"\r\n \r\n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\r\n \r\n Gets or sets a callback that updates the bound value.\r\n \r\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":"\r\n \r\n Gets or sets an expression that identifies the bound value.\r\n \r\n ","Metadata":{"Common.PropertyName":"ValueExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\r\n \r\n Gets or sets the display name for this field.\r\n This value is used when generating error messages when the input value fails to parse correctly.\r\n \r\n ","Metadata":{"Common.PropertyName":"DisplayName","Common.GloballyQualifiedTypeName":"global::System.String"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputCheckbox","Common.TypeNameIdentifier":"InputCheckbox","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Components.NameMatch":"Components.FullyQualifiedNameMatch","Runtime.Name":"Components.IComponent"}},{"HashCode":-1258965888,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputDate","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\r\n \r\n An input component for editing date values.\r\n Supported types are and .\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputDate"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":{"Id":13,"Args":["TValue","Microsoft.AspNetCore.Components.Forms.InputDate"]},"Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Microsoft.AspNetCore.Components.Forms.InputDateType","IsEnum":true,"Documentation":"\r\n \r\n Gets or sets the type of HTML input to be rendered.\r\n \r\n ","Metadata":{"Common.PropertyName":"Type","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.Forms.InputDateType"}},{"Kind":"Components.Component","Name":"ParsingErrorMessage","TypeName":"System.String","Documentation":"\r\n \r\n Gets or sets the error message used when displaying an a parsing error.\r\n \r\n ","Metadata":{"Common.PropertyName":"ParsingErrorMessage","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\r\n \r\n Gets or sets a collection of additional attributes that will be applied to the created element.\r\n \r\n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyDictionary"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\r\n \r\n Gets or sets the value of the input. This should be used with two-way binding.\r\n \r\n \r\n @bind-Value=\"model.PropertyName\"\r\n \r\n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\r\n \r\n Gets or sets a callback that updates the bound value.\r\n \r\n ","Metadata":{"Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\r\n \r\n Gets or sets an expression that identifies the bound value.\r\n \r\n ","Metadata":{"Common.PropertyName":"ValueExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\r\n \r\n Gets or sets the display name for this field.\r\n This value is used when generating error messages when the input value fails to parse correctly.\r\n \r\n ","Metadata":{"Common.PropertyName":"DisplayName","Common.GloballyQualifiedTypeName":"global::System.String"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputDate","Common.TypeNameIdentifier":"InputDate","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Components.GenericTyped":"True","Runtime.Name":"Components.IComponent"}},{"HashCode":1020867059,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputDate","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\r\n \r\n An input component for editing date values.\r\n Supported types are and .\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputDate"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":{"Id":13,"Args":["TValue","Microsoft.AspNetCore.Components.Forms.InputDate"]},"Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"Type","TypeName":"Microsoft.AspNetCore.Components.Forms.InputDateType","IsEnum":true,"Documentation":"\r\n \r\n Gets or sets the type of HTML input to be rendered.\r\n \r\n ","Metadata":{"Common.PropertyName":"Type","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.Forms.InputDateType"}},{"Kind":"Components.Component","Name":"ParsingErrorMessage","TypeName":"System.String","Documentation":"\r\n \r\n Gets or sets the error message used when displaying an a parsing error.\r\n \r\n ","Metadata":{"Common.PropertyName":"ParsingErrorMessage","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\r\n \r\n Gets or sets a collection of additional attributes that will be applied to the created element.\r\n \r\n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyDictionary"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\r\n \r\n Gets or sets the value of the input. This should be used with two-way binding.\r\n \r\n \r\n @bind-Value=\"model.PropertyName\"\r\n \r\n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\r\n \r\n Gets or sets a callback that updates the bound value.\r\n \r\n ","Metadata":{"Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\r\n \r\n Gets or sets an expression that identifies the bound value.\r\n \r\n ","Metadata":{"Common.PropertyName":"ValueExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\r\n \r\n Gets or sets the display name for this field.\r\n This value is used when generating error messages when the input value fails to parse correctly.\r\n \r\n ","Metadata":{"Common.PropertyName":"DisplayName","Common.GloballyQualifiedTypeName":"global::System.String"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputDate","Common.TypeNameIdentifier":"InputDate","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch","Runtime.Name":"Components.IComponent"}},{"HashCode":1382592640,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputFile","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\r\n \r\n A component that wraps the HTML file input element and supplies a for each file's contents.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputFile"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\r\n \r\n Gets or sets the event callback that will be invoked when the collection of selected files changes.\r\n \r\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":"\r\n \r\n Gets or sets a collection of additional attributes that will be applied to the input element.\r\n \r\n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IDictionary"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputFile","Common.TypeNameIdentifier":"InputFile","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Runtime.Name":"Components.IComponent"}},{"HashCode":959106530,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputFile","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\r\n \r\n A component that wraps the HTML file input element and supplies a for each file's contents.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputFile"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"OnChange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\r\n \r\n Gets or sets the event callback that will be invoked when the collection of selected files changes.\r\n \r\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":"\r\n \r\n Gets or sets a collection of additional attributes that will be applied to the input element.\r\n \r\n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IDictionary"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputFile","Common.TypeNameIdentifier":"InputFile","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Components.NameMatch":"Components.FullyQualifiedNameMatch","Runtime.Name":"Components.IComponent"}},{"HashCode":1394710171,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputNumber","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\r\n \r\n An input component for editing numeric values.\r\n Supported numeric types are , , , , , .\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputNumber"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":{"Id":13,"Args":["TValue","Microsoft.AspNetCore.Components.Forms.InputNumber"]},"Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ParsingErrorMessage","TypeName":"System.String","Documentation":"\r\n \r\n Gets or sets the error message used when displaying an a parsing error.\r\n \r\n ","Metadata":{"Common.PropertyName":"ParsingErrorMessage","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\r\n \r\n Gets or sets a collection of additional attributes that will be applied to the created element.\r\n \r\n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyDictionary"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\r\n \r\n Gets or sets the value of the input. This should be used with two-way binding.\r\n \r\n \r\n @bind-Value=\"model.PropertyName\"\r\n \r\n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\r\n \r\n Gets or sets a callback that updates the bound value.\r\n \r\n ","Metadata":{"Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\r\n \r\n Gets or sets an expression that identifies the bound value.\r\n \r\n ","Metadata":{"Common.PropertyName":"ValueExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\r\n \r\n Gets or sets the display name for this field.\r\n This value is used when generating error messages when the input value fails to parse correctly.\r\n \r\n ","Metadata":{"Common.PropertyName":"DisplayName","Common.GloballyQualifiedTypeName":"global::System.String"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputNumber","Common.TypeNameIdentifier":"InputNumber","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Components.GenericTyped":"True","Runtime.Name":"Components.IComponent"}},{"HashCode":2117387803,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputNumber","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\r\n \r\n An input component for editing numeric values.\r\n Supported numeric types are , , , , , .\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputNumber"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":{"Id":13,"Args":["TValue","Microsoft.AspNetCore.Components.Forms.InputNumber"]},"Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ParsingErrorMessage","TypeName":"System.String","Documentation":"\r\n \r\n Gets or sets the error message used when displaying an a parsing error.\r\n \r\n ","Metadata":{"Common.PropertyName":"ParsingErrorMessage","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\r\n \r\n Gets or sets a collection of additional attributes that will be applied to the created element.\r\n \r\n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyDictionary"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\r\n \r\n Gets or sets the value of the input. This should be used with two-way binding.\r\n \r\n \r\n @bind-Value=\"model.PropertyName\"\r\n \r\n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\r\n \r\n Gets or sets a callback that updates the bound value.\r\n \r\n ","Metadata":{"Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\r\n \r\n Gets or sets an expression that identifies the bound value.\r\n \r\n ","Metadata":{"Common.PropertyName":"ValueExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\r\n \r\n Gets or sets the display name for this field.\r\n This value is used when generating error messages when the input value fails to parse correctly.\r\n \r\n ","Metadata":{"Common.PropertyName":"DisplayName","Common.GloballyQualifiedTypeName":"global::System.String"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputNumber","Common.TypeNameIdentifier":"InputNumber","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch","Runtime.Name":"Components.IComponent"}},{"HashCode":-1831010680,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputRadio","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\r\n \r\n An input component used for selecting a value from a group of choices.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputRadio"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":{"Id":13,"Args":["TValue","Microsoft.AspNetCore.Components.Forms.InputRadio"]},"Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\r\n \r\n Gets or sets a collection of additional attributes that will be applied to the input element.\r\n \r\n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyDictionary"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\r\n \r\n Gets or sets the value of this input.\r\n \r\n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\r\n \r\n Gets or sets the name of the parent input radio group.\r\n \r\n ","Metadata":{"Common.PropertyName":"Name","Common.GloballyQualifiedTypeName":"global::System.String"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputRadio","Common.TypeNameIdentifier":"InputRadio","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Components.GenericTyped":"True","Runtime.Name":"Components.IComponent"}},{"HashCode":748163635,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputRadio","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\r\n \r\n An input component used for selecting a value from a group of choices.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputRadio"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":{"Id":13,"Args":["TValue","Microsoft.AspNetCore.Components.Forms.InputRadio"]},"Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\r\n \r\n Gets or sets a collection of additional attributes that will be applied to the input element.\r\n \r\n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyDictionary"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\r\n \r\n Gets or sets the value of this input.\r\n \r\n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\r\n \r\n Gets or sets the name of the parent input radio group.\r\n \r\n ","Metadata":{"Common.PropertyName":"Name","Common.GloballyQualifiedTypeName":"global::System.String"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputRadio","Common.TypeNameIdentifier":"InputRadio","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch","Runtime.Name":"Components.IComponent"}},{"HashCode":553938885,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\r\n \r\n Groups child components.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputRadioGroup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":{"Id":13,"Args":["TValue","Microsoft.AspNetCore.Components.Forms.InputRadioGroup"]},"Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\r\n \r\n Gets or sets the child content to be rendering inside the .\r\n \r\n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\r\n \r\n Gets or sets the name of the group.\r\n \r\n ","Metadata":{"Common.PropertyName":"Name","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\r\n \r\n Gets or sets a collection of additional attributes that will be applied to the created element.\r\n \r\n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyDictionary"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\r\n \r\n Gets or sets the value of the input. This should be used with two-way binding.\r\n \r\n \r\n @bind-Value=\"model.PropertyName\"\r\n \r\n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\r\n \r\n Gets or sets a callback that updates the bound value.\r\n \r\n ","Metadata":{"Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\r\n \r\n Gets or sets an expression that identifies the bound value.\r\n \r\n ","Metadata":{"Common.PropertyName":"ValueExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\r\n \r\n Gets or sets the display name for this field.\r\n This value is used when generating error messages when the input value fails to parse correctly.\r\n \r\n ","Metadata":{"Common.PropertyName":"DisplayName","Common.GloballyQualifiedTypeName":"global::System.String"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup","Common.TypeNameIdentifier":"InputRadioGroup","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Components.GenericTyped":"True","Runtime.Name":"Components.IComponent"}},{"HashCode":-240189885,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\r\n \r\n Groups child components.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":{"Id":13,"Args":["TValue","Microsoft.AspNetCore.Components.Forms.InputRadioGroup"]},"Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\r\n \r\n Gets or sets the child content to be rendering inside the .\r\n \r\n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\r\n \r\n Gets or sets the name of the group.\r\n \r\n ","Metadata":{"Common.PropertyName":"Name","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\r\n \r\n Gets or sets a collection of additional attributes that will be applied to the created element.\r\n \r\n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyDictionary"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\r\n \r\n Gets or sets the value of the input. This should be used with two-way binding.\r\n \r\n \r\n @bind-Value=\"model.PropertyName\"\r\n \r\n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\r\n \r\n Gets or sets a callback that updates the bound value.\r\n \r\n ","Metadata":{"Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\r\n \r\n Gets or sets an expression that identifies the bound value.\r\n \r\n ","Metadata":{"Common.PropertyName":"ValueExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\r\n \r\n Gets or sets the display name for this field.\r\n This value is used when generating error messages when the input value fails to parse correctly.\r\n \r\n ","Metadata":{"Common.PropertyName":"DisplayName","Common.GloballyQualifiedTypeName":"global::System.String"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup","Common.TypeNameIdentifier":"InputRadioGroup","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch","Runtime.Name":"Components.IComponent"}},{"HashCode":-329149034,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\r\n \r\n Gets or sets the child content to be rendering inside the .\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"InputRadioGroup"}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup.ChildContent","Common.TypeNameIdentifier":"InputRadioGroup","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Components.IsSpecialKind":"Components.ChildContent","Runtime.Name":"Components.None"}},{"HashCode":2051182940,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\r\n \r\n Gets or sets the child content to be rendering inside the .\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup"}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup.ChildContent","Common.TypeNameIdentifier":"InputRadioGroup","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch","Runtime.Name":"Components.None"}},{"HashCode":508662150,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputSelect","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\r\n \r\n A dropdown selection component.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputSelect"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":{"Id":13,"Args":["TValue","Microsoft.AspNetCore.Components.Forms.InputSelect"]},"Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\r\n \r\n Gets or sets the child content to be rendering inside the select element.\r\n \r\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":"\r\n \r\n Gets or sets a collection of additional attributes that will be applied to the created element.\r\n \r\n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyDictionary"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\r\n \r\n Gets or sets the value of the input. This should be used with two-way binding.\r\n \r\n \r\n @bind-Value=\"model.PropertyName\"\r\n \r\n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\r\n \r\n Gets or sets a callback that updates the bound value.\r\n \r\n ","Metadata":{"Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\r\n \r\n Gets or sets an expression that identifies the bound value.\r\n \r\n ","Metadata":{"Common.PropertyName":"ValueExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\r\n \r\n Gets or sets the display name for this field.\r\n This value is used when generating error messages when the input value fails to parse correctly.\r\n \r\n ","Metadata":{"Common.PropertyName":"DisplayName","Common.GloballyQualifiedTypeName":"global::System.String"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputSelect","Common.TypeNameIdentifier":"InputSelect","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Components.GenericTyped":"True","Runtime.Name":"Components.IComponent"}},{"HashCode":92454017,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputSelect","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\r\n \r\n A dropdown selection component.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputSelect"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":{"Id":13,"Args":["TValue","Microsoft.AspNetCore.Components.Forms.InputSelect"]},"Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\r\n \r\n Gets or sets the child content to be rendering inside the select element.\r\n \r\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":"\r\n \r\n Gets or sets a collection of additional attributes that will be applied to the created element.\r\n \r\n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyDictionary"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\r\n \r\n Gets or sets the value of the input. This should be used with two-way binding.\r\n \r\n \r\n @bind-Value=\"model.PropertyName\"\r\n \r\n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\r\n \r\n Gets or sets a callback that updates the bound value.\r\n \r\n ","Metadata":{"Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Common.PropertyName":"ValueChanged","Components.EventCallback":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ValueExpression","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\r\n \r\n Gets or sets an expression that identifies the bound value.\r\n \r\n ","Metadata":{"Common.PropertyName":"ValueExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\r\n \r\n Gets or sets the display name for this field.\r\n This value is used when generating error messages when the input value fails to parse correctly.\r\n \r\n ","Metadata":{"Common.PropertyName":"DisplayName","Common.GloballyQualifiedTypeName":"global::System.String"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputSelect","Common.TypeNameIdentifier":"InputSelect","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch","Runtime.Name":"Components.IComponent"}},{"HashCode":-761095015,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Forms.InputSelect.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\r\n \r\n Gets or sets the child content to be rendering inside the select element.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"InputSelect"}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputSelect.ChildContent","Common.TypeNameIdentifier":"InputSelect","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Components.IsSpecialKind":"Components.ChildContent","Runtime.Name":"Components.None"}},{"HashCode":85331601,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Forms.InputSelect.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\r\n \r\n Gets or sets the child content to be rendering inside the select element.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Microsoft.AspNetCore.Components.Forms.InputSelect"}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputSelect.ChildContent","Common.TypeNameIdentifier":"InputSelect","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch","Runtime.Name":"Components.None"}},{"HashCode":-1127546831,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputText","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\r\n \r\n An input component for editing values.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputText"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\r\n \r\n Gets or sets a collection of additional attributes that will be applied to the created element.\r\n \r\n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyDictionary"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\r\n \r\n Gets or sets the value of the input. This should be used with two-way binding.\r\n \r\n \r\n @bind-Value=\"model.PropertyName\"\r\n \r\n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\r\n \r\n Gets or sets a callback that updates the bound value.\r\n \r\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":"\r\n \r\n Gets or sets an expression that identifies the bound value.\r\n \r\n ","Metadata":{"Common.PropertyName":"ValueExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\r\n \r\n Gets or sets the display name for this field.\r\n This value is used when generating error messages when the input value fails to parse correctly.\r\n \r\n ","Metadata":{"Common.PropertyName":"DisplayName","Common.GloballyQualifiedTypeName":"global::System.String"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputText","Common.TypeNameIdentifier":"InputText","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Runtime.Name":"Components.IComponent"}},{"HashCode":1412090241,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputText","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\r\n \r\n An input component for editing values.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputText"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\r\n \r\n Gets or sets a collection of additional attributes that will be applied to the created element.\r\n \r\n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyDictionary"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\r\n \r\n Gets or sets the value of the input. This should be used with two-way binding.\r\n \r\n \r\n @bind-Value=\"model.PropertyName\"\r\n \r\n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\r\n \r\n Gets or sets a callback that updates the bound value.\r\n \r\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":"\r\n \r\n Gets or sets an expression that identifies the bound value.\r\n \r\n ","Metadata":{"Common.PropertyName":"ValueExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\r\n \r\n Gets or sets the display name for this field.\r\n This value is used when generating error messages when the input value fails to parse correctly.\r\n \r\n ","Metadata":{"Common.PropertyName":"DisplayName","Common.GloballyQualifiedTypeName":"global::System.String"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputText","Common.TypeNameIdentifier":"InputText","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Components.NameMatch":"Components.FullyQualifiedNameMatch","Runtime.Name":"Components.IComponent"}},{"HashCode":1984013923,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputTextArea","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\r\n \r\n A multiline input component for editing values.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputTextArea"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\r\n \r\n Gets or sets a collection of additional attributes that will be applied to the created element.\r\n \r\n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyDictionary"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\r\n \r\n Gets or sets the value of the input. This should be used with two-way binding.\r\n \r\n \r\n @bind-Value=\"model.PropertyName\"\r\n \r\n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\r\n \r\n Gets or sets a callback that updates the bound value.\r\n \r\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":"\r\n \r\n Gets or sets an expression that identifies the bound value.\r\n \r\n ","Metadata":{"Common.PropertyName":"ValueExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\r\n \r\n Gets or sets the display name for this field.\r\n This value is used when generating error messages when the input value fails to parse correctly.\r\n \r\n ","Metadata":{"Common.PropertyName":"DisplayName","Common.GloballyQualifiedTypeName":"global::System.String"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputTextArea","Common.TypeNameIdentifier":"InputTextArea","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Runtime.Name":"Components.IComponent"}},{"HashCode":-283689260,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.InputTextArea","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\r\n \r\n A multiline input component for editing values.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputTextArea"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\r\n \r\n Gets or sets a collection of additional attributes that will be applied to the created element.\r\n \r\n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyDictionary"}},{"Kind":"Components.Component","Name":"Value","TypeName":"System.String","Documentation":"\r\n \r\n Gets or sets the value of the input. This should be used with two-way binding.\r\n \r\n \r\n @bind-Value=\"model.PropertyName\"\r\n \r\n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"ValueChanged","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":"\r\n \r\n Gets or sets a callback that updates the bound value.\r\n \r\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":"\r\n \r\n Gets or sets an expression that identifies the bound value.\r\n \r\n ","Metadata":{"Common.PropertyName":"ValueExpression","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>"}},{"Kind":"Components.Component","Name":"DisplayName","TypeName":"System.String","Documentation":"\r\n \r\n Gets or sets the display name for this field.\r\n This value is used when generating error messages when the input value fails to parse correctly.\r\n \r\n ","Metadata":{"Common.PropertyName":"DisplayName","Common.GloballyQualifiedTypeName":"global::System.String"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputTextArea","Common.TypeNameIdentifier":"InputTextArea","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Components.NameMatch":"Components.FullyQualifiedNameMatch","Runtime.Name":"Components.IComponent"}},{"HashCode":-245684300,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.ValidationMessage","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\r\n \r\n Displays a list of validation messages for a specified field within a cascaded .\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ValidationMessage"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":{"Id":13,"Args":["TValue","Microsoft.AspNetCore.Components.Forms.ValidationMessage"]},"Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\r\n \r\n Gets or sets a collection of additional attributes that will be applied to the created div element.\r\n \r\n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyDictionary"}},{"Kind":"Components.Component","Name":"For","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\r\n \r\n Specifies the field for which validation messages should be displayed.\r\n \r\n ","Metadata":{"Common.PropertyName":"For","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>","Components.GenericTyped":"True"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Forms.ValidationMessage","Common.TypeNameIdentifier":"ValidationMessage","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Components.GenericTyped":"True","Runtime.Name":"Components.IComponent"}},{"HashCode":1528528215,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.ValidationMessage","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\r\n \r\n Displays a list of validation messages for a specified field within a cascaded .\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.ValidationMessage"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":{"Id":13,"Args":["TValue","Microsoft.AspNetCore.Components.Forms.ValidationMessage"]},"Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\r\n \r\n Gets or sets a collection of additional attributes that will be applied to the created div element.\r\n \r\n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyDictionary"}},{"Kind":"Components.Component","Name":"For","TypeName":"System.Linq.Expressions.Expression>","Documentation":"\r\n \r\n Specifies the field for which validation messages should be displayed.\r\n \r\n ","Metadata":{"Common.PropertyName":"For","Common.GloballyQualifiedTypeName":"global::System.Linq.Expressions.Expression>","Components.GenericTyped":"True"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Forms.ValidationMessage","Common.TypeNameIdentifier":"ValidationMessage","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch","Runtime.Name":"Components.IComponent"}},{"HashCode":1959080929,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.ValidationSummary","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\r\n \r\n Displays a list of validation messages from a cascaded .\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ValidationSummary"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Model","TypeName":"System.Object","Documentation":"\r\n \r\n Gets or sets the model to produce the list of validation messages for.\r\n When specified, this lists all errors that are associated with the model instance.\r\n \r\n ","Metadata":{"Common.PropertyName":"Model","Common.GloballyQualifiedTypeName":"global::System.Object"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\r\n \r\n Gets or sets a collection of additional attributes that will be applied to the created ul element.\r\n \r\n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyDictionary"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Forms.ValidationSummary","Common.TypeNameIdentifier":"ValidationSummary","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Runtime.Name":"Components.IComponent"}},{"HashCode":1490654527,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.ValidationSummary","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\r\n \r\n Displays a list of validation messages from a cascaded .\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.ValidationSummary"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Model","TypeName":"System.Object","Documentation":"\r\n \r\n Gets or sets the model to produce the list of validation messages for.\r\n When specified, this lists all errors that are associated with the model instance.\r\n \r\n ","Metadata":{"Common.PropertyName":"Model","Common.GloballyQualifiedTypeName":"global::System.Object"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\r\n \r\n Gets or sets a collection of additional attributes that will be applied to the created ul element.\r\n \r\n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyDictionary"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Forms.ValidationSummary","Common.TypeNameIdentifier":"ValidationSummary","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Components.NameMatch":"Components.FullyQualifiedNameMatch","Runtime.Name":"Components.IComponent"}},{"HashCode":2012395568,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Routing.FocusOnNavigate","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\r\n \r\n After navigating from one page to another, sets focus to an element\r\n matching a CSS selector. This can be used to build an accessible\r\n navigation system compatible with screen readers.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"FocusOnNavigate"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"RouteData","TypeName":"Microsoft.AspNetCore.Components.RouteData","Documentation":"\r\n \r\n Gets or sets the route data. This can be obtained from an enclosing\r\n component.\r\n \r\n ","Metadata":{"Common.PropertyName":"RouteData","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RouteData"}},{"Kind":"Components.Component","Name":"Selector","TypeName":"System.String","Documentation":"\r\n \r\n Gets or sets a CSS selector describing the element to be focused after\r\n navigation between pages.\r\n \r\n ","Metadata":{"Common.PropertyName":"Selector","Common.GloballyQualifiedTypeName":"global::System.String"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Routing.FocusOnNavigate","Common.TypeNameIdentifier":"FocusOnNavigate","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Routing","Runtime.Name":"Components.IComponent"}},{"HashCode":-1759321182,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Routing.FocusOnNavigate","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\r\n \r\n After navigating from one page to another, sets focus to an element\r\n matching a CSS selector. This can be used to build an accessible\r\n navigation system compatible with screen readers.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Routing.FocusOnNavigate"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"RouteData","TypeName":"Microsoft.AspNetCore.Components.RouteData","Documentation":"\r\n \r\n Gets or sets the route data. This can be obtained from an enclosing\r\n component.\r\n \r\n ","Metadata":{"Common.PropertyName":"RouteData","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RouteData"}},{"Kind":"Components.Component","Name":"Selector","TypeName":"System.String","Documentation":"\r\n \r\n Gets or sets a CSS selector describing the element to be focused after\r\n navigation between pages.\r\n \r\n ","Metadata":{"Common.PropertyName":"Selector","Common.GloballyQualifiedTypeName":"global::System.String"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Routing.FocusOnNavigate","Common.TypeNameIdentifier":"FocusOnNavigate","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Routing","Components.NameMatch":"Components.FullyQualifiedNameMatch","Runtime.Name":"Components.IComponent"}},{"HashCode":1380850759,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Routing.NavLink","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\r\n \r\n A component that renders an anchor tag, automatically toggling its 'active'\r\n class based on whether its 'href' matches the current URI.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NavLink"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ActiveClass","TypeName":"System.String","Documentation":"\r\n \r\n Gets or sets the CSS class name applied to the NavLink when the\r\n current route matches the NavLink href.\r\n \r\n ","Metadata":{"Common.PropertyName":"ActiveClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\r\n \r\n Gets or sets a collection of additional attributes that will be added to the generated\r\n a element.\r\n \r\n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyDictionary"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\r\n \r\n Gets or sets the child content of the component.\r\n \r\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":"\r\n \r\n Gets or sets a value representing the URL matching behavior.\r\n \r\n ","Metadata":{"Common.PropertyName":"Match","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.Routing.NavLinkMatch"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Routing.NavLink","Common.TypeNameIdentifier":"NavLink","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Routing","Runtime.Name":"Components.IComponent"}},{"HashCode":642792029,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Routing.NavLink","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\r\n \r\n A component that renders an anchor tag, automatically toggling its 'active'\r\n class based on whether its 'href' matches the current URI.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Routing.NavLink"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ActiveClass","TypeName":"System.String","Documentation":"\r\n \r\n Gets or sets the CSS class name applied to the NavLink when the\r\n current route matches the NavLink href.\r\n \r\n ","Metadata":{"Common.PropertyName":"ActiveClass","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"AdditionalAttributes","TypeName":"System.Collections.Generic.IReadOnlyDictionary","Documentation":"\r\n \r\n Gets or sets a collection of additional attributes that will be added to the generated\r\n a element.\r\n \r\n ","Metadata":{"Common.PropertyName":"AdditionalAttributes","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IReadOnlyDictionary"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\r\n \r\n Gets or sets the child content of the component.\r\n \r\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":"\r\n \r\n Gets or sets a value representing the URL matching behavior.\r\n \r\n ","Metadata":{"Common.PropertyName":"Match","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.Routing.NavLinkMatch"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Routing.NavLink","Common.TypeNameIdentifier":"NavLink","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Routing","Components.NameMatch":"Components.FullyQualifiedNameMatch","Runtime.Name":"Components.IComponent"}},{"HashCode":1920388826,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Routing.NavLink.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\r\n \r\n Gets or sets the child content of the component.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"NavLink"}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Routing.NavLink.ChildContent","Common.TypeNameIdentifier":"NavLink","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Routing","Components.IsSpecialKind":"Components.ChildContent","Runtime.Name":"Components.None"}},{"HashCode":792199978,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Routing.NavLink.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\r\n \r\n Gets or sets the child content of the component.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Microsoft.AspNetCore.Components.Routing.NavLink"}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Routing.NavLink.ChildContent","Common.TypeNameIdentifier":"NavLink","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Routing","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch","Runtime.Name":"Components.None"}},{"HashCode":-230489831,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Web.HeadContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\r\n \r\n Provides content to components.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeadContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\r\n \r\n Gets or sets the content to be rendered in instances.\r\n \r\n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Web.HeadContent","Common.TypeNameIdentifier":"HeadContent","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Runtime.Name":"Components.IComponent"}},{"HashCode":128167545,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Web.HeadContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\r\n \r\n Provides content to components.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Web.HeadContent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\r\n \r\n Gets or sets the content to be rendered in instances.\r\n \r\n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Web.HeadContent","Common.TypeNameIdentifier":"HeadContent","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.NameMatch":"Components.FullyQualifiedNameMatch","Runtime.Name":"Components.IComponent"}},{"HashCode":1689854822,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Web.HeadContent.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\r\n \r\n Gets or sets the content to be rendered in instances.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"HeadContent"}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Web.HeadContent.ChildContent","Common.TypeNameIdentifier":"HeadContent","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.IsSpecialKind":"Components.ChildContent","Runtime.Name":"Components.None"}},{"HashCode":779040282,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Web.HeadContent.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\r\n \r\n Gets or sets the content to be rendered in instances.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Microsoft.AspNetCore.Components.Web.HeadContent"}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Web.HeadContent.ChildContent","Common.TypeNameIdentifier":"HeadContent","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch","Runtime.Name":"Components.None"}},{"HashCode":1266783900,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Web.HeadOutlet","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\r\n \r\n Renders content provided by components.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"HeadOutlet"}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Web.HeadOutlet","Common.TypeNameIdentifier":"HeadOutlet","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Runtime.Name":"Components.IComponent"}},{"HashCode":550896023,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Web.HeadOutlet","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\r\n \r\n Renders content provided by components.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Web.HeadOutlet"}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Web.HeadOutlet","Common.TypeNameIdentifier":"HeadOutlet","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.NameMatch":"Components.FullyQualifiedNameMatch","Runtime.Name":"Components.IComponent"}},{"HashCode":-886198252,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Web.PageTitle","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\r\n \r\n Enables rendering an HTML <title> to a component.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"PageTitle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\r\n \r\n Gets or sets the content to be rendered as the document title.\r\n \r\n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Web.PageTitle","Common.TypeNameIdentifier":"PageTitle","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Runtime.Name":"Components.IComponent"}},{"HashCode":-583895305,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Web.PageTitle","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\r\n \r\n Enables rendering an HTML <title> to a component.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Web.PageTitle"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\r\n \r\n Gets or sets the content to be rendered as the document title.\r\n \r\n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Web.PageTitle","Common.TypeNameIdentifier":"PageTitle","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.NameMatch":"Components.FullyQualifiedNameMatch","Runtime.Name":"Components.IComponent"}},{"HashCode":886568814,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Web.PageTitle.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\r\n \r\n Gets or sets the content to be rendered as the document title.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"PageTitle"}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Web.PageTitle.ChildContent","Common.TypeNameIdentifier":"PageTitle","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.IsSpecialKind":"Components.ChildContent","Runtime.Name":"Components.None"}},{"HashCode":206831603,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Web.PageTitle.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\r\n \r\n Gets or sets the content to be rendered as the document title.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Microsoft.AspNetCore.Components.Web.PageTitle"}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Web.PageTitle.ChildContent","Common.TypeNameIdentifier":"PageTitle","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch","Runtime.Name":"Components.None"}},{"HashCode":1532515791,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Web.ErrorBoundary","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\r\n \r\n Captures errors thrown from its child content.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ErrorBoundary"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\r\n \r\n The content to be displayed when there is no error.\r\n \r\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":"\r\n \r\n The content to be displayed when there is an error.\r\n \r\n ","Metadata":{"Common.PropertyName":"ErrorContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"MaximumErrorCount","TypeName":"System.Int32","Documentation":"\r\n \r\n The maximum number of errors that can be handled. If more errors are received,\r\n they will be treated as fatal. Calling resets the count.\r\n \r\n ","Metadata":{"Common.PropertyName":"MaximumErrorCount","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":{"Id":12},"Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Web.ErrorBoundary","Common.TypeNameIdentifier":"ErrorBoundary","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Runtime.Name":"Components.IComponent"}},{"HashCode":748353587,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Web.ErrorBoundary","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\r\n \r\n Captures errors thrown from its child content.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Web.ErrorBoundary"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\r\n \r\n The content to be displayed when there is no error.\r\n \r\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":"\r\n \r\n The content to be displayed when there is an error.\r\n \r\n ","Metadata":{"Common.PropertyName":"ErrorContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"MaximumErrorCount","TypeName":"System.Int32","Documentation":"\r\n \r\n The maximum number of errors that can be handled. If more errors are received,\r\n they will be treated as fatal. Calling resets the count.\r\n \r\n ","Metadata":{"Common.PropertyName":"MaximumErrorCount","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":{"Id":12},"Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Web.ErrorBoundary","Common.TypeNameIdentifier":"ErrorBoundary","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.NameMatch":"Components.FullyQualifiedNameMatch","Runtime.Name":"Components.IComponent"}},{"HashCode":-1582794375,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Web.ErrorBoundary.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\r\n \r\n The content to be displayed when there is no error.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"ErrorBoundary"}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Web.ErrorBoundary.ChildContent","Common.TypeNameIdentifier":"ErrorBoundary","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.IsSpecialKind":"Components.ChildContent","Runtime.Name":"Components.None"}},{"HashCode":1559812008,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Web.ErrorBoundary.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\r\n \r\n The content to be displayed when there is no error.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Microsoft.AspNetCore.Components.Web.ErrorBoundary"}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Web.ErrorBoundary.ChildContent","Common.TypeNameIdentifier":"ErrorBoundary","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch","Runtime.Name":"Components.None"}},{"HashCode":873037395,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Web.ErrorBoundary.ErrorContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\r\n \r\n The content to be displayed when there is an error.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ErrorContent","ParentTag":"ErrorBoundary"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":{"Id":11,"Args":["ErrorContent"]},"Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Web.ErrorBoundary.ErrorContent","Common.TypeNameIdentifier":"ErrorBoundary","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.IsSpecialKind":"Components.ChildContent","Runtime.Name":"Components.None"}},{"HashCode":103384670,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Web.ErrorBoundary.ErrorContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\r\n \r\n The content to be displayed when there is an error.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ErrorContent","ParentTag":"Microsoft.AspNetCore.Components.Web.ErrorBoundary"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":{"Id":11,"Args":["ErrorContent"]},"Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Web.ErrorBoundary.ErrorContent","Common.TypeNameIdentifier":"ErrorBoundary","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch","Runtime.Name":"Components.None"}},{"HashCode":-732556857,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\r\n \r\n Provides functionality for rendering a virtualized list of items.\r\n \r\n The context type for the items being rendered.\r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Virtualize"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":{"Id":13,"Args":["TItem","Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize"]},"Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\r\n \r\n Gets or sets the item template for the list.\r\n \r\n ","Metadata":{"Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Common.PropertyName":"ChildContent","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\r\n \r\n Gets or sets the item template for the list.\r\n \r\n ","Metadata":{"Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Common.PropertyName":"ItemContent","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\r\n \r\n Gets or sets the template for items that have not yet been loaded in memory.\r\n \r\n ","Metadata":{"Common.PropertyName":"Placeholder","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ItemSize","TypeName":"System.Single","Documentation":"\r\n \r\n Gets the size of each item in pixels. Defaults to 50px.\r\n \r\n ","Metadata":{"Common.PropertyName":"ItemSize","Common.GloballyQualifiedTypeName":"global::System.Single"}},{"Kind":"Components.Component","Name":"ItemsProvider","TypeName":"Microsoft.AspNetCore.Components.Web.Virtualization.ItemsProviderDelegate","Documentation":"\r\n \r\n Gets or sets the function providing items to the list.\r\n \r\n ","Metadata":{"Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.Web.Virtualization.ItemsProviderDelegate","Common.PropertyName":"ItemsProvider","Components.DelegateSignature":"True","Components.GenericTyped":"True","Components.IsDelegateAwaitableResult":"True"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.ICollection","Documentation":"\r\n \r\n Gets or sets the fixed item source.\r\n \r\n ","Metadata":{"Common.PropertyName":"Items","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.ICollection","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OverscanCount","TypeName":"System.Int32","Documentation":"\r\n \r\n Gets or sets a value that determines how many additional items will be rendered\r\n before and after the visible region. This help to reduce the frequency of rendering\r\n during scrolling. However, higher values mean that more elements will be present\r\n in the page.\r\n \r\n ","Metadata":{"Common.PropertyName":"OverscanCount","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":{"Id":12},"Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize","Common.TypeNameIdentifier":"Virtualize","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web.Virtualization","Components.GenericTyped":"True","Runtime.Name":"Components.IComponent"}},{"HashCode":172636577,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\r\n \r\n Provides functionality for rendering a virtualized list of items.\r\n \r\n The context type for the items being rendered.\r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TItem","TypeName":"System.Type","Documentation":{"Id":13,"Args":["TItem","Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize"]},"Metadata":{"Common.PropertyName":"TItem","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\r\n \r\n Gets or sets the item template for the list.\r\n \r\n ","Metadata":{"Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Common.PropertyName":"ChildContent","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"ItemContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\r\n \r\n Gets or sets the item template for the list.\r\n \r\n ","Metadata":{"Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Common.PropertyName":"ItemContent","Components.ChildContent":"True","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Placeholder","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\r\n \r\n Gets or sets the template for items that have not yet been loaded in memory.\r\n \r\n ","Metadata":{"Common.PropertyName":"Placeholder","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"ItemSize","TypeName":"System.Single","Documentation":"\r\n \r\n Gets the size of each item in pixels. Defaults to 50px.\r\n \r\n ","Metadata":{"Common.PropertyName":"ItemSize","Common.GloballyQualifiedTypeName":"global::System.Single"}},{"Kind":"Components.Component","Name":"ItemsProvider","TypeName":"Microsoft.AspNetCore.Components.Web.Virtualization.ItemsProviderDelegate","Documentation":"\r\n \r\n Gets or sets the function providing items to the list.\r\n \r\n ","Metadata":{"Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.Web.Virtualization.ItemsProviderDelegate","Common.PropertyName":"ItemsProvider","Components.DelegateSignature":"True","Components.GenericTyped":"True","Components.IsDelegateAwaitableResult":"True"}},{"Kind":"Components.Component","Name":"Items","TypeName":"System.Collections.Generic.ICollection","Documentation":"\r\n \r\n Gets or sets the fixed item source.\r\n \r\n ","Metadata":{"Common.PropertyName":"Items","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.ICollection","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"OverscanCount","TypeName":"System.Int32","Documentation":"\r\n \r\n Gets or sets a value that determines how many additional items will be rendered\r\n before and after the visible region. This help to reduce the frequency of rendering\r\n during scrolling. However, higher values mean that more elements will be present\r\n in the page.\r\n \r\n ","Metadata":{"Common.PropertyName":"OverscanCount","Common.GloballyQualifiedTypeName":"global::System.Int32"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":{"Id":12},"Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize","Common.TypeNameIdentifier":"Virtualize","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web.Virtualization","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch","Runtime.Name":"Components.IComponent"}},{"HashCode":-514167269,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\r\n \r\n Gets or sets the item template for the list.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Virtualize"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":{"Id":11,"Args":["ChildContent"]},"Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize.ChildContent","Common.TypeNameIdentifier":"Virtualize","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web.Virtualization","Components.IsSpecialKind":"Components.ChildContent","Runtime.Name":"Components.None"}},{"HashCode":215248206,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\r\n \r\n Gets or sets the item template for the list.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":{"Id":11,"Args":["ChildContent"]},"Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize.ChildContent","Common.TypeNameIdentifier":"Virtualize","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web.Virtualization","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch","Runtime.Name":"Components.None"}},{"HashCode":-1800818476,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize.ItemContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\r\n \r\n Gets or sets the item template for the list.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ItemContent","ParentTag":"Virtualize"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":{"Id":11,"Args":["ItemContent"]},"Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize.ItemContent","Common.TypeNameIdentifier":"Virtualize","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web.Virtualization","Components.IsSpecialKind":"Components.ChildContent","Runtime.Name":"Components.None"}},{"HashCode":2112976254,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize.ItemContent","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\r\n \r\n Gets or sets the item template for the list.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ItemContent","ParentTag":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":{"Id":11,"Args":["ItemContent"]},"Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize.ItemContent","Common.TypeNameIdentifier":"Virtualize","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web.Virtualization","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch","Runtime.Name":"Components.None"}},{"HashCode":1807588775,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize.Placeholder","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\r\n \r\n Gets or sets the template for items that have not yet been loaded in memory.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Placeholder","ParentTag":"Virtualize"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":{"Id":11,"Args":["Placeholder"]},"Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize.Placeholder","Common.TypeNameIdentifier":"Virtualize","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web.Virtualization","Components.IsSpecialKind":"Components.ChildContent","Runtime.Name":"Components.None"}},{"HashCode":1762038415,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize.Placeholder","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":"\r\n \r\n Gets or sets the template for items that have not yet been loaded in memory.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Placeholder","ParentTag":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":{"Id":11,"Args":["Placeholder"]},"Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize.Placeholder","Common.TypeNameIdentifier":"Virtualize","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web.Virtualization","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch","Runtime.Name":"Components.None"}},{"HashCode":600300187,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.DataAnnotationsValidator","AssemblyName":"Microsoft.AspNetCore.Components.Forms","Documentation":"\r\n \r\n Adds Data Annotations validation support to an .\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DataAnnotationsValidator"}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Forms.DataAnnotationsValidator","Common.TypeNameIdentifier":"DataAnnotationsValidator","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Runtime.Name":"Components.IComponent"}},{"HashCode":-450791174,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Forms.DataAnnotationsValidator","AssemblyName":"Microsoft.AspNetCore.Components.Forms","Documentation":"\r\n \r\n Adds Data Annotations validation support to an .\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.DataAnnotationsValidator"}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Forms.DataAnnotationsValidator","Common.TypeNameIdentifier":"DataAnnotationsValidator","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Components.NameMatch":"Components.FullyQualifiedNameMatch","Runtime.Name":"Components.IComponent"}},{"HashCode":-1659049326,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\r\n \r\n Combines the behaviors of and ,\r\n so that it displays the page matching the specified route but only if the user\r\n is authorized to see it.\r\n \r\n Additionally, this component supplies a cascading parameter of type ,\r\n which makes the user's current authentication state available to descendants.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AuthorizeRouteView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"NotAuthorized","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\r\n \r\n The content that will be displayed if the user is not authorized.\r\n \r\n ","Metadata":{"Common.PropertyName":"NotAuthorized","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Authorizing","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\r\n \r\n The content that will be displayed while asynchronous authorization is in progress.\r\n \r\n ","Metadata":{"Common.PropertyName":"Authorizing","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Resource","TypeName":"System.Object","Documentation":"\r\n \r\n The resource to which access is being controlled.\r\n \r\n ","Metadata":{"Common.PropertyName":"Resource","Common.GloballyQualifiedTypeName":"global::System.Object"}},{"Kind":"Components.Component","Name":"RouteData","TypeName":"Microsoft.AspNetCore.Components.RouteData","IsEditorRequired":true,"Documentation":"\r\n \r\n Gets or sets the route data. This determines the page that will be\r\n displayed and the parameter values that will be supplied to the page.\r\n \r\n ","Metadata":{"Common.PropertyName":"RouteData","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RouteData"}},{"Kind":"Components.Component","Name":"DefaultLayout","TypeName":"System.Type","Documentation":"\r\n \r\n Gets or sets the type of a layout to be used if the page does not\r\n declare any layout. If specified, the type must implement \r\n and accept a parameter named .\r\n \r\n ","Metadata":{"Common.PropertyName":"DefaultLayout","Common.GloballyQualifiedTypeName":"global::System.Type"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":{"Id":12},"Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView","Common.TypeNameIdentifier":"AuthorizeRouteView","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Authorization","Runtime.Name":"Components.IComponent"}},{"HashCode":-2067093338,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\r\n \r\n Combines the behaviors of and ,\r\n so that it displays the page matching the specified route but only if the user\r\n is authorized to see it.\r\n \r\n Additionally, this component supplies a cascading parameter of type ,\r\n which makes the user's current authentication state available to descendants.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"NotAuthorized","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\r\n \r\n The content that will be displayed if the user is not authorized.\r\n \r\n ","Metadata":{"Common.PropertyName":"NotAuthorized","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Authorizing","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\r\n \r\n The content that will be displayed while asynchronous authorization is in progress.\r\n \r\n ","Metadata":{"Common.PropertyName":"Authorizing","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Resource","TypeName":"System.Object","Documentation":"\r\n \r\n The resource to which access is being controlled.\r\n \r\n ","Metadata":{"Common.PropertyName":"Resource","Common.GloballyQualifiedTypeName":"global::System.Object"}},{"Kind":"Components.Component","Name":"RouteData","TypeName":"Microsoft.AspNetCore.Components.RouteData","IsEditorRequired":true,"Documentation":"\r\n \r\n Gets or sets the route data. This determines the page that will be\r\n displayed and the parameter values that will be supplied to the page.\r\n \r\n ","Metadata":{"Common.PropertyName":"RouteData","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RouteData"}},{"Kind":"Components.Component","Name":"DefaultLayout","TypeName":"System.Type","Documentation":"\r\n \r\n Gets or sets the type of a layout to be used if the page does not\r\n declare any layout. If specified, the type must implement \r\n and accept a parameter named .\r\n \r\n ","Metadata":{"Common.PropertyName":"DefaultLayout","Common.GloballyQualifiedTypeName":"global::System.Type"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":{"Id":12},"Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView","Common.TypeNameIdentifier":"AuthorizeRouteView","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Authorization","Components.NameMatch":"Components.FullyQualifiedNameMatch","Runtime.Name":"Components.IComponent"}},{"HashCode":1602723046,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView.NotAuthorized","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\r\n \r\n The content that will be displayed if the user is not authorized.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NotAuthorized","ParentTag":"AuthorizeRouteView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":{"Id":11,"Args":["NotAuthorized"]},"Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView.NotAuthorized","Common.TypeNameIdentifier":"AuthorizeRouteView","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Authorization","Components.IsSpecialKind":"Components.ChildContent","Runtime.Name":"Components.None"}},{"HashCode":109476351,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView.NotAuthorized","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\r\n \r\n The content that will be displayed if the user is not authorized.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NotAuthorized","ParentTag":"Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":{"Id":11,"Args":["NotAuthorized"]},"Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView.NotAuthorized","Common.TypeNameIdentifier":"AuthorizeRouteView","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Authorization","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch","Runtime.Name":"Components.None"}},{"HashCode":1127560569,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView.Authorizing","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\r\n \r\n The content that will be displayed while asynchronous authorization is in progress.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Authorizing","ParentTag":"AuthorizeRouteView"}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView.Authorizing","Common.TypeNameIdentifier":"AuthorizeRouteView","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Authorization","Components.IsSpecialKind":"Components.ChildContent","Runtime.Name":"Components.None"}},{"HashCode":6310419,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView.Authorizing","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\r\n \r\n The content that will be displayed while asynchronous authorization is in progress.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Authorizing","ParentTag":"Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView"}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeRouteView.Authorizing","Common.TypeNameIdentifier":"AuthorizeRouteView","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Authorization","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch","Runtime.Name":"Components.None"}},{"HashCode":-97470475,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\r\n \r\n Displays differing content depending on the user's authorization status.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"AuthorizeView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Policy","TypeName":"System.String","Documentation":"\r\n \r\n The policy name that determines whether the content can be displayed.\r\n \r\n ","Metadata":{"Common.PropertyName":"Policy","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Roles","TypeName":"System.String","Documentation":"\r\n \r\n A comma delimited list of roles that are allowed to display the content.\r\n \r\n ","Metadata":{"Common.PropertyName":"Roles","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\r\n \r\n The content that will be displayed if the user is authorized.\r\n \r\n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"NotAuthorized","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\r\n \r\n The content that will be displayed if the user is not authorized.\r\n \r\n ","Metadata":{"Common.PropertyName":"NotAuthorized","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Authorized","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\r\n \r\n The content that will be displayed if the user is authorized.\r\n If you specify a value for this parameter, do not also specify a value for .\r\n \r\n ","Metadata":{"Common.PropertyName":"Authorized","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Authorizing","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\r\n \r\n The content that will be displayed while asynchronous authorization is in progress.\r\n \r\n ","Metadata":{"Common.PropertyName":"Authorizing","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Resource","TypeName":"System.Object","Documentation":"\r\n \r\n The resource to which access is being controlled.\r\n \r\n ","Metadata":{"Common.PropertyName":"Resource","Common.GloballyQualifiedTypeName":"global::System.Object"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":{"Id":12},"Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView","Common.TypeNameIdentifier":"AuthorizeView","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Authorization","Runtime.Name":"Components.IComponent"}},{"HashCode":-1591375188,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\r\n \r\n Displays differing content depending on the user's authorization status.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Policy","TypeName":"System.String","Documentation":"\r\n \r\n The policy name that determines whether the content can be displayed.\r\n \r\n ","Metadata":{"Common.PropertyName":"Policy","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"Roles","TypeName":"System.String","Documentation":"\r\n \r\n A comma delimited list of roles that are allowed to display the content.\r\n \r\n ","Metadata":{"Common.PropertyName":"Roles","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\r\n \r\n The content that will be displayed if the user is authorized.\r\n \r\n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"NotAuthorized","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\r\n \r\n The content that will be displayed if the user is not authorized.\r\n \r\n ","Metadata":{"Common.PropertyName":"NotAuthorized","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Authorized","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\r\n \r\n The content that will be displayed if the user is authorized.\r\n If you specify a value for this parameter, do not also specify a value for .\r\n \r\n ","Metadata":{"Common.PropertyName":"Authorized","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Authorizing","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\r\n \r\n The content that will be displayed while asynchronous authorization is in progress.\r\n \r\n ","Metadata":{"Common.PropertyName":"Authorizing","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Resource","TypeName":"System.Object","Documentation":"\r\n \r\n The resource to which access is being controlled.\r\n \r\n ","Metadata":{"Common.PropertyName":"Resource","Common.GloballyQualifiedTypeName":"global::System.Object"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":{"Id":12},"Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView","Common.TypeNameIdentifier":"AuthorizeView","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Authorization","Components.NameMatch":"Components.FullyQualifiedNameMatch","Runtime.Name":"Components.IComponent"}},{"HashCode":529893422,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\r\n \r\n The content that will be displayed if the user is authorized.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"AuthorizeView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":{"Id":11,"Args":["ChildContent"]},"Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.ChildContent","Common.TypeNameIdentifier":"AuthorizeView","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Authorization","Components.IsSpecialKind":"Components.ChildContent","Runtime.Name":"Components.None"}},{"HashCode":-283371522,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\r\n \r\n The content that will be displayed if the user is authorized.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":{"Id":11,"Args":["ChildContent"]},"Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.ChildContent","Common.TypeNameIdentifier":"AuthorizeView","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Authorization","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch","Runtime.Name":"Components.None"}},{"HashCode":1730663890,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.NotAuthorized","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\r\n \r\n The content that will be displayed if the user is not authorized.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NotAuthorized","ParentTag":"AuthorizeView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":{"Id":11,"Args":["NotAuthorized"]},"Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.NotAuthorized","Common.TypeNameIdentifier":"AuthorizeView","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Authorization","Components.IsSpecialKind":"Components.ChildContent","Runtime.Name":"Components.None"}},{"HashCode":2080400133,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.NotAuthorized","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\r\n \r\n The content that will be displayed if the user is not authorized.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NotAuthorized","ParentTag":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":{"Id":11,"Args":["NotAuthorized"]},"Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.NotAuthorized","Common.TypeNameIdentifier":"AuthorizeView","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Authorization","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch","Runtime.Name":"Components.None"}},{"HashCode":1428985557,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.Authorized","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\r\n \r\n The content that will be displayed if the user is authorized.\r\n If you specify a value for this parameter, do not also specify a value for .\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Authorized","ParentTag":"AuthorizeView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":{"Id":11,"Args":["Authorized"]},"Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.Authorized","Common.TypeNameIdentifier":"AuthorizeView","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Authorization","Components.IsSpecialKind":"Components.ChildContent","Runtime.Name":"Components.None"}},{"HashCode":-2020738019,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.Authorized","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\r\n \r\n The content that will be displayed if the user is authorized.\r\n If you specify a value for this parameter, do not also specify a value for .\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Authorized","ParentTag":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":{"Id":11,"Args":["Authorized"]},"Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.Authorized","Common.TypeNameIdentifier":"AuthorizeView","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Authorization","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch","Runtime.Name":"Components.None"}},{"HashCode":2013499727,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.Authorizing","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\r\n \r\n The content that will be displayed while asynchronous authorization is in progress.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Authorizing","ParentTag":"AuthorizeView"}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.Authorizing","Common.TypeNameIdentifier":"AuthorizeView","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Authorization","Components.IsSpecialKind":"Components.ChildContent","Runtime.Name":"Components.None"}},{"HashCode":621119194,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.Authorizing","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\r\n \r\n The content that will be displayed while asynchronous authorization is in progress.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Authorizing","ParentTag":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView"}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.AuthorizeView.Authorizing","Common.TypeNameIdentifier":"AuthorizeView","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Authorization","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch","Runtime.Name":"Components.None"}},{"HashCode":-472966043,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CascadingAuthenticationState"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\r\n \r\n The content to which the authentication state should be provided.\r\n \r\n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState","Common.TypeNameIdentifier":"CascadingAuthenticationState","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Authorization","Runtime.Name":"Components.IComponent"}},{"HashCode":859759164,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\r\n \r\n The content to which the authentication state should be provided.\r\n \r\n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState","Common.TypeNameIdentifier":"CascadingAuthenticationState","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Authorization","Components.NameMatch":"Components.FullyQualifiedNameMatch","Runtime.Name":"Components.IComponent"}},{"HashCode":-113265668,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\r\n \r\n The content to which the authentication state should be provided.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CascadingAuthenticationState"}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState.ChildContent","Common.TypeNameIdentifier":"CascadingAuthenticationState","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Authorization","Components.IsSpecialKind":"Components.ChildContent","Runtime.Name":"Components.None"}},{"HashCode":1063076882,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components.Authorization","Documentation":"\r\n \r\n The content to which the authentication state should be provided.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState"}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationState.ChildContent","Common.TypeNameIdentifier":"CascadingAuthenticationState","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Authorization","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch","Runtime.Name":"Components.None"}},{"HashCode":112112172,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.CascadingValue","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\r\n \r\n A component that provides a cascading value to all descendant components.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"CascadingValue"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":{"Id":13,"Args":["TValue","Microsoft.AspNetCore.Components.CascadingValue"]},"Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\r\n \r\n The content to which the value should be provided.\r\n \r\n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\r\n \r\n The value to be provided.\r\n \r\n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\r\n \r\n Optionally gives a name to the provided value. Descendant components\r\n will be able to receive the value by specifying this name.\r\n \r\n If no name is specified, then descendant components will receive the\r\n value based the type of value they are requesting.\r\n \r\n ","Metadata":{"Common.PropertyName":"Name","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"IsFixed","TypeName":"System.Boolean","Documentation":"\r\n \r\n If true, indicates that will not change. This is a\r\n performance optimization that allows the framework to skip setting up\r\n change notifications. Set this flag only if you will not change\r\n during the component's lifetime.\r\n \r\n ","Metadata":{"Common.PropertyName":"IsFixed","Common.GloballyQualifiedTypeName":"global::System.Boolean"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.CascadingValue","Common.TypeNameIdentifier":"CascadingValue","Common.TypeNamespace":"Microsoft.AspNetCore.Components","Components.GenericTyped":"True","Runtime.Name":"Components.IComponent"}},{"HashCode":-2006353105,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.CascadingValue","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\r\n \r\n A component that provides a cascading value to all descendant components.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.CascadingValue"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"TValue","TypeName":"System.Type","Documentation":{"Id":13,"Args":["TValue","Microsoft.AspNetCore.Components.CascadingValue"]},"Metadata":{"Common.PropertyName":"TValue","Components.TypeParameter":"True","Components.TypeParameterIsCascading":"False"}},{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\r\n \r\n The content to which the value should be provided.\r\n \r\n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Value","TypeName":"TValue","Documentation":"\r\n \r\n The value to be provided.\r\n \r\n ","Metadata":{"Common.PropertyName":"Value","Common.GloballyQualifiedTypeName":"TValue","Components.GenericTyped":"True"}},{"Kind":"Components.Component","Name":"Name","TypeName":"System.String","Documentation":"\r\n \r\n Optionally gives a name to the provided value. Descendant components\r\n will be able to receive the value by specifying this name.\r\n \r\n If no name is specified, then descendant components will receive the\r\n value based the type of value they are requesting.\r\n \r\n ","Metadata":{"Common.PropertyName":"Name","Common.GloballyQualifiedTypeName":"global::System.String"}},{"Kind":"Components.Component","Name":"IsFixed","TypeName":"System.Boolean","Documentation":"\r\n \r\n If true, indicates that will not change. This is a\r\n performance optimization that allows the framework to skip setting up\r\n change notifications. Set this flag only if you will not change\r\n during the component's lifetime.\r\n \r\n ","Metadata":{"Common.PropertyName":"IsFixed","Common.GloballyQualifiedTypeName":"global::System.Boolean"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.CascadingValue","Common.TypeNameIdentifier":"CascadingValue","Common.TypeNamespace":"Microsoft.AspNetCore.Components","Components.GenericTyped":"True","Components.NameMatch":"Components.FullyQualifiedNameMatch","Runtime.Name":"Components.IComponent"}},{"HashCode":-889459120,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.CascadingValue.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\r\n \r\n The content to which the value should be provided.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"CascadingValue"}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.CascadingValue.ChildContent","Common.TypeNameIdentifier":"CascadingValue","Common.TypeNamespace":"Microsoft.AspNetCore.Components","Components.IsSpecialKind":"Components.ChildContent","Runtime.Name":"Components.None"}},{"HashCode":1095368138,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.CascadingValue.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\r\n \r\n The content to which the value should be provided.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Microsoft.AspNetCore.Components.CascadingValue"}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.CascadingValue.ChildContent","Common.TypeNameIdentifier":"CascadingValue","Common.TypeNamespace":"Microsoft.AspNetCore.Components","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch","Runtime.Name":"Components.None"}},{"HashCode":816413986,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.DynamicComponent","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\r\n \r\n A component that renders another component dynamically according to its\r\n parameter.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"DynamicComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Type","TypeName":"System.Type","IsEditorRequired":true,"Documentation":"\r\n \r\n Gets or sets the type of the component to be rendered. The supplied type must\r\n implement .\r\n \r\n ","Metadata":{"Common.PropertyName":"Type","Common.GloballyQualifiedTypeName":"global::System.Type"}},{"Kind":"Components.Component","Name":"Parameters","TypeName":"System.Collections.Generic.IDictionary","Documentation":"\r\n \r\n Gets or sets a dictionary of parameters to be passed to the component.\r\n \r\n ","Metadata":{"Common.PropertyName":"Parameters","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IDictionary"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.DynamicComponent","Common.TypeNameIdentifier":"DynamicComponent","Common.TypeNamespace":"Microsoft.AspNetCore.Components","Runtime.Name":"Components.IComponent"}},{"HashCode":1299178003,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.DynamicComponent","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\r\n \r\n A component that renders another component dynamically according to its\r\n parameter.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.DynamicComponent"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"Type","TypeName":"System.Type","IsEditorRequired":true,"Documentation":"\r\n \r\n Gets or sets the type of the component to be rendered. The supplied type must\r\n implement .\r\n \r\n ","Metadata":{"Common.PropertyName":"Type","Common.GloballyQualifiedTypeName":"global::System.Type"}},{"Kind":"Components.Component","Name":"Parameters","TypeName":"System.Collections.Generic.IDictionary","Documentation":"\r\n \r\n Gets or sets a dictionary of parameters to be passed to the component.\r\n \r\n ","Metadata":{"Common.PropertyName":"Parameters","Common.GloballyQualifiedTypeName":"global::System.Collections.Generic.IDictionary"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.DynamicComponent","Common.TypeNameIdentifier":"DynamicComponent","Common.TypeNamespace":"Microsoft.AspNetCore.Components","Components.NameMatch":"Components.FullyQualifiedNameMatch","Runtime.Name":"Components.IComponent"}},{"HashCode":443104849,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.LayoutView","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\r\n \r\n Displays the specified content inside the specified layout and any further\r\n nested layouts.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"LayoutView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\r\n \r\n Gets or sets the content to display.\r\n \r\n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Layout","TypeName":"System.Type","Documentation":"\r\n \r\n Gets or sets the type of the layout in which to display the content.\r\n The type must implement and accept a parameter named .\r\n \r\n ","Metadata":{"Common.PropertyName":"Layout","Common.GloballyQualifiedTypeName":"global::System.Type"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.LayoutView","Common.TypeNameIdentifier":"LayoutView","Common.TypeNamespace":"Microsoft.AspNetCore.Components","Runtime.Name":"Components.IComponent"}},{"HashCode":2117237878,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.LayoutView","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\r\n \r\n Displays the specified content inside the specified layout and any further\r\n nested layouts.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.LayoutView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"ChildContent","TypeName":"Microsoft.AspNetCore.Components.RenderFragment","Documentation":"\r\n \r\n Gets or sets the content to display.\r\n \r\n ","Metadata":{"Common.PropertyName":"ChildContent","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RenderFragment","Components.ChildContent":"True"}},{"Kind":"Components.Component","Name":"Layout","TypeName":"System.Type","Documentation":"\r\n \r\n Gets or sets the type of the layout in which to display the content.\r\n The type must implement and accept a parameter named .\r\n \r\n ","Metadata":{"Common.PropertyName":"Layout","Common.GloballyQualifiedTypeName":"global::System.Type"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.LayoutView","Common.TypeNameIdentifier":"LayoutView","Common.TypeNamespace":"Microsoft.AspNetCore.Components","Components.NameMatch":"Components.FullyQualifiedNameMatch","Runtime.Name":"Components.IComponent"}},{"HashCode":-1467088548,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.LayoutView.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\r\n \r\n Gets or sets the content to display.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"LayoutView"}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.LayoutView.ChildContent","Common.TypeNameIdentifier":"LayoutView","Common.TypeNamespace":"Microsoft.AspNetCore.Components","Components.IsSpecialKind":"Components.ChildContent","Runtime.Name":"Components.None"}},{"HashCode":-752363043,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.LayoutView.ChildContent","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\r\n \r\n Gets or sets the content to display.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"ChildContent","ParentTag":"Microsoft.AspNetCore.Components.LayoutView"}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.LayoutView.ChildContent","Common.TypeNameIdentifier":"LayoutView","Common.TypeNamespace":"Microsoft.AspNetCore.Components","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch","Runtime.Name":"Components.None"}},{"HashCode":-1158605894,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.RouteView","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\r\n \r\n Displays the specified page component, rendering it inside its layout\r\n and any further nested layouts.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"RouteView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"RouteData","TypeName":"Microsoft.AspNetCore.Components.RouteData","IsEditorRequired":true,"Documentation":"\r\n \r\n Gets or sets the route data. This determines the page that will be\r\n displayed and the parameter values that will be supplied to the page.\r\n \r\n ","Metadata":{"Common.PropertyName":"RouteData","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RouteData"}},{"Kind":"Components.Component","Name":"DefaultLayout","TypeName":"System.Type","Documentation":"\r\n \r\n Gets or sets the type of a layout to be used if the page does not\r\n declare any layout. If specified, the type must implement \r\n and accept a parameter named .\r\n \r\n ","Metadata":{"Common.PropertyName":"DefaultLayout","Common.GloballyQualifiedTypeName":"global::System.Type"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.RouteView","Common.TypeNameIdentifier":"RouteView","Common.TypeNamespace":"Microsoft.AspNetCore.Components","Runtime.Name":"Components.IComponent"}},{"HashCode":-1575418860,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.RouteView","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\r\n \r\n Displays the specified page component, rendering it inside its layout\r\n and any further nested layouts.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.RouteView"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"RouteData","TypeName":"Microsoft.AspNetCore.Components.RouteData","IsEditorRequired":true,"Documentation":"\r\n \r\n Gets or sets the route data. This determines the page that will be\r\n displayed and the parameter values that will be supplied to the page.\r\n \r\n ","Metadata":{"Common.PropertyName":"RouteData","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.RouteData"}},{"Kind":"Components.Component","Name":"DefaultLayout","TypeName":"System.Type","Documentation":"\r\n \r\n Gets or sets the type of a layout to be used if the page does not\r\n declare any layout. If specified, the type must implement \r\n and accept a parameter named .\r\n \r\n ","Metadata":{"Common.PropertyName":"DefaultLayout","Common.GloballyQualifiedTypeName":"global::System.Type"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.RouteView","Common.TypeNameIdentifier":"RouteView","Common.TypeNamespace":"Microsoft.AspNetCore.Components","Components.NameMatch":"Components.FullyQualifiedNameMatch","Runtime.Name":"Components.IComponent"}},{"HashCode":251306581,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Routing.Router","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\r\n \r\n A component that supplies route data corresponding to the current navigation state.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Router"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AppAssembly","TypeName":"System.Reflection.Assembly","IsEditorRequired":true,"Documentation":"\r\n \r\n Gets or sets the assembly that should be searched for components matching the URI.\r\n \r\n ","Metadata":{"Common.PropertyName":"AppAssembly","Common.GloballyQualifiedTypeName":"global::System.Reflection.Assembly"}},{"Kind":"Components.Component","Name":"AdditionalAssemblies","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\r\n \r\n Gets or sets a collection of additional assemblies that should be searched for components\r\n that can match URIs.\r\n \r\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":"\r\n \r\n Gets or sets the content to display when no match is found for the requested route.\r\n \r\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":"\r\n \r\n Gets or sets the content to display when a match is found for the requested route.\r\n \r\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":"\r\n \r\n Get or sets the content to display when asynchronous navigation is in progress.\r\n \r\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":"\r\n \r\n Gets or sets a handler that should be called before navigating to a new page.\r\n \r\n ","Metadata":{"Common.PropertyName":"OnNavigateAsync","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"PreferExactMatches","TypeName":"System.Boolean","Documentation":"\r\n \r\n Gets or sets a flag to indicate whether route matching should prefer exact matches\r\n over wildcards.\r\n This property is obsolete and configuring it does nothing.\r\n \r\n ","Metadata":{"Common.PropertyName":"PreferExactMatches","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":{"Id":12},"Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Routing.Router","Common.TypeNameIdentifier":"Router","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Routing","Runtime.Name":"Components.IComponent"}},{"HashCode":-1275292906,"Kind":"Components.Component","Name":"Microsoft.AspNetCore.Components.Routing.Router","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\r\n \r\n A component that supplies route data corresponding to the current navigation state.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Routing.Router"}],"BoundAttributes":[{"Kind":"Components.Component","Name":"AppAssembly","TypeName":"System.Reflection.Assembly","IsEditorRequired":true,"Documentation":"\r\n \r\n Gets or sets the assembly that should be searched for components matching the URI.\r\n \r\n ","Metadata":{"Common.PropertyName":"AppAssembly","Common.GloballyQualifiedTypeName":"global::System.Reflection.Assembly"}},{"Kind":"Components.Component","Name":"AdditionalAssemblies","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\r\n \r\n Gets or sets a collection of additional assemblies that should be searched for components\r\n that can match URIs.\r\n \r\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":"\r\n \r\n Gets or sets the content to display when no match is found for the requested route.\r\n \r\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":"\r\n \r\n Gets or sets the content to display when a match is found for the requested route.\r\n \r\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":"\r\n \r\n Get or sets the content to display when asynchronous navigation is in progress.\r\n \r\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":"\r\n \r\n Gets or sets a handler that should be called before navigating to a new page.\r\n \r\n ","Metadata":{"Common.PropertyName":"OnNavigateAsync","Common.GloballyQualifiedTypeName":"global::Microsoft.AspNetCore.Components.EventCallback","Components.EventCallback":"True"}},{"Kind":"Components.Component","Name":"PreferExactMatches","TypeName":"System.Boolean","Documentation":"\r\n \r\n Gets or sets a flag to indicate whether route matching should prefer exact matches\r\n over wildcards.\r\n This property is obsolete and configuring it does nothing.\r\n \r\n ","Metadata":{"Common.PropertyName":"PreferExactMatches","Common.GloballyQualifiedTypeName":"global::System.Boolean"}},{"Kind":"Components.Component","Name":"Context","TypeName":"System.String","Documentation":{"Id":12},"Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Routing.Router","Common.TypeNameIdentifier":"Router","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Routing","Components.NameMatch":"Components.FullyQualifiedNameMatch","Runtime.Name":"Components.IComponent"}},{"HashCode":1082338626,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Routing.Router.NotFound","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\r\n \r\n Gets or sets the content to display when no match is found for the requested route.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NotFound","ParentTag":"Router"}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Routing.Router.NotFound","Common.TypeNameIdentifier":"Router","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Routing","Components.IsSpecialKind":"Components.ChildContent","Runtime.Name":"Components.None"}},{"HashCode":-555496463,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Routing.Router.NotFound","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\r\n \r\n Gets or sets the content to display when no match is found for the requested route.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"NotFound","ParentTag":"Microsoft.AspNetCore.Components.Routing.Router"}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Routing.Router.NotFound","Common.TypeNameIdentifier":"Router","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Routing","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch","Runtime.Name":"Components.None"}},{"HashCode":23965824,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Routing.Router.Found","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\r\n \r\n Gets or sets the content to display when a match is found for the requested route.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Found","ParentTag":"Router"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":{"Id":11,"Args":["Found"]},"Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Routing.Router.Found","Common.TypeNameIdentifier":"Router","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Routing","Components.IsSpecialKind":"Components.ChildContent","Runtime.Name":"Components.None"}},{"HashCode":-523621034,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Routing.Router.Found","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\r\n \r\n Gets or sets the content to display when a match is found for the requested route.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Found","ParentTag":"Microsoft.AspNetCore.Components.Routing.Router"}],"BoundAttributes":[{"Kind":"Components.ChildContent","Name":"Context","TypeName":"System.String","Documentation":{"Id":11,"Args":["Found"]},"Metadata":{"Components.ChildContentParameterName":"True","Common.PropertyName":"Context"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Routing.Router.Found","Common.TypeNameIdentifier":"Router","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Routing","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch","Runtime.Name":"Components.None"}},{"HashCode":-1637319012,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Routing.Router.Navigating","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\r\n \r\n Get or sets the content to display when asynchronous navigation is in progress.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Navigating","ParentTag":"Router"}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Routing.Router.Navigating","Common.TypeNameIdentifier":"Router","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Routing","Components.IsSpecialKind":"Components.ChildContent","Runtime.Name":"Components.None"}},{"HashCode":-1087896449,"Kind":"Components.ChildContent","Name":"Microsoft.AspNetCore.Components.Routing.Router.Navigating","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":"\r\n \r\n Get or sets the content to display when asynchronous navigation is in progress.\r\n \r\n ","CaseSensitive":true,"TagMatchingRules":[{"TagName":"Navigating","ParentTag":"Microsoft.AspNetCore.Components.Routing.Router"}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Routing.Router.Navigating","Common.TypeNameIdentifier":"Router","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Routing","Components.IsSpecialKind":"Components.ChildContent","Components.NameMatch":"Components.FullyQualifiedNameMatch","Runtime.Name":"Components.None"}},{"HashCode":-727369005,"Kind":"Components.EventHandler","Name":"onfocus","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@onfocus","Microsoft.AspNetCore.Components.Web.FocusEventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onfocus","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onfocus:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onfocus:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onfocus","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@onfocus","Microsoft.AspNetCore.Components.Web.FocusEventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onfocus"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@onfocus"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@onfocus"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.FocusEventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":1653693213,"Kind":"Components.EventHandler","Name":"onblur","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@onblur","Microsoft.AspNetCore.Components.Web.FocusEventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onblur","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onblur:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onblur:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onblur","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@onblur","Microsoft.AspNetCore.Components.Web.FocusEventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onblur"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@onblur"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@onblur"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.FocusEventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":778364182,"Kind":"Components.EventHandler","Name":"onfocusin","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@onfocusin","Microsoft.AspNetCore.Components.Web.FocusEventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onfocusin","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onfocusin:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onfocusin:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onfocusin","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@onfocusin","Microsoft.AspNetCore.Components.Web.FocusEventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onfocusin"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@onfocusin"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@onfocusin"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.FocusEventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":-517322429,"Kind":"Components.EventHandler","Name":"onfocusout","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@onfocusout","Microsoft.AspNetCore.Components.Web.FocusEventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onfocusout","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onfocusout:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onfocusout:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onfocusout","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@onfocusout","Microsoft.AspNetCore.Components.Web.FocusEventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onfocusout"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@onfocusout"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@onfocusout"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.FocusEventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":-936888182,"Kind":"Components.EventHandler","Name":"onmouseover","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@onmouseover","Microsoft.AspNetCore.Components.Web.MouseEventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onmouseover","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onmouseover:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onmouseover:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onmouseover","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@onmouseover","Microsoft.AspNetCore.Components.Web.MouseEventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onmouseover"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@onmouseover"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@onmouseover"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.MouseEventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":-2029089480,"Kind":"Components.EventHandler","Name":"onmouseout","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@onmouseout","Microsoft.AspNetCore.Components.Web.MouseEventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onmouseout","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onmouseout:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onmouseout:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onmouseout","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@onmouseout","Microsoft.AspNetCore.Components.Web.MouseEventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onmouseout"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@onmouseout"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@onmouseout"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.MouseEventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":-392837186,"Kind":"Components.EventHandler","Name":"onmousemove","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@onmousemove","Microsoft.AspNetCore.Components.Web.MouseEventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onmousemove","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onmousemove:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onmousemove:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onmousemove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@onmousemove","Microsoft.AspNetCore.Components.Web.MouseEventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onmousemove"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@onmousemove"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@onmousemove"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.MouseEventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":1242953820,"Kind":"Components.EventHandler","Name":"onmousedown","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@onmousedown","Microsoft.AspNetCore.Components.Web.MouseEventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onmousedown","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onmousedown:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onmousedown:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onmousedown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@onmousedown","Microsoft.AspNetCore.Components.Web.MouseEventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onmousedown"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@onmousedown"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@onmousedown"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.MouseEventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":1914736575,"Kind":"Components.EventHandler","Name":"onmouseup","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@onmouseup","Microsoft.AspNetCore.Components.Web.MouseEventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onmouseup","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onmouseup:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onmouseup:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onmouseup","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@onmouseup","Microsoft.AspNetCore.Components.Web.MouseEventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onmouseup"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@onmouseup"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@onmouseup"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.MouseEventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":-1331383727,"Kind":"Components.EventHandler","Name":"onclick","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@onclick","Microsoft.AspNetCore.Components.Web.MouseEventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onclick","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onclick:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onclick:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onclick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@onclick","Microsoft.AspNetCore.Components.Web.MouseEventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onclick"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@onclick"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@onclick"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.MouseEventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":536006733,"Kind":"Components.EventHandler","Name":"ondblclick","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@ondblclick","Microsoft.AspNetCore.Components.Web.MouseEventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ondblclick","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondblclick:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondblclick:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ondblclick","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@ondblclick","Microsoft.AspNetCore.Components.Web.MouseEventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ondblclick"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@ondblclick"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@ondblclick"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.MouseEventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":-366485848,"Kind":"Components.EventHandler","Name":"onwheel","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@onwheel","Microsoft.AspNetCore.Components.Web.WheelEventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onwheel","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onwheel:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onwheel:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onwheel","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@onwheel","Microsoft.AspNetCore.Components.Web.WheelEventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onwheel"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@onwheel"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@onwheel"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.WheelEventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":-160573819,"Kind":"Components.EventHandler","Name":"onmousewheel","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@onmousewheel","Microsoft.AspNetCore.Components.Web.WheelEventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onmousewheel","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onmousewheel:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onmousewheel:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onmousewheel","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@onmousewheel","Microsoft.AspNetCore.Components.Web.WheelEventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onmousewheel"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@onmousewheel"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@onmousewheel"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.WheelEventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":1538066542,"Kind":"Components.EventHandler","Name":"oncontextmenu","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@oncontextmenu","Microsoft.AspNetCore.Components.Web.MouseEventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@oncontextmenu","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oncontextmenu:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oncontextmenu:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@oncontextmenu","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@oncontextmenu","Microsoft.AspNetCore.Components.Web.MouseEventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"oncontextmenu"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@oncontextmenu"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@oncontextmenu"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.MouseEventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":1705523732,"Kind":"Components.EventHandler","Name":"ondrag","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@ondrag","Microsoft.AspNetCore.Components.Web.DragEventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ondrag","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondrag:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondrag:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ondrag","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@ondrag","Microsoft.AspNetCore.Components.Web.DragEventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ondrag"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@ondrag"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@ondrag"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.DragEventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":-1290771231,"Kind":"Components.EventHandler","Name":"ondragend","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@ondragend","Microsoft.AspNetCore.Components.Web.DragEventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ondragend","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondragend:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondragend:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ondragend","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@ondragend","Microsoft.AspNetCore.Components.Web.DragEventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ondragend"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@ondragend"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@ondragend"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.DragEventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":-337171814,"Kind":"Components.EventHandler","Name":"ondragenter","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@ondragenter","Microsoft.AspNetCore.Components.Web.DragEventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ondragenter","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondragenter:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondragenter:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ondragenter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@ondragenter","Microsoft.AspNetCore.Components.Web.DragEventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ondragenter"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@ondragenter"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@ondragenter"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.DragEventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":1201691127,"Kind":"Components.EventHandler","Name":"ondragleave","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@ondragleave","Microsoft.AspNetCore.Components.Web.DragEventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ondragleave","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondragleave:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondragleave:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ondragleave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@ondragleave","Microsoft.AspNetCore.Components.Web.DragEventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ondragleave"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@ondragleave"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@ondragleave"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.DragEventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":-519835019,"Kind":"Components.EventHandler","Name":"ondragover","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@ondragover","Microsoft.AspNetCore.Components.Web.DragEventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ondragover","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondragover:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondragover:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ondragover","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@ondragover","Microsoft.AspNetCore.Components.Web.DragEventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ondragover"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@ondragover"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@ondragover"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.DragEventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":-202939013,"Kind":"Components.EventHandler","Name":"ondragstart","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@ondragstart","Microsoft.AspNetCore.Components.Web.DragEventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ondragstart","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondragstart:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondragstart:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ondragstart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@ondragstart","Microsoft.AspNetCore.Components.Web.DragEventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ondragstart"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@ondragstart"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@ondragstart"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.DragEventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":364403475,"Kind":"Components.EventHandler","Name":"ondrop","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@ondrop","Microsoft.AspNetCore.Components.Web.DragEventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ondrop","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondrop:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondrop:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ondrop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@ondrop","Microsoft.AspNetCore.Components.Web.DragEventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ondrop"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@ondrop"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@ondrop"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.DragEventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":1929574430,"Kind":"Components.EventHandler","Name":"onkeydown","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@onkeydown","Microsoft.AspNetCore.Components.Web.KeyboardEventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onkeydown","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onkeydown:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onkeydown:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onkeydown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@onkeydown","Microsoft.AspNetCore.Components.Web.KeyboardEventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onkeydown"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@onkeydown"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@onkeydown"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.KeyboardEventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":110467606,"Kind":"Components.EventHandler","Name":"onkeyup","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@onkeyup","Microsoft.AspNetCore.Components.Web.KeyboardEventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onkeyup","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onkeyup:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onkeyup:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onkeyup","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@onkeyup","Microsoft.AspNetCore.Components.Web.KeyboardEventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onkeyup"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@onkeyup"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@onkeyup"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.KeyboardEventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":582697943,"Kind":"Components.EventHandler","Name":"onkeypress","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@onkeypress","Microsoft.AspNetCore.Components.Web.KeyboardEventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onkeypress","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onkeypress:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onkeypress:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onkeypress","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@onkeypress","Microsoft.AspNetCore.Components.Web.KeyboardEventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onkeypress"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@onkeypress"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@onkeypress"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.KeyboardEventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":-365542076,"Kind":"Components.EventHandler","Name":"onchange","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@onchange","Microsoft.AspNetCore.Components.ChangeEventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onchange","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onchange:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onchange:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onchange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@onchange","Microsoft.AspNetCore.Components.ChangeEventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onchange"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@onchange"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@onchange"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.ChangeEventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":794708869,"Kind":"Components.EventHandler","Name":"oninput","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@oninput","Microsoft.AspNetCore.Components.ChangeEventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@oninput","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oninput:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oninput:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@oninput","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@oninput","Microsoft.AspNetCore.Components.ChangeEventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"oninput"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@oninput"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@oninput"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.ChangeEventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":1603213185,"Kind":"Components.EventHandler","Name":"oninvalid","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@oninvalid","System.EventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@oninvalid","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oninvalid:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oninvalid:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@oninvalid","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@oninvalid","System.EventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"oninvalid"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@oninvalid"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@oninvalid"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"System.EventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":836426675,"Kind":"Components.EventHandler","Name":"onreset","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@onreset","System.EventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onreset","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onreset:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onreset:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onreset","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@onreset","System.EventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onreset"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@onreset"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@onreset"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"System.EventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":1485878008,"Kind":"Components.EventHandler","Name":"onselect","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@onselect","System.EventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onselect","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onselect:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onselect:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onselect","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@onselect","System.EventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onselect"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@onselect"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@onselect"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"System.EventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":-1818652440,"Kind":"Components.EventHandler","Name":"onselectstart","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@onselectstart","System.EventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onselectstart","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onselectstart:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onselectstart:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onselectstart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@onselectstart","System.EventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onselectstart"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@onselectstart"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@onselectstart"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"System.EventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":-758644927,"Kind":"Components.EventHandler","Name":"onselectionchange","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@onselectionchange","System.EventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onselectionchange","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onselectionchange:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onselectionchange:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onselectionchange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@onselectionchange","System.EventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onselectionchange"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@onselectionchange"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@onselectionchange"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"System.EventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":-1853778474,"Kind":"Components.EventHandler","Name":"onsubmit","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@onsubmit","System.EventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onsubmit","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onsubmit:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onsubmit:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onsubmit","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@onsubmit","System.EventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onsubmit"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@onsubmit"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@onsubmit"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"System.EventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":1478138657,"Kind":"Components.EventHandler","Name":"onbeforecopy","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@onbeforecopy","System.EventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onbeforecopy","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onbeforecopy:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onbeforecopy:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onbeforecopy","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@onbeforecopy","System.EventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onbeforecopy"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@onbeforecopy"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@onbeforecopy"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"System.EventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":-1954762307,"Kind":"Components.EventHandler","Name":"onbeforecut","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@onbeforecut","System.EventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onbeforecut","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onbeforecut:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onbeforecut:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onbeforecut","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@onbeforecut","System.EventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onbeforecut"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@onbeforecut"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@onbeforecut"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"System.EventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":68240426,"Kind":"Components.EventHandler","Name":"onbeforepaste","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@onbeforepaste","System.EventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onbeforepaste","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onbeforepaste:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onbeforepaste:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onbeforepaste","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@onbeforepaste","System.EventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onbeforepaste"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@onbeforepaste"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@onbeforepaste"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"System.EventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":1936131299,"Kind":"Components.EventHandler","Name":"oncopy","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@oncopy","Microsoft.AspNetCore.Components.Web.ClipboardEventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@oncopy","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oncopy:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oncopy:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@oncopy","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@oncopy","Microsoft.AspNetCore.Components.Web.ClipboardEventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"oncopy"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@oncopy"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@oncopy"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.ClipboardEventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":-651207526,"Kind":"Components.EventHandler","Name":"oncut","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@oncut","Microsoft.AspNetCore.Components.Web.ClipboardEventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@oncut","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oncut:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oncut:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@oncut","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@oncut","Microsoft.AspNetCore.Components.Web.ClipboardEventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"oncut"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@oncut"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@oncut"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.ClipboardEventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":1089411740,"Kind":"Components.EventHandler","Name":"onpaste","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@onpaste","Microsoft.AspNetCore.Components.Web.ClipboardEventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onpaste","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpaste:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpaste:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onpaste","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@onpaste","Microsoft.AspNetCore.Components.Web.ClipboardEventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onpaste"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@onpaste"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@onpaste"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.ClipboardEventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":-679554340,"Kind":"Components.EventHandler","Name":"ontouchcancel","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@ontouchcancel","Microsoft.AspNetCore.Components.Web.TouchEventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ontouchcancel","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontouchcancel:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontouchcancel:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ontouchcancel","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@ontouchcancel","Microsoft.AspNetCore.Components.Web.TouchEventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ontouchcancel"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@ontouchcancel"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@ontouchcancel"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.TouchEventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":943674983,"Kind":"Components.EventHandler","Name":"ontouchend","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@ontouchend","Microsoft.AspNetCore.Components.Web.TouchEventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ontouchend","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontouchend:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontouchend:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ontouchend","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@ontouchend","Microsoft.AspNetCore.Components.Web.TouchEventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ontouchend"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@ontouchend"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@ontouchend"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.TouchEventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":257218252,"Kind":"Components.EventHandler","Name":"ontouchmove","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@ontouchmove","Microsoft.AspNetCore.Components.Web.TouchEventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ontouchmove","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontouchmove:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontouchmove:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ontouchmove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@ontouchmove","Microsoft.AspNetCore.Components.Web.TouchEventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ontouchmove"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@ontouchmove"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@ontouchmove"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.TouchEventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":2036593677,"Kind":"Components.EventHandler","Name":"ontouchstart","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@ontouchstart","Microsoft.AspNetCore.Components.Web.TouchEventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ontouchstart","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontouchstart:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontouchstart:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ontouchstart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@ontouchstart","Microsoft.AspNetCore.Components.Web.TouchEventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ontouchstart"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@ontouchstart"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@ontouchstart"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.TouchEventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":1103757234,"Kind":"Components.EventHandler","Name":"ontouchenter","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@ontouchenter","Microsoft.AspNetCore.Components.Web.TouchEventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ontouchenter","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontouchenter:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontouchenter:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ontouchenter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@ontouchenter","Microsoft.AspNetCore.Components.Web.TouchEventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ontouchenter"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@ontouchenter"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@ontouchenter"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.TouchEventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":-530801748,"Kind":"Components.EventHandler","Name":"ontouchleave","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@ontouchleave","Microsoft.AspNetCore.Components.Web.TouchEventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ontouchleave","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontouchleave:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontouchleave:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ontouchleave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@ontouchleave","Microsoft.AspNetCore.Components.Web.TouchEventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ontouchleave"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@ontouchleave"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@ontouchleave"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.TouchEventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":-1577454197,"Kind":"Components.EventHandler","Name":"ongotpointercapture","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@ongotpointercapture","Microsoft.AspNetCore.Components.Web.PointerEventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ongotpointercapture","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ongotpointercapture:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ongotpointercapture:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ongotpointercapture","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@ongotpointercapture","Microsoft.AspNetCore.Components.Web.PointerEventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ongotpointercapture"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@ongotpointercapture"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@ongotpointercapture"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.PointerEventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":-2091195272,"Kind":"Components.EventHandler","Name":"onlostpointercapture","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@onlostpointercapture","Microsoft.AspNetCore.Components.Web.PointerEventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onlostpointercapture","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onlostpointercapture:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onlostpointercapture:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onlostpointercapture","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@onlostpointercapture","Microsoft.AspNetCore.Components.Web.PointerEventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onlostpointercapture"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@onlostpointercapture"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@onlostpointercapture"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.PointerEventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":-2045316255,"Kind":"Components.EventHandler","Name":"onpointercancel","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@onpointercancel","Microsoft.AspNetCore.Components.Web.PointerEventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onpointercancel","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointercancel:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointercancel:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onpointercancel","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@onpointercancel","Microsoft.AspNetCore.Components.Web.PointerEventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onpointercancel"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@onpointercancel"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@onpointercancel"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.PointerEventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":1382687032,"Kind":"Components.EventHandler","Name":"onpointerdown","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@onpointerdown","Microsoft.AspNetCore.Components.Web.PointerEventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onpointerdown","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerdown:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerdown:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onpointerdown","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@onpointerdown","Microsoft.AspNetCore.Components.Web.PointerEventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onpointerdown"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@onpointerdown"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@onpointerdown"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.PointerEventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":101473625,"Kind":"Components.EventHandler","Name":"onpointerenter","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@onpointerenter","Microsoft.AspNetCore.Components.Web.PointerEventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onpointerenter","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerenter:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerenter:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onpointerenter","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@onpointerenter","Microsoft.AspNetCore.Components.Web.PointerEventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onpointerenter"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@onpointerenter"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@onpointerenter"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.PointerEventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":1542789096,"Kind":"Components.EventHandler","Name":"onpointerleave","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@onpointerleave","Microsoft.AspNetCore.Components.Web.PointerEventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onpointerleave","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerleave:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerleave:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onpointerleave","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@onpointerleave","Microsoft.AspNetCore.Components.Web.PointerEventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onpointerleave"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@onpointerleave"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@onpointerleave"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.PointerEventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":-1970868744,"Kind":"Components.EventHandler","Name":"onpointermove","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@onpointermove","Microsoft.AspNetCore.Components.Web.PointerEventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onpointermove","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointermove:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointermove:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onpointermove","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@onpointermove","Microsoft.AspNetCore.Components.Web.PointerEventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onpointermove"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@onpointermove"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@onpointermove"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.PointerEventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":-1496598645,"Kind":"Components.EventHandler","Name":"onpointerout","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@onpointerout","Microsoft.AspNetCore.Components.Web.PointerEventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onpointerout","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerout:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerout:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onpointerout","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@onpointerout","Microsoft.AspNetCore.Components.Web.PointerEventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onpointerout"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@onpointerout"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@onpointerout"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.PointerEventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":-80282310,"Kind":"Components.EventHandler","Name":"onpointerover","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@onpointerover","Microsoft.AspNetCore.Components.Web.PointerEventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onpointerover","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerover:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerover:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onpointerover","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@onpointerover","Microsoft.AspNetCore.Components.Web.PointerEventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onpointerover"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@onpointerover"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@onpointerover"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.PointerEventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":-1553651268,"Kind":"Components.EventHandler","Name":"onpointerup","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@onpointerup","Microsoft.AspNetCore.Components.Web.PointerEventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onpointerup","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerup:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerup:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onpointerup","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@onpointerup","Microsoft.AspNetCore.Components.Web.PointerEventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onpointerup"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@onpointerup"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@onpointerup"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.PointerEventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":-536806730,"Kind":"Components.EventHandler","Name":"oncanplay","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@oncanplay","System.EventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@oncanplay","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oncanplay:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oncanplay:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@oncanplay","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@oncanplay","System.EventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"oncanplay"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@oncanplay"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@oncanplay"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"System.EventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":908414765,"Kind":"Components.EventHandler","Name":"oncanplaythrough","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@oncanplaythrough","System.EventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@oncanplaythrough","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oncanplaythrough:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oncanplaythrough:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@oncanplaythrough","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@oncanplaythrough","System.EventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"oncanplaythrough"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@oncanplaythrough"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@oncanplaythrough"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"System.EventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":-129079417,"Kind":"Components.EventHandler","Name":"oncuechange","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@oncuechange","System.EventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@oncuechange","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oncuechange:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@oncuechange:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@oncuechange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@oncuechange","System.EventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"oncuechange"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@oncuechange"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@oncuechange"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"System.EventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":790156873,"Kind":"Components.EventHandler","Name":"ondurationchange","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@ondurationchange","System.EventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ondurationchange","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondurationchange:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondurationchange:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ondurationchange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@ondurationchange","System.EventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ondurationchange"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@ondurationchange"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@ondurationchange"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"System.EventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":476976603,"Kind":"Components.EventHandler","Name":"onemptied","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@onemptied","System.EventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onemptied","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onemptied:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onemptied:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onemptied","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@onemptied","System.EventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onemptied"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@onemptied"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@onemptied"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"System.EventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":-1456525810,"Kind":"Components.EventHandler","Name":"onpause","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@onpause","System.EventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onpause","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpause:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpause:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onpause","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@onpause","System.EventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onpause"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@onpause"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@onpause"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"System.EventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":177399041,"Kind":"Components.EventHandler","Name":"onplay","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@onplay","System.EventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onplay","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onplay:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onplay:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onplay","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@onplay","System.EventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onplay"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@onplay"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@onplay"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"System.EventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":-1969236839,"Kind":"Components.EventHandler","Name":"onplaying","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@onplaying","System.EventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onplaying","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onplaying:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onplaying:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onplaying","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@onplaying","System.EventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onplaying"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@onplaying"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@onplaying"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"System.EventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":-738595097,"Kind":"Components.EventHandler","Name":"onratechange","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@onratechange","System.EventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onratechange","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onratechange:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onratechange:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onratechange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@onratechange","System.EventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onratechange"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@onratechange"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@onratechange"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"System.EventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":-955105252,"Kind":"Components.EventHandler","Name":"onseeked","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@onseeked","System.EventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onseeked","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onseeked:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onseeked:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onseeked","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@onseeked","System.EventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onseeked"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@onseeked"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@onseeked"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"System.EventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":-187878019,"Kind":"Components.EventHandler","Name":"onseeking","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@onseeking","System.EventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onseeking","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onseeking:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onseeking:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onseeking","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@onseeking","System.EventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onseeking"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@onseeking"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@onseeking"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"System.EventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":1115466435,"Kind":"Components.EventHandler","Name":"onstalled","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@onstalled","System.EventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onstalled","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onstalled:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onstalled:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onstalled","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@onstalled","System.EventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onstalled"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@onstalled"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@onstalled"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"System.EventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":14718909,"Kind":"Components.EventHandler","Name":"onstop","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@onstop","System.EventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onstop","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onstop:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onstop:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onstop","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@onstop","System.EventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onstop"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@onstop"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@onstop"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"System.EventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":-1798193991,"Kind":"Components.EventHandler","Name":"onsuspend","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@onsuspend","System.EventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onsuspend","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onsuspend:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onsuspend:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onsuspend","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@onsuspend","System.EventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onsuspend"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@onsuspend"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@onsuspend"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"System.EventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":-83598432,"Kind":"Components.EventHandler","Name":"ontimeupdate","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@ontimeupdate","System.EventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ontimeupdate","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontimeupdate:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontimeupdate:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ontimeupdate","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@ontimeupdate","System.EventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ontimeupdate"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@ontimeupdate"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@ontimeupdate"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"System.EventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":-546088352,"Kind":"Components.EventHandler","Name":"onvolumechange","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@onvolumechange","System.EventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onvolumechange","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onvolumechange:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onvolumechange:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onvolumechange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@onvolumechange","System.EventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onvolumechange"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@onvolumechange"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@onvolumechange"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"System.EventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":-147712496,"Kind":"Components.EventHandler","Name":"onwaiting","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@onwaiting","System.EventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onwaiting","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onwaiting:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onwaiting:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onwaiting","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@onwaiting","System.EventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onwaiting"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@onwaiting"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@onwaiting"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"System.EventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":1877397063,"Kind":"Components.EventHandler","Name":"onloadstart","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@onloadstart","Microsoft.AspNetCore.Components.Web.ProgressEventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onloadstart","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onloadstart:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onloadstart:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onloadstart","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@onloadstart","Microsoft.AspNetCore.Components.Web.ProgressEventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onloadstart"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@onloadstart"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@onloadstart"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.ProgressEventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":-93156651,"Kind":"Components.EventHandler","Name":"ontimeout","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@ontimeout","Microsoft.AspNetCore.Components.Web.ProgressEventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ontimeout","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontimeout:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontimeout:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ontimeout","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@ontimeout","Microsoft.AspNetCore.Components.Web.ProgressEventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ontimeout"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@ontimeout"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@ontimeout"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.ProgressEventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":-1530156502,"Kind":"Components.EventHandler","Name":"onabort","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@onabort","Microsoft.AspNetCore.Components.Web.ProgressEventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onabort","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onabort:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onabort:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onabort","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@onabort","Microsoft.AspNetCore.Components.Web.ProgressEventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onabort"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@onabort"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@onabort"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.ProgressEventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":841018137,"Kind":"Components.EventHandler","Name":"onload","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@onload","Microsoft.AspNetCore.Components.Web.ProgressEventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onload","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onload:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onload:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onload","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@onload","Microsoft.AspNetCore.Components.Web.ProgressEventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onload"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@onload"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@onload"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.ProgressEventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":1646323413,"Kind":"Components.EventHandler","Name":"onloadend","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@onloadend","Microsoft.AspNetCore.Components.Web.ProgressEventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onloadend","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onloadend:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onloadend:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onloadend","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@onloadend","Microsoft.AspNetCore.Components.Web.ProgressEventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onloadend"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@onloadend"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@onloadend"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.ProgressEventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":1805914554,"Kind":"Components.EventHandler","Name":"onprogress","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@onprogress","Microsoft.AspNetCore.Components.Web.ProgressEventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onprogress","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onprogress:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onprogress:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onprogress","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@onprogress","Microsoft.AspNetCore.Components.Web.ProgressEventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onprogress"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@onprogress"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@onprogress"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.ProgressEventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":1414019166,"Kind":"Components.EventHandler","Name":"onerror","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@onerror","Microsoft.AspNetCore.Components.Web.ErrorEventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onerror","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onerror:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onerror:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onerror","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@onerror","Microsoft.AspNetCore.Components.Web.ErrorEventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onerror"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@onerror"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@onerror"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"Microsoft.AspNetCore.Components.Web.ErrorEventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":-1684286683,"Kind":"Components.EventHandler","Name":"onactivate","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@onactivate","System.EventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onactivate","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onactivate:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onactivate:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onactivate","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@onactivate","System.EventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onactivate"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@onactivate"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@onactivate"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"System.EventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":-1877185334,"Kind":"Components.EventHandler","Name":"onbeforeactivate","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@onbeforeactivate","System.EventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onbeforeactivate","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onbeforeactivate:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onbeforeactivate:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onbeforeactivate","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@onbeforeactivate","System.EventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onbeforeactivate"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@onbeforeactivate"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@onbeforeactivate"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"System.EventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":1604892650,"Kind":"Components.EventHandler","Name":"onbeforedeactivate","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@onbeforedeactivate","System.EventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onbeforedeactivate","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onbeforedeactivate:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onbeforedeactivate:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onbeforedeactivate","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@onbeforedeactivate","System.EventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onbeforedeactivate"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@onbeforedeactivate"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@onbeforedeactivate"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"System.EventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":455610339,"Kind":"Components.EventHandler","Name":"ondeactivate","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@ondeactivate","System.EventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ondeactivate","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondeactivate:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ondeactivate:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ondeactivate","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@ondeactivate","System.EventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ondeactivate"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@ondeactivate"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@ondeactivate"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"System.EventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":484371961,"Kind":"Components.EventHandler","Name":"onended","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@onended","System.EventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onended","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onended:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onended:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onended","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@onended","System.EventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onended"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@onended"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@onended"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"System.EventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":2000527016,"Kind":"Components.EventHandler","Name":"onfullscreenchange","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@onfullscreenchange","System.EventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onfullscreenchange","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onfullscreenchange:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onfullscreenchange:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onfullscreenchange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@onfullscreenchange","System.EventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onfullscreenchange"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@onfullscreenchange"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@onfullscreenchange"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"System.EventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":-1453016704,"Kind":"Components.EventHandler","Name":"onfullscreenerror","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@onfullscreenerror","System.EventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onfullscreenerror","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onfullscreenerror:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onfullscreenerror:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onfullscreenerror","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@onfullscreenerror","System.EventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onfullscreenerror"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@onfullscreenerror"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@onfullscreenerror"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"System.EventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":-1255032978,"Kind":"Components.EventHandler","Name":"onloadeddata","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@onloadeddata","System.EventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onloadeddata","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onloadeddata:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onloadeddata:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onloadeddata","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@onloadeddata","System.EventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onloadeddata"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@onloadeddata"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@onloadeddata"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"System.EventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":166892546,"Kind":"Components.EventHandler","Name":"onloadedmetadata","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@onloadedmetadata","System.EventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onloadedmetadata","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onloadedmetadata:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onloadedmetadata:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onloadedmetadata","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@onloadedmetadata","System.EventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onloadedmetadata"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@onloadedmetadata"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@onloadedmetadata"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"System.EventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":-1619086998,"Kind":"Components.EventHandler","Name":"onpointerlockchange","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@onpointerlockchange","System.EventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onpointerlockchange","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerlockchange:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerlockchange:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onpointerlockchange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@onpointerlockchange","System.EventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onpointerlockchange"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@onpointerlockchange"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@onpointerlockchange"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"System.EventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":183890027,"Kind":"Components.EventHandler","Name":"onpointerlockerror","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@onpointerlockerror","System.EventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onpointerlockerror","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerlockerror:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onpointerlockerror:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onpointerlockerror","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@onpointerlockerror","System.EventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onpointerlockerror"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@onpointerlockerror"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@onpointerlockerror"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"System.EventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":-960344618,"Kind":"Components.EventHandler","Name":"onreadystatechange","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@onreadystatechange","System.EventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onreadystatechange","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onreadystatechange:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onreadystatechange:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onreadystatechange","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@onreadystatechange","System.EventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onreadystatechange"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@onreadystatechange"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@onreadystatechange"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"System.EventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":823383190,"Kind":"Components.EventHandler","Name":"onscroll","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@onscroll","System.EventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@onscroll","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onscroll:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@onscroll:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@onscroll","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@onscroll","System.EventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"onscroll"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@onscroll"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@onscroll"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"System.EventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":830423229,"Kind":"Components.EventHandler","Name":"ontoggle","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":14,"Args":["@ontoggle","System.EventArgs"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ontoggle","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontoggle:preventDefault","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"*","Attributes":[{"Name":"@ontoggle:stopPropagation","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.EventHandler","Name":"@ontoggle","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":14,"Args":["@ontoggle","System.EventArgs"]},"Metadata":{"Components.IsWeaklyTyped":"True","Common.DirectiveAttribute":"True","Common.PropertyName":"ontoggle"},"BoundAttributeParameters":[{"Name":"preventDefault","TypeName":"System.Boolean","Documentation":{"Id":15,"Args":["@ontoggle"]},"Metadata":{"Common.PropertyName":"PreventDefault"}},{"Name":"stopPropagation","TypeName":"System.Boolean","Documentation":{"Id":16,"Args":["@ontoggle"]},"Metadata":{"Common.PropertyName":"StopPropagation"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.EventHandlers","Common.TypeNameIdentifier":"EventHandlers","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.EventHandler.EventArgs":"System.EventArgs","Components.IsSpecialKind":"Components.EventHandler","Runtime.Name":"Components.None"}},{"HashCode":-1658677927,"Kind":"Components.Splat","Name":"Attributes","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":19},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@attributes","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Splat","Name":"@attributes","TypeName":"System.Object","Documentation":{"Id":19},"Metadata":{"Common.PropertyName":"Attributes","Common.DirectiveAttribute":"True"}}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Attributes","Components.IsSpecialKind":"Components.Splat","Runtime.Name":"Components.None"}},{"HashCode":-1357427151,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.Razor","Documentation":"\r\n \r\n implementation targeting elements containing attributes with URL expected values.\r\n \r\n Resolves URLs starting with '~/' (relative to the application's 'webroot' setting) that are not\r\n targeted by other s. Runs prior to other s to ensure\r\n application-relative URLs are resolved.\r\n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"itemid","Value":"~/","ValueComparison":2}]},{"TagName":"a","Attributes":[{"Name":"href","Value":"~/","ValueComparison":2}]},{"TagName":"applet","Attributes":[{"Name":"archive","Value":"~/","ValueComparison":2}]},{"TagName":"area","TagStructure":2,"Attributes":[{"Name":"href","Value":"~/","ValueComparison":2}]},{"TagName":"audio","Attributes":[{"Name":"src","Value":"~/","ValueComparison":2}]},{"TagName":"base","TagStructure":2,"Attributes":[{"Name":"href","Value":"~/","ValueComparison":2}]},{"TagName":"blockquote","Attributes":[{"Name":"cite","Value":"~/","ValueComparison":2}]},{"TagName":"button","Attributes":[{"Name":"formaction","Value":"~/","ValueComparison":2}]},{"TagName":"del","Attributes":[{"Name":"cite","Value":"~/","ValueComparison":2}]},{"TagName":"embed","TagStructure":2,"Attributes":[{"Name":"src","Value":"~/","ValueComparison":2}]},{"TagName":"form","Attributes":[{"Name":"action","Value":"~/","ValueComparison":2}]},{"TagName":"html","Attributes":[{"Name":"manifest","Value":"~/","ValueComparison":2}]},{"TagName":"iframe","Attributes":[{"Name":"src","Value":"~/","ValueComparison":2}]},{"TagName":"img","TagStructure":2,"Attributes":[{"Name":"src","Value":"~/","ValueComparison":2}]},{"TagName":"img","TagStructure":2,"Attributes":[{"Name":"srcset","Value":"~/","ValueComparison":2}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"src","Value":"~/","ValueComparison":2}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"formaction","Value":"~/","ValueComparison":2}]},{"TagName":"ins","Attributes":[{"Name":"cite","Value":"~/","ValueComparison":2}]},{"TagName":"link","TagStructure":2,"Attributes":[{"Name":"href","Value":"~/","ValueComparison":2}]},{"TagName":"menuitem","Attributes":[{"Name":"icon","Value":"~/","ValueComparison":2}]},{"TagName":"object","Attributes":[{"Name":"archive","Value":"~/","ValueComparison":2}]},{"TagName":"object","Attributes":[{"Name":"data","Value":"~/","ValueComparison":2}]},{"TagName":"q","Attributes":[{"Name":"cite","Value":"~/","ValueComparison":2}]},{"TagName":"script","Attributes":[{"Name":"src","Value":"~/","ValueComparison":2}]},{"TagName":"source","TagStructure":2,"Attributes":[{"Name":"src","Value":"~/","ValueComparison":2}]},{"TagName":"source","TagStructure":2,"Attributes":[{"Name":"srcset","Value":"~/","ValueComparison":2}]},{"TagName":"track","TagStructure":2,"Attributes":[{"Name":"src","Value":"~/","ValueComparison":2}]},{"TagName":"video","Attributes":[{"Name":"src","Value":"~/","ValueComparison":2}]},{"TagName":"video","Attributes":[{"Name":"poster","Value":"~/","ValueComparison":2}]}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper","Common.TypeNameIdentifier":"UrlResolutionTagHelper","Common.TypeNamespace":"Microsoft.AspNetCore.Mvc.Razor.TagHelpers","Runtime.Name":"ITagHelper"}},{"HashCode":-1635625292,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.AnchorTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\r\n \r\n implementation targeting <a> elements.\r\n \r\n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"a","Attributes":[{"Name":"asp-action"}]},{"TagName":"a","Attributes":[{"Name":"asp-controller"}]},{"TagName":"a","Attributes":[{"Name":"asp-area"}]},{"TagName":"a","Attributes":[{"Name":"asp-page"}]},{"TagName":"a","Attributes":[{"Name":"asp-page-handler"}]},{"TagName":"a","Attributes":[{"Name":"asp-fragment"}]},{"TagName":"a","Attributes":[{"Name":"asp-host"}]},{"TagName":"a","Attributes":[{"Name":"asp-protocol"}]},{"TagName":"a","Attributes":[{"Name":"asp-route"}]},{"TagName":"a","Attributes":[{"Name":"asp-all-route-data"}]},{"TagName":"a","Attributes":[{"Name":"asp-route-","NameComparison":1}]}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"asp-action","TypeName":"System.String","Documentation":"\r\n \r\n The name of the action method.\r\n \r\n \r\n Must be null if or is non-null.\r\n \r\n ","Metadata":{"Common.PropertyName":"Action"}},{"Kind":"ITagHelper","Name":"asp-controller","TypeName":"System.String","Documentation":"\r\n \r\n The name of the controller.\r\n \r\n \r\n Must be null if or is non-null.\r\n \r\n ","Metadata":{"Common.PropertyName":"Controller"}},{"Kind":"ITagHelper","Name":"asp-area","TypeName":"System.String","Documentation":"\r\n \r\n The name of the area.\r\n \r\n \r\n Must be null if is non-null.\r\n \r\n ","Metadata":{"Common.PropertyName":"Area"}},{"Kind":"ITagHelper","Name":"asp-page","TypeName":"System.String","Documentation":"\r\n \r\n The name of the page.\r\n \r\n \r\n Must be null if or , \r\n is non-null.\r\n \r\n ","Metadata":{"Common.PropertyName":"Page"}},{"Kind":"ITagHelper","Name":"asp-page-handler","TypeName":"System.String","Documentation":"\r\n \r\n The name of the page handler.\r\n \r\n \r\n Must be null if or , or \r\n is non-null.\r\n \r\n ","Metadata":{"Common.PropertyName":"PageHandler"}},{"Kind":"ITagHelper","Name":"asp-protocol","TypeName":"System.String","Documentation":"\r\n \r\n The protocol for the URL, such as \"http\" or \"https\".\r\n \r\n ","Metadata":{"Common.PropertyName":"Protocol"}},{"Kind":"ITagHelper","Name":"asp-host","TypeName":"System.String","Documentation":"\r\n \r\n The host name.\r\n \r\n ","Metadata":{"Common.PropertyName":"Host"}},{"Kind":"ITagHelper","Name":"asp-fragment","TypeName":"System.String","Documentation":"\r\n \r\n The URL fragment name.\r\n \r\n ","Metadata":{"Common.PropertyName":"Fragment"}},{"Kind":"ITagHelper","Name":"asp-route","TypeName":"System.String","Documentation":"\r\n \r\n Name of the route.\r\n \r\n \r\n Must be null if one of , , \r\n or is non-null.\r\n \r\n ","Metadata":{"Common.PropertyName":"Route"}},{"Kind":"ITagHelper","Name":"asp-all-route-data","TypeName":"System.Collections.Generic.IDictionary","IndexerNamePrefix":"asp-route-","IndexerTypeName":"System.String","Documentation":"\r\n \r\n Additional parameters for the route.\r\n \r\n ","Metadata":{"Common.PropertyName":"RouteValues"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.AnchorTagHelper","Common.TypeNameIdentifier":"AnchorTagHelper","Common.TypeNamespace":"Microsoft.AspNetCore.Mvc.TagHelpers","Runtime.Name":"ITagHelper"}},{"HashCode":1501777474,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.CacheTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\r\n \r\n implementation targeting <cache> elements.\r\n \r\n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"cache"}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"priority","TypeName":"Microsoft.Extensions.Caching.Memory.CacheItemPriority?","Documentation":"\r\n \r\n Gets or sets the policy for the cache entry.\r\n \r\n ","Metadata":{"Common.PropertyName":"Priority"}},{"Kind":"ITagHelper","Name":"vary-by","TypeName":"System.String","Documentation":"\r\n \r\n Gets or sets a to vary the cached result by.\r\n \r\n ","Metadata":{"Common.PropertyName":"VaryBy"}},{"Kind":"ITagHelper","Name":"vary-by-header","TypeName":"System.String","Documentation":"\r\n \r\n Gets or sets a comma-delimited set of HTTP request headers to vary the cached result by.\r\n \r\n ","Metadata":{"Common.PropertyName":"VaryByHeader"}},{"Kind":"ITagHelper","Name":"vary-by-query","TypeName":"System.String","Documentation":"\r\n \r\n Gets or sets a comma-delimited set of query parameters to vary the cached result by.\r\n \r\n ","Metadata":{"Common.PropertyName":"VaryByQuery"}},{"Kind":"ITagHelper","Name":"vary-by-route","TypeName":"System.String","Documentation":"\r\n \r\n Gets or sets a comma-delimited set of route data parameters to vary the cached result by.\r\n \r\n ","Metadata":{"Common.PropertyName":"VaryByRoute"}},{"Kind":"ITagHelper","Name":"vary-by-cookie","TypeName":"System.String","Documentation":"\r\n \r\n Gets or sets a comma-delimited set of cookie names to vary the cached result by.\r\n \r\n ","Metadata":{"Common.PropertyName":"VaryByCookie"}},{"Kind":"ITagHelper","Name":"vary-by-user","TypeName":"System.Boolean","Documentation":"\r\n \r\n Gets or sets a value that determines if the cached result is to be varied by the Identity for the logged in\r\n .\r\n \r\n ","Metadata":{"Common.PropertyName":"VaryByUser"}},{"Kind":"ITagHelper","Name":"vary-by-culture","TypeName":"System.Boolean","Documentation":"\r\n \r\n Gets or sets a value that determines if the cached result is to be varied by request culture.\r\n \r\n Setting this to true would result in the result to be varied by \r\n and .\r\n \r\n \r\n ","Metadata":{"Common.PropertyName":"VaryByCulture"}},{"Kind":"ITagHelper","Name":"expires-on","TypeName":"System.DateTimeOffset?","Documentation":"\r\n \r\n Gets or sets the exact the cache entry should be evicted.\r\n \r\n ","Metadata":{"Common.PropertyName":"ExpiresOn"}},{"Kind":"ITagHelper","Name":"expires-after","TypeName":"System.TimeSpan?","Documentation":"\r\n \r\n Gets or sets the duration, from the time the cache entry was added, when it should be evicted.\r\n \r\n ","Metadata":{"Common.PropertyName":"ExpiresAfter"}},{"Kind":"ITagHelper","Name":"expires-sliding","TypeName":"System.TimeSpan?","Documentation":"\r\n \r\n Gets or sets the duration from last access that the cache entry should be evicted.\r\n \r\n ","Metadata":{"Common.PropertyName":"ExpiresSliding"}},{"Kind":"ITagHelper","Name":"enabled","TypeName":"System.Boolean","Documentation":"\r\n \r\n Gets or sets the value which determines if the tag helper is enabled or not.\r\n \r\n ","Metadata":{"Common.PropertyName":"Enabled"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.CacheTagHelper","Common.TypeNameIdentifier":"CacheTagHelper","Common.TypeNamespace":"Microsoft.AspNetCore.Mvc.TagHelpers","Runtime.Name":"ITagHelper"}},{"HashCode":1067065902,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.ComponentTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\r\n \r\n A that renders a Razor component.\r\n \r\n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"component","TagStructure":2,"Attributes":[{"Name":"type"}]}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"params","TypeName":"System.Collections.Generic.IDictionary","IndexerNamePrefix":"param-","IndexerTypeName":"System.Object","Documentation":"\r\n \r\n Gets or sets values for component parameters.\r\n \r\n ","Metadata":{"Common.PropertyName":"Parameters"}},{"Kind":"ITagHelper","Name":"type","TypeName":"System.Type","Documentation":"\r\n \r\n Gets or sets the component type. This value is required.\r\n \r\n ","Metadata":{"Common.PropertyName":"ComponentType"}},{"Kind":"ITagHelper","Name":"render-mode","TypeName":"Microsoft.AspNetCore.Mvc.Rendering.RenderMode","IsEnum":true,"Documentation":"\r\n \r\n Gets or sets the \r\n \r\n ","Metadata":{"Common.PropertyName":"RenderMode"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.ComponentTagHelper","Common.TypeNameIdentifier":"ComponentTagHelper","Common.TypeNamespace":"Microsoft.AspNetCore.Mvc.TagHelpers","Runtime.Name":"ITagHelper"}},{"HashCode":1303231203,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.DistributedCacheTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\r\n \r\n implementation targeting <distributed-cache> elements.\r\n \r\n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"distributed-cache","Attributes":[{"Name":"name"}]}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"name","TypeName":"System.String","Documentation":"\r\n \r\n Gets or sets a unique name to discriminate cached entries.\r\n \r\n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"ITagHelper","Name":"vary-by","TypeName":"System.String","Documentation":"\r\n \r\n Gets or sets a to vary the cached result by.\r\n \r\n ","Metadata":{"Common.PropertyName":"VaryBy"}},{"Kind":"ITagHelper","Name":"vary-by-header","TypeName":"System.String","Documentation":"\r\n \r\n Gets or sets a comma-delimited set of HTTP request headers to vary the cached result by.\r\n \r\n ","Metadata":{"Common.PropertyName":"VaryByHeader"}},{"Kind":"ITagHelper","Name":"vary-by-query","TypeName":"System.String","Documentation":"\r\n \r\n Gets or sets a comma-delimited set of query parameters to vary the cached result by.\r\n \r\n ","Metadata":{"Common.PropertyName":"VaryByQuery"}},{"Kind":"ITagHelper","Name":"vary-by-route","TypeName":"System.String","Documentation":"\r\n \r\n Gets or sets a comma-delimited set of route data parameters to vary the cached result by.\r\n \r\n ","Metadata":{"Common.PropertyName":"VaryByRoute"}},{"Kind":"ITagHelper","Name":"vary-by-cookie","TypeName":"System.String","Documentation":"\r\n \r\n Gets or sets a comma-delimited set of cookie names to vary the cached result by.\r\n \r\n ","Metadata":{"Common.PropertyName":"VaryByCookie"}},{"Kind":"ITagHelper","Name":"vary-by-user","TypeName":"System.Boolean","Documentation":"\r\n \r\n Gets or sets a value that determines if the cached result is to be varied by the Identity for the logged in\r\n .\r\n \r\n ","Metadata":{"Common.PropertyName":"VaryByUser"}},{"Kind":"ITagHelper","Name":"vary-by-culture","TypeName":"System.Boolean","Documentation":"\r\n \r\n Gets or sets a value that determines if the cached result is to be varied by request culture.\r\n \r\n Setting this to true would result in the result to be varied by \r\n and .\r\n \r\n \r\n ","Metadata":{"Common.PropertyName":"VaryByCulture"}},{"Kind":"ITagHelper","Name":"expires-on","TypeName":"System.DateTimeOffset?","Documentation":"\r\n \r\n Gets or sets the exact the cache entry should be evicted.\r\n \r\n ","Metadata":{"Common.PropertyName":"ExpiresOn"}},{"Kind":"ITagHelper","Name":"expires-after","TypeName":"System.TimeSpan?","Documentation":"\r\n \r\n Gets or sets the duration, from the time the cache entry was added, when it should be evicted.\r\n \r\n ","Metadata":{"Common.PropertyName":"ExpiresAfter"}},{"Kind":"ITagHelper","Name":"expires-sliding","TypeName":"System.TimeSpan?","Documentation":"\r\n \r\n Gets or sets the duration from last access that the cache entry should be evicted.\r\n \r\n ","Metadata":{"Common.PropertyName":"ExpiresSliding"}},{"Kind":"ITagHelper","Name":"enabled","TypeName":"System.Boolean","Documentation":"\r\n \r\n Gets or sets the value which determines if the tag helper is enabled or not.\r\n \r\n ","Metadata":{"Common.PropertyName":"Enabled"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.DistributedCacheTagHelper","Common.TypeNameIdentifier":"DistributedCacheTagHelper","Common.TypeNamespace":"Microsoft.AspNetCore.Mvc.TagHelpers","Runtime.Name":"ITagHelper"}},{"HashCode":-1107305569,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.EnvironmentTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\r\n \r\n implementation targeting <environment> elements that conditionally renders\r\n content based on the current value of .\r\n If the environment is not listed in the specified or ,\r\n or if it is in , the content will not be rendered.\r\n \r\n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"environment"}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"names","TypeName":"System.String","Documentation":"\r\n \r\n A comma separated list of environment names in which the content should be rendered.\r\n If the current environment is also in the list, the content will not be rendered.\r\n \r\n \r\n The specified environment names are compared case insensitively to the current value of\r\n .\r\n \r\n ","Metadata":{"Common.PropertyName":"Names"}},{"Kind":"ITagHelper","Name":"include","TypeName":"System.String","Documentation":"\r\n \r\n A comma separated list of environment names in which the content should be rendered.\r\n If the current environment is also in the list, the content will not be rendered.\r\n \r\n \r\n The specified environment names are compared case insensitively to the current value of\r\n .\r\n \r\n ","Metadata":{"Common.PropertyName":"Include"}},{"Kind":"ITagHelper","Name":"exclude","TypeName":"System.String","Documentation":"\r\n \r\n A comma separated list of environment names in which the content will not be rendered.\r\n \r\n \r\n The specified environment names are compared case insensitively to the current value of\r\n .\r\n \r\n ","Metadata":{"Common.PropertyName":"Exclude"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.EnvironmentTagHelper","Common.TypeNameIdentifier":"EnvironmentTagHelper","Common.TypeNamespace":"Microsoft.AspNetCore.Mvc.TagHelpers","Runtime.Name":"ITagHelper"}},{"HashCode":1496735038,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.FormActionTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\r\n \r\n implementation targeting <button> elements and <input> elements with\r\n their type attribute set to image or submit.\r\n \r\n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"button","Attributes":[{"Name":"asp-action"}]},{"TagName":"button","Attributes":[{"Name":"asp-controller"}]},{"TagName":"button","Attributes":[{"Name":"asp-area"}]},{"TagName":"button","Attributes":[{"Name":"asp-page"}]},{"TagName":"button","Attributes":[{"Name":"asp-page-handler"}]},{"TagName":"button","Attributes":[{"Name":"asp-fragment"}]},{"TagName":"button","Attributes":[{"Name":"asp-route"}]},{"TagName":"button","Attributes":[{"Name":"asp-all-route-data"}]},{"TagName":"button","Attributes":[{"Name":"asp-route-","NameComparison":1}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"image","ValueComparison":1},{"Name":"asp-action"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"image","ValueComparison":1},{"Name":"asp-controller"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"image","ValueComparison":1},{"Name":"asp-area"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"image","ValueComparison":1},{"Name":"asp-page"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"image","ValueComparison":1},{"Name":"asp-page-handler"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"image","ValueComparison":1},{"Name":"asp-fragment"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"image","ValueComparison":1},{"Name":"asp-route"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"image","ValueComparison":1},{"Name":"asp-all-route-data"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"image","ValueComparison":1},{"Name":"asp-route-","NameComparison":1}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"submit","ValueComparison":1},{"Name":"asp-action"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"submit","ValueComparison":1},{"Name":"asp-controller"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"submit","ValueComparison":1},{"Name":"asp-area"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"submit","ValueComparison":1},{"Name":"asp-page"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"submit","ValueComparison":1},{"Name":"asp-page-handler"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"submit","ValueComparison":1},{"Name":"asp-fragment"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"submit","ValueComparison":1},{"Name":"asp-route"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"submit","ValueComparison":1},{"Name":"asp-all-route-data"}]},{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"type","Value":"submit","ValueComparison":1},{"Name":"asp-route-","NameComparison":1}]}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"asp-action","TypeName":"System.String","Documentation":"\r\n \r\n The name of the action method.\r\n \r\n ","Metadata":{"Common.PropertyName":"Action"}},{"Kind":"ITagHelper","Name":"asp-controller","TypeName":"System.String","Documentation":"\r\n \r\n The name of the controller.\r\n \r\n ","Metadata":{"Common.PropertyName":"Controller"}},{"Kind":"ITagHelper","Name":"asp-area","TypeName":"System.String","Documentation":"\r\n \r\n The name of the area.\r\n \r\n ","Metadata":{"Common.PropertyName":"Area"}},{"Kind":"ITagHelper","Name":"asp-page","TypeName":"System.String","Documentation":"\r\n \r\n The name of the page.\r\n \r\n ","Metadata":{"Common.PropertyName":"Page"}},{"Kind":"ITagHelper","Name":"asp-page-handler","TypeName":"System.String","Documentation":"\r\n \r\n The name of the page handler.\r\n \r\n ","Metadata":{"Common.PropertyName":"PageHandler"}},{"Kind":"ITagHelper","Name":"asp-fragment","TypeName":"System.String","Documentation":"\r\n \r\n Gets or sets the URL fragment.\r\n \r\n ","Metadata":{"Common.PropertyName":"Fragment"}},{"Kind":"ITagHelper","Name":"asp-route","TypeName":"System.String","Documentation":"\r\n \r\n Name of the route.\r\n \r\n \r\n Must be null if or is non-null.\r\n \r\n ","Metadata":{"Common.PropertyName":"Route"}},{"Kind":"ITagHelper","Name":"asp-all-route-data","TypeName":"System.Collections.Generic.IDictionary","IndexerNamePrefix":"asp-route-","IndexerTypeName":"System.String","Documentation":"\r\n \r\n Additional parameters for the route.\r\n \r\n ","Metadata":{"Common.PropertyName":"RouteValues"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.FormActionTagHelper","Common.TypeNameIdentifier":"FormActionTagHelper","Common.TypeNamespace":"Microsoft.AspNetCore.Mvc.TagHelpers","Runtime.Name":"ITagHelper"}},{"HashCode":126514257,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.FormTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\r\n \r\n implementation targeting <form> elements.\r\n \r\n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"form"}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"asp-action","TypeName":"System.String","Documentation":"\r\n \r\n The name of the action method.\r\n \r\n ","Metadata":{"Common.PropertyName":"Action"}},{"Kind":"ITagHelper","Name":"asp-controller","TypeName":"System.String","Documentation":"\r\n \r\n The name of the controller.\r\n \r\n ","Metadata":{"Common.PropertyName":"Controller"}},{"Kind":"ITagHelper","Name":"asp-area","TypeName":"System.String","Documentation":"\r\n \r\n The name of the area.\r\n \r\n ","Metadata":{"Common.PropertyName":"Area"}},{"Kind":"ITagHelper","Name":"asp-page","TypeName":"System.String","Documentation":"\r\n \r\n The name of the page.\r\n \r\n ","Metadata":{"Common.PropertyName":"Page"}},{"Kind":"ITagHelper","Name":"asp-page-handler","TypeName":"System.String","Documentation":"\r\n \r\n The name of the page handler.\r\n \r\n ","Metadata":{"Common.PropertyName":"PageHandler"}},{"Kind":"ITagHelper","Name":"asp-antiforgery","TypeName":"System.Boolean?","Documentation":"\r\n \r\n Whether the antiforgery token should be generated.\r\n \r\n Defaults to false if user provides an action attribute\r\n or if the method is ; true otherwise.\r\n ","Metadata":{"Common.PropertyName":"Antiforgery"}},{"Kind":"ITagHelper","Name":"asp-fragment","TypeName":"System.String","Documentation":"\r\n \r\n Gets or sets the URL fragment.\r\n \r\n ","Metadata":{"Common.PropertyName":"Fragment"}},{"Kind":"ITagHelper","Name":"asp-route","TypeName":"System.String","Documentation":"\r\n \r\n Name of the route.\r\n \r\n \r\n Must be null if or is non-null.\r\n \r\n ","Metadata":{"Common.PropertyName":"Route"}},{"Kind":"ITagHelper","Name":"asp-all-route-data","TypeName":"System.Collections.Generic.IDictionary","IndexerNamePrefix":"asp-route-","IndexerTypeName":"System.String","Documentation":"\r\n \r\n Additional parameters for the route.\r\n \r\n ","Metadata":{"Common.PropertyName":"RouteValues"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.FormTagHelper","Common.TypeNameIdentifier":"FormTagHelper","Common.TypeNamespace":"Microsoft.AspNetCore.Mvc.TagHelpers","Runtime.Name":"ITagHelper"}},{"HashCode":-835993632,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.ImageTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\r\n \r\n implementation targeting <img> elements that supports file versioning.\r\n \r\n \r\n The tag helper won't process for cases with just the 'src' attribute.\r\n \r\n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"img","TagStructure":2,"Attributes":[{"Name":"asp-append-version"},{"Name":"src"}]}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"src","TypeName":"System.String","Documentation":"\r\n \r\n Source of the image.\r\n \r\n \r\n Passed through to the generated HTML in all cases.\r\n \r\n ","Metadata":{"Common.PropertyName":"Src"}},{"Kind":"ITagHelper","Name":"asp-append-version","TypeName":"System.Boolean","Documentation":"\r\n \r\n Value indicating if file version should be appended to the src urls.\r\n \r\n \r\n If true then a query string \"v\" with the encoded content of the file is added.\r\n \r\n ","Metadata":{"Common.PropertyName":"AppendVersion"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.ImageTagHelper","Common.TypeNameIdentifier":"ImageTagHelper","Common.TypeNamespace":"Microsoft.AspNetCore.Mvc.TagHelpers","Runtime.Name":"ITagHelper"}},{"HashCode":-2104829273,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.InputTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\r\n \r\n implementation targeting <input> elements with an asp-for attribute.\r\n \r\n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"input","TagStructure":2,"Attributes":[{"Name":"asp-for"}]}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"asp-for","TypeName":"Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExpression","Documentation":"\r\n \r\n An expression to be evaluated against the current model.\r\n \r\n ","Metadata":{"Common.PropertyName":"For"}},{"Kind":"ITagHelper","Name":"asp-format","TypeName":"System.String","Documentation":"\r\n \r\n The format string (see https://msdn.microsoft.com/en-us/library/txafckwd.aspx) used to format the\r\n result. Sets the generated \"value\" attribute to that formatted string.\r\n \r\n \r\n Not used if the provided (see ) or calculated \"type\" attribute value is\r\n checkbox, password, or radio. That is, is used when calling\r\n .\r\n \r\n ","Metadata":{"Common.PropertyName":"Format"}},{"Kind":"ITagHelper","Name":"type","TypeName":"System.String","Documentation":"\r\n \r\n The type of the <input> element.\r\n \r\n \r\n Passed through to the generated HTML in all cases. Also used to determine the \r\n helper to call and the default value. A default is not calculated\r\n if the provided (see ) or calculated \"type\" attribute value is checkbox,\r\n hidden, password, or radio.\r\n \r\n ","Metadata":{"Common.PropertyName":"InputTypeName"}},{"Kind":"ITagHelper","Name":"name","TypeName":"System.String","Documentation":"\r\n \r\n The name of the <input> element.\r\n \r\n \r\n Passed through to the generated HTML in all cases. Also used to determine whether is\r\n valid with an empty .\r\n \r\n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"ITagHelper","Name":"value","TypeName":"System.String","Documentation":"\r\n \r\n The value of the <input> element.\r\n \r\n \r\n Passed through to the generated HTML in all cases. Also used to determine the generated \"checked\" attribute\r\n if is \"radio\". Must not be null in that case.\r\n \r\n ","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.InputTagHelper","Common.TypeNameIdentifier":"InputTagHelper","Common.TypeNamespace":"Microsoft.AspNetCore.Mvc.TagHelpers","Runtime.Name":"ITagHelper"}},{"HashCode":-1039086171,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.LabelTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\r\n \r\n implementation targeting <label> elements with an asp-for attribute.\r\n \r\n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"label","Attributes":[{"Name":"asp-for"}]}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"asp-for","TypeName":"Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExpression","Documentation":"\r\n \r\n An expression to be evaluated against the current model.\r\n \r\n ","Metadata":{"Common.PropertyName":"For"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.LabelTagHelper","Common.TypeNameIdentifier":"LabelTagHelper","Common.TypeNamespace":"Microsoft.AspNetCore.Mvc.TagHelpers","Runtime.Name":"ITagHelper"}},{"HashCode":-1394407878,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.LinkTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\r\n \r\n implementation targeting <link> elements that supports fallback href paths.\r\n \r\n \r\n The tag helper won't process for cases with just the 'href' attribute.\r\n \r\n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"link","TagStructure":2,"Attributes":[{"Name":"asp-href-include"}]},{"TagName":"link","TagStructure":2,"Attributes":[{"Name":"asp-href-exclude"}]},{"TagName":"link","TagStructure":2,"Attributes":[{"Name":"asp-fallback-href"}]},{"TagName":"link","TagStructure":2,"Attributes":[{"Name":"asp-fallback-href-include"}]},{"TagName":"link","TagStructure":2,"Attributes":[{"Name":"asp-fallback-href-exclude"}]},{"TagName":"link","TagStructure":2,"Attributes":[{"Name":"asp-fallback-test-class"}]},{"TagName":"link","TagStructure":2,"Attributes":[{"Name":"asp-fallback-test-property"}]},{"TagName":"link","TagStructure":2,"Attributes":[{"Name":"asp-fallback-test-value"}]},{"TagName":"link","TagStructure":2,"Attributes":[{"Name":"asp-append-version"}]}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"href","TypeName":"System.String","Documentation":"\r\n \r\n Address of the linked resource.\r\n \r\n \r\n Passed through to the generated HTML in all cases.\r\n \r\n ","Metadata":{"Common.PropertyName":"Href"}},{"Kind":"ITagHelper","Name":"asp-href-include","TypeName":"System.String","Documentation":"\r\n \r\n A comma separated list of globbed file patterns of CSS stylesheets to load.\r\n The glob patterns are assessed relative to the application's 'webroot' setting.\r\n \r\n ","Metadata":{"Common.PropertyName":"HrefInclude"}},{"Kind":"ITagHelper","Name":"asp-href-exclude","TypeName":"System.String","Documentation":"\r\n \r\n A comma separated list of globbed file patterns of CSS stylesheets to exclude from loading.\r\n The glob patterns are assessed relative to the application's 'webroot' setting.\r\n Must be used in conjunction with .\r\n \r\n ","Metadata":{"Common.PropertyName":"HrefExclude"}},{"Kind":"ITagHelper","Name":"asp-fallback-href","TypeName":"System.String","Documentation":"\r\n \r\n The URL of a CSS stylesheet to fallback to in the case the primary one fails.\r\n \r\n ","Metadata":{"Common.PropertyName":"FallbackHref"}},{"Kind":"ITagHelper","Name":"asp-suppress-fallback-integrity","TypeName":"System.Boolean","Documentation":"\r\n \r\n Boolean value that determines if an integrity hash will be compared with value.\r\n \r\n ","Metadata":{"Common.PropertyName":"SuppressFallbackIntegrity"}},{"Kind":"ITagHelper","Name":"asp-append-version","TypeName":"System.Boolean?","Documentation":"\r\n \r\n Value indicating if file version should be appended to the href urls.\r\n \r\n \r\n If true then a query string \"v\" with the encoded content of the file is added.\r\n \r\n ","Metadata":{"Common.PropertyName":"AppendVersion"}},{"Kind":"ITagHelper","Name":"asp-fallback-href-include","TypeName":"System.String","Documentation":"\r\n \r\n A comma separated list of globbed file patterns of CSS stylesheets to fallback to in the case the primary\r\n one fails.\r\n The glob patterns are assessed relative to the application's 'webroot' setting.\r\n \r\n ","Metadata":{"Common.PropertyName":"FallbackHrefInclude"}},{"Kind":"ITagHelper","Name":"asp-fallback-href-exclude","TypeName":"System.String","Documentation":"\r\n \r\n A comma separated list of globbed file patterns of CSS stylesheets to exclude from the fallback list, in\r\n the case the primary one fails.\r\n The glob patterns are assessed relative to the application's 'webroot' setting.\r\n Must be used in conjunction with .\r\n \r\n ","Metadata":{"Common.PropertyName":"FallbackHrefExclude"}},{"Kind":"ITagHelper","Name":"asp-fallback-test-class","TypeName":"System.String","Documentation":"\r\n \r\n The class name defined in the stylesheet to use for the fallback test.\r\n Must be used in conjunction with and ,\r\n and either or .\r\n \r\n ","Metadata":{"Common.PropertyName":"FallbackTestClass"}},{"Kind":"ITagHelper","Name":"asp-fallback-test-property","TypeName":"System.String","Documentation":"\r\n \r\n The CSS property name to use for the fallback test.\r\n Must be used in conjunction with and ,\r\n and either or .\r\n \r\n ","Metadata":{"Common.PropertyName":"FallbackTestProperty"}},{"Kind":"ITagHelper","Name":"asp-fallback-test-value","TypeName":"System.String","Documentation":"\r\n \r\n The CSS property value to use for the fallback test.\r\n Must be used in conjunction with and ,\r\n and either or .\r\n \r\n ","Metadata":{"Common.PropertyName":"FallbackTestValue"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.LinkTagHelper","Common.TypeNameIdentifier":"LinkTagHelper","Common.TypeNamespace":"Microsoft.AspNetCore.Mvc.TagHelpers","Runtime.Name":"ITagHelper"}},{"HashCode":663111948,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.OptionTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\r\n \r\n implementation targeting <option> elements.\r\n \r\n \r\n This works in conjunction with . It reads elements\r\n content but does not modify that content. The only modification it makes is to add a selected attribute\r\n in some cases.\r\n \r\n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"option"}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"value","TypeName":"System.String","Documentation":"\r\n \r\n Specifies a value for the <option> element.\r\n \r\n \r\n Passed through to the generated HTML in all cases.\r\n \r\n ","Metadata":{"Common.PropertyName":"Value"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.OptionTagHelper","Common.TypeNameIdentifier":"OptionTagHelper","Common.TypeNamespace":"Microsoft.AspNetCore.Mvc.TagHelpers","Runtime.Name":"ITagHelper"}},{"HashCode":-1606513186,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.PartialTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\r\n \r\n Renders a partial view.\r\n \r\n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"partial","TagStructure":2,"Attributes":[{"Name":"name"}]}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"name","TypeName":"System.String","Documentation":"\r\n \r\n The name or path of the partial view that is rendered to the response.\r\n \r\n ","Metadata":{"Common.PropertyName":"Name"}},{"Kind":"ITagHelper","Name":"for","TypeName":"Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExpression","Documentation":"\r\n \r\n An expression to be evaluated against the current model. Cannot be used together with .\r\n \r\n ","Metadata":{"Common.PropertyName":"For"}},{"Kind":"ITagHelper","Name":"model","TypeName":"System.Object","Documentation":"\r\n \r\n The model to pass into the partial view. Cannot be used together with .\r\n \r\n ","Metadata":{"Common.PropertyName":"Model"}},{"Kind":"ITagHelper","Name":"optional","TypeName":"System.Boolean","Documentation":"\r\n \r\n When optional, executing the tag helper will no-op if the view cannot be located.\r\n Otherwise will throw stating the view could not be found.\r\n \r\n ","Metadata":{"Common.PropertyName":"Optional"}},{"Kind":"ITagHelper","Name":"fallback-name","TypeName":"System.String","Documentation":"\r\n \r\n View to lookup if the view specified by cannot be located.\r\n \r\n ","Metadata":{"Common.PropertyName":"FallbackName"}},{"Kind":"ITagHelper","Name":"view-data","TypeName":"Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary","IndexerNamePrefix":"view-data-","IndexerTypeName":"System.Object","Documentation":"\r\n \r\n A to pass into the partial view.\r\n \r\n ","Metadata":{"Common.PropertyName":"ViewData"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.PartialTagHelper","Common.TypeNameIdentifier":"PartialTagHelper","Common.TypeNamespace":"Microsoft.AspNetCore.Mvc.TagHelpers","Runtime.Name":"ITagHelper"}},{"HashCode":597222171,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.PersistComponentStateTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\r\n \r\n A that saves the state of Razor components rendered on the page up to that point.\r\n \r\n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"persist-component-state","TagStructure":2}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"persist-mode","TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.PersistenceMode?","Documentation":"\r\n \r\n Gets or sets the for the state to persist.\r\n \r\n ","Metadata":{"Common.PropertyName":"PersistenceMode"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.PersistComponentStateTagHelper","Common.TypeNameIdentifier":"PersistComponentStateTagHelper","Common.TypeNamespace":"Microsoft.AspNetCore.Mvc.TagHelpers","Runtime.Name":"ITagHelper"}},{"HashCode":1022418279,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.ScriptTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\r\n \r\n implementation targeting <script> elements that supports fallback src paths.\r\n \r\n \r\n The tag helper won't process for cases with just the 'src' attribute.\r\n \r\n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"script","Attributes":[{"Name":"asp-src-include"}]},{"TagName":"script","Attributes":[{"Name":"asp-src-exclude"}]},{"TagName":"script","Attributes":[{"Name":"asp-fallback-src"}]},{"TagName":"script","Attributes":[{"Name":"asp-fallback-src-include"}]},{"TagName":"script","Attributes":[{"Name":"asp-fallback-src-exclude"}]},{"TagName":"script","Attributes":[{"Name":"asp-fallback-test"}]},{"TagName":"script","Attributes":[{"Name":"asp-append-version"}]}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"src","TypeName":"System.String","Documentation":"\r\n \r\n Address of the external script to use.\r\n \r\n \r\n Passed through to the generated HTML in all cases.\r\n \r\n ","Metadata":{"Common.PropertyName":"Src"}},{"Kind":"ITagHelper","Name":"asp-src-include","TypeName":"System.String","Documentation":"\r\n \r\n A comma separated list of globbed file patterns of JavaScript scripts to load.\r\n The glob patterns are assessed relative to the application's 'webroot' setting.\r\n \r\n ","Metadata":{"Common.PropertyName":"SrcInclude"}},{"Kind":"ITagHelper","Name":"asp-src-exclude","TypeName":"System.String","Documentation":"\r\n \r\n A comma separated list of globbed file patterns of JavaScript scripts to exclude from loading.\r\n The glob patterns are assessed relative to the application's 'webroot' setting.\r\n Must be used in conjunction with .\r\n \r\n ","Metadata":{"Common.PropertyName":"SrcExclude"}},{"Kind":"ITagHelper","Name":"asp-fallback-src","TypeName":"System.String","Documentation":"\r\n \r\n The URL of a Script tag to fallback to in the case the primary one fails.\r\n \r\n ","Metadata":{"Common.PropertyName":"FallbackSrc"}},{"Kind":"ITagHelper","Name":"asp-suppress-fallback-integrity","TypeName":"System.Boolean","Documentation":"\r\n \r\n Boolean value that determines if an integrity hash will be compared with value.\r\n \r\n ","Metadata":{"Common.PropertyName":"SuppressFallbackIntegrity"}},{"Kind":"ITagHelper","Name":"asp-append-version","TypeName":"System.Boolean?","Documentation":"\r\n \r\n Value indicating if file version should be appended to src urls.\r\n \r\n \r\n A query string \"v\" with the encoded content of the file is added.\r\n \r\n ","Metadata":{"Common.PropertyName":"AppendVersion"}},{"Kind":"ITagHelper","Name":"asp-fallback-src-include","TypeName":"System.String","Documentation":"\r\n \r\n A comma separated list of globbed file patterns of JavaScript scripts to fallback to in the case the\r\n primary one fails.\r\n The glob patterns are assessed relative to the application's 'webroot' setting.\r\n \r\n ","Metadata":{"Common.PropertyName":"FallbackSrcInclude"}},{"Kind":"ITagHelper","Name":"asp-fallback-src-exclude","TypeName":"System.String","Documentation":"\r\n \r\n A comma separated list of globbed file patterns of JavaScript scripts to exclude from the fallback list, in\r\n the case the primary one fails.\r\n The glob patterns are assessed relative to the application's 'webroot' setting.\r\n Must be used in conjunction with .\r\n \r\n ","Metadata":{"Common.PropertyName":"FallbackSrcExclude"}},{"Kind":"ITagHelper","Name":"asp-fallback-test","TypeName":"System.String","Documentation":"\r\n \r\n The script method defined in the primary script to use for the fallback test.\r\n \r\n ","Metadata":{"Common.PropertyName":"FallbackTestExpression"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.ScriptTagHelper","Common.TypeNameIdentifier":"ScriptTagHelper","Common.TypeNamespace":"Microsoft.AspNetCore.Mvc.TagHelpers","Runtime.Name":"ITagHelper"}},{"HashCode":-554474441,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.SelectTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\r\n \r\n implementation targeting <select> elements with asp-for and/or\r\n asp-items attribute(s).\r\n \r\n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"select","Attributes":[{"Name":"asp-for"}]},{"TagName":"select","Attributes":[{"Name":"asp-items"}]}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"asp-for","TypeName":"Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExpression","Documentation":"\r\n \r\n An expression to be evaluated against the current model.\r\n \r\n ","Metadata":{"Common.PropertyName":"For"}},{"Kind":"ITagHelper","Name":"asp-items","TypeName":"System.Collections.Generic.IEnumerable","Documentation":"\r\n \r\n A collection of objects used to populate the <select> element with\r\n <optgroup> and <option> elements.\r\n \r\n ","Metadata":{"Common.PropertyName":"Items"}},{"Kind":"ITagHelper","Name":"name","TypeName":"System.String","Documentation":"\r\n \r\n The name of the <input> element.\r\n \r\n \r\n Passed through to the generated HTML in all cases. Also used to determine whether is\r\n valid with an empty .\r\n \r\n ","Metadata":{"Common.PropertyName":"Name"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.SelectTagHelper","Common.TypeNameIdentifier":"SelectTagHelper","Common.TypeNamespace":"Microsoft.AspNetCore.Mvc.TagHelpers","Runtime.Name":"ITagHelper"}},{"HashCode":915989612,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.TextAreaTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\r\n \r\n implementation targeting <textarea> elements with an asp-for attribute.\r\n \r\n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"textarea","Attributes":[{"Name":"asp-for"}]}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"asp-for","TypeName":"Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExpression","Documentation":"\r\n \r\n An expression to be evaluated against the current model.\r\n \r\n ","Metadata":{"Common.PropertyName":"For"}},{"Kind":"ITagHelper","Name":"name","TypeName":"System.String","Documentation":"\r\n \r\n The name of the <input> element.\r\n \r\n \r\n Passed through to the generated HTML in all cases. Also used to determine whether is\r\n valid with an empty .\r\n \r\n ","Metadata":{"Common.PropertyName":"Name"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.TextAreaTagHelper","Common.TypeNameIdentifier":"TextAreaTagHelper","Common.TypeNamespace":"Microsoft.AspNetCore.Mvc.TagHelpers","Runtime.Name":"ITagHelper"}},{"HashCode":2070480479,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.ValidationMessageTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\r\n \r\n implementation targeting any HTML element with an asp-validation-for\r\n attribute.\r\n \r\n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"span","Attributes":[{"Name":"asp-validation-for"}]}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"asp-validation-for","TypeName":"Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExpression","Documentation":"\r\n \r\n Gets an expression to be evaluated against the current model.\r\n \r\n ","Metadata":{"Common.PropertyName":"For"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.ValidationMessageTagHelper","Common.TypeNameIdentifier":"ValidationMessageTagHelper","Common.TypeNamespace":"Microsoft.AspNetCore.Mvc.TagHelpers","Runtime.Name":"ITagHelper"}},{"HashCode":711690974,"Kind":"ITagHelper","Name":"Microsoft.AspNetCore.Mvc.TagHelpers.ValidationSummaryTagHelper","AssemblyName":"Microsoft.AspNetCore.Mvc.TagHelpers","Documentation":"\r\n \r\n implementation targeting any HTML element with an asp-validation-summary\r\n attribute.\r\n \r\n ","CaseSensitive":false,"TagMatchingRules":[{"TagName":"div","Attributes":[{"Name":"asp-validation-summary"}]}],"BoundAttributes":[{"Kind":"ITagHelper","Name":"asp-validation-summary","TypeName":"Microsoft.AspNetCore.Mvc.Rendering.ValidationSummary","IsEnum":true,"Documentation":"\r\n \r\n If or , appends a validation\r\n summary. Otherwise (, the default), this tag helper does nothing.\r\n \r\n \r\n Thrown if setter is called with an undefined value e.g.\r\n (ValidationSummary)23.\r\n \r\n ","Metadata":{"Common.PropertyName":"ValidationSummary"}}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Mvc.TagHelpers.ValidationSummaryTagHelper","Common.TypeNameIdentifier":"ValidationSummaryTagHelper","Common.TypeNamespace":"Microsoft.AspNetCore.Mvc.TagHelpers","Runtime.Name":"ITagHelper"}},{"HashCode":87783689,"Kind":"Components.Bind","Name":"Bind","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":0},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@bind-","NameComparison":1,"Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-...","TypeName":"System.Collections.Generic.Dictionary","IndexerNamePrefix":"@bind-","IndexerTypeName":"System.Object","Documentation":{"Id":0},"Metadata":{"Common.PropertyName":"Bind","Common.DirectiveAttribute":"True"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":{"Id":2},"Metadata":{"Common.PropertyName":"Format"}},{"Name":"event","TypeName":"System.String","Documentation":{"Id":1,"Args":["@bind-..."]},"Metadata":{"Common.PropertyName":"Event"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":{"Id":5},"Metadata":{"Common.PropertyName":"Culture"}},{"Name":"get","TypeName":"System.Object","Documentation":{"Id":8},"Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":{"Id":9},"Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":{"Id":4},"Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Bind","Common.TypeNameIdentifier":"Bind","Common.TypeNamespace":"Microsoft.AspNetCore.Components","Components.Bind.Fallback":"True","Components.IsSpecialKind":"Components.Bind","Runtime.Name":"Components.None"}},{"HashCode":1886728056,"Kind":"Components.Bind","Name":"Bind","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":3,"Args":["value","onchange"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"input","Attributes":[{"Name":"@bind","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"input","Attributes":[{"Name":"@bind:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind","TypeName":"System.Object","Documentation":{"Id":3,"Args":["value","onchange"]},"Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":{"Id":7,"Args":["@bind"]},"Metadata":{"Common.PropertyName":"Format_value"}},{"Name":"event","TypeName":"System.String","Documentation":{"Id":6,"Args":["@bind"]},"Metadata":{"Common.PropertyName":"Event_value"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":{"Id":5},"Metadata":{"Common.PropertyName":"Culture"}},{"Name":"get","TypeName":"System.Object","Documentation":{"Id":8},"Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":{"Id":9},"Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":{"Id":4},"Metadata":{"Common.PropertyName":"After"}}]},{"Kind":"Components.Bind","Name":"format-value","TypeName":"System.String","Documentation":{"Id":7,"Args":["@bind"]},"Metadata":{"Common.PropertyName":"Format_value"}}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes","Common.TypeNameIdentifier":"BindAttributes","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.Bind.ChangeAttribute":"onchange","Components.Bind.Format":null,"Components.Bind.IsInvariantCulture":"False","Components.Bind.ValueAttribute":"value","Components.IsSpecialKind":"Components.Bind","Runtime.Name":"Components.None"}},{"HashCode":-751468505,"Kind":"Components.Bind","Name":"Bind_value","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":3,"Args":["value","onchange"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"input","Attributes":[{"Name":"@bind-value","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"input","Attributes":[{"Name":"@bind-value:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-value:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-value","TypeName":"System.Object","Documentation":{"Id":3,"Args":["value","onchange"]},"Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind_value"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":{"Id":7,"Args":["@bind-value"]},"Metadata":{"Common.PropertyName":"Format_value"}},{"Name":"event","TypeName":"System.String","Documentation":{"Id":6,"Args":["@bind-value"]},"Metadata":{"Common.PropertyName":"Event_value"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":{"Id":5},"Metadata":{"Common.PropertyName":"Culture"}},{"Name":"get","TypeName":"System.Object","Documentation":{"Id":8},"Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":{"Id":9},"Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":{"Id":4},"Metadata":{"Common.PropertyName":"After"}}]},{"Kind":"Components.Bind","Name":"format-value","TypeName":"System.String","Documentation":{"Id":7,"Args":["@bind-value"]},"Metadata":{"Common.PropertyName":"Format_value"}}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes","Common.TypeNameIdentifier":"BindAttributes","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.Bind.ChangeAttribute":"onchange","Components.Bind.Format":null,"Components.Bind.IsInvariantCulture":"False","Components.Bind.ValueAttribute":"value","Components.IsSpecialKind":"Components.Bind","Runtime.Name":"Components.None"}},{"HashCode":-897546298,"Kind":"Components.Bind","Name":"Bind","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":3,"Args":["checked","onchange"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"input","Attributes":[{"Name":"type","Value":"checkbox","ValueComparison":1},{"Name":"@bind","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"input","Attributes":[{"Name":"type","Value":"checkbox","ValueComparison":1},{"Name":"@bind:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind","TypeName":"System.Object","Documentation":{"Id":3,"Args":["checked","onchange"]},"Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":{"Id":7,"Args":["@bind"]},"Metadata":{"Common.PropertyName":"Format_checked"}},{"Name":"event","TypeName":"System.String","Documentation":{"Id":6,"Args":["@bind"]},"Metadata":{"Common.PropertyName":"Event_checked"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":{"Id":5},"Metadata":{"Common.PropertyName":"Culture"}},{"Name":"get","TypeName":"System.Object","Documentation":{"Id":8},"Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":{"Id":9},"Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":{"Id":4},"Metadata":{"Common.PropertyName":"After"}}]},{"Kind":"Components.Bind","Name":"format-checked","TypeName":"System.String","Documentation":{"Id":7,"Args":["@bind"]},"Metadata":{"Common.PropertyName":"Format_checked"}}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes","Common.TypeNameIdentifier":"BindAttributes","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.Bind.ChangeAttribute":"onchange","Components.Bind.Format":null,"Components.Bind.IsInvariantCulture":"False","Components.Bind.TypeAttribute":"checkbox","Components.Bind.ValueAttribute":"checked","Components.IsSpecialKind":"Components.Bind","Runtime.Name":"Components.None"}},{"HashCode":2077438364,"Kind":"Components.Bind","Name":"Bind","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":3,"Args":["value","onchange"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"input","Attributes":[{"Name":"type","Value":"text","ValueComparison":1},{"Name":"@bind","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"input","Attributes":[{"Name":"type","Value":"text","ValueComparison":1},{"Name":"@bind:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind","TypeName":"System.Object","Documentation":{"Id":3,"Args":["value","onchange"]},"Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":{"Id":7,"Args":["@bind"]},"Metadata":{"Common.PropertyName":"Format_value"}},{"Name":"event","TypeName":"System.String","Documentation":{"Id":6,"Args":["@bind"]},"Metadata":{"Common.PropertyName":"Event_value"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":{"Id":5},"Metadata":{"Common.PropertyName":"Culture"}},{"Name":"get","TypeName":"System.Object","Documentation":{"Id":8},"Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":{"Id":9},"Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":{"Id":4},"Metadata":{"Common.PropertyName":"After"}}]},{"Kind":"Components.Bind","Name":"format-value","TypeName":"System.String","Documentation":{"Id":7,"Args":["@bind"]},"Metadata":{"Common.PropertyName":"Format_value"}}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes","Common.TypeNameIdentifier":"BindAttributes","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.Bind.ChangeAttribute":"onchange","Components.Bind.Format":null,"Components.Bind.IsInvariantCulture":"False","Components.Bind.TypeAttribute":"text","Components.Bind.ValueAttribute":"value","Components.IsSpecialKind":"Components.Bind","Runtime.Name":"Components.None"}},{"HashCode":-478655573,"Kind":"Components.Bind","Name":"Bind","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":3,"Args":["value","onchange"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"input","Attributes":[{"Name":"type","Value":"number","ValueComparison":1},{"Name":"@bind","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"input","Attributes":[{"Name":"type","Value":"number","ValueComparison":1},{"Name":"@bind:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind","TypeName":"System.Object","Documentation":{"Id":3,"Args":["value","onchange"]},"Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":{"Id":7,"Args":["@bind"]},"Metadata":{"Common.PropertyName":"Format_value"}},{"Name":"event","TypeName":"System.String","Documentation":{"Id":6,"Args":["@bind"]},"Metadata":{"Common.PropertyName":"Event_value"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":{"Id":5},"Metadata":{"Common.PropertyName":"Culture"}},{"Name":"get","TypeName":"System.Object","Documentation":{"Id":8},"Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":{"Id":9},"Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":{"Id":4},"Metadata":{"Common.PropertyName":"After"}}]},{"Kind":"Components.Bind","Name":"format-value","TypeName":"System.String","Documentation":{"Id":7,"Args":["@bind"]},"Metadata":{"Common.PropertyName":"Format_value"}}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes","Common.TypeNameIdentifier":"BindAttributes","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.Bind.ChangeAttribute":"onchange","Components.Bind.Format":null,"Components.Bind.IsInvariantCulture":"True","Components.Bind.TypeAttribute":"number","Components.Bind.ValueAttribute":"value","Components.IsSpecialKind":"Components.Bind","Runtime.Name":"Components.None"}},{"HashCode":-1727219745,"Kind":"Components.Bind","Name":"Bind_value","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":3,"Args":["value","onchange"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"input","Attributes":[{"Name":"type","Value":"number","ValueComparison":1},{"Name":"@bind-value","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"input","Attributes":[{"Name":"type","Value":"number","ValueComparison":1},{"Name":"@bind-value:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-value:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-value","TypeName":"System.Object","Documentation":{"Id":3,"Args":["value","onchange"]},"Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind_value"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":{"Id":7,"Args":["@bind-value"]},"Metadata":{"Common.PropertyName":"Format_value"}},{"Name":"event","TypeName":"System.String","Documentation":{"Id":6,"Args":["@bind-value"]},"Metadata":{"Common.PropertyName":"Event_value"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":{"Id":5},"Metadata":{"Common.PropertyName":"Culture"}},{"Name":"get","TypeName":"System.Object","Documentation":{"Id":8},"Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":{"Id":9},"Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":{"Id":4},"Metadata":{"Common.PropertyName":"After"}}]},{"Kind":"Components.Bind","Name":"format-value","TypeName":"System.String","Documentation":{"Id":7,"Args":["@bind-value"]},"Metadata":{"Common.PropertyName":"Format_value"}}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes","Common.TypeNameIdentifier":"BindAttributes","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.Bind.ChangeAttribute":"onchange","Components.Bind.Format":null,"Components.Bind.IsInvariantCulture":"True","Components.Bind.TypeAttribute":"number","Components.Bind.ValueAttribute":"value","Components.IsSpecialKind":"Components.Bind","Runtime.Name":"Components.None"}},{"HashCode":1609103576,"Kind":"Components.Bind","Name":"Bind","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":3,"Args":["value","onchange"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"input","Attributes":[{"Name":"type","Value":"date","ValueComparison":1},{"Name":"@bind","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"input","Attributes":[{"Name":"type","Value":"date","ValueComparison":1},{"Name":"@bind:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind","TypeName":"System.Object","Documentation":{"Id":3,"Args":["value","onchange"]},"Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":{"Id":7,"Args":["@bind"]},"Metadata":{"Common.PropertyName":"Format_value"}},{"Name":"event","TypeName":"System.String","Documentation":{"Id":6,"Args":["@bind"]},"Metadata":{"Common.PropertyName":"Event_value"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":{"Id":5},"Metadata":{"Common.PropertyName":"Culture"}},{"Name":"get","TypeName":"System.Object","Documentation":{"Id":8},"Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":{"Id":9},"Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":{"Id":4},"Metadata":{"Common.PropertyName":"After"}}]},{"Kind":"Components.Bind","Name":"format-value","TypeName":"System.String","Documentation":{"Id":7,"Args":["@bind"]},"Metadata":{"Common.PropertyName":"Format_value"}}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes","Common.TypeNameIdentifier":"BindAttributes","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.Bind.ChangeAttribute":"onchange","Components.Bind.Format":"yyyy-MM-dd","Components.Bind.IsInvariantCulture":"True","Components.Bind.TypeAttribute":"date","Components.Bind.ValueAttribute":"value","Components.IsSpecialKind":"Components.Bind","Runtime.Name":"Components.None"}},{"HashCode":-263506177,"Kind":"Components.Bind","Name":"Bind_value","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":3,"Args":["value","onchange"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"input","Attributes":[{"Name":"type","Value":"date","ValueComparison":1},{"Name":"@bind-value","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"input","Attributes":[{"Name":"type","Value":"date","ValueComparison":1},{"Name":"@bind-value:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-value:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-value","TypeName":"System.Object","Documentation":{"Id":3,"Args":["value","onchange"]},"Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind_value"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":{"Id":7,"Args":["@bind-value"]},"Metadata":{"Common.PropertyName":"Format_value"}},{"Name":"event","TypeName":"System.String","Documentation":{"Id":6,"Args":["@bind-value"]},"Metadata":{"Common.PropertyName":"Event_value"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":{"Id":5},"Metadata":{"Common.PropertyName":"Culture"}},{"Name":"get","TypeName":"System.Object","Documentation":{"Id":8},"Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":{"Id":9},"Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":{"Id":4},"Metadata":{"Common.PropertyName":"After"}}]},{"Kind":"Components.Bind","Name":"format-value","TypeName":"System.String","Documentation":{"Id":7,"Args":["@bind-value"]},"Metadata":{"Common.PropertyName":"Format_value"}}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes","Common.TypeNameIdentifier":"BindAttributes","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.Bind.ChangeAttribute":"onchange","Components.Bind.Format":"yyyy-MM-dd","Components.Bind.IsInvariantCulture":"True","Components.Bind.TypeAttribute":"date","Components.Bind.ValueAttribute":"value","Components.IsSpecialKind":"Components.Bind","Runtime.Name":"Components.None"}},{"HashCode":-1699770350,"Kind":"Components.Bind","Name":"Bind","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":3,"Args":["value","onchange"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"input","Attributes":[{"Name":"type","Value":"datetime-local","ValueComparison":1},{"Name":"@bind","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"input","Attributes":[{"Name":"type","Value":"datetime-local","ValueComparison":1},{"Name":"@bind:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind","TypeName":"System.Object","Documentation":{"Id":3,"Args":["value","onchange"]},"Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":{"Id":7,"Args":["@bind"]},"Metadata":{"Common.PropertyName":"Format_value"}},{"Name":"event","TypeName":"System.String","Documentation":{"Id":6,"Args":["@bind"]},"Metadata":{"Common.PropertyName":"Event_value"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":{"Id":5},"Metadata":{"Common.PropertyName":"Culture"}},{"Name":"get","TypeName":"System.Object","Documentation":{"Id":8},"Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":{"Id":9},"Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":{"Id":4},"Metadata":{"Common.PropertyName":"After"}}]},{"Kind":"Components.Bind","Name":"format-value","TypeName":"System.String","Documentation":{"Id":7,"Args":["@bind"]},"Metadata":{"Common.PropertyName":"Format_value"}}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes","Common.TypeNameIdentifier":"BindAttributes","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.Bind.ChangeAttribute":"onchange","Components.Bind.Format":"yyyy-MM-ddTHH:mm:ss","Components.Bind.IsInvariantCulture":"True","Components.Bind.TypeAttribute":"datetime-local","Components.Bind.ValueAttribute":"value","Components.IsSpecialKind":"Components.Bind","Runtime.Name":"Components.None"}},{"HashCode":1138129442,"Kind":"Components.Bind","Name":"Bind_value","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":3,"Args":["value","onchange"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"input","Attributes":[{"Name":"type","Value":"datetime-local","ValueComparison":1},{"Name":"@bind-value","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"input","Attributes":[{"Name":"type","Value":"datetime-local","ValueComparison":1},{"Name":"@bind-value:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-value:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-value","TypeName":"System.Object","Documentation":{"Id":3,"Args":["value","onchange"]},"Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind_value"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":{"Id":7,"Args":["@bind-value"]},"Metadata":{"Common.PropertyName":"Format_value"}},{"Name":"event","TypeName":"System.String","Documentation":{"Id":6,"Args":["@bind-value"]},"Metadata":{"Common.PropertyName":"Event_value"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":{"Id":5},"Metadata":{"Common.PropertyName":"Culture"}},{"Name":"get","TypeName":"System.Object","Documentation":{"Id":8},"Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":{"Id":9},"Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":{"Id":4},"Metadata":{"Common.PropertyName":"After"}}]},{"Kind":"Components.Bind","Name":"format-value","TypeName":"System.String","Documentation":{"Id":7,"Args":["@bind-value"]},"Metadata":{"Common.PropertyName":"Format_value"}}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes","Common.TypeNameIdentifier":"BindAttributes","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.Bind.ChangeAttribute":"onchange","Components.Bind.Format":"yyyy-MM-ddTHH:mm:ss","Components.Bind.IsInvariantCulture":"True","Components.Bind.TypeAttribute":"datetime-local","Components.Bind.ValueAttribute":"value","Components.IsSpecialKind":"Components.Bind","Runtime.Name":"Components.None"}},{"HashCode":-342334592,"Kind":"Components.Bind","Name":"Bind","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":3,"Args":["value","onchange"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"input","Attributes":[{"Name":"type","Value":"month","ValueComparison":1},{"Name":"@bind","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"input","Attributes":[{"Name":"type","Value":"month","ValueComparison":1},{"Name":"@bind:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind","TypeName":"System.Object","Documentation":{"Id":3,"Args":["value","onchange"]},"Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":{"Id":7,"Args":["@bind"]},"Metadata":{"Common.PropertyName":"Format_value"}},{"Name":"event","TypeName":"System.String","Documentation":{"Id":6,"Args":["@bind"]},"Metadata":{"Common.PropertyName":"Event_value"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":{"Id":5},"Metadata":{"Common.PropertyName":"Culture"}},{"Name":"get","TypeName":"System.Object","Documentation":{"Id":8},"Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":{"Id":9},"Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":{"Id":4},"Metadata":{"Common.PropertyName":"After"}}]},{"Kind":"Components.Bind","Name":"format-value","TypeName":"System.String","Documentation":{"Id":7,"Args":["@bind"]},"Metadata":{"Common.PropertyName":"Format_value"}}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes","Common.TypeNameIdentifier":"BindAttributes","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.Bind.ChangeAttribute":"onchange","Components.Bind.Format":"yyyy-MM","Components.Bind.IsInvariantCulture":"True","Components.Bind.TypeAttribute":"month","Components.Bind.ValueAttribute":"value","Components.IsSpecialKind":"Components.Bind","Runtime.Name":"Components.None"}},{"HashCode":2016351310,"Kind":"Components.Bind","Name":"Bind_value","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":3,"Args":["value","onchange"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"input","Attributes":[{"Name":"type","Value":"month","ValueComparison":1},{"Name":"@bind-value","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"input","Attributes":[{"Name":"type","Value":"month","ValueComparison":1},{"Name":"@bind-value:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-value:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-value","TypeName":"System.Object","Documentation":{"Id":3,"Args":["value","onchange"]},"Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind_value"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":{"Id":7,"Args":["@bind-value"]},"Metadata":{"Common.PropertyName":"Format_value"}},{"Name":"event","TypeName":"System.String","Documentation":{"Id":6,"Args":["@bind-value"]},"Metadata":{"Common.PropertyName":"Event_value"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":{"Id":5},"Metadata":{"Common.PropertyName":"Culture"}},{"Name":"get","TypeName":"System.Object","Documentation":{"Id":8},"Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":{"Id":9},"Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":{"Id":4},"Metadata":{"Common.PropertyName":"After"}}]},{"Kind":"Components.Bind","Name":"format-value","TypeName":"System.String","Documentation":{"Id":7,"Args":["@bind-value"]},"Metadata":{"Common.PropertyName":"Format_value"}}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes","Common.TypeNameIdentifier":"BindAttributes","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.Bind.ChangeAttribute":"onchange","Components.Bind.Format":"yyyy-MM","Components.Bind.IsInvariantCulture":"True","Components.Bind.TypeAttribute":"month","Components.Bind.ValueAttribute":"value","Components.IsSpecialKind":"Components.Bind","Runtime.Name":"Components.None"}},{"HashCode":-3753525,"Kind":"Components.Bind","Name":"Bind","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":3,"Args":["value","onchange"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"input","Attributes":[{"Name":"type","Value":"time","ValueComparison":1},{"Name":"@bind","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"input","Attributes":[{"Name":"type","Value":"time","ValueComparison":1},{"Name":"@bind:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind","TypeName":"System.Object","Documentation":{"Id":3,"Args":["value","onchange"]},"Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":{"Id":7,"Args":["@bind"]},"Metadata":{"Common.PropertyName":"Format_value"}},{"Name":"event","TypeName":"System.String","Documentation":{"Id":6,"Args":["@bind"]},"Metadata":{"Common.PropertyName":"Event_value"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":{"Id":5},"Metadata":{"Common.PropertyName":"Culture"}},{"Name":"get","TypeName":"System.Object","Documentation":{"Id":8},"Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":{"Id":9},"Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":{"Id":4},"Metadata":{"Common.PropertyName":"After"}}]},{"Kind":"Components.Bind","Name":"format-value","TypeName":"System.String","Documentation":{"Id":7,"Args":["@bind"]},"Metadata":{"Common.PropertyName":"Format_value"}}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes","Common.TypeNameIdentifier":"BindAttributes","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.Bind.ChangeAttribute":"onchange","Components.Bind.Format":"HH:mm:ss","Components.Bind.IsInvariantCulture":"True","Components.Bind.TypeAttribute":"time","Components.Bind.ValueAttribute":"value","Components.IsSpecialKind":"Components.Bind","Runtime.Name":"Components.None"}},{"HashCode":-191892789,"Kind":"Components.Bind","Name":"Bind_value","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":3,"Args":["value","onchange"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"input","Attributes":[{"Name":"type","Value":"time","ValueComparison":1},{"Name":"@bind-value","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"input","Attributes":[{"Name":"type","Value":"time","ValueComparison":1},{"Name":"@bind-value:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-value:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-value","TypeName":"System.Object","Documentation":{"Id":3,"Args":["value","onchange"]},"Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind_value"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":{"Id":7,"Args":["@bind-value"]},"Metadata":{"Common.PropertyName":"Format_value"}},{"Name":"event","TypeName":"System.String","Documentation":{"Id":6,"Args":["@bind-value"]},"Metadata":{"Common.PropertyName":"Event_value"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":{"Id":5},"Metadata":{"Common.PropertyName":"Culture"}},{"Name":"get","TypeName":"System.Object","Documentation":{"Id":8},"Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":{"Id":9},"Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":{"Id":4},"Metadata":{"Common.PropertyName":"After"}}]},{"Kind":"Components.Bind","Name":"format-value","TypeName":"System.String","Documentation":{"Id":7,"Args":["@bind-value"]},"Metadata":{"Common.PropertyName":"Format_value"}}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes","Common.TypeNameIdentifier":"BindAttributes","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.Bind.ChangeAttribute":"onchange","Components.Bind.Format":"HH:mm:ss","Components.Bind.IsInvariantCulture":"True","Components.Bind.TypeAttribute":"time","Components.Bind.ValueAttribute":"value","Components.IsSpecialKind":"Components.Bind","Runtime.Name":"Components.None"}},{"HashCode":-380241744,"Kind":"Components.Bind","Name":"Bind","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":3,"Args":["value","onchange"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"select","Attributes":[{"Name":"@bind","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"select","Attributes":[{"Name":"@bind:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind","TypeName":"System.Object","Documentation":{"Id":3,"Args":["value","onchange"]},"Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":{"Id":7,"Args":["@bind"]},"Metadata":{"Common.PropertyName":"Format_value"}},{"Name":"event","TypeName":"System.String","Documentation":{"Id":6,"Args":["@bind"]},"Metadata":{"Common.PropertyName":"Event_value"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":{"Id":5},"Metadata":{"Common.PropertyName":"Culture"}},{"Name":"get","TypeName":"System.Object","Documentation":{"Id":8},"Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":{"Id":9},"Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":{"Id":4},"Metadata":{"Common.PropertyName":"After"}}]},{"Kind":"Components.Bind","Name":"format-value","TypeName":"System.String","Documentation":{"Id":7,"Args":["@bind"]},"Metadata":{"Common.PropertyName":"Format_value"}}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes","Common.TypeNameIdentifier":"BindAttributes","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.Bind.ChangeAttribute":"onchange","Components.Bind.Format":null,"Components.Bind.IsInvariantCulture":"False","Components.Bind.ValueAttribute":"value","Components.IsSpecialKind":"Components.Bind","Runtime.Name":"Components.None"}},{"HashCode":1598759353,"Kind":"Components.Bind","Name":"Bind","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":3,"Args":["value","onchange"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"textarea","Attributes":[{"Name":"@bind","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"textarea","Attributes":[{"Name":"@bind:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind","TypeName":"System.Object","Documentation":{"Id":3,"Args":["value","onchange"]},"Metadata":{"Common.DirectiveAttribute":"True","Common.PropertyName":"Bind"},"BoundAttributeParameters":[{"Name":"format","TypeName":"System.String","Documentation":{"Id":7,"Args":["@bind"]},"Metadata":{"Common.PropertyName":"Format_value"}},{"Name":"event","TypeName":"System.String","Documentation":{"Id":6,"Args":["@bind"]},"Metadata":{"Common.PropertyName":"Event_value"}},{"Name":"culture","TypeName":"System.Globalization.CultureInfo","Documentation":{"Id":5},"Metadata":{"Common.PropertyName":"Culture"}},{"Name":"get","TypeName":"System.Object","Documentation":{"Id":8},"Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":{"Id":9},"Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":{"Id":4},"Metadata":{"Common.PropertyName":"After"}}]},{"Kind":"Components.Bind","Name":"format-value","TypeName":"System.String","Documentation":{"Id":7,"Args":["@bind"]},"Metadata":{"Common.PropertyName":"Format_value"}}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Web.BindAttributes","Common.TypeNameIdentifier":"BindAttributes","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Web","Components.Bind.ChangeAttribute":"onchange","Components.Bind.Format":null,"Components.Bind.IsInvariantCulture":"False","Components.Bind.ValueAttribute":"value","Components.IsSpecialKind":"Components.Bind","Runtime.Name":"Components.None"}},{"HashCode":-1728660936,"Kind":"Components.Bind","Name":"Microsoft.AspNetCore.Components.Forms.InputCheckbox","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":{"Id":10,"Args":["Value","ValueChanged"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputCheckbox","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"InputCheckbox","Attributes":[{"Name":"@bind-Value:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Value:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":10,"Args":["Value","ValueChanged"]},"Metadata":{"Common.PropertyName":"Value","Common.DirectiveAttribute":"True"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":{"Id":8},"Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":{"Id":9},"Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":{"Id":4},"Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputCheckbox","Common.TypeNameIdentifier":"InputCheckbox","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Components.Bind.ValueAttribute":"Value","Components.IsSpecialKind":"Components.Bind","Runtime.Name":"Components.None"}},{"HashCode":-135059254,"Kind":"Components.Bind","Name":"Microsoft.AspNetCore.Components.Forms.InputCheckbox","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":{"Id":10,"Args":["Value","ValueChanged"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputCheckbox","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Microsoft.AspNetCore.Components.Forms.InputCheckbox","Attributes":[{"Name":"@bind-Value:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Value:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":10,"Args":["Value","ValueChanged"]},"Metadata":{"Common.PropertyName":"Value","Common.DirectiveAttribute":"True"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":{"Id":8},"Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":{"Id":9},"Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":{"Id":4},"Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputCheckbox","Common.TypeNameIdentifier":"InputCheckbox","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Components.Bind.ValueAttribute":"Value","Components.IsSpecialKind":"Components.Bind","Components.NameMatch":"Components.FullyQualifiedNameMatch","Runtime.Name":"Components.None"}},{"HashCode":2079193430,"Kind":"Components.Bind","Name":"Microsoft.AspNetCore.Components.Forms.InputDate","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":{"Id":10,"Args":["Value","ValueChanged"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputDate","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"InputDate","Attributes":[{"Name":"@bind-Value:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Value:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":10,"Args":["Value","ValueChanged"]},"Metadata":{"Common.PropertyName":"Value","Common.DirectiveAttribute":"True"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":{"Id":8},"Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":{"Id":9},"Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":{"Id":4},"Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputDate","Common.TypeNameIdentifier":"InputDate","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Components.Bind.ValueAttribute":"Value","Components.IsSpecialKind":"Components.Bind","Runtime.Name":"Components.None"}},{"HashCode":-1332181074,"Kind":"Components.Bind","Name":"Microsoft.AspNetCore.Components.Forms.InputDate","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":{"Id":10,"Args":["Value","ValueChanged"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputDate","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Microsoft.AspNetCore.Components.Forms.InputDate","Attributes":[{"Name":"@bind-Value:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Value:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":10,"Args":["Value","ValueChanged"]},"Metadata":{"Common.PropertyName":"Value","Common.DirectiveAttribute":"True"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":{"Id":8},"Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":{"Id":9},"Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":{"Id":4},"Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputDate","Common.TypeNameIdentifier":"InputDate","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Components.Bind.ValueAttribute":"Value","Components.IsSpecialKind":"Components.Bind","Components.NameMatch":"Components.FullyQualifiedNameMatch","Runtime.Name":"Components.None"}},{"HashCode":1272104786,"Kind":"Components.Bind","Name":"Microsoft.AspNetCore.Components.Forms.InputNumber","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":{"Id":10,"Args":["Value","ValueChanged"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputNumber","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"InputNumber","Attributes":[{"Name":"@bind-Value:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Value:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":10,"Args":["Value","ValueChanged"]},"Metadata":{"Common.PropertyName":"Value","Common.DirectiveAttribute":"True"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":{"Id":8},"Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":{"Id":9},"Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":{"Id":4},"Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputNumber","Common.TypeNameIdentifier":"InputNumber","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Components.Bind.ValueAttribute":"Value","Components.IsSpecialKind":"Components.Bind","Runtime.Name":"Components.None"}},{"HashCode":-2049750376,"Kind":"Components.Bind","Name":"Microsoft.AspNetCore.Components.Forms.InputNumber","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":{"Id":10,"Args":["Value","ValueChanged"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputNumber","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Microsoft.AspNetCore.Components.Forms.InputNumber","Attributes":[{"Name":"@bind-Value:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Value:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":10,"Args":["Value","ValueChanged"]},"Metadata":{"Common.PropertyName":"Value","Common.DirectiveAttribute":"True"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":{"Id":8},"Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":{"Id":9},"Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":{"Id":4},"Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputNumber","Common.TypeNameIdentifier":"InputNumber","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Components.Bind.ValueAttribute":"Value","Components.IsSpecialKind":"Components.Bind","Components.NameMatch":"Components.FullyQualifiedNameMatch","Runtime.Name":"Components.None"}},{"HashCode":-233555445,"Kind":"Components.Bind","Name":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":{"Id":10,"Args":["Value","ValueChanged"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputRadioGroup","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"InputRadioGroup","Attributes":[{"Name":"@bind-Value:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Value:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":10,"Args":["Value","ValueChanged"]},"Metadata":{"Common.PropertyName":"Value","Common.DirectiveAttribute":"True"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":{"Id":8},"Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":{"Id":9},"Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":{"Id":4},"Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup","Common.TypeNameIdentifier":"InputRadioGroup","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Components.Bind.ValueAttribute":"Value","Components.IsSpecialKind":"Components.Bind","Runtime.Name":"Components.None"}},{"HashCode":-785714819,"Kind":"Components.Bind","Name":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":{"Id":10,"Args":["Value","ValueChanged"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup","Attributes":[{"Name":"@bind-Value:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Value:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":10,"Args":["Value","ValueChanged"]},"Metadata":{"Common.PropertyName":"Value","Common.DirectiveAttribute":"True"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":{"Id":8},"Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":{"Id":9},"Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":{"Id":4},"Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputRadioGroup","Common.TypeNameIdentifier":"InputRadioGroup","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Components.Bind.ValueAttribute":"Value","Components.IsSpecialKind":"Components.Bind","Components.NameMatch":"Components.FullyQualifiedNameMatch","Runtime.Name":"Components.None"}},{"HashCode":2032267197,"Kind":"Components.Bind","Name":"Microsoft.AspNetCore.Components.Forms.InputSelect","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":{"Id":10,"Args":["Value","ValueChanged"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputSelect","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"InputSelect","Attributes":[{"Name":"@bind-Value:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Value:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":10,"Args":["Value","ValueChanged"]},"Metadata":{"Common.PropertyName":"Value","Common.DirectiveAttribute":"True"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":{"Id":8},"Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":{"Id":9},"Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":{"Id":4},"Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputSelect","Common.TypeNameIdentifier":"InputSelect","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Components.Bind.ValueAttribute":"Value","Components.IsSpecialKind":"Components.Bind","Runtime.Name":"Components.None"}},{"HashCode":811581651,"Kind":"Components.Bind","Name":"Microsoft.AspNetCore.Components.Forms.InputSelect","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":{"Id":10,"Args":["Value","ValueChanged"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputSelect","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Microsoft.AspNetCore.Components.Forms.InputSelect","Attributes":[{"Name":"@bind-Value:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Value:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":10,"Args":["Value","ValueChanged"]},"Metadata":{"Common.PropertyName":"Value","Common.DirectiveAttribute":"True"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":{"Id":8},"Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":{"Id":9},"Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":{"Id":4},"Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputSelect","Common.TypeNameIdentifier":"InputSelect","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Components.Bind.ValueAttribute":"Value","Components.IsSpecialKind":"Components.Bind","Components.NameMatch":"Components.FullyQualifiedNameMatch","Runtime.Name":"Components.None"}},{"HashCode":1148665271,"Kind":"Components.Bind","Name":"Microsoft.AspNetCore.Components.Forms.InputText","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":{"Id":10,"Args":["Value","ValueChanged"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputText","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"InputText","Attributes":[{"Name":"@bind-Value:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Value:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":10,"Args":["Value","ValueChanged"]},"Metadata":{"Common.PropertyName":"Value","Common.DirectiveAttribute":"True"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":{"Id":8},"Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":{"Id":9},"Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":{"Id":4},"Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputText","Common.TypeNameIdentifier":"InputText","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Components.Bind.ValueAttribute":"Value","Components.IsSpecialKind":"Components.Bind","Runtime.Name":"Components.None"}},{"HashCode":-115855893,"Kind":"Components.Bind","Name":"Microsoft.AspNetCore.Components.Forms.InputText","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":{"Id":10,"Args":["Value","ValueChanged"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputText","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Microsoft.AspNetCore.Components.Forms.InputText","Attributes":[{"Name":"@bind-Value:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Value:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":10,"Args":["Value","ValueChanged"]},"Metadata":{"Common.PropertyName":"Value","Common.DirectiveAttribute":"True"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":{"Id":8},"Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":{"Id":9},"Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":{"Id":4},"Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputText","Common.TypeNameIdentifier":"InputText","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Components.Bind.ValueAttribute":"Value","Components.IsSpecialKind":"Components.Bind","Components.NameMatch":"Components.FullyQualifiedNameMatch","Runtime.Name":"Components.None"}},{"HashCode":-403255426,"Kind":"Components.Bind","Name":"Microsoft.AspNetCore.Components.Forms.InputTextArea","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":{"Id":10,"Args":["Value","ValueChanged"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"InputTextArea","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"InputTextArea","Attributes":[{"Name":"@bind-Value:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Value:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":10,"Args":["Value","ValueChanged"]},"Metadata":{"Common.PropertyName":"Value","Common.DirectiveAttribute":"True"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":{"Id":8},"Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":{"Id":9},"Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":{"Id":4},"Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputTextArea","Common.TypeNameIdentifier":"InputTextArea","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Components.Bind.ValueAttribute":"Value","Components.IsSpecialKind":"Components.Bind","Runtime.Name":"Components.None"}},{"HashCode":721455144,"Kind":"Components.Bind","Name":"Microsoft.AspNetCore.Components.Forms.InputTextArea","AssemblyName":"Microsoft.AspNetCore.Components.Web","Documentation":{"Id":10,"Args":["Value","ValueChanged"]},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"Microsoft.AspNetCore.Components.Forms.InputTextArea","Attributes":[{"Name":"@bind-Value","Metadata":{"Common.DirectiveAttribute":"True"}}]},{"TagName":"Microsoft.AspNetCore.Components.Forms.InputTextArea","Attributes":[{"Name":"@bind-Value:get","Metadata":{"Common.DirectiveAttribute":"True"}},{"Name":"@bind-Value:set","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Bind","Name":"@bind-Value","TypeName":"Microsoft.AspNetCore.Components.EventCallback","Documentation":{"Id":10,"Args":["Value","ValueChanged"]},"Metadata":{"Common.PropertyName":"Value","Common.DirectiveAttribute":"True"},"BoundAttributeParameters":[{"Name":"get","TypeName":"System.Object","Documentation":{"Id":8},"Metadata":{"Common.PropertyName":"Get","Components.Bind.AlternativeNotation":"True"}},{"Name":"set","TypeName":"System.Delegate","Documentation":{"Id":9},"Metadata":{"Common.PropertyName":"Set"}},{"Name":"after","TypeName":"System.Delegate","Documentation":{"Id":4},"Metadata":{"Common.PropertyName":"After"}}]}],"Metadata":{"Common.TypeName":"Microsoft.AspNetCore.Components.Forms.InputTextArea","Common.TypeNameIdentifier":"InputTextArea","Common.TypeNamespace":"Microsoft.AspNetCore.Components.Forms","Components.Bind.ChangeAttribute":"ValueChanged","Components.Bind.ExpressionAttribute":"ValueExpression","Components.Bind.ValueAttribute":"Value","Components.IsSpecialKind":"Components.Bind","Components.NameMatch":"Components.FullyQualifiedNameMatch","Runtime.Name":"Components.None"}},{"HashCode":-1143631698,"Kind":"Components.Ref","Name":"Ref","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":18},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@ref","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Ref","Name":"@ref","TypeName":"System.Object","Documentation":{"Id":18},"Metadata":{"Common.PropertyName":"Ref","Common.DirectiveAttribute":"True"}}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Ref","Components.IsSpecialKind":"Components.Ref","Runtime.Name":"Components.None"}},{"HashCode":-1000828397,"Kind":"Components.Key","Name":"Key","AssemblyName":"Microsoft.AspNetCore.Components","Documentation":{"Id":17},"CaseSensitive":true,"TagMatchingRules":[{"TagName":"*","Attributes":[{"Name":"@key","Metadata":{"Common.DirectiveAttribute":"True"}}]}],"BoundAttributes":[{"Kind":"Components.Key","Name":"@key","TypeName":"System.Object","Documentation":{"Id":17},"Metadata":{"Common.PropertyName":"Key","Common.DirectiveAttribute":"True"}}],"Metadata":{"Common.ClassifyAttributesOnly":"True","Common.TypeName":"Microsoft.AspNetCore.Components.Key","Components.IsSpecialKind":"Components.Key","Runtime.Name":"Components.None"}}],"CSharpLanguageVersion":1000},"RootNamespace":"FakePieShop","Documents":[{"FilePath":"C:\\Users\\mikay\\source\\repos\\FakePieShop\\FakePieShop\\Views\\Shared\\Components\\ShoppingCartSummary\\Default.cshtml","TargetPath":"Views\\Shared\\Components\\ShoppingCartSummary\\Default.cshtml","FileKind":"mvc"},{"FilePath":"C:\\Users\\mikay\\source\\repos\\FakePieShop\\FakePieShop\\Pages\\_ViewStart.cshtml","TargetPath":"Pages\\_ViewStart.cshtml","FileKind":"mvc"},{"FilePath":"C:\\Users\\mikay\\source\\repos\\FakePieShop\\FakePieShop\\Pages\\CheckoutPage.cshtml","TargetPath":"Pages\\CheckoutPage.cshtml","FileKind":"mvc"},{"FilePath":"C:\\Users\\mikay\\source\\repos\\FakePieShop\\FakePieShop\\Pages\\Shared\\_PageLayout.cshtml","TargetPath":"Pages\\Shared\\_PageLayout.cshtml","FileKind":"mvc"},{"FilePath":"C:\\Users\\mikay\\source\\repos\\FakePieShop\\FakePieShop\\Views\\Shared\\_ShoppingCartItemCard.cshtml","TargetPath":"Views\\Shared\\_ShoppingCartItemCard.cshtml","FileKind":"mvc"},{"FilePath":"C:\\Users\\mikay\\source\\repos\\FakePieShop\\FakePieShop\\Views\\Pie\\List.cshtml","TargetPath":"Views\\Pie\\List.cshtml","FileKind":"mvc"},{"FilePath":"C:\\Users\\mikay\\source\\repos\\FakePieShop\\FakePieShop\\Views\\Home\\Index.cshtml","TargetPath":"Views\\Home\\Index.cshtml","FileKind":"mvc"},{"FilePath":"C:\\Users\\mikay\\source\\repos\\FakePieShop\\FakePieShop\\Views\\Shared\\_PieCard.cshtml","TargetPath":"Views\\Shared\\_PieCard.cshtml","FileKind":"mvc"},{"FilePath":"C:\\Users\\mikay\\source\\repos\\FakePieShop\\FakePieShop\\Pages\\CheckoutCompletePage.cshtml","TargetPath":"Pages\\CheckoutCompletePage.cshtml","FileKind":"mvc"},{"FilePath":"C:\\Users\\mikay\\source\\repos\\FakePieShop\\FakePieShop\\Views\\Pie\\Details.cshtml","TargetPath":"Views\\Pie\\Details.cshtml","FileKind":"mvc"},{"FilePath":"C:\\Users\\mikay\\source\\repos\\FakePieShop\\FakePieShop\\Views\\_ViewStart.cshtml","TargetPath":"Views\\_ViewStart.cshtml","FileKind":"mvc"},{"FilePath":"C:\\Users\\mikay\\source\\repos\\FakePieShop\\FakePieShop\\Views\\Order\\CheckoutComplete.cshtml","TargetPath":"Views\\Order\\CheckoutComplete.cshtml","FileKind":"mvc"},{"FilePath":"C:\\Users\\mikay\\source\\repos\\FakePieShop\\FakePieShop\\Views\\_ViewImports.cshtml","TargetPath":"Views\\_ViewImports.cshtml","FileKind":"mvc"},{"FilePath":"C:\\Users\\mikay\\source\\repos\\FakePieShop\\FakePieShop\\Views\\ShoppingCart\\Index.cshtml","TargetPath":"Views\\ShoppingCart\\Index.cshtml","FileKind":"mvc"},{"FilePath":"C:\\Users\\mikay\\source\\repos\\FakePieShop\\FakePieShop\\Views\\Shared\\Components\\CategoryMenu\\Default.cshtml","TargetPath":"Views\\Shared\\Components\\CategoryMenu\\Default.cshtml","FileKind":"mvc"},{"FilePath":"C:\\Users\\mikay\\source\\repos\\FakePieShop\\FakePieShop\\Views\\Contact\\Index.cshtml","TargetPath":"Views\\Contact\\Index.cshtml","FileKind":"mvc"},{"FilePath":"C:\\Users\\mikay\\source\\repos\\FakePieShop\\FakePieShop\\Views\\Order\\Checkout.cshtml","TargetPath":"Views\\Order\\Checkout.cshtml","FileKind":"mvc"},{"FilePath":"C:\\Users\\mikay\\source\\repos\\FakePieShop\\FakePieShop\\Views\\Shared\\_Layout.cshtml","TargetPath":"Views\\Shared\\_Layout.cshtml","FileKind":"mvc"},{"FilePath":"C:\\Users\\mikay\\source\\repos\\FakePieShop\\FakePieShop\\Views\\Shared\\_Carousel.cshtml","TargetPath":"Views\\Shared\\_Carousel.cshtml","FileKind":"mvc"},{"FilePath":"C:\\Users\\mikay\\source\\repos\\FakePieShop\\FakePieShop\\Pages\\_ViewImports.cshtml","TargetPath":"Pages\\_ViewImports.cshtml","FileKind":"mvc"}],"SerializationFormat":"0.3"} \ No newline at end of file diff --git a/FakePieShop/obj/Debug/net6.0/ref/FakePieShop.dll b/FakePieShop/obj/Debug/net6.0/ref/FakePieShop.dll deleted file mode 100644 index e80ac732f184e8faf8cda7ace8e7d9a2d48934e5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 55296 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 - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - css/site.css - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\css\site.css)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - Images/bethanys-pie-shop-logomark.png - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\Images\bethanys-pie-shop-logomark.png)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - Images/bethanys-pie-shop-logo_horiz-white.png - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\Images\bethanys-pie-shop-logo_horiz-white.png)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - Images/carousel1.jpg - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\Images\carousel1.jpg)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - Images/carousel2.jpg - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\Images\carousel2.jpg)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - Images/carousel3.jpg - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\Images\carousel3.jpg)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - Images/contact/contact.jpg - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\Images\contact\contact.jpg)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/css/bootstrap-grid.css - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\css\bootstrap-grid.css)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/css/bootstrap-grid.css.map - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\css\bootstrap-grid.css.map)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/css/bootstrap-grid.min.css - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\css\bootstrap-grid.min.css)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/css/bootstrap-grid.min.css.map - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\css\bootstrap-grid.min.css.map)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/css/bootstrap-grid.rtl.css - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\css\bootstrap-grid.rtl.css)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/css/bootstrap-grid.rtl.css.map - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\css\bootstrap-grid.rtl.css.map)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/css/bootstrap-grid.rtl.min.css - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\css\bootstrap-grid.rtl.min.css)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/css/bootstrap-grid.rtl.min.css.map - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\css\bootstrap-grid.rtl.min.css.map)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/css/bootstrap-reboot.css - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\css\bootstrap-reboot.css)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/css/bootstrap-reboot.css.map - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\css\bootstrap-reboot.css.map)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/css/bootstrap-reboot.min.css - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\css\bootstrap-reboot.min.css)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/css/bootstrap-reboot.min.css.map - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\css\bootstrap-reboot.min.css.map)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/css/bootstrap-reboot.rtl.css - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\css\bootstrap-reboot.rtl.css)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/css/bootstrap-reboot.rtl.css.map - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\css\bootstrap-reboot.rtl.css.map)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/css/bootstrap-reboot.rtl.min.css - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\css\bootstrap-reboot.rtl.min.css)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/css/bootstrap-reboot.rtl.min.css.map - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\css\bootstrap-reboot.rtl.min.css.map)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/css/bootstrap-utilities.css - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\css\bootstrap-utilities.css)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/css/bootstrap-utilities.css.map - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\css\bootstrap-utilities.css.map)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/css/bootstrap-utilities.min.css - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\css\bootstrap-utilities.min.css)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/css/bootstrap-utilities.min.css.map - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\css\bootstrap-utilities.min.css.map)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/css/bootstrap-utilities.rtl.css - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\css\bootstrap-utilities.rtl.css)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/css/bootstrap-utilities.rtl.css.map - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\css\bootstrap-utilities.rtl.css.map)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/css/bootstrap-utilities.rtl.min.css - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\css\bootstrap-utilities.rtl.min.css)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/css/bootstrap-utilities.rtl.min.css.map - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\css\bootstrap-utilities.rtl.min.css.map)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/css/bootstrap.css - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\css\bootstrap.css)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/css/bootstrap.css.map - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\css\bootstrap.css.map)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/css/bootstrap.min.css - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\css\bootstrap.min.css)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/css/bootstrap.min.css.map - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\css\bootstrap.min.css.map)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/css/bootstrap.rtl.css - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\css\bootstrap.rtl.css)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/css/bootstrap.rtl.css.map - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\css\bootstrap.rtl.css.map)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/css/bootstrap.rtl.min.css - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\css\bootstrap.rtl.min.css)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/css/bootstrap.rtl.min.css.map - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\css\bootstrap.rtl.min.css.map)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/js/bootstrap.bundle.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\js\bootstrap.bundle.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/js/bootstrap.bundle.js.map - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\js\bootstrap.bundle.js.map)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/js/bootstrap.bundle.min.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\js\bootstrap.bundle.min.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/js/bootstrap.bundle.min.js.map - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\js\bootstrap.bundle.min.js.map)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/js/bootstrap.esm.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\js\bootstrap.esm.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/js/bootstrap.esm.js.map - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\js\bootstrap.esm.js.map)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/js/bootstrap.esm.min.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\js\bootstrap.esm.min.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/js/bootstrap.esm.min.js.map - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\js\bootstrap.esm.min.js.map)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/js/bootstrap.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\js\bootstrap.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/js/bootstrap.js.map - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\js\bootstrap.js.map)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/js/bootstrap.min.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\js\bootstrap.min.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/js/bootstrap.min.js.map - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\js\bootstrap.min.js.map)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/bootstrap-grid.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\bootstrap-grid.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/bootstrap-reboot.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\bootstrap-reboot.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/bootstrap-utilities.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\bootstrap-utilities.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/bootstrap.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\bootstrap.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/forms/_floating-labels.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\forms\_floating-labels.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/forms/_form-check.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\forms\_form-check.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/forms/_form-control.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\forms\_form-control.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/forms/_form-range.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\forms\_form-range.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/forms/_form-select.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\forms\_form-select.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/forms/_form-text.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\forms\_form-text.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/forms/_input-group.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\forms\_input-group.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/forms/_labels.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\forms\_labels.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/forms/_validation.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\forms\_validation.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/helpers/_clearfix.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\helpers\_clearfix.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/helpers/_color-bg.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\helpers\_color-bg.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/helpers/_colored-links.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\helpers\_colored-links.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/helpers/_focus-ring.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\helpers\_focus-ring.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/helpers/_icon-link.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\helpers\_icon-link.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/helpers/_position.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\helpers\_position.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/helpers/_ratio.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\helpers\_ratio.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/helpers/_stacks.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\helpers\_stacks.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/helpers/_stretched-link.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\helpers\_stretched-link.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/helpers/_text-truncation.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\helpers\_text-truncation.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/helpers/_visually-hidden.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\helpers\_visually-hidden.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/helpers/_vr.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\helpers\_vr.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/mixins/_alert.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\mixins\_alert.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/mixins/_backdrop.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\mixins\_backdrop.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/mixins/_banner.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\mixins\_banner.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/mixins/_border-radius.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\mixins\_border-radius.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/mixins/_box-shadow.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\mixins\_box-shadow.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/mixins/_breakpoints.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\mixins\_breakpoints.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/mixins/_buttons.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\mixins\_buttons.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/mixins/_caret.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\mixins\_caret.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/mixins/_clearfix.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\mixins\_clearfix.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/mixins/_color-mode.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\mixins\_color-mode.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/mixins/_color-scheme.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\mixins\_color-scheme.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/mixins/_container.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\mixins\_container.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/mixins/_deprecate.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\mixins\_deprecate.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/mixins/_forms.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\mixins\_forms.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/mixins/_gradients.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\mixins\_gradients.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/mixins/_grid.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\mixins\_grid.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/mixins/_image.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\mixins\_image.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/mixins/_list-group.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\mixins\_list-group.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/mixins/_lists.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\mixins\_lists.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/mixins/_pagination.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\mixins\_pagination.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/mixins/_reset-text.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\mixins\_reset-text.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/mixins/_resize.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\mixins\_resize.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/mixins/_table-variants.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\mixins\_table-variants.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/mixins/_text-truncate.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\mixins\_text-truncate.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/mixins/_transition.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\mixins\_transition.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/mixins/_utilities.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\mixins\_utilities.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/mixins/_visually-hidden.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\mixins\_visually-hidden.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/utilities/_api.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\utilities\_api.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/vendor/_rfs.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\vendor\_rfs.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/_accordion.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\_accordion.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/_alert.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\_alert.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/_badge.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\_badge.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/_breadcrumb.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\_breadcrumb.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/_button-group.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\_button-group.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/_buttons.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\_buttons.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/_card.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\_card.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/_carousel.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\_carousel.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/_close.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\_close.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/_containers.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\_containers.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/_dropdown.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\_dropdown.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/_forms.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\_forms.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/_functions.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\_functions.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/_grid.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\_grid.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/_helpers.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\_helpers.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/_images.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\_images.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/_list-group.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\_list-group.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/_maps.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\_maps.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/_mixins.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\_mixins.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/_modal.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\_modal.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/_nav.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\_nav.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/_navbar.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\_navbar.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/_offcanvas.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\_offcanvas.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/_pagination.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\_pagination.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/_placeholders.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\_placeholders.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/_popover.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\_popover.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/_progress.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\_progress.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/_reboot.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\_reboot.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/_root.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\_root.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/_spinners.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\_spinners.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/_tables.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\_tables.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/_toasts.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\_toasts.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/_tooltip.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\_tooltip.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/_transitions.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\_transitions.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/_type.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\_type.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/_utilities.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\_utilities.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/_variables-dark.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\_variables-dark.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/bootstrap/scss/_variables.scss - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\scss\_variables.scss)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/additional-methods.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\additional-methods.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/additional-methods.min.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\additional-methods.min.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/jquery-validation-sri.json - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\jquery-validation-sri.json)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/jquery.validate.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\jquery.validate.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/jquery.validate.min.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\jquery.validate.min.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_ar.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_ar.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_ar.min.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_ar.min.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_az.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_az.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_az.min.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_az.min.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_bg.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_bg.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_bg.min.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_bg.min.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_bn_BD.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_bn_BD.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_bn_BD.min.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_bn_BD.min.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_ca.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_ca.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_ca.min.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_ca.min.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_cs.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_cs.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_cs.min.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_cs.min.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_da.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_da.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_da.min.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_da.min.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_de.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_de.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_de.min.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_de.min.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_el.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_el.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_el.min.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_el.min.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_es.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_es.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_es.min.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_es.min.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_es_AR.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_es_AR.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_es_AR.min.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_es_AR.min.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_es_PE.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_es_PE.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_es_PE.min.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_es_PE.min.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_et.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_et.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_et.min.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_et.min.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_eu.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_eu.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_eu.min.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_eu.min.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_fa.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_fa.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_fa.min.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_fa.min.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_fi.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_fi.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_fi.min.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_fi.min.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_fr.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_fr.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_fr.min.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_fr.min.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_ge.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_ge.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_ge.min.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_ge.min.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_gl.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_gl.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_gl.min.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_gl.min.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_he.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_he.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_he.min.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_he.min.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_hi.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_hi.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_hi.min.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_hi.min.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_hr.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_hr.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_hr.min.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_hr.min.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_hu.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_hu.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_hu.min.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_hu.min.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_hy_AM.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_hy_AM.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_hy_AM.min.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_hy_AM.min.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_id.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_id.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_id.min.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_id.min.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_is.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_is.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_is.min.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_is.min.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_it.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_it.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_it.min.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_it.min.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_ja.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_ja.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_ja.min.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_ja.min.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_ka.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_ka.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_ka.min.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_ka.min.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_kk.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_kk.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_kk.min.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_kk.min.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_ko.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_ko.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_ko.min.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_ko.min.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_lt.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_lt.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_lt.min.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_lt.min.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_lv.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_lv.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_lv.min.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_lv.min.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_mk.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_mk.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_mk.min.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_mk.min.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_my.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_my.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_my.min.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_my.min.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_nl.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_nl.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_nl.min.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_nl.min.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_no.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_no.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_no.min.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_no.min.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_pl.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_pl.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_pl.min.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_pl.min.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_pt_BR.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_pt_BR.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_pt_BR.min.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_pt_BR.min.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_pt_PT.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_pt_PT.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_pt_PT.min.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_pt_PT.min.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_ro.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_ro.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_ro.min.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_ro.min.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_ru.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_ru.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_ru.min.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_ru.min.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_sd.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_sd.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_sd.min.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_sd.min.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_si.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_si.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_si.min.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_si.min.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_sk.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_sk.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_sk.min.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_sk.min.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_sl.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_sl.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_sl.min.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_sl.min.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_sr.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_sr.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_sr.min.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_sr.min.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_sr_lat.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_sr_lat.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_sr_lat.min.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_sr_lat.min.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_sv.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_sv.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_sv.min.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_sv.min.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_th.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_th.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_th.min.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_th.min.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_tj.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_tj.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_tj.min.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_tj.min.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_tr.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_tr.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_tr.min.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_tr.min.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_uk.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_uk.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_uk.min.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_uk.min.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_ur.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_ur.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_ur.min.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_ur.min.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_vi.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_vi.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_vi.min.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_vi.min.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_zh.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_zh.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_zh.min.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_zh.min.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_zh_TW.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_zh_TW.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/messages_zh_TW.min.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\messages_zh_TW.min.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/methods_de.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\methods_de.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/methods_de.min.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\methods_de.min.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/methods_es_CL.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\methods_es_CL.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/methods_es_CL.min.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\methods_es_CL.min.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/methods_fi.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\methods_fi.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/methods_fi.min.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\methods_fi.min.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/methods_it.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\methods_it.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/methods_it.min.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\methods_it.min.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/methods_nl.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\methods_nl.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/methods_nl.min.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\methods_nl.min.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/methods_pt.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\methods_pt.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validate/localization/methods_pt.min.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validate\localization\methods_pt.min.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validation-unobtrusive\jquery.validate.unobtrusive.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery-validation-unobtrusive\jquery.validate.unobtrusive.min.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery/jquery.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery\jquery.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery/jquery.min.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery\jquery.min.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery/jquery.min.map - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery\jquery.min.map)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery/jquery.slim.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery\jquery.slim.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery/jquery.slim.min.js - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery\jquery.slim.min.js)) - - - Package - FakePieShop - $(MSBuildThisFileDirectory)..\staticwebassets\ - _content/FakePieShop - lib/jquery/jquery.slim.min.map - All - All - Primary - - - - Never - PreserveNewest - $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\jquery\jquery.slim.min.map)) - - - \ No newline at end of file diff --git a/FakePieShop/obj/Debug/net6.0/staticwebassets/msbuild.build.FakePieShop.props b/FakePieShop/obj/Debug/net6.0/staticwebassets/msbuild.build.FakePieShop.props deleted file mode 100644 index 5a6032a..0000000 --- a/FakePieShop/obj/Debug/net6.0/staticwebassets/msbuild.build.FakePieShop.props +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/FakePieShop/obj/Debug/net6.0/staticwebassets/msbuild.buildMultiTargeting.FakePieShop.props b/FakePieShop/obj/Debug/net6.0/staticwebassets/msbuild.buildMultiTargeting.FakePieShop.props deleted file mode 100644 index 6318df7..0000000 --- a/FakePieShop/obj/Debug/net6.0/staticwebassets/msbuild.buildMultiTargeting.FakePieShop.props +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/FakePieShop/obj/Debug/net6.0/staticwebassets/msbuild.buildTransitive.FakePieShop.props b/FakePieShop/obj/Debug/net6.0/staticwebassets/msbuild.buildTransitive.FakePieShop.props deleted file mode 100644 index b8d4ca3..0000000 --- a/FakePieShop/obj/Debug/net6.0/staticwebassets/msbuild.buildTransitive.FakePieShop.props +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/FakePieShop/obj/FakePieShop.csproj.nuget.dgspec.json b/FakePieShop/obj/FakePieShop.csproj.nuget.dgspec.json deleted file mode 100644 index c303adb..0000000 --- a/FakePieShop/obj/FakePieShop.csproj.nuget.dgspec.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "format": 1, - "restore": { - "C:\\Users\\mikay\\source\\repos\\FakePieShop\\FakePieShop\\FakePieShop.csproj": {} - }, - "projects": { - "C:\\Users\\mikay\\source\\repos\\FakePieShop\\FakePieShop\\FakePieShop.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "C:\\Users\\mikay\\source\\repos\\FakePieShop\\FakePieShop\\FakePieShop.csproj", - "projectName": "FakePieShop", - "projectPath": "C:\\Users\\mikay\\source\\repos\\FakePieShop\\FakePieShop\\FakePieShop.csproj", - "packagesPath": "C:\\Users\\mikay\\.nuget\\packages\\", - "outputPath": "C:\\Users\\mikay\\source\\repos\\FakePieShop\\FakePieShop\\obj\\", - "projectStyle": "PackageReference", - "fallbackFolders": [ - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" - ], - "configFilePaths": [ - "C:\\Users\\mikay\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, - "C:\\Program Files\\dotnet\\library-packs": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "dependencies": { - "Microsoft.EntityFrameworkCore.SqlServer": { - "target": "Package", - "version": "[7.0.13, )" - }, - "Microsoft.EntityFrameworkCore.Tools": { - "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive", - "suppressParent": "All", - "target": "Package", - "version": "[7.0.13, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.AspNetCore.App": { - "privateAssets": "none" - }, - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.401\\RuntimeIdentifierGraph.json" - } - } - } - } -} \ No newline at end of file diff --git a/FakePieShop/obj/FakePieShop.csproj.nuget.g.props b/FakePieShop/obj/FakePieShop.csproj.nuget.g.props deleted file mode 100644 index c391845..0000000 --- a/FakePieShop/obj/FakePieShop.csproj.nuget.g.props +++ /dev/null @@ -1,23 +0,0 @@ - - - - True - NuGet - $(MSBuildThisFileDirectory)project.assets.json - $(UserProfile)\.nuget\packages\ - C:\Users\mikay\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages - PackageReference - 6.7.0 - - - - - - - - - - - C:\Users\mikay\.nuget\packages\microsoft.entityframeworkcore.tools\7.0.13 - - \ No newline at end of file diff --git a/FakePieShop/obj/FakePieShop.csproj.nuget.g.targets b/FakePieShop/obj/FakePieShop.csproj.nuget.g.targets deleted file mode 100644 index de9a022..0000000 --- a/FakePieShop/obj/FakePieShop.csproj.nuget.g.targets +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/FakePieShop/obj/Release/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/FakePieShop/obj/Release/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs deleted file mode 100644 index ed92695..0000000 --- a/FakePieShop/obj/Release/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")] diff --git a/FakePieShop/obj/Release/net6.0/FakePieShop.AssemblyInfo.cs b/FakePieShop/obj/Release/net6.0/FakePieShop.AssemblyInfo.cs deleted file mode 100644 index 9f7f25f..0000000 --- a/FakePieShop/obj/Release/net6.0/FakePieShop.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyCompanyAttribute("FakePieShop")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly: System.Reflection.AssemblyProductAttribute("FakePieShop")] -[assembly: System.Reflection.AssemblyTitleAttribute("FakePieShop")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/FakePieShop/obj/Release/net6.0/FakePieShop.GeneratedMSBuildEditorConfig.editorconfig b/FakePieShop/obj/Release/net6.0/FakePieShop.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 6595611..0000000 --- a/FakePieShop/obj/Release/net6.0/FakePieShop.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,97 +0,0 @@ -is_global = true -build_property.TargetFramework = net6.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = true -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = -build_property.PlatformNeutralAssembly = -build_property.EnforceExtendedAnalyzerRules = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.RootNamespace = FakePieShop -build_property.RootNamespace = FakePieShop -build_property.ProjectDir = C:\Users\mikay\source\repos\FakePieShop\FakePieShop\ -build_property.RazorLangVersion = 6.0 -build_property.SupportLocalizedComponentNames = -build_property.GenerateRazorMetadataSourceChecksumAttributes = -build_property.MSBuildProjectDirectory = C:\Users\mikay\source\repos\FakePieShop\FakePieShop -build_property._RazorSourceGeneratorDebug = - -[C:/Users/mikay/source/repos/FakePieShop/FakePieShop/Pages/CheckoutCompletePage.cshtml] -build_metadata.AdditionalFiles.TargetPath = UGFnZXNcQ2hlY2tvdXRDb21wbGV0ZVBhZ2UuY3NodG1s -build_metadata.AdditionalFiles.CssScope = - -[C:/Users/mikay/source/repos/FakePieShop/FakePieShop/Pages/CheckoutPage.cshtml] -build_metadata.AdditionalFiles.TargetPath = UGFnZXNcQ2hlY2tvdXRQYWdlLmNzaHRtbA== -build_metadata.AdditionalFiles.CssScope = - -[C:/Users/mikay/source/repos/FakePieShop/FakePieShop/Pages/Shared/_PageLayout.cshtml] -build_metadata.AdditionalFiles.TargetPath = UGFnZXNcU2hhcmVkXF9QYWdlTGF5b3V0LmNzaHRtbA== -build_metadata.AdditionalFiles.CssScope = - -[C:/Users/mikay/source/repos/FakePieShop/FakePieShop/Pages/_ViewImports.cshtml] -build_metadata.AdditionalFiles.TargetPath = UGFnZXNcX1ZpZXdJbXBvcnRzLmNzaHRtbA== -build_metadata.AdditionalFiles.CssScope = - -[C:/Users/mikay/source/repos/FakePieShop/FakePieShop/Pages/_ViewStart.cshtml] -build_metadata.AdditionalFiles.TargetPath = UGFnZXNcX1ZpZXdTdGFydC5jc2h0bWw= -build_metadata.AdditionalFiles.CssScope = - -[C:/Users/mikay/source/repos/FakePieShop/FakePieShop/Views/Contact/Index.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3NcQ29udGFjdFxJbmRleC5jc2h0bWw= -build_metadata.AdditionalFiles.CssScope = - -[C:/Users/mikay/source/repos/FakePieShop/FakePieShop/Views/Home/Index.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3NcSG9tZVxJbmRleC5jc2h0bWw= -build_metadata.AdditionalFiles.CssScope = - -[C:/Users/mikay/source/repos/FakePieShop/FakePieShop/Views/Order/Checkout.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3NcT3JkZXJcQ2hlY2tvdXQuY3NodG1s -build_metadata.AdditionalFiles.CssScope = - -[C:/Users/mikay/source/repos/FakePieShop/FakePieShop/Views/Order/CheckoutComplete.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3NcT3JkZXJcQ2hlY2tvdXRDb21wbGV0ZS5jc2h0bWw= -build_metadata.AdditionalFiles.CssScope = - -[C:/Users/mikay/source/repos/FakePieShop/FakePieShop/Views/Pie/Details.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3NcUGllXERldGFpbHMuY3NodG1s -build_metadata.AdditionalFiles.CssScope = - -[C:/Users/mikay/source/repos/FakePieShop/FakePieShop/Views/Pie/List.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3NcUGllXExpc3QuY3NodG1s -build_metadata.AdditionalFiles.CssScope = - -[C:/Users/mikay/source/repos/FakePieShop/FakePieShop/Views/Shared/Components/CategoryMenu/Default.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3NcU2hhcmVkXENvbXBvbmVudHNcQ2F0ZWdvcnlNZW51XERlZmF1bHQuY3NodG1s -build_metadata.AdditionalFiles.CssScope = - -[C:/Users/mikay/source/repos/FakePieShop/FakePieShop/Views/Shared/Components/ShoppingCartSummary/Default.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3NcU2hhcmVkXENvbXBvbmVudHNcU2hvcHBpbmdDYXJ0U3VtbWFyeVxEZWZhdWx0LmNzaHRtbA== -build_metadata.AdditionalFiles.CssScope = - -[C:/Users/mikay/source/repos/FakePieShop/FakePieShop/Views/Shared/_Carousel.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3NcU2hhcmVkXF9DYXJvdXNlbC5jc2h0bWw= -build_metadata.AdditionalFiles.CssScope = - -[C:/Users/mikay/source/repos/FakePieShop/FakePieShop/Views/Shared/_Layout.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3NcU2hhcmVkXF9MYXlvdXQuY3NodG1s -build_metadata.AdditionalFiles.CssScope = - -[C:/Users/mikay/source/repos/FakePieShop/FakePieShop/Views/Shared/_PieCard.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3NcU2hhcmVkXF9QaWVDYXJkLmNzaHRtbA== -build_metadata.AdditionalFiles.CssScope = - -[C:/Users/mikay/source/repos/FakePieShop/FakePieShop/Views/Shared/_ShoppingCartItemCard.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3NcU2hhcmVkXF9TaG9wcGluZ0NhcnRJdGVtQ2FyZC5jc2h0bWw= -build_metadata.AdditionalFiles.CssScope = - -[C:/Users/mikay/source/repos/FakePieShop/FakePieShop/Views/ShoppingCart/Index.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3NcU2hvcHBpbmdDYXJ0XEluZGV4LmNzaHRtbA== -build_metadata.AdditionalFiles.CssScope = - -[C:/Users/mikay/source/repos/FakePieShop/FakePieShop/Views/_ViewImports.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3NcX1ZpZXdJbXBvcnRzLmNzaHRtbA== -build_metadata.AdditionalFiles.CssScope = - -[C:/Users/mikay/source/repos/FakePieShop/FakePieShop/Views/_ViewStart.cshtml] -build_metadata.AdditionalFiles.TargetPath = Vmlld3NcX1ZpZXdTdGFydC5jc2h0bWw= -build_metadata.AdditionalFiles.CssScope = diff --git a/FakePieShop/obj/Release/net6.0/FakePieShop.GlobalUsings.g.cs b/FakePieShop/obj/Release/net6.0/FakePieShop.GlobalUsings.g.cs deleted file mode 100644 index 025530a..0000000 --- a/FakePieShop/obj/Release/net6.0/FakePieShop.GlobalUsings.g.cs +++ /dev/null @@ -1,17 +0,0 @@ -// -global using global::Microsoft.AspNetCore.Builder; -global using global::Microsoft.AspNetCore.Hosting; -global using global::Microsoft.AspNetCore.Http; -global using global::Microsoft.AspNetCore.Routing; -global using global::Microsoft.Extensions.Configuration; -global using global::Microsoft.Extensions.DependencyInjection; -global using global::Microsoft.Extensions.Hosting; -global using global::Microsoft.Extensions.Logging; -global using global::System; -global using global::System.Collections.Generic; -global using global::System.IO; -global using global::System.Linq; -global using global::System.Net.Http; -global using global::System.Net.Http.Json; -global using global::System.Threading; -global using global::System.Threading.Tasks; diff --git a/FakePieShop/obj/Release/net6.0/FakePieShop.RazorAssemblyInfo.cs b/FakePieShop/obj/Release/net6.0/FakePieShop.RazorAssemblyInfo.cs deleted file mode 100644 index cd3853c..0000000 --- a/FakePieShop/obj/Release/net6.0/FakePieShop.RazorAssemblyInfo.cs +++ /dev/null @@ -1,18 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ProvideApplicationPartFactoryAttribute("Microsoft.AspNetCore.Mvc.ApplicationParts.ConsolidatedAssemblyApplicationPartFact" + - "ory, Microsoft.AspNetCore.Mvc.Razor")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/FakePieShop/obj/project.assets.json b/FakePieShop/obj/project.assets.json deleted file mode 100644 index 68a6a78..0000000 --- a/FakePieShop/obj/project.assets.json +++ /dev/null @@ -1,2972 +0,0 @@ -{ - "version": 3, - "targets": { - "net6.0": { - "Azure.Core/1.25.0": { - "type": "package", - "dependencies": { - "Microsoft.Bcl.AsyncInterfaces": "1.1.1", - "System.Diagnostics.DiagnosticSource": "4.6.0", - "System.Memory.Data": "1.0.2", - "System.Numerics.Vectors": "4.5.0", - "System.Text.Encodings.Web": "4.7.2", - "System.Text.Json": "4.7.2", - "System.Threading.Tasks.Extensions": "4.5.4" - }, - "compile": { - "lib/net5.0/Azure.Core.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net5.0/Azure.Core.dll": { - "related": ".xml" - } - } - }, - "Azure.Identity/1.7.0": { - "type": "package", - "dependencies": { - "Azure.Core": "1.25.0", - "Microsoft.Identity.Client": "4.39.0", - "Microsoft.Identity.Client.Extensions.Msal": "2.19.3", - "System.Memory": "4.5.4", - "System.Security.Cryptography.ProtectedData": "4.7.0", - "System.Text.Json": "4.7.2", - "System.Threading.Tasks.Extensions": "4.5.4" - }, - "compile": { - "lib/netstandard2.0/Azure.Identity.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/Azure.Identity.dll": { - "related": ".xml" - } - } - }, - "Humanizer.Core/2.14.1": { - "type": "package", - "compile": { - "lib/net6.0/_._": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/Humanizer.dll": { - "related": ".xml" - } - } - }, - "Microsoft.Bcl.AsyncInterfaces/1.1.1": { - "type": "package", - "compile": { - "ref/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": {} - }, - "runtime": { - "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": { - "related": ".xml" - } - } - }, - "Microsoft.CSharp/4.5.0": { - "type": "package", - "compile": { - "ref/netcoreapp2.0/_._": {} - }, - "runtime": { - "lib/netcoreapp2.0/_._": {} - } - }, - "Microsoft.Data.SqlClient/5.1.1": { - "type": "package", - "dependencies": { - "Azure.Identity": "1.7.0", - "Microsoft.Data.SqlClient.SNI.runtime": "5.1.0", - "Microsoft.Identity.Client": "4.47.2", - "Microsoft.IdentityModel.JsonWebTokens": "6.24.0", - "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.24.0", - "Microsoft.SqlServer.Server": "1.0.0", - "System.Configuration.ConfigurationManager": "6.0.1", - "System.Diagnostics.DiagnosticSource": "6.0.0", - "System.Runtime.Caching": "6.0.0", - "System.Security.Cryptography.Cng": "5.0.0", - "System.Security.Principal.Windows": "5.0.0", - "System.Text.Encoding.CodePages": "6.0.0", - "System.Text.Encodings.Web": "6.0.0" - }, - "compile": { - "ref/net6.0/Microsoft.Data.SqlClient.dll": { - "related": ".pdb;.xml" - } - }, - "runtime": { - "lib/net6.0/Microsoft.Data.SqlClient.dll": { - "related": ".pdb;.xml" - } - }, - "runtimeTargets": { - "runtimes/unix/lib/net6.0/Microsoft.Data.SqlClient.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/net6.0/Microsoft.Data.SqlClient.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "Microsoft.Data.SqlClient.SNI.runtime/5.1.0": { - "type": "package", - "runtimeTargets": { - "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll": { - "assetType": "native", - "rid": "win-arm" - }, - "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": { - "assetType": "native", - "rid": "win-arm64" - }, - "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": { - "assetType": "native", - "rid": "win-x64" - }, - "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": { - "assetType": "native", - "rid": "win-x86" - } - } - }, - "Microsoft.EntityFrameworkCore/7.0.13": { - "type": "package", - "dependencies": { - "Microsoft.EntityFrameworkCore.Abstractions": "7.0.13", - "Microsoft.EntityFrameworkCore.Analyzers": "7.0.13", - "Microsoft.Extensions.Caching.Memory": "7.0.0", - "Microsoft.Extensions.DependencyInjection": "7.0.0", - "Microsoft.Extensions.Logging": "7.0.0" - }, - "compile": { - "lib/net6.0/Microsoft.EntityFrameworkCore.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/Microsoft.EntityFrameworkCore.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/Microsoft.EntityFrameworkCore.props": {} - } - }, - "Microsoft.EntityFrameworkCore.Abstractions/7.0.13": { - "type": "package", - "compile": { - "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { - "related": ".xml" - } - } - }, - "Microsoft.EntityFrameworkCore.Analyzers/7.0.13": { - "type": "package", - "compile": { - "lib/netstandard2.0/_._": {} - }, - "runtime": { - "lib/netstandard2.0/_._": {} - } - }, - "Microsoft.EntityFrameworkCore.Design/7.0.13": { - "type": "package", - "dependencies": { - "Humanizer.Core": "2.14.1", - "Microsoft.EntityFrameworkCore.Relational": "7.0.13", - "Microsoft.Extensions.DependencyModel": "7.0.0", - "Mono.TextTemplating": "2.2.1" - }, - "compile": { - "lib/net6.0/_._": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/Microsoft.EntityFrameworkCore.Design.dll": { - "related": ".xml" - } - }, - "build": { - "build/net6.0/Microsoft.EntityFrameworkCore.Design.props": {} - } - }, - "Microsoft.EntityFrameworkCore.Relational/7.0.13": { - "type": "package", - "dependencies": { - "Microsoft.EntityFrameworkCore": "7.0.13", - "Microsoft.Extensions.Configuration.Abstractions": "7.0.0" - }, - "compile": { - "lib/net6.0/Microsoft.EntityFrameworkCore.Relational.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/Microsoft.EntityFrameworkCore.Relational.dll": { - "related": ".xml" - } - } - }, - "Microsoft.EntityFrameworkCore.SqlServer/7.0.13": { - "type": "package", - "dependencies": { - "Microsoft.Data.SqlClient": "5.1.1", - "Microsoft.EntityFrameworkCore.Relational": "7.0.13" - }, - "compile": { - "lib/net6.0/Microsoft.EntityFrameworkCore.SqlServer.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/Microsoft.EntityFrameworkCore.SqlServer.dll": { - "related": ".xml" - } - } - }, - "Microsoft.EntityFrameworkCore.Tools/7.0.13": { - "type": "package", - "dependencies": { - "Microsoft.EntityFrameworkCore.Design": "7.0.13" - }, - "compile": { - "lib/net6.0/_._": {} - }, - "runtime": { - "lib/net6.0/_._": {} - } - }, - "Microsoft.Extensions.Caching.Abstractions/7.0.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Primitives": "7.0.0" - }, - "compile": { - "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "Microsoft.Extensions.Caching.Memory/7.0.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Caching.Abstractions": "7.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Logging.Abstractions": "7.0.0", - "Microsoft.Extensions.Options": "7.0.0", - "Microsoft.Extensions.Primitives": "7.0.0" - }, - "compile": { - "lib/net6.0/Microsoft.Extensions.Caching.Memory.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/Microsoft.Extensions.Caching.Memory.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "Microsoft.Extensions.Configuration.Abstractions/7.0.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.Primitives": "7.0.0" - }, - "compile": { - "lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "Microsoft.Extensions.DependencyInjection/7.0.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0" - }, - "compile": { - "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/7.0.0": { - "type": "package", - "compile": { - "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "Microsoft.Extensions.DependencyModel/7.0.0": { - "type": "package", - "dependencies": { - "System.Text.Encodings.Web": "7.0.0", - "System.Text.Json": "7.0.0" - }, - "compile": { - "lib/net6.0/_._": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/Microsoft.Extensions.DependencyModel.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "Microsoft.Extensions.Logging/7.0.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "7.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Logging.Abstractions": "7.0.0", - "Microsoft.Extensions.Options": "7.0.0" - }, - "compile": { - "lib/net6.0/Microsoft.Extensions.Logging.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/Microsoft.Extensions.Logging.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "Microsoft.Extensions.Logging.Abstractions/7.0.0": { - "type": "package", - "compile": { - "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets": {} - } - }, - "Microsoft.Extensions.Options/7.0.0": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Primitives": "7.0.0" - }, - "compile": { - "lib/net6.0/Microsoft.Extensions.Options.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/Microsoft.Extensions.Options.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "Microsoft.Extensions.Primitives/7.0.0": { - "type": "package", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - }, - "compile": { - "lib/net6.0/Microsoft.Extensions.Primitives.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/Microsoft.Extensions.Primitives.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - } - }, - "Microsoft.Identity.Client/4.47.2": { - "type": "package", - "dependencies": { - "Microsoft.IdentityModel.Abstractions": "6.22.0" - }, - "compile": { - "lib/netcoreapp2.1/Microsoft.Identity.Client.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netcoreapp2.1/Microsoft.Identity.Client.dll": { - "related": ".xml" - } - } - }, - "Microsoft.Identity.Client.Extensions.Msal/2.19.3": { - "type": "package", - "dependencies": { - "Microsoft.Identity.Client": "4.38.0", - "System.Security.Cryptography.ProtectedData": "4.5.0" - }, - "compile": { - "lib/netcoreapp2.1/Microsoft.Identity.Client.Extensions.Msal.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netcoreapp2.1/Microsoft.Identity.Client.Extensions.Msal.dll": { - "related": ".xml" - } - } - }, - "Microsoft.IdentityModel.Abstractions/6.24.0": { - "type": "package", - "compile": { - "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": { - "related": ".xml" - } - } - }, - "Microsoft.IdentityModel.JsonWebTokens/6.24.0": { - "type": "package", - "dependencies": { - "Microsoft.IdentityModel.Tokens": "6.24.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Json": "4.7.2" - }, - "compile": { - "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": { - "related": ".xml" - } - } - }, - "Microsoft.IdentityModel.Logging/6.24.0": { - "type": "package", - "dependencies": { - "Microsoft.IdentityModel.Abstractions": "6.24.0" - }, - "compile": { - "lib/net6.0/Microsoft.IdentityModel.Logging.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/Microsoft.IdentityModel.Logging.dll": { - "related": ".xml" - } - } - }, - "Microsoft.IdentityModel.Protocols/6.24.0": { - "type": "package", - "dependencies": { - "Microsoft.IdentityModel.Logging": "6.24.0", - "Microsoft.IdentityModel.Tokens": "6.24.0" - }, - "compile": { - "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": { - "related": ".xml" - } - } - }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.24.0": { - "type": "package", - "dependencies": { - "Microsoft.IdentityModel.Protocols": "6.24.0", - "System.IdentityModel.Tokens.Jwt": "6.24.0" - }, - "compile": { - "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { - "related": ".xml" - } - } - }, - "Microsoft.IdentityModel.Tokens/6.24.0": { - "type": "package", - "dependencies": { - "Microsoft.CSharp": "4.5.0", - "Microsoft.IdentityModel.Logging": "6.24.0", - "System.Security.Cryptography.Cng": "4.5.0" - }, - "compile": { - "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": { - "related": ".xml" - } - } - }, - "Microsoft.NETCore.Platforms/1.1.0": { - "type": "package", - "compile": { - "lib/netstandard1.0/_._": {} - }, - "runtime": { - "lib/netstandard1.0/_._": {} - } - }, - "Microsoft.NETCore.Targets/1.1.0": { - "type": "package", - "compile": { - "lib/netstandard1.0/_._": {} - }, - "runtime": { - "lib/netstandard1.0/_._": {} - } - }, - "Microsoft.SqlServer.Server/1.0.0": { - "type": "package", - "compile": { - "lib/netstandard2.0/Microsoft.SqlServer.Server.dll": { - "related": ".pdb;.xml" - } - }, - "runtime": { - "lib/netstandard2.0/Microsoft.SqlServer.Server.dll": { - "related": ".pdb;.xml" - } - } - }, - "Microsoft.Win32.SystemEvents/6.0.0": { - "type": "package", - "compile": { - "lib/net6.0/_._": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/Microsoft.Win32.SystemEvents.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/netcoreapp3.1/_._": {} - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "Mono.TextTemplating/2.2.1": { - "type": "package", - "dependencies": { - "System.CodeDom": "4.4.0" - }, - "compile": { - "lib/netstandard2.0/_._": {} - }, - "runtime": { - "lib/netstandard2.0/Mono.TextTemplating.dll": {} - } - }, - "System.CodeDom/4.4.0": { - "type": "package", - "compile": { - "ref/netstandard2.0/_._": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.CodeDom.dll": {} - } - }, - "System.Configuration.ConfigurationManager/6.0.1": { - "type": "package", - "dependencies": { - "System.Security.Cryptography.ProtectedData": "6.0.0", - "System.Security.Permissions": "6.0.0" - }, - "compile": { - "lib/net6.0/_._": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/System.Configuration.ConfigurationManager.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/netcoreapp3.1/_._": {} - } - }, - "System.Diagnostics.DiagnosticSource/6.0.0": { - "type": "package", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - }, - "compile": { - "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/netcoreapp3.1/_._": {} - } - }, - "System.Drawing.Common/6.0.0": { - "type": "package", - "dependencies": { - "Microsoft.Win32.SystemEvents": "6.0.0" - }, - "compile": { - "lib/net6.0/_._": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/System.Drawing.Common.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/netcoreapp3.1/_._": {} - }, - "runtimeTargets": { - "runtimes/unix/lib/net6.0/System.Drawing.Common.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/net6.0/System.Drawing.Common.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.Formats.Asn1/5.0.0": { - "type": "package", - "compile": { - "lib/netstandard2.0/_._": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Formats.Asn1.dll": { - "related": ".xml" - } - } - }, - "System.IdentityModel.Tokens.Jwt/6.24.0": { - "type": "package", - "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "6.24.0", - "Microsoft.IdentityModel.Tokens": "6.24.0" - }, - "compile": { - "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": { - "related": ".xml" - } - } - }, - "System.Memory/4.5.4": { - "type": "package", - "compile": { - "ref/netcoreapp2.1/_._": {} - }, - "runtime": { - "lib/netcoreapp2.1/_._": {} - } - }, - "System.Memory.Data/1.0.2": { - "type": "package", - "dependencies": { - "System.Text.Encodings.Web": "4.7.2", - "System.Text.Json": "4.6.0" - }, - "compile": { - "lib/netstandard2.0/System.Memory.Data.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Memory.Data.dll": { - "related": ".xml" - } - } - }, - "System.Numerics.Vectors/4.5.0": { - "type": "package", - "compile": { - "ref/netcoreapp2.0/_._": {} - }, - "runtime": { - "lib/netcoreapp2.0/_._": {} - } - }, - "System.Runtime/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - }, - "compile": { - "ref/netstandard1.5/System.Runtime.dll": { - "related": ".xml" - } - } - }, - "System.Runtime.Caching/6.0.0": { - "type": "package", - "dependencies": { - "System.Configuration.ConfigurationManager": "6.0.0" - }, - "compile": { - "lib/net6.0/_._": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/System.Runtime.Caching.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/netcoreapp3.1/_._": {} - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/System.Runtime.Caching.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.Runtime.CompilerServices.Unsafe/6.0.0": { - "type": "package", - "compile": { - "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/netcoreapp3.1/_._": {} - } - }, - "System.Security.AccessControl/6.0.0": { - "type": "package", - "compile": { - "lib/net6.0/_._": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/System.Security.AccessControl.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/netcoreapp3.1/_._": {} - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/System.Security.AccessControl.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.Security.Cryptography.Cng/5.0.0": { - "type": "package", - "dependencies": { - "System.Formats.Asn1": "5.0.0" - }, - "compile": { - "ref/netcoreapp3.0/System.Security.Cryptography.Cng.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netcoreapp3.0/System.Security.Cryptography.Cng.dll": { - "related": ".xml" - } - }, - "runtimeTargets": { - "runtimes/win/lib/netcoreapp3.0/System.Security.Cryptography.Cng.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.Security.Cryptography.ProtectedData/6.0.0": { - "type": "package", - "compile": { - "lib/net6.0/System.Security.Cryptography.ProtectedData.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/System.Security.Cryptography.ProtectedData.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/netcoreapp3.1/_._": {} - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.Security.Permissions/6.0.0": { - "type": "package", - "dependencies": { - "System.Security.AccessControl": "6.0.0", - "System.Windows.Extensions": "6.0.0" - }, - "compile": { - "lib/net6.0/_._": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/System.Security.Permissions.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/netcoreapp3.1/_._": {} - } - }, - "System.Security.Principal.Windows/5.0.0": { - "type": "package", - "compile": { - "ref/netcoreapp3.0/_._": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Security.Principal.Windows.dll": { - "related": ".xml" - } - }, - "runtimeTargets": { - "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.Text.Encoding/4.3.0": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - }, - "compile": { - "ref/netstandard1.3/System.Text.Encoding.dll": { - "related": ".xml" - } - } - }, - "System.Text.Encoding.CodePages/6.0.0": { - "type": "package", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - }, - "compile": { - "lib/net6.0/_._": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/System.Text.Encoding.CodePages.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/netcoreapp3.1/_._": {} - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/System.Text.Encoding.CodePages.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.Text.Encodings.Web/7.0.0": { - "type": "package", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - }, - "compile": { - "lib/net6.0/System.Text.Encodings.Web.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/System.Text.Encodings.Web.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - }, - "runtimeTargets": { - "runtimes/browser/lib/net6.0/System.Text.Encodings.Web.dll": { - "assetType": "runtime", - "rid": "browser" - } - } - }, - "System.Text.Json/7.0.0": { - "type": "package", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0", - "System.Text.Encodings.Web": "7.0.0" - }, - "compile": { - "lib/net6.0/System.Text.Json.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/System.Text.Json.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/System.Text.Json.targets": {} - } - }, - "System.Threading.Tasks.Extensions/4.5.4": { - "type": "package", - "compile": { - "ref/netcoreapp2.1/_._": {} - }, - "runtime": { - "lib/netcoreapp2.1/_._": {} - } - }, - "System.Windows.Extensions/6.0.0": { - "type": "package", - "dependencies": { - "System.Drawing.Common": "6.0.0" - }, - "compile": { - "lib/net6.0/_._": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/System.Windows.Extensions.dll": { - "related": ".xml" - } - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/System.Windows.Extensions.dll": { - "assetType": "runtime", - "rid": "win" - } - } - } - } - }, - "libraries": { - "Azure.Core/1.25.0": { - "sha512": "X8Dd4sAggS84KScWIjEbFAdt2U1KDolQopTPoHVubG2y3CM54f9l6asVrP5Uy384NWXjsspPYaJgz5xHc+KvTA==", - "type": "package", - "path": "azure.core/1.25.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "CHANGELOG.md", - "README.md", - "azure.core.1.25.0.nupkg.sha512", - "azure.core.nuspec", - "azureicon.png", - "lib/net461/Azure.Core.dll", - "lib/net461/Azure.Core.xml", - "lib/net5.0/Azure.Core.dll", - "lib/net5.0/Azure.Core.xml", - "lib/netcoreapp2.1/Azure.Core.dll", - "lib/netcoreapp2.1/Azure.Core.xml", - "lib/netstandard2.0/Azure.Core.dll", - "lib/netstandard2.0/Azure.Core.xml" - ] - }, - "Azure.Identity/1.7.0": { - "sha512": "eHEiCO/8+MfNc9nH5dVew/+FvxdaGrkRL4OMNwIz0W79+wtJyEoeRlXJ3SrXhoy9XR58geBYKmzMR83VO7bcAw==", - "type": "package", - "path": "azure.identity/1.7.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "CHANGELOG.md", - "README.md", - "azure.identity.1.7.0.nupkg.sha512", - "azure.identity.nuspec", - "azureicon.png", - "lib/netstandard2.0/Azure.Identity.dll", - "lib/netstandard2.0/Azure.Identity.xml" - ] - }, - "Humanizer.Core/2.14.1": { - "sha512": "lQKvtaTDOXnoVJ20ibTuSIOf2i0uO0MPbDhd1jm238I+U/2ZnRENj0cktKZhtchBMtCUSRQ5v4xBCUbKNmyVMw==", - "type": "package", - "path": "humanizer.core/2.14.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "humanizer.core.2.14.1.nupkg.sha512", - "humanizer.core.nuspec", - "lib/net6.0/Humanizer.dll", - "lib/net6.0/Humanizer.xml", - "lib/netstandard1.0/Humanizer.dll", - "lib/netstandard1.0/Humanizer.xml", - "lib/netstandard2.0/Humanizer.dll", - "lib/netstandard2.0/Humanizer.xml", - "logo.png" - ] - }, - "Microsoft.Bcl.AsyncInterfaces/1.1.1": { - "sha512": "yuvf07qFWFqtK3P/MRkEKLhn5r2UbSpVueRziSqj0yJQIKFwG1pq9mOayK3zE5qZCTs0CbrwL9M6R8VwqyGy2w==", - "type": "package", - "path": "microsoft.bcl.asyncinterfaces/1.1.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/net461/Microsoft.Bcl.AsyncInterfaces.dll", - "lib/net461/Microsoft.Bcl.AsyncInterfaces.xml", - "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll", - "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.xml", - "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll", - "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.xml", - "microsoft.bcl.asyncinterfaces.1.1.1.nupkg.sha512", - "microsoft.bcl.asyncinterfaces.nuspec", - "ref/net461/Microsoft.Bcl.AsyncInterfaces.dll", - "ref/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll", - "ref/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll", - "useSharedDesignerContext.txt", - "version.txt" - ] - }, - "Microsoft.CSharp/4.5.0": { - "sha512": "kaj6Wb4qoMuH3HySFJhxwQfe8R/sJsNJnANrvv8WdFPMoNbKY5htfNscv+LHCu5ipz+49m2e+WQXpLXr9XYemQ==", - "type": "package", - "path": "microsoft.csharp/4.5.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/Microsoft.CSharp.dll", - "lib/netcoreapp2.0/_._", - "lib/netstandard1.3/Microsoft.CSharp.dll", - "lib/netstandard2.0/Microsoft.CSharp.dll", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/uap10.0.16299/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "microsoft.csharp.4.5.0.nupkg.sha512", - "microsoft.csharp.nuspec", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/Microsoft.CSharp.dll", - "ref/netcore50/Microsoft.CSharp.xml", - "ref/netcore50/de/Microsoft.CSharp.xml", - "ref/netcore50/es/Microsoft.CSharp.xml", - "ref/netcore50/fr/Microsoft.CSharp.xml", - "ref/netcore50/it/Microsoft.CSharp.xml", - "ref/netcore50/ja/Microsoft.CSharp.xml", - "ref/netcore50/ko/Microsoft.CSharp.xml", - "ref/netcore50/ru/Microsoft.CSharp.xml", - "ref/netcore50/zh-hans/Microsoft.CSharp.xml", - "ref/netcore50/zh-hant/Microsoft.CSharp.xml", - "ref/netcoreapp2.0/_._", - "ref/netstandard1.0/Microsoft.CSharp.dll", - "ref/netstandard1.0/Microsoft.CSharp.xml", - "ref/netstandard1.0/de/Microsoft.CSharp.xml", - "ref/netstandard1.0/es/Microsoft.CSharp.xml", - "ref/netstandard1.0/fr/Microsoft.CSharp.xml", - "ref/netstandard1.0/it/Microsoft.CSharp.xml", - "ref/netstandard1.0/ja/Microsoft.CSharp.xml", - "ref/netstandard1.0/ko/Microsoft.CSharp.xml", - "ref/netstandard1.0/ru/Microsoft.CSharp.xml", - "ref/netstandard1.0/zh-hans/Microsoft.CSharp.xml", - "ref/netstandard1.0/zh-hant/Microsoft.CSharp.xml", - "ref/netstandard2.0/Microsoft.CSharp.dll", - "ref/netstandard2.0/Microsoft.CSharp.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/uap10.0.16299/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "useSharedDesignerContext.txt", - "version.txt" - ] - }, - "Microsoft.Data.SqlClient/5.1.1": { - "sha512": "MW5E9HFvCaV069o8b6YpuRDPBux8s96qDnOJ+4N9QNUCs7c5W3KxwQ+ftpAjbMUlImL+c9WR+l+f5hzjkqhu2g==", - "type": "package", - "path": "microsoft.data.sqlclient/5.1.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "dotnet.png", - "lib/net462/Microsoft.Data.SqlClient.dll", - "lib/net462/Microsoft.Data.SqlClient.pdb", - "lib/net462/Microsoft.Data.SqlClient.xml", - "lib/net462/de/Microsoft.Data.SqlClient.resources.dll", - "lib/net462/es/Microsoft.Data.SqlClient.resources.dll", - "lib/net462/fr/Microsoft.Data.SqlClient.resources.dll", - "lib/net462/it/Microsoft.Data.SqlClient.resources.dll", - "lib/net462/ja/Microsoft.Data.SqlClient.resources.dll", - "lib/net462/ko/Microsoft.Data.SqlClient.resources.dll", - "lib/net462/pt-BR/Microsoft.Data.SqlClient.resources.dll", - "lib/net462/ru/Microsoft.Data.SqlClient.resources.dll", - "lib/net462/zh-Hans/Microsoft.Data.SqlClient.resources.dll", - "lib/net462/zh-Hant/Microsoft.Data.SqlClient.resources.dll", - "lib/net6.0/Microsoft.Data.SqlClient.dll", - "lib/net6.0/Microsoft.Data.SqlClient.pdb", - "lib/net6.0/Microsoft.Data.SqlClient.xml", - "lib/netstandard2.0/Microsoft.Data.SqlClient.dll", - "lib/netstandard2.0/Microsoft.Data.SqlClient.pdb", - "lib/netstandard2.0/Microsoft.Data.SqlClient.xml", - "lib/netstandard2.1/Microsoft.Data.SqlClient.dll", - "lib/netstandard2.1/Microsoft.Data.SqlClient.pdb", - "lib/netstandard2.1/Microsoft.Data.SqlClient.xml", - "microsoft.data.sqlclient.5.1.1.nupkg.sha512", - "microsoft.data.sqlclient.nuspec", - "ref/net462/Microsoft.Data.SqlClient.dll", - "ref/net462/Microsoft.Data.SqlClient.pdb", - "ref/net462/Microsoft.Data.SqlClient.xml", - "ref/net6.0/Microsoft.Data.SqlClient.dll", - "ref/net6.0/Microsoft.Data.SqlClient.pdb", - "ref/net6.0/Microsoft.Data.SqlClient.xml", - "ref/netstandard2.0/Microsoft.Data.SqlClient.dll", - "ref/netstandard2.0/Microsoft.Data.SqlClient.pdb", - "ref/netstandard2.0/Microsoft.Data.SqlClient.xml", - "ref/netstandard2.1/Microsoft.Data.SqlClient.dll", - "ref/netstandard2.1/Microsoft.Data.SqlClient.pdb", - "ref/netstandard2.1/Microsoft.Data.SqlClient.xml", - "runtimes/unix/lib/net6.0/Microsoft.Data.SqlClient.dll", - "runtimes/unix/lib/net6.0/Microsoft.Data.SqlClient.pdb", - "runtimes/unix/lib/netstandard2.0/Microsoft.Data.SqlClient.dll", - "runtimes/unix/lib/netstandard2.0/Microsoft.Data.SqlClient.pdb", - "runtimes/unix/lib/netstandard2.1/Microsoft.Data.SqlClient.dll", - "runtimes/unix/lib/netstandard2.1/Microsoft.Data.SqlClient.pdb", - "runtimes/win/lib/net462/Microsoft.Data.SqlClient.dll", - "runtimes/win/lib/net462/Microsoft.Data.SqlClient.pdb", - "runtimes/win/lib/net6.0/Microsoft.Data.SqlClient.dll", - "runtimes/win/lib/net6.0/Microsoft.Data.SqlClient.pdb", - "runtimes/win/lib/netstandard2.0/Microsoft.Data.SqlClient.dll", - "runtimes/win/lib/netstandard2.0/Microsoft.Data.SqlClient.pdb", - "runtimes/win/lib/netstandard2.1/Microsoft.Data.SqlClient.dll", - "runtimes/win/lib/netstandard2.1/Microsoft.Data.SqlClient.pdb" - ] - }, - "Microsoft.Data.SqlClient.SNI.runtime/5.1.0": { - "sha512": "jVsElisM5sfBzaaV9kdq2NXZLwIbytetnsOIlJ0cQGgQP4zFNBmkfHBnpwtmKrtBJBEV9+9PVQPVrcCVhDgcIg==", - "type": "package", - "path": "microsoft.data.sqlclient.sni.runtime/5.1.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.txt", - "dotnet.png", - "microsoft.data.sqlclient.sni.runtime.5.1.0.nupkg.sha512", - "microsoft.data.sqlclient.sni.runtime.nuspec", - "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll", - "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll", - "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll", - "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll" - ] - }, - "Microsoft.EntityFrameworkCore/7.0.13": { - "sha512": "fACONzJtzLJQ29soFqBr0OzgmIYMHV7y9AEZ18hqGx2K0FMJNqezAcfzovc4WI+kT9IvOFQKhDNTl5DMimgkMA==", - "type": "package", - "path": "microsoft.entityframeworkcore/7.0.13", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "buildTransitive/net6.0/Microsoft.EntityFrameworkCore.props", - "lib/net6.0/Microsoft.EntityFrameworkCore.dll", - "lib/net6.0/Microsoft.EntityFrameworkCore.xml", - "microsoft.entityframeworkcore.7.0.13.nupkg.sha512", - "microsoft.entityframeworkcore.nuspec" - ] - }, - "Microsoft.EntityFrameworkCore.Abstractions/7.0.13": { - "sha512": "VxChscv7EsedfuhMAqJ82IxWBYyScCnMwMb1j4+264rIZteeWhj0CJX+u139JCCE9TcvoT97IsCmbb5Jcav5tg==", - "type": "package", - "path": "microsoft.entityframeworkcore.abstractions/7.0.13", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll", - "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.xml", - "microsoft.entityframeworkcore.abstractions.7.0.13.nupkg.sha512", - "microsoft.entityframeworkcore.abstractions.nuspec" - ] - }, - "Microsoft.EntityFrameworkCore.Analyzers/7.0.13": { - "sha512": "3GiAd0b30L+31/86mtpLDf0Hf4Fnze4yx7hVXaW4wBd6KomIqacGaf+s9rMYNdJZEyKvUJPaBsghY+FgKOoAHg==", - "type": "package", - "path": "microsoft.entityframeworkcore.analyzers/7.0.13", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "analyzers/dotnet/cs/Microsoft.EntityFrameworkCore.Analyzers.dll", - "lib/netstandard2.0/_._", - "microsoft.entityframeworkcore.analyzers.7.0.13.nupkg.sha512", - "microsoft.entityframeworkcore.analyzers.nuspec" - ] - }, - "Microsoft.EntityFrameworkCore.Design/7.0.13": { - "sha512": "3DlpSAxQhuxlhblySbM5ujxHALRi5m25ORPGnKKW4LCY1CPleCStdMSRnUB53vnhWDJUX12eIIvprajN++c2Ag==", - "type": "package", - "path": "microsoft.entityframeworkcore.design/7.0.13", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "build/net6.0/Microsoft.EntityFrameworkCore.Design.props", - "lib/net6.0/Microsoft.EntityFrameworkCore.Design.dll", - "lib/net6.0/Microsoft.EntityFrameworkCore.Design.xml", - "microsoft.entityframeworkcore.design.7.0.13.nupkg.sha512", - "microsoft.entityframeworkcore.design.nuspec" - ] - }, - "Microsoft.EntityFrameworkCore.Relational/7.0.13": { - "sha512": "lIms3oaIW7XiQy3bLUB2+hcSZ4ISmdh3HKKuNSnewS3wurYaopqBEhYaQdhZeW6itl3skWyqybPGGxIlJrKqFA==", - "type": "package", - "path": "microsoft.entityframeworkcore.relational/7.0.13", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "lib/net6.0/Microsoft.EntityFrameworkCore.Relational.dll", - "lib/net6.0/Microsoft.EntityFrameworkCore.Relational.xml", - "microsoft.entityframeworkcore.relational.7.0.13.nupkg.sha512", - "microsoft.entityframeworkcore.relational.nuspec" - ] - }, - "Microsoft.EntityFrameworkCore.SqlServer/7.0.13": { - "sha512": "86lPGt6HpkUgL+FHnu1nPmBmwvuBRqtYZPgj+sIhsF2OqRWOeQiXUjy3pspNgl1CK5goK5icjBAIlrl3LkMFuw==", - "type": "package", - "path": "microsoft.entityframeworkcore.sqlserver/7.0.13", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "lib/net6.0/Microsoft.EntityFrameworkCore.SqlServer.dll", - "lib/net6.0/Microsoft.EntityFrameworkCore.SqlServer.xml", - "microsoft.entityframeworkcore.sqlserver.7.0.13.nupkg.sha512", - "microsoft.entityframeworkcore.sqlserver.nuspec" - ] - }, - "Microsoft.EntityFrameworkCore.Tools/7.0.13": { - "sha512": "Z2edRVeoCqvWdNNHHoqbiNhRBetXfh/GBAga6bXM0mmRWzYZ0Y8F+jUFWF/8BUdnbv/8RAafIkWLVMT0jdxMLQ==", - "type": "package", - "path": "microsoft.entityframeworkcore.tools/7.0.13", - "hasTools": true, - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "lib/net6.0/_._", - "microsoft.entityframeworkcore.tools.7.0.13.nupkg.sha512", - "microsoft.entityframeworkcore.tools.nuspec", - "tools/EntityFrameworkCore.PS2.psd1", - "tools/EntityFrameworkCore.PS2.psm1", - "tools/EntityFrameworkCore.psd1", - "tools/EntityFrameworkCore.psm1", - "tools/about_EntityFrameworkCore.help.txt", - "tools/init.ps1", - "tools/net461/any/ef.exe", - "tools/net461/win-arm64/ef.exe", - "tools/net461/win-x86/ef.exe", - "tools/netcoreapp2.0/any/ef.dll", - "tools/netcoreapp2.0/any/ef.runtimeconfig.json" - ] - }, - "Microsoft.Extensions.Caching.Abstractions/7.0.0": { - "sha512": "IeimUd0TNbhB4ded3AbgBLQv2SnsiVugDyGV1MvspQFVlA07nDC7Zul7kcwH5jWN3JiTcp/ySE83AIJo8yfKjg==", - "type": "package", - "path": "microsoft.extensions.caching.abstractions/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Caching.Abstractions.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Caching.Abstractions.targets", - "lib/net462/Microsoft.Extensions.Caching.Abstractions.dll", - "lib/net462/Microsoft.Extensions.Caching.Abstractions.xml", - "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.dll", - "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.xml", - "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll", - "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.xml", - "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll", - "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.xml", - "microsoft.extensions.caching.abstractions.7.0.0.nupkg.sha512", - "microsoft.extensions.caching.abstractions.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.Caching.Memory/7.0.0": { - "sha512": "xpidBs2KCE2gw1JrD0quHE72kvCaI3xFql5/Peb2GRtUuZX+dYPoK/NTdVMiM67Svym0M0Df9A3xyU0FbMQhHw==", - "type": "package", - "path": "microsoft.extensions.caching.memory/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Caching.Memory.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Caching.Memory.targets", - "lib/net462/Microsoft.Extensions.Caching.Memory.dll", - "lib/net462/Microsoft.Extensions.Caching.Memory.xml", - "lib/net6.0/Microsoft.Extensions.Caching.Memory.dll", - "lib/net6.0/Microsoft.Extensions.Caching.Memory.xml", - "lib/net7.0/Microsoft.Extensions.Caching.Memory.dll", - "lib/net7.0/Microsoft.Extensions.Caching.Memory.xml", - "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll", - "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.xml", - "microsoft.extensions.caching.memory.7.0.0.nupkg.sha512", - "microsoft.extensions.caching.memory.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.Configuration.Abstractions/7.0.0": { - "sha512": "f34u2eaqIjNO9YLHBz8rozVZ+TcFiFs0F3r7nUJd7FRkVSxk8u4OpoK226mi49MwexHOR2ibP9MFvRUaLilcQQ==", - "type": "package", - "path": "microsoft.extensions.configuration.abstractions/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Configuration.Abstractions.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.Abstractions.targets", - "lib/net462/Microsoft.Extensions.Configuration.Abstractions.dll", - "lib/net462/Microsoft.Extensions.Configuration.Abstractions.xml", - "lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.dll", - "lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.xml", - "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll", - "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.xml", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.xml", - "microsoft.extensions.configuration.abstractions.7.0.0.nupkg.sha512", - "microsoft.extensions.configuration.abstractions.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.DependencyInjection/7.0.0": { - "sha512": "elNeOmkeX3eDVG6pYVeV82p29hr+UKDaBhrZyWvWLw/EVZSYEkZlQdkp0V39k/Xehs2Qa0mvoCvkVj3eQxNQ1Q==", - "type": "package", - "path": "microsoft.extensions.dependencyinjection/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.targets", - "lib/net462/Microsoft.Extensions.DependencyInjection.dll", - "lib/net462/Microsoft.Extensions.DependencyInjection.xml", - "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll", - "lib/net6.0/Microsoft.Extensions.DependencyInjection.xml", - "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll", - "lib/net7.0/Microsoft.Extensions.DependencyInjection.xml", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.xml", - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll", - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.xml", - "microsoft.extensions.dependencyinjection.7.0.0.nupkg.sha512", - "microsoft.extensions.dependencyinjection.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/7.0.0": { - "sha512": "h3j/QfmFN4S0w4C2A6X7arXij/M/OVw3uQHSOFxnND4DyAzO1F9eMX7Eti7lU/OkSthEE0WzRsfT/Dmx86jzCw==", - "type": "package", - "path": "microsoft.extensions.dependencyinjection.abstractions/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.Abstractions.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.Abstractions.targets", - "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "microsoft.extensions.dependencyinjection.abstractions.7.0.0.nupkg.sha512", - "microsoft.extensions.dependencyinjection.abstractions.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.DependencyModel/7.0.0": { - "sha512": "oONNYd71J3LzkWc4fUHl3SvMfiQMYUCo/mDHDEu76hYYxdhdrPYv6fvGv9nnKVyhE9P0h20AU8RZB5OOWQcAXg==", - "type": "package", - "path": "microsoft.extensions.dependencymodel/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "README.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.DependencyModel.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyModel.targets", - "lib/net462/Microsoft.Extensions.DependencyModel.dll", - "lib/net462/Microsoft.Extensions.DependencyModel.xml", - "lib/net6.0/Microsoft.Extensions.DependencyModel.dll", - "lib/net6.0/Microsoft.Extensions.DependencyModel.xml", - "lib/net7.0/Microsoft.Extensions.DependencyModel.dll", - "lib/net7.0/Microsoft.Extensions.DependencyModel.xml", - "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll", - "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.xml", - "microsoft.extensions.dependencymodel.7.0.0.nupkg.sha512", - "microsoft.extensions.dependencymodel.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.Logging/7.0.0": { - "sha512": "Nw2muoNrOG5U5qa2ZekXwudUn2BJcD41e65zwmDHb1fQegTX66UokLWZkJRpqSSHXDOWZ5V0iqhbxOEky91atA==", - "type": "package", - "path": "microsoft.extensions.logging/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Logging.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.targets", - "lib/net462/Microsoft.Extensions.Logging.dll", - "lib/net462/Microsoft.Extensions.Logging.xml", - "lib/net6.0/Microsoft.Extensions.Logging.dll", - "lib/net6.0/Microsoft.Extensions.Logging.xml", - "lib/net7.0/Microsoft.Extensions.Logging.dll", - "lib/net7.0/Microsoft.Extensions.Logging.xml", - "lib/netstandard2.0/Microsoft.Extensions.Logging.dll", - "lib/netstandard2.0/Microsoft.Extensions.Logging.xml", - "lib/netstandard2.1/Microsoft.Extensions.Logging.dll", - "lib/netstandard2.1/Microsoft.Extensions.Logging.xml", - "microsoft.extensions.logging.7.0.0.nupkg.sha512", - "microsoft.extensions.logging.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.Logging.Abstractions/7.0.0": { - "sha512": "kmn78+LPVMOWeITUjIlfxUPDsI0R6G0RkeAMBmQxAJ7vBJn4q2dTva7pWi65ceN5vPGjJ9q/Uae2WKgvfktJAw==", - "type": "package", - "path": "microsoft.extensions.logging.abstractions/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "analyzers/dotnet/roslyn3.11/cs/Microsoft.Extensions.Logging.Generators.dll", - "analyzers/dotnet/roslyn3.11/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/Microsoft.Extensions.Logging.Generators.dll", - "analyzers/dotnet/roslyn4.0/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Logging.Generators.dll", - "analyzers/dotnet/roslyn4.4/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", - "buildTransitive/net461/Microsoft.Extensions.Logging.Abstractions.targets", - "buildTransitive/net462/Microsoft.Extensions.Logging.Abstractions.targets", - "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.Abstractions.targets", - "buildTransitive/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.targets", - "lib/net462/Microsoft.Extensions.Logging.Abstractions.dll", - "lib/net462/Microsoft.Extensions.Logging.Abstractions.xml", - "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll", - "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.xml", - "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll", - "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.xml", - "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll", - "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.xml", - "microsoft.extensions.logging.abstractions.7.0.0.nupkg.sha512", - "microsoft.extensions.logging.abstractions.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.Options/7.0.0": { - "sha512": "lP1yBnTTU42cKpMozuafbvNtQ7QcBjr/CcK3bYOGEMH55Fjt+iecXjT6chR7vbgCMqy3PG3aNQSZgo/EuY/9qQ==", - "type": "package", - "path": "microsoft.extensions.options/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Options.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Options.targets", - "lib/net462/Microsoft.Extensions.Options.dll", - "lib/net462/Microsoft.Extensions.Options.xml", - "lib/net6.0/Microsoft.Extensions.Options.dll", - "lib/net6.0/Microsoft.Extensions.Options.xml", - "lib/net7.0/Microsoft.Extensions.Options.dll", - "lib/net7.0/Microsoft.Extensions.Options.xml", - "lib/netstandard2.0/Microsoft.Extensions.Options.dll", - "lib/netstandard2.0/Microsoft.Extensions.Options.xml", - "lib/netstandard2.1/Microsoft.Extensions.Options.dll", - "lib/netstandard2.1/Microsoft.Extensions.Options.xml", - "microsoft.extensions.options.7.0.0.nupkg.sha512", - "microsoft.extensions.options.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Extensions.Primitives/7.0.0": { - "sha512": "um1KU5kxcRp3CNuI8o/GrZtD4AIOXDk+RLsytjZ9QPok3ttLUelLKpilVPuaFT3TFjOhSibUAso0odbOaCDj3Q==", - "type": "package", - "path": "microsoft.extensions.primitives/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Primitives.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Primitives.targets", - "lib/net462/Microsoft.Extensions.Primitives.dll", - "lib/net462/Microsoft.Extensions.Primitives.xml", - "lib/net6.0/Microsoft.Extensions.Primitives.dll", - "lib/net6.0/Microsoft.Extensions.Primitives.xml", - "lib/net7.0/Microsoft.Extensions.Primitives.dll", - "lib/net7.0/Microsoft.Extensions.Primitives.xml", - "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll", - "lib/netstandard2.0/Microsoft.Extensions.Primitives.xml", - "microsoft.extensions.primitives.7.0.0.nupkg.sha512", - "microsoft.extensions.primitives.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "Microsoft.Identity.Client/4.47.2": { - "sha512": "SPgesZRbXoDxg8Vv7k5Ou0ee7uupVw0E8ZCc4GKw25HANRLz1d5OSr0fvTVQRnEswo5Obk8qD4LOapYB+n5kzQ==", - "type": "package", - "path": "microsoft.identity.client/4.47.2", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/monoandroid10.0/Microsoft.Identity.Client.dll", - "lib/monoandroid10.0/Microsoft.Identity.Client.xml", - "lib/monoandroid90/Microsoft.Identity.Client.dll", - "lib/monoandroid90/Microsoft.Identity.Client.xml", - "lib/net45/Microsoft.Identity.Client.dll", - "lib/net45/Microsoft.Identity.Client.xml", - "lib/net461/Microsoft.Identity.Client.dll", - "lib/net461/Microsoft.Identity.Client.xml", - "lib/net5.0-windows10.0.17763/Microsoft.Identity.Client.dll", - "lib/net5.0-windows10.0.17763/Microsoft.Identity.Client.xml", - "lib/net6.0-android31.0/Microsoft.Identity.Client.dll", - "lib/net6.0-android31.0/Microsoft.Identity.Client.xml", - "lib/net6.0-ios15.4/Microsoft.Identity.Client.dll", - "lib/net6.0-ios15.4/Microsoft.Identity.Client.xml", - "lib/netcoreapp2.1/Microsoft.Identity.Client.dll", - "lib/netcoreapp2.1/Microsoft.Identity.Client.xml", - "lib/netstandard2.0/Microsoft.Identity.Client.dll", - "lib/netstandard2.0/Microsoft.Identity.Client.xml", - "lib/uap10.0.17763/Microsoft.Identity.Client.dll", - "lib/uap10.0.17763/Microsoft.Identity.Client.pri", - "lib/uap10.0.17763/Microsoft.Identity.Client.xml", - "lib/xamarinios10/Microsoft.Identity.Client.dll", - "lib/xamarinios10/Microsoft.Identity.Client.xml", - "lib/xamarinmac20/Microsoft.Identity.Client.dll", - "lib/xamarinmac20/Microsoft.Identity.Client.xml", - "microsoft.identity.client.4.47.2.nupkg.sha512", - "microsoft.identity.client.nuspec" - ] - }, - "Microsoft.Identity.Client.Extensions.Msal/2.19.3": { - "sha512": "zVVZjn8aW7W79rC1crioDgdOwaFTQorsSO6RgVlDDjc7MvbEGz071wSNrjVhzR0CdQn6Sefx7Abf1o7vasmrLg==", - "type": "package", - "path": "microsoft.identity.client.extensions.msal/2.19.3", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/net45/Microsoft.Identity.Client.Extensions.Msal.dll", - "lib/net45/Microsoft.Identity.Client.Extensions.Msal.xml", - "lib/netcoreapp2.1/Microsoft.Identity.Client.Extensions.Msal.dll", - "lib/netcoreapp2.1/Microsoft.Identity.Client.Extensions.Msal.xml", - "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.dll", - "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.xml", - "microsoft.identity.client.extensions.msal.2.19.3.nupkg.sha512", - "microsoft.identity.client.extensions.msal.nuspec" - ] - }, - "Microsoft.IdentityModel.Abstractions/6.24.0": { - "sha512": "X6aBK56Ot15qKyG7X37KsPnrwah+Ka55NJWPppWVTDi8xWq7CJgeNw2XyaeHgE1o/mW4THwoabZkBbeG2TPBiw==", - "type": "package", - "path": "microsoft.identitymodel.abstractions/6.24.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/net45/Microsoft.IdentityModel.Abstractions.dll", - "lib/net45/Microsoft.IdentityModel.Abstractions.xml", - "lib/net461/Microsoft.IdentityModel.Abstractions.dll", - "lib/net461/Microsoft.IdentityModel.Abstractions.xml", - "lib/net472/Microsoft.IdentityModel.Abstractions.dll", - "lib/net472/Microsoft.IdentityModel.Abstractions.xml", - "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll", - "lib/net6.0/Microsoft.IdentityModel.Abstractions.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.xml", - "microsoft.identitymodel.abstractions.6.24.0.nupkg.sha512", - "microsoft.identitymodel.abstractions.nuspec" - ] - }, - "Microsoft.IdentityModel.JsonWebTokens/6.24.0": { - "sha512": "XDWrkThcxfuWp79AvAtg5f+uRS1BxkIbJnsG/e8VPzOWkYYuDg33emLjp5EWcwXYYIDsHnVZD/00kM/PYFQc/g==", - "type": "package", - "path": "microsoft.identitymodel.jsonwebtokens/6.24.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/net45/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net45/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/net461/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net461/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/net472/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net472/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.xml", - "microsoft.identitymodel.jsonwebtokens.6.24.0.nupkg.sha512", - "microsoft.identitymodel.jsonwebtokens.nuspec" - ] - }, - "Microsoft.IdentityModel.Logging/6.24.0": { - "sha512": "qLYWDOowM/zghmYKXw1yfYKlHOdS41i8t4hVXr9bSI90zHqhyhQh9GwVy8pENzs5wHeytU23DymluC9NtgYv7w==", - "type": "package", - "path": "microsoft.identitymodel.logging/6.24.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/net45/Microsoft.IdentityModel.Logging.dll", - "lib/net45/Microsoft.IdentityModel.Logging.xml", - "lib/net461/Microsoft.IdentityModel.Logging.dll", - "lib/net461/Microsoft.IdentityModel.Logging.xml", - "lib/net472/Microsoft.IdentityModel.Logging.dll", - "lib/net472/Microsoft.IdentityModel.Logging.xml", - "lib/net6.0/Microsoft.IdentityModel.Logging.dll", - "lib/net6.0/Microsoft.IdentityModel.Logging.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Logging.xml", - "microsoft.identitymodel.logging.6.24.0.nupkg.sha512", - "microsoft.identitymodel.logging.nuspec" - ] - }, - "Microsoft.IdentityModel.Protocols/6.24.0": { - "sha512": "+NzKCkvsQ8X1r/Ff74V7CFr9OsdMRaB6DsV+qpH7NNLdYJ8O4qHbmTnNEsjFcDmk/gVNDwhoL2gN5pkPVq0lwQ==", - "type": "package", - "path": "microsoft.identitymodel.protocols/6.24.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/net45/Microsoft.IdentityModel.Protocols.dll", - "lib/net45/Microsoft.IdentityModel.Protocols.xml", - "lib/net461/Microsoft.IdentityModel.Protocols.dll", - "lib/net461/Microsoft.IdentityModel.Protocols.xml", - "lib/net472/Microsoft.IdentityModel.Protocols.dll", - "lib/net472/Microsoft.IdentityModel.Protocols.xml", - "lib/net6.0/Microsoft.IdentityModel.Protocols.dll", - "lib/net6.0/Microsoft.IdentityModel.Protocols.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.xml", - "microsoft.identitymodel.protocols.6.24.0.nupkg.sha512", - "microsoft.identitymodel.protocols.nuspec" - ] - }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.24.0": { - "sha512": "a/2RRrc8C9qaw8qdD9hv1ES9YKFgxaqr/SnwMSLbwQZJSUQDd4qx1K4EYgWaQWs73R+VXLyKSxN0f/uE9CsBiQ==", - "type": "package", - "path": "microsoft.identitymodel.protocols.openidconnect/6.24.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/net45/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/net45/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "microsoft.identitymodel.protocols.openidconnect.6.24.0.nupkg.sha512", - "microsoft.identitymodel.protocols.openidconnect.nuspec" - ] - }, - "Microsoft.IdentityModel.Tokens/6.24.0": { - "sha512": "ZPqHi86UYuqJXJ7bLnlEctHKkPKT4lGUFbotoCNiXNCSL02emYlcxzGYsRGWWmbFEcYDMi2dcTLLYNzHqWOTsw==", - "type": "package", - "path": "microsoft.identitymodel.tokens/6.24.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/net45/Microsoft.IdentityModel.Tokens.dll", - "lib/net45/Microsoft.IdentityModel.Tokens.xml", - "lib/net461/Microsoft.IdentityModel.Tokens.dll", - "lib/net461/Microsoft.IdentityModel.Tokens.xml", - "lib/net472/Microsoft.IdentityModel.Tokens.dll", - "lib/net472/Microsoft.IdentityModel.Tokens.xml", - "lib/net6.0/Microsoft.IdentityModel.Tokens.dll", - "lib/net6.0/Microsoft.IdentityModel.Tokens.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.xml", - "microsoft.identitymodel.tokens.6.24.0.nupkg.sha512", - "microsoft.identitymodel.tokens.nuspec" - ] - }, - "Microsoft.NETCore.Platforms/1.1.0": { - "sha512": "kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==", - "type": "package", - "path": "microsoft.netcore.platforms/1.1.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/netstandard1.0/_._", - "microsoft.netcore.platforms.1.1.0.nupkg.sha512", - "microsoft.netcore.platforms.nuspec", - "runtime.json" - ] - }, - "Microsoft.NETCore.Targets/1.1.0": { - "sha512": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==", - "type": "package", - "path": "microsoft.netcore.targets/1.1.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/netstandard1.0/_._", - "microsoft.netcore.targets.1.1.0.nupkg.sha512", - "microsoft.netcore.targets.nuspec", - "runtime.json" - ] - }, - "Microsoft.SqlServer.Server/1.0.0": { - "sha512": "N4KeF3cpcm1PUHym1RmakkzfkEv3GRMyofVv40uXsQhCQeglr2OHNcUk2WOG51AKpGO8ynGpo9M/kFXSzghwug==", - "type": "package", - "path": "microsoft.sqlserver.server/1.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "dotnet.png", - "lib/net46/Microsoft.SqlServer.Server.dll", - "lib/net46/Microsoft.SqlServer.Server.pdb", - "lib/net46/Microsoft.SqlServer.Server.xml", - "lib/netstandard2.0/Microsoft.SqlServer.Server.dll", - "lib/netstandard2.0/Microsoft.SqlServer.Server.pdb", - "lib/netstandard2.0/Microsoft.SqlServer.Server.xml", - "microsoft.sqlserver.server.1.0.0.nupkg.sha512", - "microsoft.sqlserver.server.nuspec" - ] - }, - "Microsoft.Win32.SystemEvents/6.0.0": { - "sha512": "hqTM5628jSsQiv+HGpiq3WKBl2c8v1KZfby2J6Pr7pEPlK9waPdgEO6b8A/+/xn/yZ9ulv8HuqK71ONy2tg67A==", - "type": "package", - "path": "microsoft.win32.systemevents/6.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/netcoreapp2.0/Microsoft.Win32.SystemEvents.targets", - "buildTransitive/netcoreapp3.1/_._", - "lib/net461/Microsoft.Win32.SystemEvents.dll", - "lib/net461/Microsoft.Win32.SystemEvents.xml", - "lib/net6.0/Microsoft.Win32.SystemEvents.dll", - "lib/net6.0/Microsoft.Win32.SystemEvents.xml", - "lib/netcoreapp3.1/Microsoft.Win32.SystemEvents.dll", - "lib/netcoreapp3.1/Microsoft.Win32.SystemEvents.xml", - "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll", - "lib/netstandard2.0/Microsoft.Win32.SystemEvents.xml", - "microsoft.win32.systemevents.6.0.0.nupkg.sha512", - "microsoft.win32.systemevents.nuspec", - "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll", - "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.xml", - "runtimes/win/lib/netcoreapp3.1/Microsoft.Win32.SystemEvents.dll", - "runtimes/win/lib/netcoreapp3.1/Microsoft.Win32.SystemEvents.xml", - "useSharedDesignerContext.txt" - ] - }, - "Mono.TextTemplating/2.2.1": { - "sha512": "KZYeKBET/2Z0gY1WlTAK7+RHTl7GSbtvTLDXEZZojUdAPqpQNDL6tHv7VUpqfX5VEOh+uRGKaZXkuD253nEOBQ==", - "type": "package", - "path": "mono.texttemplating/2.2.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/net472/Mono.TextTemplating.dll", - "lib/netstandard2.0/Mono.TextTemplating.dll", - "mono.texttemplating.2.2.1.nupkg.sha512", - "mono.texttemplating.nuspec" - ] - }, - "System.CodeDom/4.4.0": { - "sha512": "2sCCb7doXEwtYAbqzbF/8UAeDRMNmPaQbU2q50Psg1J9KzumyVVCgKQY8s53WIPTufNT0DpSe9QRvVjOzfDWBA==", - "type": "package", - "path": "system.codedom/4.4.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/net461/System.CodeDom.dll", - "lib/netstandard2.0/System.CodeDom.dll", - "ref/net461/System.CodeDom.dll", - "ref/net461/System.CodeDom.xml", - "ref/netstandard2.0/System.CodeDom.dll", - "ref/netstandard2.0/System.CodeDom.xml", - "system.codedom.4.4.0.nupkg.sha512", - "system.codedom.nuspec", - "useSharedDesignerContext.txt", - "version.txt" - ] - }, - "System.Configuration.ConfigurationManager/6.0.1": { - "sha512": "jXw9MlUu/kRfEU0WyTptAVueupqIeE3/rl0EZDMlf8pcvJnitQ8HeVEp69rZdaStXwTV72boi/Bhw8lOeO+U2w==", - "type": "package", - "path": "system.configuration.configurationmanager/6.0.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/netcoreapp2.0/System.Configuration.ConfigurationManager.targets", - "buildTransitive/netcoreapp3.1/_._", - "lib/net461/System.Configuration.ConfigurationManager.dll", - "lib/net461/System.Configuration.ConfigurationManager.xml", - "lib/net6.0/System.Configuration.ConfigurationManager.dll", - "lib/net6.0/System.Configuration.ConfigurationManager.xml", - "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll", - "lib/netstandard2.0/System.Configuration.ConfigurationManager.xml", - "runtimes/win/lib/net461/System.Configuration.ConfigurationManager.dll", - "runtimes/win/lib/net461/System.Configuration.ConfigurationManager.xml", - "system.configuration.configurationmanager.6.0.1.nupkg.sha512", - "system.configuration.configurationmanager.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Diagnostics.DiagnosticSource/6.0.0": { - "sha512": "frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==", - "type": "package", - "path": "system.diagnostics.diagnosticsource/6.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/netcoreapp2.0/System.Diagnostics.DiagnosticSource.targets", - "buildTransitive/netcoreapp3.1/_._", - "lib/net461/System.Diagnostics.DiagnosticSource.dll", - "lib/net461/System.Diagnostics.DiagnosticSource.xml", - "lib/net5.0/System.Diagnostics.DiagnosticSource.dll", - "lib/net5.0/System.Diagnostics.DiagnosticSource.xml", - "lib/net6.0/System.Diagnostics.DiagnosticSource.dll", - "lib/net6.0/System.Diagnostics.DiagnosticSource.xml", - "lib/netstandard2.0/System.Diagnostics.DiagnosticSource.dll", - "lib/netstandard2.0/System.Diagnostics.DiagnosticSource.xml", - "system.diagnostics.diagnosticsource.6.0.0.nupkg.sha512", - "system.diagnostics.diagnosticsource.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Drawing.Common/6.0.0": { - "sha512": "NfuoKUiP2nUWwKZN6twGqXioIe1zVD0RIj2t976A+czLHr2nY454RwwXs6JU9Htc6mwqL6Dn/nEL3dpVf2jOhg==", - "type": "package", - "path": "system.drawing.common/6.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/netcoreapp2.0/System.Drawing.Common.targets", - "buildTransitive/netcoreapp3.1/_._", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net461/System.Drawing.Common.dll", - "lib/net461/System.Drawing.Common.xml", - "lib/net6.0/System.Drawing.Common.dll", - "lib/net6.0/System.Drawing.Common.xml", - "lib/netcoreapp3.1/System.Drawing.Common.dll", - "lib/netcoreapp3.1/System.Drawing.Common.xml", - "lib/netstandard2.0/System.Drawing.Common.dll", - "lib/netstandard2.0/System.Drawing.Common.xml", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "runtimes/unix/lib/net6.0/System.Drawing.Common.dll", - "runtimes/unix/lib/net6.0/System.Drawing.Common.xml", - "runtimes/unix/lib/netcoreapp3.1/System.Drawing.Common.dll", - "runtimes/unix/lib/netcoreapp3.1/System.Drawing.Common.xml", - "runtimes/win/lib/net6.0/System.Drawing.Common.dll", - "runtimes/win/lib/net6.0/System.Drawing.Common.xml", - "runtimes/win/lib/netcoreapp3.1/System.Drawing.Common.dll", - "runtimes/win/lib/netcoreapp3.1/System.Drawing.Common.xml", - "system.drawing.common.6.0.0.nupkg.sha512", - "system.drawing.common.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Formats.Asn1/5.0.0": { - "sha512": "MTvUIktmemNB+El0Fgw9egyqT9AYSIk6DTJeoDSpc3GIHxHCMo8COqkWT1mptX5tZ1SlQ6HJZ0OsSvMth1c12w==", - "type": "package", - "path": "system.formats.asn1/5.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/net461/System.Formats.Asn1.dll", - "lib/net461/System.Formats.Asn1.xml", - "lib/netstandard2.0/System.Formats.Asn1.dll", - "lib/netstandard2.0/System.Formats.Asn1.xml", - "system.formats.asn1.5.0.0.nupkg.sha512", - "system.formats.asn1.nuspec", - "useSharedDesignerContext.txt", - "version.txt" - ] - }, - "System.IdentityModel.Tokens.Jwt/6.24.0": { - "sha512": "Qibsj9MPWq8S/C0FgvmsLfIlHLE7ay0MJIaAmK94ivN3VyDdglqReed5qMvdQhSL0BzK6v0Z1wB/sD88zVu6Jw==", - "type": "package", - "path": "system.identitymodel.tokens.jwt/6.24.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/net45/System.IdentityModel.Tokens.Jwt.dll", - "lib/net45/System.IdentityModel.Tokens.Jwt.xml", - "lib/net461/System.IdentityModel.Tokens.Jwt.dll", - "lib/net461/System.IdentityModel.Tokens.Jwt.xml", - "lib/net472/System.IdentityModel.Tokens.Jwt.dll", - "lib/net472/System.IdentityModel.Tokens.Jwt.xml", - "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll", - "lib/net6.0/System.IdentityModel.Tokens.Jwt.xml", - "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll", - "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.xml", - "system.identitymodel.tokens.jwt.6.24.0.nupkg.sha512", - "system.identitymodel.tokens.jwt.nuspec" - ] - }, - "System.Memory/4.5.4": { - "sha512": "1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==", - "type": "package", - "path": "system.memory/4.5.4", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/net461/System.Memory.dll", - "lib/net461/System.Memory.xml", - "lib/netcoreapp2.1/_._", - "lib/netstandard1.1/System.Memory.dll", - "lib/netstandard1.1/System.Memory.xml", - "lib/netstandard2.0/System.Memory.dll", - "lib/netstandard2.0/System.Memory.xml", - "ref/netcoreapp2.1/_._", - "system.memory.4.5.4.nupkg.sha512", - "system.memory.nuspec", - "useSharedDesignerContext.txt", - "version.txt" - ] - }, - "System.Memory.Data/1.0.2": { - "sha512": "JGkzeqgBsiZwKJZ1IxPNsDFZDhUvuEdX8L8BDC8N3KOj+6zMcNU28CNN59TpZE/VJYy9cP+5M+sbxtWJx3/xtw==", - "type": "package", - "path": "system.memory.data/1.0.2", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "CHANGELOG.md", - "DotNetPackageIcon.png", - "README.md", - "lib/net461/System.Memory.Data.dll", - "lib/net461/System.Memory.Data.xml", - "lib/netstandard2.0/System.Memory.Data.dll", - "lib/netstandard2.0/System.Memory.Data.xml", - "system.memory.data.1.0.2.nupkg.sha512", - "system.memory.data.nuspec" - ] - }, - "System.Numerics.Vectors/4.5.0": { - "sha512": "QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==", - "type": "package", - "path": "system.numerics.vectors/4.5.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Numerics.Vectors.dll", - "lib/net46/System.Numerics.Vectors.xml", - "lib/netcoreapp2.0/_._", - "lib/netstandard1.0/System.Numerics.Vectors.dll", - "lib/netstandard1.0/System.Numerics.Vectors.xml", - "lib/netstandard2.0/System.Numerics.Vectors.dll", - "lib/netstandard2.0/System.Numerics.Vectors.xml", - "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.xml", - "lib/uap10.0.16299/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/System.Numerics.Vectors.dll", - "ref/net45/System.Numerics.Vectors.xml", - "ref/net46/System.Numerics.Vectors.dll", - "ref/net46/System.Numerics.Vectors.xml", - "ref/netcoreapp2.0/_._", - "ref/netstandard1.0/System.Numerics.Vectors.dll", - "ref/netstandard1.0/System.Numerics.Vectors.xml", - "ref/netstandard2.0/System.Numerics.Vectors.dll", - "ref/netstandard2.0/System.Numerics.Vectors.xml", - "ref/uap10.0.16299/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.numerics.vectors.4.5.0.nupkg.sha512", - "system.numerics.vectors.nuspec", - "useSharedDesignerContext.txt", - "version.txt" - ] - }, - "System.Runtime/4.3.0": { - "sha512": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "type": "package", - "path": "system.runtime/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/net462/System.Runtime.dll", - "lib/portable-net45+win8+wp80+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/net462/System.Runtime.dll", - "ref/netcore50/System.Runtime.dll", - "ref/netcore50/System.Runtime.xml", - "ref/netcore50/de/System.Runtime.xml", - "ref/netcore50/es/System.Runtime.xml", - "ref/netcore50/fr/System.Runtime.xml", - "ref/netcore50/it/System.Runtime.xml", - "ref/netcore50/ja/System.Runtime.xml", - "ref/netcore50/ko/System.Runtime.xml", - "ref/netcore50/ru/System.Runtime.xml", - "ref/netcore50/zh-hans/System.Runtime.xml", - "ref/netcore50/zh-hant/System.Runtime.xml", - "ref/netstandard1.0/System.Runtime.dll", - "ref/netstandard1.0/System.Runtime.xml", - "ref/netstandard1.0/de/System.Runtime.xml", - "ref/netstandard1.0/es/System.Runtime.xml", - "ref/netstandard1.0/fr/System.Runtime.xml", - "ref/netstandard1.0/it/System.Runtime.xml", - "ref/netstandard1.0/ja/System.Runtime.xml", - "ref/netstandard1.0/ko/System.Runtime.xml", - "ref/netstandard1.0/ru/System.Runtime.xml", - "ref/netstandard1.0/zh-hans/System.Runtime.xml", - "ref/netstandard1.0/zh-hant/System.Runtime.xml", - "ref/netstandard1.2/System.Runtime.dll", - "ref/netstandard1.2/System.Runtime.xml", - "ref/netstandard1.2/de/System.Runtime.xml", - "ref/netstandard1.2/es/System.Runtime.xml", - "ref/netstandard1.2/fr/System.Runtime.xml", - "ref/netstandard1.2/it/System.Runtime.xml", - "ref/netstandard1.2/ja/System.Runtime.xml", - "ref/netstandard1.2/ko/System.Runtime.xml", - "ref/netstandard1.2/ru/System.Runtime.xml", - "ref/netstandard1.2/zh-hans/System.Runtime.xml", - "ref/netstandard1.2/zh-hant/System.Runtime.xml", - "ref/netstandard1.3/System.Runtime.dll", - "ref/netstandard1.3/System.Runtime.xml", - "ref/netstandard1.3/de/System.Runtime.xml", - "ref/netstandard1.3/es/System.Runtime.xml", - "ref/netstandard1.3/fr/System.Runtime.xml", - "ref/netstandard1.3/it/System.Runtime.xml", - "ref/netstandard1.3/ja/System.Runtime.xml", - "ref/netstandard1.3/ko/System.Runtime.xml", - "ref/netstandard1.3/ru/System.Runtime.xml", - "ref/netstandard1.3/zh-hans/System.Runtime.xml", - "ref/netstandard1.3/zh-hant/System.Runtime.xml", - "ref/netstandard1.5/System.Runtime.dll", - "ref/netstandard1.5/System.Runtime.xml", - "ref/netstandard1.5/de/System.Runtime.xml", - "ref/netstandard1.5/es/System.Runtime.xml", - "ref/netstandard1.5/fr/System.Runtime.xml", - "ref/netstandard1.5/it/System.Runtime.xml", - "ref/netstandard1.5/ja/System.Runtime.xml", - "ref/netstandard1.5/ko/System.Runtime.xml", - "ref/netstandard1.5/ru/System.Runtime.xml", - "ref/netstandard1.5/zh-hans/System.Runtime.xml", - "ref/netstandard1.5/zh-hant/System.Runtime.xml", - "ref/portable-net45+win8+wp80+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.runtime.4.3.0.nupkg.sha512", - "system.runtime.nuspec" - ] - }, - "System.Runtime.Caching/6.0.0": { - "sha512": "E0e03kUp5X2k+UAoVl6efmI7uU7JRBWi5EIdlQ7cr0NpBGjHG4fWII35PgsBY9T4fJQ8E4QPsL0rKksU9gcL5A==", - "type": "package", - "path": "system.runtime.caching/6.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/netcoreapp2.0/System.Runtime.Caching.targets", - "buildTransitive/netcoreapp3.1/_._", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net461/_._", - "lib/net6.0/System.Runtime.Caching.dll", - "lib/net6.0/System.Runtime.Caching.xml", - "lib/netcoreapp3.1/System.Runtime.Caching.dll", - "lib/netcoreapp3.1/System.Runtime.Caching.xml", - "lib/netstandard2.0/System.Runtime.Caching.dll", - "lib/netstandard2.0/System.Runtime.Caching.xml", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "runtimes/win/lib/net461/_._", - "runtimes/win/lib/net6.0/System.Runtime.Caching.dll", - "runtimes/win/lib/net6.0/System.Runtime.Caching.xml", - "runtimes/win/lib/netcoreapp3.1/System.Runtime.Caching.dll", - "runtimes/win/lib/netcoreapp3.1/System.Runtime.Caching.xml", - "runtimes/win/lib/netstandard2.0/System.Runtime.Caching.dll", - "runtimes/win/lib/netstandard2.0/System.Runtime.Caching.xml", - "system.runtime.caching.6.0.0.nupkg.sha512", - "system.runtime.caching.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Runtime.CompilerServices.Unsafe/6.0.0": { - "sha512": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==", - "type": "package", - "path": "system.runtime.compilerservices.unsafe/6.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.targets", - "buildTransitive/netcoreapp3.1/_._", - "lib/net461/System.Runtime.CompilerServices.Unsafe.dll", - "lib/net461/System.Runtime.CompilerServices.Unsafe.xml", - "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll", - "lib/net6.0/System.Runtime.CompilerServices.Unsafe.xml", - "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.dll", - "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.xml", - "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll", - "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml", - "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512", - "system.runtime.compilerservices.unsafe.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Security.AccessControl/6.0.0": { - "sha512": "AUADIc0LIEQe7MzC+I0cl0rAT8RrTAKFHl53yHjEUzNVIaUlhFY11vc2ebiVJzVBuOzun6F7FBA+8KAbGTTedQ==", - "type": "package", - "path": "system.security.accesscontrol/6.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/netcoreapp2.0/System.Security.AccessControl.targets", - "buildTransitive/netcoreapp3.1/_._", - "lib/net461/System.Security.AccessControl.dll", - "lib/net461/System.Security.AccessControl.xml", - "lib/net6.0/System.Security.AccessControl.dll", - "lib/net6.0/System.Security.AccessControl.xml", - "lib/netstandard2.0/System.Security.AccessControl.dll", - "lib/netstandard2.0/System.Security.AccessControl.xml", - "runtimes/win/lib/net461/System.Security.AccessControl.dll", - "runtimes/win/lib/net461/System.Security.AccessControl.xml", - "runtimes/win/lib/net6.0/System.Security.AccessControl.dll", - "runtimes/win/lib/net6.0/System.Security.AccessControl.xml", - "runtimes/win/lib/netstandard2.0/System.Security.AccessControl.dll", - "runtimes/win/lib/netstandard2.0/System.Security.AccessControl.xml", - "system.security.accesscontrol.6.0.0.nupkg.sha512", - "system.security.accesscontrol.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Security.Cryptography.Cng/5.0.0": { - "sha512": "jIMXsKn94T9JY7PvPq/tMfqa6GAaHpElRDpmG+SuL+D3+sTw2M8VhnibKnN8Tq+4JqbPJ/f+BwtLeDMEnzAvRg==", - "type": "package", - "path": "system.security.cryptography.cng/5.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Security.Cryptography.Cng.dll", - "lib/net461/System.Security.Cryptography.Cng.dll", - "lib/net461/System.Security.Cryptography.Cng.xml", - "lib/net462/System.Security.Cryptography.Cng.dll", - "lib/net462/System.Security.Cryptography.Cng.xml", - "lib/net47/System.Security.Cryptography.Cng.dll", - "lib/net47/System.Security.Cryptography.Cng.xml", - "lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll", - "lib/netcoreapp3.0/System.Security.Cryptography.Cng.dll", - "lib/netcoreapp3.0/System.Security.Cryptography.Cng.xml", - "lib/netstandard1.3/System.Security.Cryptography.Cng.dll", - "lib/netstandard1.4/System.Security.Cryptography.Cng.dll", - "lib/netstandard1.6/System.Security.Cryptography.Cng.dll", - "lib/netstandard2.0/System.Security.Cryptography.Cng.dll", - "lib/netstandard2.0/System.Security.Cryptography.Cng.xml", - "lib/netstandard2.1/System.Security.Cryptography.Cng.dll", - "lib/netstandard2.1/System.Security.Cryptography.Cng.xml", - "lib/uap10.0.16299/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Security.Cryptography.Cng.dll", - "ref/net461/System.Security.Cryptography.Cng.dll", - "ref/net461/System.Security.Cryptography.Cng.xml", - "ref/net462/System.Security.Cryptography.Cng.dll", - "ref/net462/System.Security.Cryptography.Cng.xml", - "ref/net47/System.Security.Cryptography.Cng.dll", - "ref/net47/System.Security.Cryptography.Cng.xml", - "ref/netcoreapp2.0/System.Security.Cryptography.Cng.dll", - "ref/netcoreapp2.0/System.Security.Cryptography.Cng.xml", - "ref/netcoreapp2.1/System.Security.Cryptography.Cng.dll", - "ref/netcoreapp2.1/System.Security.Cryptography.Cng.xml", - "ref/netcoreapp3.0/System.Security.Cryptography.Cng.dll", - "ref/netcoreapp3.0/System.Security.Cryptography.Cng.xml", - "ref/netstandard1.3/System.Security.Cryptography.Cng.dll", - "ref/netstandard1.4/System.Security.Cryptography.Cng.dll", - "ref/netstandard1.6/System.Security.Cryptography.Cng.dll", - "ref/netstandard2.0/System.Security.Cryptography.Cng.dll", - "ref/netstandard2.0/System.Security.Cryptography.Cng.xml", - "ref/netstandard2.1/System.Security.Cryptography.Cng.dll", - "ref/netstandard2.1/System.Security.Cryptography.Cng.xml", - "ref/uap10.0.16299/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/win/lib/net46/System.Security.Cryptography.Cng.dll", - "runtimes/win/lib/net461/System.Security.Cryptography.Cng.dll", - "runtimes/win/lib/net461/System.Security.Cryptography.Cng.xml", - "runtimes/win/lib/net462/System.Security.Cryptography.Cng.dll", - "runtimes/win/lib/net462/System.Security.Cryptography.Cng.xml", - "runtimes/win/lib/net47/System.Security.Cryptography.Cng.dll", - "runtimes/win/lib/net47/System.Security.Cryptography.Cng.xml", - "runtimes/win/lib/netcoreapp2.0/System.Security.Cryptography.Cng.dll", - "runtimes/win/lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll", - "runtimes/win/lib/netcoreapp3.0/System.Security.Cryptography.Cng.dll", - "runtimes/win/lib/netcoreapp3.0/System.Security.Cryptography.Cng.xml", - "runtimes/win/lib/netstandard1.4/System.Security.Cryptography.Cng.dll", - "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Cng.dll", - "runtimes/win/lib/uap10.0.16299/_._", - "system.security.cryptography.cng.5.0.0.nupkg.sha512", - "system.security.cryptography.cng.nuspec", - "useSharedDesignerContext.txt", - "version.txt" - ] - }, - "System.Security.Cryptography.ProtectedData/6.0.0": { - "sha512": "rp1gMNEZpvx9vP0JW0oHLxlf8oSiQgtno77Y4PLUBjSiDYoD77Y8uXHr1Ea5XG4/pIKhqAdxZ8v8OTUtqo9PeQ==", - "type": "package", - "path": "system.security.cryptography.protecteddata/6.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/netcoreapp2.0/System.Security.Cryptography.ProtectedData.targets", - "buildTransitive/netcoreapp3.1/_._", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net461/System.Security.Cryptography.ProtectedData.dll", - "lib/net461/System.Security.Cryptography.ProtectedData.xml", - "lib/net6.0/System.Security.Cryptography.ProtectedData.dll", - "lib/net6.0/System.Security.Cryptography.ProtectedData.xml", - "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll", - "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.xml", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "runtimes/win/lib/net461/System.Security.Cryptography.ProtectedData.dll", - "runtimes/win/lib/net461/System.Security.Cryptography.ProtectedData.xml", - "runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll", - "runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.xml", - "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll", - "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.xml", - "system.security.cryptography.protecteddata.6.0.0.nupkg.sha512", - "system.security.cryptography.protecteddata.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Security.Permissions/6.0.0": { - "sha512": "T/uuc7AklkDoxmcJ7LGkyX1CcSviZuLCa4jg3PekfJ7SU0niF0IVTXwUiNVP9DSpzou2PpxJ+eNY2IfDM90ZCg==", - "type": "package", - "path": "system.security.permissions/6.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/netcoreapp2.0/System.Security.Permissions.targets", - "buildTransitive/netcoreapp3.1/_._", - "lib/net461/System.Security.Permissions.dll", - "lib/net461/System.Security.Permissions.xml", - "lib/net5.0/System.Security.Permissions.dll", - "lib/net5.0/System.Security.Permissions.xml", - "lib/net6.0/System.Security.Permissions.dll", - "lib/net6.0/System.Security.Permissions.xml", - "lib/netcoreapp3.1/System.Security.Permissions.dll", - "lib/netcoreapp3.1/System.Security.Permissions.xml", - "lib/netstandard2.0/System.Security.Permissions.dll", - "lib/netstandard2.0/System.Security.Permissions.xml", - "runtimes/win/lib/net461/System.Security.Permissions.dll", - "runtimes/win/lib/net461/System.Security.Permissions.xml", - "system.security.permissions.6.0.0.nupkg.sha512", - "system.security.permissions.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Security.Principal.Windows/5.0.0": { - "sha512": "t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==", - "type": "package", - "path": "system.security.principal.windows/5.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/net46/System.Security.Principal.Windows.dll", - "lib/net461/System.Security.Principal.Windows.dll", - "lib/net461/System.Security.Principal.Windows.xml", - "lib/netstandard1.3/System.Security.Principal.Windows.dll", - "lib/netstandard2.0/System.Security.Principal.Windows.dll", - "lib/netstandard2.0/System.Security.Principal.Windows.xml", - "lib/uap10.0.16299/_._", - "ref/net46/System.Security.Principal.Windows.dll", - "ref/net461/System.Security.Principal.Windows.dll", - "ref/net461/System.Security.Principal.Windows.xml", - "ref/netcoreapp3.0/System.Security.Principal.Windows.dll", - "ref/netcoreapp3.0/System.Security.Principal.Windows.xml", - "ref/netstandard1.3/System.Security.Principal.Windows.dll", - "ref/netstandard1.3/System.Security.Principal.Windows.xml", - "ref/netstandard1.3/de/System.Security.Principal.Windows.xml", - "ref/netstandard1.3/es/System.Security.Principal.Windows.xml", - "ref/netstandard1.3/fr/System.Security.Principal.Windows.xml", - "ref/netstandard1.3/it/System.Security.Principal.Windows.xml", - "ref/netstandard1.3/ja/System.Security.Principal.Windows.xml", - "ref/netstandard1.3/ko/System.Security.Principal.Windows.xml", - "ref/netstandard1.3/ru/System.Security.Principal.Windows.xml", - "ref/netstandard1.3/zh-hans/System.Security.Principal.Windows.xml", - "ref/netstandard1.3/zh-hant/System.Security.Principal.Windows.xml", - "ref/netstandard2.0/System.Security.Principal.Windows.dll", - "ref/netstandard2.0/System.Security.Principal.Windows.xml", - "ref/uap10.0.16299/_._", - "runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.dll", - "runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.xml", - "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll", - "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.xml", - "runtimes/win/lib/net46/System.Security.Principal.Windows.dll", - "runtimes/win/lib/net461/System.Security.Principal.Windows.dll", - "runtimes/win/lib/net461/System.Security.Principal.Windows.xml", - "runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.dll", - "runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.xml", - "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll", - "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.xml", - "runtimes/win/lib/netstandard1.3/System.Security.Principal.Windows.dll", - "runtimes/win/lib/uap10.0.16299/_._", - "system.security.principal.windows.5.0.0.nupkg.sha512", - "system.security.principal.windows.nuspec", - "useSharedDesignerContext.txt", - "version.txt" - ] - }, - "System.Text.Encoding/4.3.0": { - "sha512": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "type": "package", - "path": "system.text.encoding/4.3.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.Text.Encoding.dll", - "ref/netcore50/System.Text.Encoding.xml", - "ref/netcore50/de/System.Text.Encoding.xml", - "ref/netcore50/es/System.Text.Encoding.xml", - "ref/netcore50/fr/System.Text.Encoding.xml", - "ref/netcore50/it/System.Text.Encoding.xml", - "ref/netcore50/ja/System.Text.Encoding.xml", - "ref/netcore50/ko/System.Text.Encoding.xml", - "ref/netcore50/ru/System.Text.Encoding.xml", - "ref/netcore50/zh-hans/System.Text.Encoding.xml", - "ref/netcore50/zh-hant/System.Text.Encoding.xml", - "ref/netstandard1.0/System.Text.Encoding.dll", - "ref/netstandard1.0/System.Text.Encoding.xml", - "ref/netstandard1.0/de/System.Text.Encoding.xml", - "ref/netstandard1.0/es/System.Text.Encoding.xml", - "ref/netstandard1.0/fr/System.Text.Encoding.xml", - "ref/netstandard1.0/it/System.Text.Encoding.xml", - "ref/netstandard1.0/ja/System.Text.Encoding.xml", - "ref/netstandard1.0/ko/System.Text.Encoding.xml", - "ref/netstandard1.0/ru/System.Text.Encoding.xml", - "ref/netstandard1.0/zh-hans/System.Text.Encoding.xml", - "ref/netstandard1.0/zh-hant/System.Text.Encoding.xml", - "ref/netstandard1.3/System.Text.Encoding.dll", - "ref/netstandard1.3/System.Text.Encoding.xml", - "ref/netstandard1.3/de/System.Text.Encoding.xml", - "ref/netstandard1.3/es/System.Text.Encoding.xml", - "ref/netstandard1.3/fr/System.Text.Encoding.xml", - "ref/netstandard1.3/it/System.Text.Encoding.xml", - "ref/netstandard1.3/ja/System.Text.Encoding.xml", - "ref/netstandard1.3/ko/System.Text.Encoding.xml", - "ref/netstandard1.3/ru/System.Text.Encoding.xml", - "ref/netstandard1.3/zh-hans/System.Text.Encoding.xml", - "ref/netstandard1.3/zh-hant/System.Text.Encoding.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.text.encoding.4.3.0.nupkg.sha512", - "system.text.encoding.nuspec" - ] - }, - "System.Text.Encoding.CodePages/6.0.0": { - "sha512": "ZFCILZuOvtKPauZ/j/swhvw68ZRi9ATCfvGbk1QfydmcXBkIWecWKn/250UH7rahZ5OoDBaiAudJtPvLwzw85A==", - "type": "package", - "path": "system.text.encoding.codepages/6.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/netcoreapp2.0/System.Text.Encoding.CodePages.targets", - "buildTransitive/netcoreapp3.1/_._", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net461/System.Text.Encoding.CodePages.dll", - "lib/net461/System.Text.Encoding.CodePages.xml", - "lib/net6.0/System.Text.Encoding.CodePages.dll", - "lib/net6.0/System.Text.Encoding.CodePages.xml", - "lib/netcoreapp3.1/System.Text.Encoding.CodePages.dll", - "lib/netcoreapp3.1/System.Text.Encoding.CodePages.xml", - "lib/netstandard2.0/System.Text.Encoding.CodePages.dll", - "lib/netstandard2.0/System.Text.Encoding.CodePages.xml", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "runtimes/win/lib/net461/System.Text.Encoding.CodePages.dll", - "runtimes/win/lib/net461/System.Text.Encoding.CodePages.xml", - "runtimes/win/lib/net6.0/System.Text.Encoding.CodePages.dll", - "runtimes/win/lib/net6.0/System.Text.Encoding.CodePages.xml", - "runtimes/win/lib/netcoreapp3.1/System.Text.Encoding.CodePages.dll", - "runtimes/win/lib/netcoreapp3.1/System.Text.Encoding.CodePages.xml", - "runtimes/win/lib/netstandard2.0/System.Text.Encoding.CodePages.dll", - "runtimes/win/lib/netstandard2.0/System.Text.Encoding.CodePages.xml", - "system.text.encoding.codepages.6.0.0.nupkg.sha512", - "system.text.encoding.codepages.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Text.Encodings.Web/7.0.0": { - "sha512": "OP6umVGxc0Z0MvZQBVigj4/U31Pw72ITihDWP9WiWDm+q5aoe0GaJivsfYGq53o6dxH7DcXWiCTl7+0o2CGdmg==", - "type": "package", - "path": "system.text.encodings.web/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.Text.Encodings.Web.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/System.Text.Encodings.Web.targets", - "lib/net462/System.Text.Encodings.Web.dll", - "lib/net462/System.Text.Encodings.Web.xml", - "lib/net6.0/System.Text.Encodings.Web.dll", - "lib/net6.0/System.Text.Encodings.Web.xml", - "lib/net7.0/System.Text.Encodings.Web.dll", - "lib/net7.0/System.Text.Encodings.Web.xml", - "lib/netstandard2.0/System.Text.Encodings.Web.dll", - "lib/netstandard2.0/System.Text.Encodings.Web.xml", - "runtimes/browser/lib/net6.0/System.Text.Encodings.Web.dll", - "runtimes/browser/lib/net6.0/System.Text.Encodings.Web.xml", - "runtimes/browser/lib/net7.0/System.Text.Encodings.Web.dll", - "runtimes/browser/lib/net7.0/System.Text.Encodings.Web.xml", - "system.text.encodings.web.7.0.0.nupkg.sha512", - "system.text.encodings.web.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Text.Json/7.0.0": { - "sha512": "DaGSsVqKsn/ia6RG8frjwmJonfos0srquhw09TlT8KRw5I43E+4gs+/bZj4K0vShJ5H9imCuXupb4RmS+dBy3w==", - "type": "package", - "path": "system.text.json/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "README.md", - "THIRD-PARTY-NOTICES.TXT", - "analyzers/dotnet/roslyn3.11/cs/System.Text.Json.SourceGeneration.dll", - "analyzers/dotnet/roslyn3.11/cs/cs/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/de/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/es/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/fr/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/it/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/ja/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/ko/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/pl/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/pt-BR/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/ru/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/tr/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/zh-Hans/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/zh-Hant/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/System.Text.Json.SourceGeneration.dll", - "analyzers/dotnet/roslyn4.0/cs/cs/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/de/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/es/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/fr/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/it/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/ja/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/ko/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/pl/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/pt-BR/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/ru/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/tr/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/zh-Hans/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/zh-Hant/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/System.Text.Json.SourceGeneration.dll", - "analyzers/dotnet/roslyn4.4/cs/cs/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/de/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/es/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/fr/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/it/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ja/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ko/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/pl/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/pt-BR/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ru/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/tr/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/zh-Hans/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/zh-Hant/System.Text.Json.SourceGeneration.resources.dll", - "buildTransitive/net461/System.Text.Json.targets", - "buildTransitive/net462/System.Text.Json.targets", - "buildTransitive/net6.0/System.Text.Json.targets", - "buildTransitive/netcoreapp2.0/System.Text.Json.targets", - "buildTransitive/netstandard2.0/System.Text.Json.targets", - "lib/net462/System.Text.Json.dll", - "lib/net462/System.Text.Json.xml", - "lib/net6.0/System.Text.Json.dll", - "lib/net6.0/System.Text.Json.xml", - "lib/net7.0/System.Text.Json.dll", - "lib/net7.0/System.Text.Json.xml", - "lib/netstandard2.0/System.Text.Json.dll", - "lib/netstandard2.0/System.Text.Json.xml", - "system.text.json.7.0.0.nupkg.sha512", - "system.text.json.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Threading.Tasks.Extensions/4.5.4": { - "sha512": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==", - "type": "package", - "path": "system.threading.tasks.extensions/4.5.4", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net461/System.Threading.Tasks.Extensions.dll", - "lib/net461/System.Threading.Tasks.Extensions.xml", - "lib/netcoreapp2.1/_._", - "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll", - "lib/netstandard1.0/System.Threading.Tasks.Extensions.xml", - "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll", - "lib/netstandard2.0/System.Threading.Tasks.Extensions.xml", - "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/netcoreapp2.1/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.threading.tasks.extensions.4.5.4.nupkg.sha512", - "system.threading.tasks.extensions.nuspec", - "useSharedDesignerContext.txt", - "version.txt" - ] - }, - "System.Windows.Extensions/6.0.0": { - "sha512": "IXoJOXIqc39AIe+CIR7koBtRGMiCt/LPM3lI+PELtDIy9XdyeSrwXFdWV9dzJ2Awl0paLWUaknLxFQ5HpHZUog==", - "type": "package", - "path": "system.windows.extensions/6.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/net6.0/System.Windows.Extensions.dll", - "lib/net6.0/System.Windows.Extensions.xml", - "lib/netcoreapp3.1/System.Windows.Extensions.dll", - "lib/netcoreapp3.1/System.Windows.Extensions.xml", - "runtimes/win/lib/net6.0/System.Windows.Extensions.dll", - "runtimes/win/lib/net6.0/System.Windows.Extensions.xml", - "runtimes/win/lib/netcoreapp3.1/System.Windows.Extensions.dll", - "runtimes/win/lib/netcoreapp3.1/System.Windows.Extensions.xml", - "system.windows.extensions.6.0.0.nupkg.sha512", - "system.windows.extensions.nuspec", - "useSharedDesignerContext.txt" - ] - } - }, - "projectFileDependencyGroups": { - "net6.0": [ - "Microsoft.EntityFrameworkCore.SqlServer >= 7.0.13", - "Microsoft.EntityFrameworkCore.Tools >= 7.0.13" - ] - }, - "packageFolders": { - "C:\\Users\\mikay\\.nuget\\packages\\": {}, - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {} - }, - "project": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "C:\\Users\\mikay\\source\\repos\\FakePieShop\\FakePieShop\\FakePieShop.csproj", - "projectName": "FakePieShop", - "projectPath": "C:\\Users\\mikay\\source\\repos\\FakePieShop\\FakePieShop\\FakePieShop.csproj", - "packagesPath": "C:\\Users\\mikay\\.nuget\\packages\\", - "outputPath": "C:\\Users\\mikay\\source\\repos\\FakePieShop\\FakePieShop\\obj\\", - "projectStyle": "PackageReference", - "fallbackFolders": [ - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" - ], - "configFilePaths": [ - "C:\\Users\\mikay\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, - "C:\\Program Files\\dotnet\\library-packs": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "dependencies": { - "Microsoft.EntityFrameworkCore.SqlServer": { - "target": "Package", - "version": "[7.0.13, )" - }, - "Microsoft.EntityFrameworkCore.Tools": { - "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive", - "suppressParent": "All", - "target": "Package", - "version": "[7.0.13, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48", - "net481" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.AspNetCore.App": { - "privateAssets": "none" - }, - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.401\\RuntimeIdentifierGraph.json" - } - } - } -} \ No newline at end of file diff --git a/FakePieShopTests/Controllers/PieControllerTest.cs b/FakePieShopTests/Controllers/PieControllerTest.cs new file mode 100644 index 0000000..f9c53b6 --- /dev/null +++ b/FakePieShopTests/Controllers/PieControllerTest.cs @@ -0,0 +1,10 @@ +namespace FakePieShopTests.Controllers; + +public class PieControllerTest +{ + [Fact] + public void List_EmptyCategory_ReturnsAllPies() + { + + } +} \ No newline at end of file diff --git a/FakePieShopTests/FakePieShopTests.csproj b/FakePieShopTests/FakePieShopTests.csproj new file mode 100644 index 0000000..5f6b48f --- /dev/null +++ b/FakePieShopTests/FakePieShopTests.csproj @@ -0,0 +1,29 @@ + + + + net6.0 + enable + enable + false + true + + + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + + + + + + diff --git a/FakePieShopTests/GlobalUsings.cs b/FakePieShopTests/GlobalUsings.cs new file mode 100644 index 0000000..8c927eb --- /dev/null +++ b/FakePieShopTests/GlobalUsings.cs @@ -0,0 +1 @@ +global using Xunit; \ No newline at end of file diff --git a/FakePieShopTests/Mocks/RepositoryMocks.cs b/FakePieShopTests/Mocks/RepositoryMocks.cs new file mode 100644 index 0000000..5b1ef53 --- /dev/null +++ b/FakePieShopTests/Mocks/RepositoryMocks.cs @@ -0,0 +1,227 @@ +using FakePieShop.Models; +using FakePieShop.Repositories; +using Moq; +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace FakePieShopTests.Mocks +{ + public class RepositoryMocks + { + public static Mock GetPieRepository() + { + var pies = new List + { + new Pie + { + Name = "Apple Pie", + Price = 12.95M, + ShortDescription = "Our famous apple pies!", + LongDescription = + "Icing carrot cake jelly-o cheesecake. Sweet roll marzipan marshmallow toffee brownie brownie candy tootsie roll. Chocolate cake gingerbread tootsie roll oat cake pie chocolate bar cookie dragée brownie. Lollipop cotton candy cake bear claw oat cake. Dragée candy canes dessert tart. Marzipan dragée gummies lollipop jujubes chocolate bar candy canes. Icing gingerbread chupa chups cotton candy cookie sweet icing bonbon gummies. Gummies lollipop brownie biscuit danish chocolate cake. Danish powder cookie macaroon chocolate donut tart. Carrot cake dragée croissant lemon drops liquorice lemon drops cookie lollipop toffee. Carrot cake carrot cake liquorice sugar plum topping bonbon pie muffin jujubes. Jelly pastry wafer tart caramels bear claw. Tiramisu tart pie cake danish lemon drops. Brownie cupcake dragée gummies.", + Category = Categories["Fruit pies"], + ImageUrl = "https://gillcleerenpluralsight.blob.core.windows.net/files/applepie.jpg", + InStock = true, + IsPieOfTheWeek = true, + ImageThumbnailUrl = "https://gillcleerenpluralsight.blob.core.windows.net/files/applepiesmall.jpg", + AllergyInformation = "" + }, + new Pie + { + Name = "Blueberry Cheese Cake", + Price = 18.95M, + ShortDescription = "You'll love it!", + LongDescription = + "Icing carrot cake jelly-o cheesecake. Sweet roll marzipan marshmallow toffee brownie brownie candy tootsie roll. Chocolate cake gingerbread tootsie roll oat cake pie chocolate bar cookie dragée brownie. Lollipop cotton candy cake bear claw oat cake. Dragée candy canes dessert tart. Marzipan dragée gummies lollipop jujubes chocolate bar candy canes. Icing gingerbread chupa chups cotton candy cookie sweet icing bonbon gummies. Gummies lollipop brownie biscuit danish chocolate cake. Danish powder cookie macaroon chocolate donut tart. Carrot cake dragée croissant lemon drops liquorice lemon drops cookie lollipop toffee. Carrot cake carrot cake liquorice sugar plum topping bonbon pie muffin jujubes. Jelly pastry wafer tart caramels bear claw. Tiramisu tart pie cake danish lemon drops. Brownie cupcake dragée gummies.", + Category = Categories["Cheese cakes"], + ImageUrl = "https://gillcleerenpluralsight.blob.core.windows.net/files/blueberrycheesecake.jpg", + InStock = true, + IsPieOfTheWeek = false, + ImageThumbnailUrl = + "https://gillcleerenpluralsight.blob.core.windows.net/files/blueberrycheesecakesmall.jpg", + AllergyInformation = "" + }, + new Pie + { + Name = "Cheese Cake", + Price = 18.95M, + ShortDescription = "Plain cheese cake. Plain pleasure.", + LongDescription = + "Icing carrot cake jelly-o cheesecake. Sweet roll marzipan marshmallow toffee brownie brownie candy tootsie roll. Chocolate cake gingerbread tootsie roll oat cake pie chocolate bar cookie dragée brownie. Lollipop cotton candy cake bear claw oat cake. Dragée candy canes dessert tart. Marzipan dragée gummies lollipop jujubes chocolate bar candy canes. Icing gingerbread chupa chups cotton candy cookie sweet icing bonbon gummies. Gummies lollipop brownie biscuit danish chocolate cake. Danish powder cookie macaroon chocolate donut tart. Carrot cake dragée croissant lemon drops liquorice lemon drops cookie lollipop toffee. Carrot cake carrot cake liquorice sugar plum topping bonbon pie muffin jujubes. Jelly pastry wafer tart caramels bear claw. Tiramisu tart pie cake danish lemon drops. Brownie cupcake dragée gummies.", + Category = Categories["Cheese cakes"], + ImageUrl = "https://gillcleerenpluralsight.blob.core.windows.net/files/cheesecake.jpg", + InStock = true, + IsPieOfTheWeek = false, + ImageThumbnailUrl = "https://gillcleerenpluralsight.blob.core.windows.net/files/cheesecakesmall.jpg", + AllergyInformation = "" + }, + new Pie + { + Name = "Cherry Pie", + Price = 15.95M, + ShortDescription = "A summer classic!", + LongDescription = + "Icing carrot cake jelly-o cheesecake. Sweet roll marzipan marshmallow toffee brownie brownie candy tootsie roll. Chocolate cake gingerbread tootsie roll oat cake pie chocolate bar cookie dragée brownie. Lollipop cotton candy cake bear claw oat cake. Dragée candy canes dessert tart. Marzipan dragée gummies lollipop jujubes chocolate bar candy canes. Icing gingerbread chupa chups cotton candy cookie sweet icing bonbon gummies. Gummies lollipop brownie biscuit danish chocolate cake. Danish powder cookie macaroon chocolate donut tart. Carrot cake dragée croissant lemon drops liquorice lemon drops cookie lollipop toffee. Carrot cake carrot cake liquorice sugar plum topping bonbon pie muffin jujubes. Jelly pastry wafer tart caramels bear claw. Tiramisu tart pie cake danish lemon drops. Brownie cupcake dragée gummies.", + Category = Categories["Fruit pies"], + ImageUrl = "https://gillcleerenpluralsight.blob.core.windows.net/files/cherrypie.jpg", + InStock = true, + IsPieOfTheWeek = false, + ImageThumbnailUrl = "https://gillcleerenpluralsight.blob.core.windows.net/files/cherrypiesmall.jpg", + AllergyInformation = "" + }, + new Pie + { + Name = "Christmas Apple Pie", + Price = 13.95M, + ShortDescription = "Happy holidays with this pie!", + LongDescription = + "Icing carrot cake jelly-o cheesecake. Sweet roll marzipan marshmallow toffee brownie brownie candy tootsie roll. Chocolate cake gingerbread tootsie roll oat cake pie chocolate bar cookie dragée brownie. Lollipop cotton candy cake bear claw oat cake. Dragée candy canes dessert tart. Marzipan dragée gummies lollipop jujubes chocolate bar candy canes. Icing gingerbread chupa chups cotton candy cookie sweet icing bonbon gummies. Gummies lollipop brownie biscuit danish chocolate cake. Danish powder cookie macaroon chocolate donut tart. Carrot cake dragée croissant lemon drops liquorice lemon drops cookie lollipop toffee. Carrot cake carrot cake liquorice sugar plum topping bonbon pie muffin jujubes. Jelly pastry wafer tart caramels bear claw. Tiramisu tart pie cake danish lemon drops. Brownie cupcake dragée gummies.", + Category = Categories["Seasonal pies"], + ImageUrl = "https://gillcleerenpluralsight.blob.core.windows.net/files/christmasapplepie.jpg", + InStock = true, + IsPieOfTheWeek = false, + ImageThumbnailUrl = + "https://gillcleerenpluralsight.blob.core.windows.net/files/christmasapplepiesmall.jpg", + AllergyInformation = "" + }, + new Pie + { + Name = "Cranberry Pie", + Price = 17.95M, + ShortDescription = "A Christmas favorite", + LongDescription = + "Icing carrot cake jelly-o cheesecake. Sweet roll marzipan marshmallow toffee brownie brownie candy tootsie roll. Chocolate cake gingerbread tootsie roll oat cake pie chocolate bar cookie dragée brownie. Lollipop cotton candy cake bear claw oat cake. Dragée candy canes dessert tart. Marzipan dragée gummies lollipop jujubes chocolate bar candy canes. Icing gingerbread chupa chups cotton candy cookie sweet icing bonbon gummies. Gummies lollipop brownie biscuit danish chocolate cake. Danish powder cookie macaroon chocolate donut tart. Carrot cake dragée croissant lemon drops liquorice lemon drops cookie lollipop toffee. Carrot cake carrot cake liquorice sugar plum topping bonbon pie muffin jujubes. Jelly pastry wafer tart caramels bear claw. Tiramisu tart pie cake danish lemon drops. Brownie cupcake dragée gummies.", + Category = Categories["Seasonal pies"], + ImageUrl = "https://gillcleerenpluralsight.blob.core.windows.net/files/cranberrypie.jpg", + InStock = true, + IsPieOfTheWeek = false, + ImageThumbnailUrl = + "https://gillcleerenpluralsight.blob.core.windows.net/files/cranberrypiesmall.jpg", + AllergyInformation = "" + }, + new Pie + { + Name = "Peach Pie", + Price = 15.95M, + ShortDescription = "Sweet as peach", + LongDescription = + "Icing carrot cake jelly-o cheesecake. Sweet roll marzipan marshmallow toffee brownie brownie candy tootsie roll. Chocolate cake gingerbread tootsie roll oat cake pie chocolate bar cookie dragée brownie. Lollipop cotton candy cake bear claw oat cake. Dragée candy canes dessert tart. Marzipan dragée gummies lollipop jujubes chocolate bar candy canes. Icing gingerbread chupa chups cotton candy cookie sweet icing bonbon gummies. Gummies lollipop brownie biscuit danish chocolate cake. Danish powder cookie macaroon chocolate donut tart. Carrot cake dragée croissant lemon drops liquorice lemon drops cookie lollipop toffee. Carrot cake carrot cake liquorice sugar plum topping bonbon pie muffin jujubes. Jelly pastry wafer tart caramels bear claw. Tiramisu tart pie cake danish lemon drops. Brownie cupcake dragée gummies.", + Category = Categories["Fruit pies"], + ImageUrl = "https://gillcleerenpluralsight.blob.core.windows.net/files/peachpie.jpg", + InStock = false, + IsPieOfTheWeek = false, + ImageThumbnailUrl = "https://gillcleerenpluralsight.blob.core.windows.net/files/peachpiesmall.jpg", + AllergyInformation = "" + }, + new Pie + { + Name = "Pumpkin Pie", + Price = 12.95M, + ShortDescription = "Our Halloween favorite", + LongDescription = + "Icing carrot cake jelly-o cheesecake. Sweet roll marzipan marshmallow toffee brownie brownie candy tootsie roll. Chocolate cake gingerbread tootsie roll oat cake pie chocolate bar cookie dragée brownie. Lollipop cotton candy cake bear claw oat cake. Dragée candy canes dessert tart. Marzipan dragée gummies lollipop jujubes chocolate bar candy canes. Icing gingerbread chupa chups cotton candy cookie sweet icing bonbon gummies. Gummies lollipop brownie biscuit danish chocolate cake. Danish powder cookie macaroon chocolate donut tart. Carrot cake dragée croissant lemon drops liquorice lemon drops cookie lollipop toffee. Carrot cake carrot cake liquorice sugar plum topping bonbon pie muffin jujubes. Jelly pastry wafer tart caramels bear claw. Tiramisu tart pie cake danish lemon drops. Brownie cupcake dragée gummies.", + Category = Categories["Seasonal pies"], + ImageUrl = "https://gillcleerenpluralsight.blob.core.windows.net/files/pumpkinpie.jpg", + InStock = true, + IsPieOfTheWeek = true, + ImageThumbnailUrl = "https://gillcleerenpluralsight.blob.core.windows.net/files/pumpkinpiesmall.jpg", + AllergyInformation = "" + }, + new Pie + { + Name = "Rhubarb Pie", + Price = 15.95M, + ShortDescription = "My God, so sweet!", + LongDescription = + "Icing carrot cake jelly-o cheesecake. Sweet roll marzipan marshmallow toffee brownie brownie candy tootsie roll. Chocolate cake gingerbread tootsie roll oat cake pie chocolate bar cookie dragée brownie. Lollipop cotton candy cake bear claw oat cake. Dragée candy canes dessert tart. Marzipan dragée gummies lollipop jujubes chocolate bar candy canes. Icing gingerbread chupa chups cotton candy cookie sweet icing bonbon gummies. Gummies lollipop brownie biscuit danish chocolate cake. Danish powder cookie macaroon chocolate donut tart. Carrot cake dragée croissant lemon drops liquorice lemon drops cookie lollipop toffee. Carrot cake carrot cake liquorice sugar plum topping bonbon pie muffin jujubes. Jelly pastry wafer tart caramels bear claw. Tiramisu tart pie cake danish lemon drops. Brownie cupcake dragée gummies.", + Category = Categories["Fruit pies"], + ImageUrl = "https://gillcleerenpluralsight.blob.core.windows.net/files/rhubarbpie.jpg", + InStock = true, + IsPieOfTheWeek = true, + ImageThumbnailUrl = "https://gillcleerenpluralsight.blob.core.windows.net/files/rhubarbpiesmall.jpg", + AllergyInformation = "" + }, + new Pie + { + Name = "Strawberry Pie", + Price = 15.95M, + ShortDescription = "Our delicious strawberry pie!", + LongDescription = + "Icing carrot cake jelly-o cheesecake. Sweet roll marzipan marshmallow toffee brownie brownie candy tootsie roll. Chocolate cake gingerbread tootsie roll oat cake pie chocolate bar cookie dragée brownie. Lollipop cotton candy cake bear claw oat cake. Dragée candy canes dessert tart. Marzipan dragée gummies lollipop jujubes chocolate bar candy canes. Icing gingerbread chupa chups cotton candy cookie sweet icing bonbon gummies. Gummies lollipop brownie biscuit danish chocolate cake. Danish powder cookie macaroon chocolate donut tart. Carrot cake dragée croissant lemon drops liquorice lemon drops cookie lollipop toffee. Carrot cake carrot cake liquorice sugar plum topping bonbon pie muffin jujubes. Jelly pastry wafer tart caramels bear claw. Tiramisu tart pie cake danish lemon drops. Brownie cupcake dragée gummies.", + Category = Categories["Fruit pies"], + ImageUrl = "https://gillcleerenpluralsight.blob.core.windows.net/files/strawberrypie.jpg", + InStock = true, + IsPieOfTheWeek = false, + ImageThumbnailUrl = + "https://gillcleerenpluralsight.blob.core.windows.net/files/strawberrypiesmall.jpg", + AllergyInformation = "" + }, + }; + + var mockPieRepository = new Mock(); + mockPieRepository.Setup(repo => repo.AllPies).Returns(pies); + mockPieRepository.Setup(repo => repo.PiesOfTheWeek).Returns(pies.Where(p => p.IsPieOfTheWeek)); + mockPieRepository.Setup(repo => repo.GetPieById(It.IsAny())).Returns(pies[0]); + return mockPieRepository; + } + + public static Mock GetCategoryRepository() + { + var categories = new List + { + new Category() + { + CategoryId = 1, + CategoryName = "Fruit Pies", + Description = "Lorem ipsum" + }, + new Category() + { + CategoryId = 2, + CategoryName = "Cheese cakes", + Description = "Lorem ipsum" + }, + new Category() + { + CategoryId = 3, + CategoryName = "Fruit Pies", + Description = "Seasonal pies" + } + }; + + var mockCategoryRepository = new Mock(); + mockCategoryRepository.Setup(repo => repo.AllCategories).Returns(categories); + + return mockCategoryRepository; + } + + private static Dictionary? _categories; + public static Dictionary Categories + { + get + { + if (_categories == null) + { + var genresList = new Category[] + { + new Category { CategoryName = "Fruit pies" }, + new Category { CategoryName = "Cheese cakes" }, + new Category { CategoryName = "Seasonal pies" } + }; + + _categories = new Dictionary(); + + foreach (var genre in genresList) + { + _categories.Add(genre.CategoryName, genre); + } + } + + return _categories; + } + } + } +}