├── obj
├── Debug
│ └── net8.0
│ │ ├── Nutrition.csproj.Up2Date
│ │ ├── Nutrition.csproj.BuildWithSkipAnalyzers
│ │ ├── Nutrition.MvcApplicationPartsAssemblyInfo.cache
│ │ ├── Nutrition.dll
│ │ ├── Nutrition.genruntimeconfig.cache
│ │ ├── Nutrition.pdb
│ │ ├── apphost.exe
│ │ ├── Nutrition.AssemblyInfoInputs.cache
│ │ ├── Nutrition.RazorAssemblyInfo.cache
│ │ ├── Nutrition.csproj.CoreCompileInputs.cache
│ │ ├── ref
│ │ └── Nutrition.dll
│ │ ├── project.razor.vs.bin
│ │ ├── refint
│ │ └── Nutrition.dll
│ │ ├── Nutrition.assets.cache
│ │ ├── staticwebassets
│ │ ├── msbuild.buildMultiTargeting.Nutrition.props
│ │ ├── msbuild.build.Nutrition.props
│ │ └── msbuild.buildTransitive.Nutrition.props
│ │ ├── Nutrition.csproj.AssemblyReference.cache
│ │ ├── .NETCoreApp,Version=v8.0.AssemblyAttributes.cs
│ │ ├── Nutrition.RazorAssemblyInfo.cs
│ │ ├── Nutrition.GlobalUsings.g.cs
│ │ ├── Nutrition.AssemblyInfo.cs
│ │ ├── scopedcss
│ │ ├── Views
│ │ │ └── Shared
│ │ │ │ └── _Layout.cshtml.rz.scp.css
│ │ ├── bundle
│ │ │ └── Nutrition.styles.css
│ │ └── projectbundle
│ │ │ └── Nutrition.bundle.scp.css
│ │ ├── Nutrition.GeneratedMSBuildEditorConfig.editorconfig
│ │ ├── staticwebassets.development.json
│ │ └── staticwebassets.pack.json
├── Nutrition.csproj.nuget.g.targets
├── Nutrition.csproj.EntityFrameworkCore.targets
├── Nutrition.csproj.nuget.g.props
├── Nutrition.csproj.nuget.dgspec.json
└── project.nuget.cache
├── Properties
├── serviceDependencies.json
├── serviceDependencies.local.json
├── serviceDependencies.local.json.user
└── launchSettings.json
├── Views
├── _ViewStart.cshtml
├── _ViewImports.cshtml
├── Home
│ ├── Privacy.cshtml
│ └── Index.cshtml
├── Shared
│ ├── _ValidationScriptsPartial.cshtml
│ ├── Error.cshtml
│ ├── _Layout.cshtml.css
│ └── _Layout.cshtml
└── Nutrition
│ └── _NutritionLabel.cshtml
├── sample.png
├── Nutrition.db
├── wwwroot
├── favicon.ico
├── js
│ └── site.js
├── css
│ └── site.css
└── lib
│ ├── jquery
│ └── LICENSE.txt
│ ├── jquery-validation
│ └── LICENSE.md
│ ├── bootstrap
│ ├── LICENSE
│ └── dist
│ │ └── css
│ │ ├── bootstrap-reboot.min.css
│ │ ├── bootstrap-reboot.rtl.min.css
│ │ ├── bootstrap-reboot.rtl.css
│ │ └── bootstrap-reboot.css
│ └── jquery-validation-unobtrusive
│ ├── LICENSE.txt
│ └── jquery.validate.unobtrusive.min.js
├── bin
└── Debug
│ └── net8.0
│ ├── Humanizer.dll
│ ├── Nutrition.dll
│ ├── Nutrition.exe
│ ├── Nutrition.pdb
│ ├── NuGet.Common.dll
│ ├── NuGet.Protocol.dll
│ ├── System.CodeDom.dll
│ ├── Microsoft.Build.dll
│ ├── Newtonsoft.Json.dll
│ ├── NuGet.Frameworks.dll
│ ├── NuGet.Packaging.dll
│ ├── NuGet.Versioning.dll
│ ├── Mono.TextTemplating.dll
│ ├── NuGet.Configuration.dll
│ ├── NuGet.LibraryModel.dll
│ ├── NuGet.ProjectModel.dll
│ ├── SQLitePCLRaw.core.dll
│ ├── Microsoft.Data.Sqlite.dll
│ ├── System.Drawing.Common.dll
│ ├── Microsoft.CodeAnalysis.dll
│ ├── Microsoft.DiaSymReader.dll
│ ├── af
│ └── Humanizer.resources.dll
│ ├── ar
│ └── Humanizer.resources.dll
│ ├── az
│ └── Humanizer.resources.dll
│ ├── bg
│ └── Humanizer.resources.dll
│ ├── cs
│ ├── Humanizer.resources.dll
│ ├── Microsoft.CodeAnalysis.resources.dll
│ ├── Microsoft.CodeAnalysis.CSharp.resources.dll
│ ├── Microsoft.CodeAnalysis.Features.resources.dll
│ ├── Microsoft.CodeAnalysis.Scripting.resources.dll
│ ├── Microsoft.CodeAnalysis.Workspaces.resources.dll
│ ├── Microsoft.CodeAnalysis.CSharp.Features.resources.dll
│ └── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
│ ├── da
│ └── Humanizer.resources.dll
│ ├── de
│ ├── Humanizer.resources.dll
│ ├── Microsoft.CodeAnalysis.resources.dll
│ ├── Microsoft.CodeAnalysis.CSharp.resources.dll
│ ├── Microsoft.CodeAnalysis.Features.resources.dll
│ ├── Microsoft.CodeAnalysis.Scripting.resources.dll
│ ├── Microsoft.CodeAnalysis.Workspaces.resources.dll
│ ├── Microsoft.CodeAnalysis.CSharp.Features.resources.dll
│ └── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
│ ├── el
│ └── Humanizer.resources.dll
│ ├── es
│ ├── Humanizer.resources.dll
│ ├── Microsoft.CodeAnalysis.resources.dll
│ ├── Microsoft.CodeAnalysis.CSharp.resources.dll
│ ├── Microsoft.CodeAnalysis.Features.resources.dll
│ ├── Microsoft.CodeAnalysis.Scripting.resources.dll
│ ├── Microsoft.CodeAnalysis.Workspaces.resources.dll
│ ├── Microsoft.CodeAnalysis.CSharp.Features.resources.dll
│ └── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
│ ├── fa
│ └── Humanizer.resources.dll
│ ├── fr
│ ├── Humanizer.resources.dll
│ ├── Microsoft.CodeAnalysis.resources.dll
│ ├── Microsoft.CodeAnalysis.CSharp.resources.dll
│ ├── Microsoft.CodeAnalysis.Features.resources.dll
│ ├── Microsoft.CodeAnalysis.Scripting.resources.dll
│ ├── Microsoft.CodeAnalysis.Workspaces.resources.dll
│ ├── Microsoft.CodeAnalysis.CSharp.Features.resources.dll
│ └── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
│ ├── he
│ └── Humanizer.resources.dll
│ ├── hr
│ └── Humanizer.resources.dll
│ ├── hu
│ └── Humanizer.resources.dll
│ ├── hy
│ └── Humanizer.resources.dll
│ ├── id
│ └── Humanizer.resources.dll
│ ├── is
│ └── Humanizer.resources.dll
│ ├── it
│ ├── Humanizer.resources.dll
│ ├── Microsoft.CodeAnalysis.resources.dll
│ ├── Microsoft.CodeAnalysis.CSharp.resources.dll
│ ├── Microsoft.CodeAnalysis.Features.resources.dll
│ ├── Microsoft.CodeAnalysis.Scripting.resources.dll
│ ├── Microsoft.CodeAnalysis.Workspaces.resources.dll
│ ├── Microsoft.CodeAnalysis.CSharp.Features.resources.dll
│ └── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
│ ├── ja
│ ├── Humanizer.resources.dll
│ ├── Microsoft.CodeAnalysis.resources.dll
│ ├── Microsoft.CodeAnalysis.CSharp.resources.dll
│ ├── Microsoft.CodeAnalysis.Features.resources.dll
│ ├── Microsoft.CodeAnalysis.Scripting.resources.dll
│ ├── Microsoft.CodeAnalysis.Workspaces.resources.dll
│ ├── Microsoft.CodeAnalysis.CSharp.Features.resources.dll
│ └── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
│ ├── ku
│ └── Humanizer.resources.dll
│ ├── lv
│ └── Humanizer.resources.dll
│ ├── mt
│ └── Humanizer.resources.dll
│ ├── nb
│ └── Humanizer.resources.dll
│ ├── nl
│ └── Humanizer.resources.dll
│ ├── pl
│ ├── Humanizer.resources.dll
│ ├── Microsoft.CodeAnalysis.resources.dll
│ ├── Microsoft.CodeAnalysis.CSharp.resources.dll
│ ├── Microsoft.CodeAnalysis.Features.resources.dll
│ ├── Microsoft.CodeAnalysis.Scripting.resources.dll
│ ├── Microsoft.CodeAnalysis.Workspaces.resources.dll
│ ├── Microsoft.CodeAnalysis.CSharp.Features.resources.dll
│ └── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
│ ├── pt
│ └── Humanizer.resources.dll
│ ├── ro
│ └── Humanizer.resources.dll
│ ├── ru
│ ├── Humanizer.resources.dll
│ ├── Microsoft.CodeAnalysis.resources.dll
│ ├── Microsoft.CodeAnalysis.CSharp.resources.dll
│ ├── Microsoft.CodeAnalysis.Features.resources.dll
│ ├── Microsoft.CodeAnalysis.Scripting.resources.dll
│ ├── Microsoft.CodeAnalysis.Workspaces.resources.dll
│ ├── Microsoft.CodeAnalysis.CSharp.Features.resources.dll
│ └── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
│ ├── sk
│ └── Humanizer.resources.dll
│ ├── sl
│ └── Humanizer.resources.dll
│ ├── sr
│ └── Humanizer.resources.dll
│ ├── sv
│ └── Humanizer.resources.dll
│ ├── tr
│ ├── Humanizer.resources.dll
│ ├── Microsoft.CodeAnalysis.resources.dll
│ ├── Microsoft.CodeAnalysis.CSharp.resources.dll
│ ├── Microsoft.CodeAnalysis.Features.resources.dll
│ ├── Microsoft.CodeAnalysis.Scripting.resources.dll
│ ├── Microsoft.CodeAnalysis.Workspaces.resources.dll
│ ├── Microsoft.CodeAnalysis.CSharp.Features.resources.dll
│ └── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
│ ├── uk
│ └── Humanizer.resources.dll
│ ├── vi
│ └── Humanizer.resources.dll
│ ├── Microsoft.Build.Framework.dll
│ ├── Microsoft.NET.StringTools.dll
│ ├── SQLitePCLRaw.batteries_v2.dll
│ ├── System.Composition.Hosting.dll
│ ├── System.Composition.Runtime.dll
│ ├── System.Windows.Extensions.dll
│ ├── bn-BD
│ └── Humanizer.resources.dll
│ ├── fi-FI
│ └── Humanizer.resources.dll
│ ├── fr-BE
│ └── Humanizer.resources.dll
│ ├── ko-KR
│ └── Humanizer.resources.dll
│ ├── ms-MY
│ └── Humanizer.resources.dll
│ ├── nb-NO
│ └── Humanizer.resources.dll
│ ├── th-TH
│ └── Humanizer.resources.dll
│ ├── zh-CN
│ └── Humanizer.resources.dll
│ ├── Microsoft.Bcl.AsyncInterfaces.dll
│ ├── Microsoft.CodeAnalysis.CSharp.dll
│ ├── Microsoft.CodeAnalysis.Elfie.dll
│ ├── Microsoft.CodeAnalysis.Razor.dll
│ ├── Microsoft.EntityFrameworkCore.dll
│ ├── Microsoft.Win32.SystemEvents.dll
│ ├── NuGet.DependencyResolver.Core.dll
│ ├── System.Composition.Convention.dll
│ ├── System.Composition.TypedParts.dll
│ ├── System.Security.Permissions.dll
│ ├── sr-Latn
│ └── Humanizer.resources.dll
│ ├── zh-Hans
│ ├── Humanizer.resources.dll
│ ├── Microsoft.CodeAnalysis.resources.dll
│ ├── Microsoft.CodeAnalysis.CSharp.resources.dll
│ ├── Microsoft.CodeAnalysis.Features.resources.dll
│ ├── Microsoft.CodeAnalysis.Scripting.resources.dll
│ ├── Microsoft.CodeAnalysis.Workspaces.resources.dll
│ ├── Microsoft.CodeAnalysis.CSharp.Features.resources.dll
│ └── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
│ ├── zh-Hant
│ ├── Humanizer.resources.dll
│ ├── Microsoft.CodeAnalysis.resources.dll
│ ├── Microsoft.CodeAnalysis.CSharp.resources.dll
│ ├── Microsoft.CodeAnalysis.Features.resources.dll
│ ├── Microsoft.CodeAnalysis.Scripting.resources.dll
│ ├── Microsoft.CodeAnalysis.Workspaces.resources.dll
│ ├── Microsoft.CodeAnalysis.CSharp.Features.resources.dll
│ └── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
│ ├── Microsoft.CodeAnalysis.Features.dll
│ ├── SQLitePCLRaw.provider.e_sqlite3.dll
│ ├── uz-Cyrl-UZ
│ └── Humanizer.resources.dll
│ ├── uz-Latn-UZ
│ └── Humanizer.resources.dll
│ ├── Microsoft.CodeAnalysis.Scripting.dll
│ ├── Microsoft.CodeAnalysis.Workspaces.dll
│ ├── System.Composition.AttributedModel.dll
│ ├── dotnet-aspnet-codegenerator-design.dll
│ ├── runtimes
│ ├── win-arm
│ │ └── native
│ │ │ └── e_sqlite3.dll
│ ├── win-x64
│ │ └── native
│ │ │ └── e_sqlite3.dll
│ ├── win-x86
│ │ └── native
│ │ │ └── e_sqlite3.dll
│ ├── win-arm64
│ │ └── native
│ │ │ └── e_sqlite3.dll
│ ├── linux-arm
│ │ └── native
│ │ │ └── libe_sqlite3.so
│ ├── linux-arm64
│ │ └── native
│ │ │ └── libe_sqlite3.so
│ ├── linux-armel
│ │ └── native
│ │ │ └── libe_sqlite3.so
│ ├── linux-s390x
│ │ └── native
│ │ │ └── libe_sqlite3.so
│ ├── linux-x64
│ │ └── native
│ │ │ └── libe_sqlite3.so
│ ├── linux-x86
│ │ └── native
│ │ │ └── libe_sqlite3.so
│ ├── osx-x64
│ │ └── native
│ │ │ └── libe_sqlite3.dylib
│ ├── linux-mips64
│ │ └── native
│ │ │ └── libe_sqlite3.so
│ ├── linux-ppc64le
│ │ └── native
│ │ │ └── libe_sqlite3.so
│ ├── osx-arm64
│ │ └── native
│ │ │ └── libe_sqlite3.dylib
│ ├── linux-musl-arm
│ │ └── native
│ │ │ └── libe_sqlite3.so
│ ├── linux-musl-arm64
│ │ └── native
│ │ │ └── libe_sqlite3.so
│ ├── linux-musl-x64
│ │ └── native
│ │ │ └── libe_sqlite3.so
│ ├── maccatalyst-x64
│ │ └── native
│ │ │ └── libe_sqlite3.dylib
│ ├── win
│ │ └── lib
│ │ │ └── net7.0
│ │ │ ├── System.Drawing.Common.dll
│ │ │ ├── System.Windows.Extensions.dll
│ │ │ ├── Microsoft.Win32.SystemEvents.dll
│ │ │ └── System.Security.Cryptography.ProtectedData.dll
│ ├── browser-wasm
│ │ └── nativeassets
│ │ │ └── net8.0
│ │ │ └── e_sqlite3.a
│ └── maccatalyst-arm64
│ │ └── native
│ │ └── libe_sqlite3.dylib
│ ├── Microsoft.AspNetCore.Razor.Language.dll
│ ├── Microsoft.DotNet.Scaffolding.Shared.dll
│ ├── Microsoft.EntityFrameworkCore.Design.dll
│ ├── Microsoft.EntityFrameworkCore.Sqlite.dll
│ ├── Microsoft.Extensions.DependencyModel.dll
│ ├── ko
│ ├── Microsoft.CodeAnalysis.resources.dll
│ ├── Microsoft.CodeAnalysis.CSharp.resources.dll
│ ├── Microsoft.CodeAnalysis.Features.resources.dll
│ ├── Microsoft.CodeAnalysis.Scripting.resources.dll
│ ├── Microsoft.CodeAnalysis.Workspaces.resources.dll
│ ├── Microsoft.CodeAnalysis.CSharp.Features.resources.dll
│ └── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
│ ├── Microsoft.CodeAnalysis.CSharp.Features.dll
│ ├── System.Reflection.MetadataLoadContext.dll
│ ├── pt-BR
│ ├── Microsoft.CodeAnalysis.resources.dll
│ ├── Microsoft.CodeAnalysis.CSharp.resources.dll
│ ├── Microsoft.CodeAnalysis.Features.resources.dll
│ ├── Microsoft.CodeAnalysis.Scripting.resources.dll
│ ├── Microsoft.CodeAnalysis.Workspaces.resources.dll
│ ├── Microsoft.CodeAnalysis.CSharp.Features.resources.dll
│ └── Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
│ ├── Microsoft.CodeAnalysis.AnalyzerUtilities.dll
│ ├── Microsoft.CodeAnalysis.CSharp.Workspaces.dll
│ ├── Microsoft.EntityFrameworkCore.Relational.dll
│ ├── Microsoft.VisualStudio.Web.CodeGeneration.dll
│ ├── System.Configuration.ConfigurationManager.dll
│ ├── Microsoft.EntityFrameworkCore.Abstractions.dll
│ ├── System.Security.Cryptography.ProtectedData.dll
│ ├── Microsoft.VisualStudio.Web.CodeGeneration.Core.dll
│ ├── Microsoft.VisualStudio.Web.CodeGenerators.Mvc.dll
│ ├── Microsoft.VisualStudio.Web.CodeGeneration.Utils.dll
│ ├── Microsoft.VisualStudio.Web.CodeGeneration.Templating.dll
│ ├── Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.dll
│ ├── appsettings.Development.json
│ ├── appsettings.json
│ ├── Nutrition.runtimeconfig.json
│ └── Nutrition.staticwebassets.runtime.json
├── .config
└── dotnet-tools.json
├── Models
├── ErrorViewModel.cs
└── NutritionLabelModel.cs
├── appsettings.Development.json
├── appsettings.json
├── Data
├── DataExtensions.cs
└── NutritionContext.cs
├── Nutrition.csproj
├── Controllers
├── HomeController.cs
├── INutritionService.cs
└── NutritionController.cs
├── Readme.md
├── Nutrition.csproj.user
├── Program.cs
└── Migrations
├── 20240807200616_InitialCreate.cs
├── NutritionContextModelSnapshot.cs
└── 20240807200616_InitialCreate.Designer.cs
/obj/Debug/net8.0/Nutrition.csproj.Up2Date:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/obj/Debug/net8.0/Nutrition.csproj.BuildWithSkipAnalyzers:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/Properties/serviceDependencies.json:
--------------------------------------------------------------------------------
1 | {
2 | "dependencies": {}
3 | }
--------------------------------------------------------------------------------
/Views/_ViewStart.cshtml:
--------------------------------------------------------------------------------
1 | @{
2 | Layout = "_Layout";
3 | }
4 |
--------------------------------------------------------------------------------
/obj/Debug/net8.0/Nutrition.MvcApplicationPartsAssemblyInfo.cache:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/Properties/serviceDependencies.local.json:
--------------------------------------------------------------------------------
1 | {
2 | "dependencies": {}
3 | }
--------------------------------------------------------------------------------
/sample.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/sample.png
--------------------------------------------------------------------------------
/Nutrition.db:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/Nutrition.db
--------------------------------------------------------------------------------
/wwwroot/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/wwwroot/favicon.ico
--------------------------------------------------------------------------------
/Properties/serviceDependencies.local.json.user:
--------------------------------------------------------------------------------
1 | {
2 | "dependencies": {},
3 | "parameters": {}
4 | }
--------------------------------------------------------------------------------
/bin/Debug/net8.0/Humanizer.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/Humanizer.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/Nutrition.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/Nutrition.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/Nutrition.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/Nutrition.exe
--------------------------------------------------------------------------------
/bin/Debug/net8.0/Nutrition.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/Nutrition.pdb
--------------------------------------------------------------------------------
/obj/Debug/net8.0/Nutrition.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/obj/Debug/net8.0/Nutrition.dll
--------------------------------------------------------------------------------
/obj/Debug/net8.0/Nutrition.genruntimeconfig.cache:
--------------------------------------------------------------------------------
1 | ef4c4a9b48f88eec114aa6202812a4b054cf7b85a4fc29b3f3ce9733f00d2d09
2 |
--------------------------------------------------------------------------------
/obj/Debug/net8.0/Nutrition.pdb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/obj/Debug/net8.0/Nutrition.pdb
--------------------------------------------------------------------------------
/obj/Debug/net8.0/apphost.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/obj/Debug/net8.0/apphost.exe
--------------------------------------------------------------------------------
/obj/Debug/net8.0/Nutrition.AssemblyInfoInputs.cache:
--------------------------------------------------------------------------------
1 | 7f10dd7554a727b318f1c09cef76cb93af241978e86230bad052ff8152d9f845
2 |
--------------------------------------------------------------------------------
/obj/Debug/net8.0/Nutrition.RazorAssemblyInfo.cache:
--------------------------------------------------------------------------------
1 | d5ac7ab69059af111e9d7125adeb7b174ca570725d4b64a544cca7bd11ac7ca0
2 |
--------------------------------------------------------------------------------
/bin/Debug/net8.0/NuGet.Common.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/NuGet.Common.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/NuGet.Protocol.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/NuGet.Protocol.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/System.CodeDom.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/System.CodeDom.dll
--------------------------------------------------------------------------------
/obj/Debug/net8.0/Nutrition.csproj.CoreCompileInputs.cache:
--------------------------------------------------------------------------------
1 | 8f0784065b68fd62be533318ea28eaf43b65645da76a1d86e8da51074e173227
2 |
--------------------------------------------------------------------------------
/obj/Debug/net8.0/ref/Nutrition.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/obj/Debug/net8.0/ref/Nutrition.dll
--------------------------------------------------------------------------------
/Views/_ViewImports.cshtml:
--------------------------------------------------------------------------------
1 | @using Nutrition
2 | @using Nutrition.Models
3 | @addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
4 |
--------------------------------------------------------------------------------
/bin/Debug/net8.0/Microsoft.Build.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/Microsoft.Build.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/Newtonsoft.Json.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/Newtonsoft.Json.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/NuGet.Frameworks.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/NuGet.Frameworks.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/NuGet.Packaging.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/NuGet.Packaging.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/NuGet.Versioning.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/NuGet.Versioning.dll
--------------------------------------------------------------------------------
/obj/Debug/net8.0/project.razor.vs.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/obj/Debug/net8.0/project.razor.vs.bin
--------------------------------------------------------------------------------
/obj/Debug/net8.0/refint/Nutrition.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/obj/Debug/net8.0/refint/Nutrition.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/Mono.TextTemplating.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/Mono.TextTemplating.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/NuGet.Configuration.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/NuGet.Configuration.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/NuGet.LibraryModel.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/NuGet.LibraryModel.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/NuGet.ProjectModel.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/NuGet.ProjectModel.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/SQLitePCLRaw.core.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/SQLitePCLRaw.core.dll
--------------------------------------------------------------------------------
/obj/Debug/net8.0/Nutrition.assets.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/obj/Debug/net8.0/Nutrition.assets.cache
--------------------------------------------------------------------------------
/bin/Debug/net8.0/Microsoft.Data.Sqlite.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/Microsoft.Data.Sqlite.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/System.Drawing.Common.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/System.Drawing.Common.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/Microsoft.CodeAnalysis.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/Microsoft.CodeAnalysis.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/Microsoft.DiaSymReader.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/Microsoft.DiaSymReader.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/af/Humanizer.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/af/Humanizer.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/ar/Humanizer.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/ar/Humanizer.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/az/Humanizer.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/az/Humanizer.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/bg/Humanizer.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/bg/Humanizer.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/cs/Humanizer.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/cs/Humanizer.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/da/Humanizer.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/da/Humanizer.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/de/Humanizer.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/de/Humanizer.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/el/Humanizer.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/el/Humanizer.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/es/Humanizer.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/es/Humanizer.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/fa/Humanizer.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/fa/Humanizer.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/fr/Humanizer.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/fr/Humanizer.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/he/Humanizer.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/he/Humanizer.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/hr/Humanizer.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/hr/Humanizer.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/hu/Humanizer.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/hu/Humanizer.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/hy/Humanizer.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/hy/Humanizer.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/id/Humanizer.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/id/Humanizer.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/is/Humanizer.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/is/Humanizer.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/it/Humanizer.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/it/Humanizer.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/ja/Humanizer.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/ja/Humanizer.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/ku/Humanizer.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/ku/Humanizer.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/lv/Humanizer.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/lv/Humanizer.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/mt/Humanizer.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/mt/Humanizer.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/nb/Humanizer.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/nb/Humanizer.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/nl/Humanizer.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/nl/Humanizer.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/pl/Humanizer.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/pl/Humanizer.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/pt/Humanizer.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/pt/Humanizer.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/ro/Humanizer.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/ro/Humanizer.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/ru/Humanizer.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/ru/Humanizer.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/sk/Humanizer.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/sk/Humanizer.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/sl/Humanizer.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/sl/Humanizer.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/sr/Humanizer.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/sr/Humanizer.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/sv/Humanizer.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/sv/Humanizer.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/tr/Humanizer.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/tr/Humanizer.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/uk/Humanizer.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/uk/Humanizer.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/vi/Humanizer.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/vi/Humanizer.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/Microsoft.Build.Framework.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/Microsoft.Build.Framework.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/Microsoft.NET.StringTools.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/Microsoft.NET.StringTools.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/SQLitePCLRaw.batteries_v2.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/SQLitePCLRaw.batteries_v2.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/System.Composition.Hosting.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/System.Composition.Hosting.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/System.Composition.Runtime.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/System.Composition.Runtime.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/System.Windows.Extensions.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/System.Windows.Extensions.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/bn-BD/Humanizer.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/bn-BD/Humanizer.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/fi-FI/Humanizer.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/fi-FI/Humanizer.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/fr-BE/Humanizer.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/fr-BE/Humanizer.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/ko-KR/Humanizer.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/ko-KR/Humanizer.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/ms-MY/Humanizer.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/ms-MY/Humanizer.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/nb-NO/Humanizer.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/nb-NO/Humanizer.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/th-TH/Humanizer.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/th-TH/Humanizer.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/zh-CN/Humanizer.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/zh-CN/Humanizer.resources.dll
--------------------------------------------------------------------------------
/obj/Debug/net8.0/staticwebassets/msbuild.buildMultiTargeting.Nutrition.props:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/bin/Debug/net8.0/Microsoft.Bcl.AsyncInterfaces.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/Microsoft.Bcl.AsyncInterfaces.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/Microsoft.CodeAnalysis.CSharp.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/Microsoft.CodeAnalysis.CSharp.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/Microsoft.CodeAnalysis.Elfie.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/Microsoft.CodeAnalysis.Elfie.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/Microsoft.CodeAnalysis.Razor.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/Microsoft.CodeAnalysis.Razor.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/Microsoft.Win32.SystemEvents.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/Microsoft.Win32.SystemEvents.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/NuGet.DependencyResolver.Core.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/NuGet.DependencyResolver.Core.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/System.Composition.Convention.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/System.Composition.Convention.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/System.Composition.TypedParts.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/System.Composition.TypedParts.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/System.Security.Permissions.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/System.Security.Permissions.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/sr-Latn/Humanizer.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/sr-Latn/Humanizer.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/zh-Hans/Humanizer.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/zh-Hans/Humanizer.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/zh-Hant/Humanizer.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/zh-Hant/Humanizer.resources.dll
--------------------------------------------------------------------------------
/obj/Debug/net8.0/staticwebassets/msbuild.build.Nutrition.props:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/bin/Debug/net8.0/Microsoft.CodeAnalysis.Features.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/Microsoft.CodeAnalysis.Features.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/SQLitePCLRaw.provider.e_sqlite3.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/SQLitePCLRaw.provider.e_sqlite3.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/uz-Cyrl-UZ/Humanizer.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/uz-Cyrl-UZ/Humanizer.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/uz-Latn-UZ/Humanizer.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/uz-Latn-UZ/Humanizer.resources.dll
--------------------------------------------------------------------------------
/obj/Debug/net8.0/staticwebassets/msbuild.buildTransitive.Nutrition.props:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/bin/Debug/net8.0/Microsoft.CodeAnalysis.Scripting.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/Microsoft.CodeAnalysis.Scripting.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/Microsoft.CodeAnalysis.Workspaces.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/Microsoft.CodeAnalysis.Workspaces.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/System.Composition.AttributedModel.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/System.Composition.AttributedModel.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/dotnet-aspnet-codegenerator-design.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/dotnet-aspnet-codegenerator-design.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/runtimes/win-arm/native/e_sqlite3.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/runtimes/win-arm/native/e_sqlite3.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/runtimes/win-x64/native/e_sqlite3.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/runtimes/win-x64/native/e_sqlite3.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/runtimes/win-x86/native/e_sqlite3.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/runtimes/win-x86/native/e_sqlite3.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/Microsoft.AspNetCore.Razor.Language.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/Microsoft.AspNetCore.Razor.Language.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/Microsoft.DotNet.Scaffolding.Shared.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/Microsoft.DotNet.Scaffolding.Shared.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Design.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Design.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Sqlite.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Sqlite.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/Microsoft.Extensions.DependencyModel.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/Microsoft.Extensions.DependencyModel.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/runtimes/win-arm64/native/e_sqlite3.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/runtimes/win-arm64/native/e_sqlite3.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.resources.dll
--------------------------------------------------------------------------------
/obj/Debug/net8.0/Nutrition.csproj.AssemblyReference.cache:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/obj/Debug/net8.0/Nutrition.csproj.AssemblyReference.cache
--------------------------------------------------------------------------------
/bin/Debug/net8.0/Microsoft.CodeAnalysis.CSharp.Features.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/Microsoft.CodeAnalysis.CSharp.Features.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/System.Reflection.MetadataLoadContext.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/System.Reflection.MetadataLoadContext.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/runtimes/linux-arm/native/libe_sqlite3.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/runtimes/linux-arm/native/libe_sqlite3.so
--------------------------------------------------------------------------------
/bin/Debug/net8.0/runtimes/linux-arm64/native/libe_sqlite3.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/runtimes/linux-arm64/native/libe_sqlite3.so
--------------------------------------------------------------------------------
/bin/Debug/net8.0/runtimes/linux-armel/native/libe_sqlite3.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/runtimes/linux-armel/native/libe_sqlite3.so
--------------------------------------------------------------------------------
/bin/Debug/net8.0/runtimes/linux-s390x/native/libe_sqlite3.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/runtimes/linux-s390x/native/libe_sqlite3.so
--------------------------------------------------------------------------------
/bin/Debug/net8.0/runtimes/linux-x64/native/libe_sqlite3.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/runtimes/linux-x64/native/libe_sqlite3.so
--------------------------------------------------------------------------------
/bin/Debug/net8.0/runtimes/linux-x86/native/libe_sqlite3.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/runtimes/linux-x86/native/libe_sqlite3.so
--------------------------------------------------------------------------------
/bin/Debug/net8.0/runtimes/osx-x64/native/libe_sqlite3.dylib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/runtimes/osx-x64/native/libe_sqlite3.dylib
--------------------------------------------------------------------------------
/bin/Debug/net8.0/Microsoft.CodeAnalysis.AnalyzerUtilities.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/Microsoft.CodeAnalysis.AnalyzerUtilities.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Relational.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Relational.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/Microsoft.VisualStudio.Web.CodeGeneration.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/Microsoft.VisualStudio.Web.CodeGeneration.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/System.Configuration.ConfigurationManager.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/System.Configuration.ConfigurationManager.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/runtimes/linux-mips64/native/libe_sqlite3.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/runtimes/linux-mips64/native/libe_sqlite3.so
--------------------------------------------------------------------------------
/bin/Debug/net8.0/runtimes/linux-ppc64le/native/libe_sqlite3.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/runtimes/linux-ppc64le/native/libe_sqlite3.so
--------------------------------------------------------------------------------
/bin/Debug/net8.0/runtimes/osx-arm64/native/libe_sqlite3.dylib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/runtimes/osx-arm64/native/libe_sqlite3.dylib
--------------------------------------------------------------------------------
/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll
--------------------------------------------------------------------------------
/Views/Home/Privacy.cshtml:
--------------------------------------------------------------------------------
1 | @{
2 | ViewData["Title"] = "Privacy Policy";
3 | }
4 |
@ViewData["Title"]
5 |
6 | Use this page to detail your site's privacy policy.
7 |
--------------------------------------------------------------------------------
/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/System.Security.Cryptography.ProtectedData.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/System.Security.Cryptography.ProtectedData.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.Features.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.Features.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.Features.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.Features.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.Features.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.Features.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.Features.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.Features.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.Features.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.Features.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.Features.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.Features.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.Features.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.Features.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.Features.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.Features.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.Features.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.Features.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/runtimes/linux-musl-arm/native/libe_sqlite3.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/runtimes/linux-musl-arm/native/libe_sqlite3.so
--------------------------------------------------------------------------------
/bin/Debug/net8.0/runtimes/linux-musl-arm64/native/libe_sqlite3.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/runtimes/linux-musl-arm64/native/libe_sqlite3.so
--------------------------------------------------------------------------------
/bin/Debug/net8.0/runtimes/linux-musl-x64/native/libe_sqlite3.so:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/runtimes/linux-musl-x64/native/libe_sqlite3.so
--------------------------------------------------------------------------------
/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.Features.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.Features.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/Microsoft.VisualStudio.Web.CodeGeneration.Core.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/Microsoft.VisualStudio.Web.CodeGeneration.Core.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/Microsoft.VisualStudio.Web.CodeGenerators.Mvc.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/Microsoft.VisualStudio.Web.CodeGenerators.Mvc.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.Scripting.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.Scripting.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.Scripting.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.Scripting.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.Scripting.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.Scripting.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.Scripting.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.Scripting.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.Scripting.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.Scripting.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.Scripting.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.Scripting.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.Scripting.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.Scripting.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.Scripting.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.Scripting.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.Scripting.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.Scripting.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/runtimes/maccatalyst-x64/native/libe_sqlite3.dylib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/runtimes/maccatalyst-x64/native/libe_sqlite3.dylib
--------------------------------------------------------------------------------
/bin/Debug/net8.0/runtimes/win/lib/net7.0/System.Drawing.Common.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/runtimes/win/lib/net7.0/System.Drawing.Common.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.Scripting.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.Scripting.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/Microsoft.VisualStudio.Web.CodeGeneration.Utils.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/Microsoft.VisualStudio.Web.CodeGeneration.Utils.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.Features.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.Features.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.Scripting.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.Scripting.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/runtimes/browser-wasm/nativeassets/net8.0/e_sqlite3.a:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/runtimes/browser-wasm/nativeassets/net8.0/e_sqlite3.a
--------------------------------------------------------------------------------
/bin/Debug/net8.0/runtimes/maccatalyst-arm64/native/libe_sqlite3.dylib:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/runtimes/maccatalyst-arm64/native/libe_sqlite3.dylib
--------------------------------------------------------------------------------
/bin/Debug/net8.0/runtimes/win/lib/net7.0/System.Windows.Extensions.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/runtimes/win/lib/net7.0/System.Windows.Extensions.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.Features.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.Features.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.Features.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.Features.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.CSharp.Features.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.CSharp.Features.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.CSharp.Features.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.CSharp.Features.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.CSharp.Features.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.CSharp.Features.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.CSharp.Features.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.CSharp.Features.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.CSharp.Features.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.CSharp.Features.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.CSharp.Features.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.CSharp.Features.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.CSharp.Features.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.CSharp.Features.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.CSharp.Features.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.CSharp.Features.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.CSharp.Features.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.CSharp.Features.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.CSharp.Features.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.CSharp.Features.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.Scripting.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.Scripting.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.Scripting.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.Scripting.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/Microsoft.VisualStudio.Web.CodeGeneration.Templating.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/Microsoft.VisualStudio.Web.CodeGeneration.Templating.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Features.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Features.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/runtimes/win/lib/net7.0/Microsoft.Win32.SystemEvents.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/runtimes/win/lib/net7.0/Microsoft.Win32.SystemEvents.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Features.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Features.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Features.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Features.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
--------------------------------------------------------------------------------
/bin/Debug/net8.0/Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.dll
--------------------------------------------------------------------------------
/Views/Shared/_ValidationScriptsPartial.cshtml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/bin/Debug/net8.0/runtimes/win/lib/net7.0/System.Security.Cryptography.ProtectedData.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cyberloop001/Nutrition/HEAD/bin/Debug/net8.0/runtimes/win/lib/net7.0/System.Security.Cryptography.ProtectedData.dll
--------------------------------------------------------------------------------
/wwwroot/js/site.js:
--------------------------------------------------------------------------------
1 | // Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
2 | // for details on configuring this project to bundle and minify static web assets.
3 |
4 | // Write your JavaScript code.
5 |
--------------------------------------------------------------------------------
/.config/dotnet-tools.json:
--------------------------------------------------------------------------------
1 | {
2 | "version": 1,
3 | "isRoot": true,
4 | "tools": {
5 | "dotnet-ef": {
6 | "version": "8.0.7",
7 | "commands": [
8 | "dotnet-ef"
9 | ],
10 | "rollForward": false
11 | }
12 | }
13 | }
--------------------------------------------------------------------------------
/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs:
--------------------------------------------------------------------------------
1 | //
2 | using System;
3 | using System.Reflection;
4 | [assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]
5 |
--------------------------------------------------------------------------------
/Models/ErrorViewModel.cs:
--------------------------------------------------------------------------------
1 | namespace Nutrition.Models
2 | {
3 | public class ErrorViewModel
4 | {
5 | public string? RequestId { get; set; }
6 |
7 | public bool ShowRequestId => !string.IsNullOrEmpty(RequestId);
8 | }
9 |
10 |
11 | }
12 |
--------------------------------------------------------------------------------
/appsettings.Development.json:
--------------------------------------------------------------------------------
1 | {
2 | "Logging": {
3 | "LogLevel": {
4 | "Default": "Information",
5 | "Microsoft.AspNetCore": "Warning"
6 | }
7 | },
8 | "ConnectionStrings": {
9 | "NutritionData": "Data Source=Nutrition.db"
10 | }
11 | }
12 |
--------------------------------------------------------------------------------
/bin/Debug/net8.0/appsettings.Development.json:
--------------------------------------------------------------------------------
1 | {
2 | "Logging": {
3 | "LogLevel": {
4 | "Default": "Information",
5 | "Microsoft.AspNetCore": "Warning"
6 | }
7 | },
8 | "ConnectionStrings": {
9 | "NutritionData": "Data Source=Nutrition.db"
10 | }
11 | }
12 |
--------------------------------------------------------------------------------
/appsettings.json:
--------------------------------------------------------------------------------
1 | {
2 | "Logging": {
3 | "LogLevel": {
4 | "Default": "Information",
5 | "Microsoft.AspNetCore": "Warning"
6 | }
7 | },
8 | "AllowedHosts": "*",
9 | "ConnectionStrings": {
10 | "NutritionContext": "Data Source=NutritionContext-d93538f4-e50c-4932-8538-8f432d9bb9bb.db"
11 | }
12 | }
--------------------------------------------------------------------------------
/bin/Debug/net8.0/appsettings.json:
--------------------------------------------------------------------------------
1 | {
2 | "Logging": {
3 | "LogLevel": {
4 | "Default": "Information",
5 | "Microsoft.AspNetCore": "Warning"
6 | }
7 | },
8 | "AllowedHosts": "*",
9 | "ConnectionStrings": {
10 | "NutritionContext": "Data Source=NutritionContext-d93538f4-e50c-4932-8538-8f432d9bb9bb.db"
11 | }
12 | }
--------------------------------------------------------------------------------
/Data/DataExtensions.cs:
--------------------------------------------------------------------------------
1 | using Microsoft.EntityFrameworkCore;
2 |
3 | namespace Nutrition.Data
4 | {
5 | public static class DataExtensions
6 | {
7 | public static void MigrateDb(this WebApplication app)
8 | {
9 | using var scope = app.Services.CreateScope();
10 | var Dbcontext = scope.ServiceProvider.GetRequiredService();
11 | Dbcontext.Database.Migrate();
12 | NutritionContext.Seed(Dbcontext);
13 | }
14 | }
15 | }
16 |
--------------------------------------------------------------------------------
/wwwroot/css/site.css:
--------------------------------------------------------------------------------
1 | html {
2 | font-size: 14px;
3 | }
4 |
5 | @media (min-width: 768px) {
6 | html {
7 | font-size: 16px;
8 | }
9 | }
10 |
11 | .btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
12 | box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
13 | }
14 |
15 | html {
16 | position: relative;
17 | min-height: 100%;
18 | }
19 |
20 | body {
21 | font-family: Arial, sans-serif;
22 | }
23 |
24 | th, td {
25 | border: 1px solid #ddd;
26 | padding: 8px;
27 | }
28 |
--------------------------------------------------------------------------------
/bin/Debug/net8.0/Nutrition.runtimeconfig.json:
--------------------------------------------------------------------------------
1 | {
2 | "runtimeOptions": {
3 | "tfm": "net8.0",
4 | "frameworks": [
5 | {
6 | "name": "Microsoft.NETCore.App",
7 | "version": "8.0.0"
8 | },
9 | {
10 | "name": "Microsoft.AspNetCore.App",
11 | "version": "8.0.0"
12 | }
13 | ],
14 | "configProperties": {
15 | "System.GC.Server": true,
16 | "System.Reflection.NullabilityInfoContext.IsSupported": true,
17 | "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
18 | }
19 | }
20 | }
--------------------------------------------------------------------------------
/obj/Debug/net8.0/Nutrition.RazorAssemblyInfo.cs:
--------------------------------------------------------------------------------
1 | //------------------------------------------------------------------------------
2 | //
3 | // This code was generated by a tool.
4 | // Runtime Version:4.0.30319.42000
5 | //
6 | // Changes to this file may cause incorrect behavior and will be lost if
7 | // the code is regenerated.
8 | //
9 | //------------------------------------------------------------------------------
10 |
11 | using System;
12 | using System.Reflection;
13 |
14 | [assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ProvideApplicationPartFactoryAttribute("Microsoft.AspNetCore.Mvc.ApplicationParts.ConsolidatedAssemblyApplicationPartFact" +
15 | "ory, Microsoft.AspNetCore.Mvc.Razor")]
16 |
17 | // Generated by the MSBuild WriteCodeFragment class.
18 |
19 |
--------------------------------------------------------------------------------
/Nutrition.csproj:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | net8.0
5 | enable
6 | enable
7 | f89013d7-09b9-45ee-b0f0-e717ae96e9d2
8 |
9 |
10 |
11 |
12 |
13 | all
14 | runtime; build; native; contentfiles; analyzers; buildtransitive
15 |
16 |
17 |
18 |
19 |
20 |
--------------------------------------------------------------------------------
/obj/Debug/net8.0/Nutrition.GlobalUsings.g.cs:
--------------------------------------------------------------------------------
1 | //
2 | global using global::Microsoft.AspNetCore.Builder;
3 | global using global::Microsoft.AspNetCore.Hosting;
4 | global using global::Microsoft.AspNetCore.Http;
5 | global using global::Microsoft.AspNetCore.Routing;
6 | global using global::Microsoft.Extensions.Configuration;
7 | global using global::Microsoft.Extensions.DependencyInjection;
8 | global using global::Microsoft.Extensions.Hosting;
9 | global using global::Microsoft.Extensions.Logging;
10 | global using global::System;
11 | global using global::System.Collections.Generic;
12 | global using global::System.IO;
13 | global using global::System.Linq;
14 | global using global::System.Net.Http;
15 | global using global::System.Net.Http.Json;
16 | global using global::System.Threading;
17 | global using global::System.Threading.Tasks;
18 |
--------------------------------------------------------------------------------
/Views/Home/Index.cshtml:
--------------------------------------------------------------------------------
1 | @{
2 | ViewData["Title"] = "Nutrition Label Search";
3 | }
4 | @model Nutrition.Models.NutritionLabel
5 |
6 | Nutrition Label Search
7 |
8 |
9 |
13 |
14 |
15 |
16 |
26 |
--------------------------------------------------------------------------------
/Models/NutritionLabelModel.cs:
--------------------------------------------------------------------------------
1 | namespace Nutrition.Models
2 | {
3 | public class NutritionLabel
4 | {
5 |
6 | public int Id { get; set; }
7 | public string? FoodName { get; set; }
8 | public string? ServingSize { get; set; }
9 | public int Calories { get; set; }
10 | public int TotalFat { get; set; }
11 | public int SaturatedFat { get; set; }
12 | public int TransFat { get; set; }
13 | public int Cholesterol { get; set; }
14 | public int Sodium { get; set; }
15 | public int TotalCarbohydrates { get; set; }
16 | public int DietaryFiber { get; set; }
17 | public int Sugars { get; set; }
18 | public int Protein { get; set; }
19 | public int VitaminA { get; set; }
20 | public int VitaminC { get; set; }
21 | public int Calcium { get; set; }
22 | public int Iron { get; set; }
23 | }
24 | }
25 |
--------------------------------------------------------------------------------
/Controllers/HomeController.cs:
--------------------------------------------------------------------------------
1 | using Microsoft.AspNetCore.Mvc;
2 | using Nutrition.Models;
3 | using System.Diagnostics;
4 |
5 | namespace Nutrition.Controllers
6 | {
7 |
8 | public class HomeController : Controller
9 | {
10 | private readonly ILogger _logger;
11 |
12 | public HomeController(ILogger logger)
13 | {
14 | _logger = logger;
15 | }
16 |
17 | public IActionResult Index()
18 | {
19 | return View();
20 | }
21 | public IActionResult Privacy()
22 | {
23 | return View();
24 | }
25 |
26 | [ResponseCache(Duration = 0, Location = ResponseCacheLocation.None, NoStore = true)]
27 | public IActionResult Error()
28 | {
29 | return View(new ErrorViewModel { RequestId = Activity.Current?.Id ?? HttpContext.TraceIdentifier });
30 | }
31 | }
32 | }
33 |
--------------------------------------------------------------------------------
/Readme.md:
--------------------------------------------------------------------------------
1 | # Nutrition Search
2 | ## Description
3 |
4 | A nutrition search engine is a specialized tool designed to help users find reliable and specific information related to food, nutrients, diet, and health.
5 |
6 | Unlike general search engines, it focuses on providing curated data about nutrition, dietary guidelines, recipes, or the health benefits of specific foods.
7 |
8 | ## Key Features
9 |
10 | ### Food Information Database:
11 | The search engine typically contains a vast database of foods, nutrients, vitamins, and minerals, offering details like caloric values, macronutrient breakdown (carbohydrates, fats, proteins), and micronutrients (vitamins, minerals).
12 |
13 | ### Health and Diet Research:
14 | It allows users to search for health-related information, such as the best diets for managing specific conditions (e.g., diabetes, heart disease) or to learn about how different foods impact wellness.
15 |
16 |
17 |
--------------------------------------------------------------------------------
/Nutrition.csproj.user:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | https
5 | MvcControllerWithActionsScaffolder
6 | root/Common/MVC/Controller
7 | 650
8 | 650
9 | RazorViewEmptyScaffolder
10 | root/Common/MVC/View
11 | 650
12 |
13 |
--------------------------------------------------------------------------------
/Views/Shared/Error.cshtml:
--------------------------------------------------------------------------------
1 | @model ErrorViewModel
2 | @{
3 | ViewData["Title"] = "Error";
4 | }
5 |
6 | Error.
7 | An error occurred while processing your request.
8 |
9 | @if (Model.ShowRequestId)
10 | {
11 |
12 | Request ID: @Model.RequestId
13 |
14 | }
15 |
16 | Development Mode
17 |
18 | Swapping to Development environment will display more detailed information about the error that occurred.
19 |
20 |
21 | The Development environment shouldn't be enabled for deployed applications.
22 | It can result in displaying sensitive information from exceptions to end users.
23 | For local debugging, enable the Development environment by setting the ASPNETCORE_ENVIRONMENT environment variable to Development
24 | and restarting the app.
25 |
26 |
--------------------------------------------------------------------------------
/Program.cs:
--------------------------------------------------------------------------------
1 | using Nutrition.Data;
2 |
3 | var builder = WebApplication.CreateBuilder(args);
4 |
5 | // Add services to the container.
6 | builder.Services.AddControllersWithViews();
7 |
8 | //register in the ConfigureServices
9 | var connString = builder.Configuration.GetConnectionString("NutritionData");
10 | builder.Services.AddSqlite(connString);
11 |
12 | //build
13 | var app = builder.Build();
14 |
15 | // Configure the HTTP request pipeline.
16 | if (!app.Environment.IsDevelopment())
17 | {
18 | app.UseExceptionHandler("/Home/Error");
19 | // The default HSTS value is 30 days. You may want to change this for production scenarios, see https://aka.ms/aspnetcore-hsts.
20 | app.UseHsts();
21 | }
22 |
23 | app.UseHttpsRedirection();
24 | app.UseStaticFiles();
25 |
26 | app.UseRouting();
27 |
28 | app.UseAuthorization();
29 |
30 | app.MapControllerRoute(
31 | name: "default",
32 | pattern: "{controller=Home}/{action=Index}/{id?}");
33 | app.MigrateDb();
34 |
35 | app.Run();
36 |
--------------------------------------------------------------------------------
/Views/Shared/_Layout.cshtml.css:
--------------------------------------------------------------------------------
1 | /* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
2 | for details on configuring this project to bundle and minify static web assets. */
3 |
4 | a.navbar-brand {
5 | white-space: normal;
6 | text-align: center;
7 | word-break: break-all;
8 | }
9 |
10 | a {
11 | color: #0077cc;
12 | }
13 |
14 | .btn-primary {
15 | color: #fff;
16 | background-color: #1b6ec2;
17 | border-color: #1861ac;
18 | }
19 |
20 | .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
21 | color: #fff;
22 | background-color: #1b6ec2;
23 | border-color: #1861ac;
24 | }
25 |
26 | .border-top {
27 | border-top: 1px solid #e5e5e5;
28 | }
29 | .border-bottom {
30 | border-bottom: 1px solid #e5e5e5;
31 | }
32 |
33 | .box-shadow {
34 | box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
35 | }
36 |
37 | button.accept-policy {
38 | font-size: 1rem;
39 | line-height: inherit;
40 | }
41 |
42 | .footer {
43 | position: absolute;
44 | bottom: 0;
45 | width: 100%;
46 | white-space: nowrap;
47 | line-height: 60px;
48 | }
49 |
--------------------------------------------------------------------------------
/Properties/launchSettings.json:
--------------------------------------------------------------------------------
1 | {
2 | "$schema": "http://json.schemastore.org/launchsettings.json",
3 | "iisSettings": {
4 | "windowsAuthentication": false,
5 | "anonymousAuthentication": true,
6 | "iisExpress": {
7 | "applicationUrl": "http://localhost:32927",
8 | "sslPort": 44369
9 | }
10 | },
11 | "profiles": {
12 | "http": {
13 | "commandName": "Project",
14 | "dotnetRunMessages": true,
15 | "launchBrowser": true,
16 | "applicationUrl": "http://localhost:5283",
17 | "environmentVariables": {
18 | "ASPNETCORE_ENVIRONMENT": "Development"
19 | }
20 | },
21 | "https": {
22 | "commandName": "Project",
23 | "dotnetRunMessages": true,
24 | "launchBrowser": true,
25 | "applicationUrl": "https://localhost:7051;http://localhost:5283",
26 | "environmentVariables": {
27 | "ASPNETCORE_ENVIRONMENT": "Development"
28 | }
29 | },
30 | "IIS Express": {
31 | "commandName": "IISExpress",
32 | "launchBrowser": true,
33 | "environmentVariables": {
34 | "ASPNETCORE_ENVIRONMENT": "Development"
35 | }
36 | }
37 | }
38 | }
39 |
--------------------------------------------------------------------------------
/Controllers/INutritionService.cs:
--------------------------------------------------------------------------------
1 | using Nutrition.Models;
2 |
3 | namespace Nutrition.Controllers
4 | {
5 | public interface INutritionService
6 | {
7 | NutritionLabel GetNutritionData(string query);
8 | }
9 | public class NutritionService : INutritionService
10 | {
11 | public NutritionLabel GetNutritionData(string query)
12 | {
13 | // Stubbed response for demonstration
14 | // In a real application, you might fetch this data from a database or an external API
15 | return new NutritionLabel
16 | {
17 | ServingSize = "1 cup (228g)",
18 | Calories = 200,
19 | TotalFat = 8,
20 | SaturatedFat = 1,
21 | TransFat = 0,
22 | Cholesterol = 30,
23 | Sodium = 200,
24 | TotalCarbohydrates = 30,
25 | DietaryFiber = 5,
26 | Sugars = 10,
27 | Protein = 5,
28 | VitaminA = 4,
29 | VitaminC = 2,
30 | Calcium = 20,
31 | Iron = 4,
32 | };
33 | }
34 | }
35 | }
36 |
--------------------------------------------------------------------------------
/Views/Nutrition/_NutritionLabel.cshtml:
--------------------------------------------------------------------------------
1 | @model Nutrition.Models.NutritionLabel
2 |
3 | Nutrition Facts
4 |
5 | Serving Size @Model.ServingSize
6 | Calories @Model.Calories
7 | Total Fat @Model.TotalFat g
8 | Saturated Fat @Model.SaturatedFat g
9 | Trans Fat @Model.TransFat g
10 | Cholesterol @Model.Cholesterol mg
11 | Sodium @Model.Sodium mg
12 | Total Carbohydrates @Model.TotalCarbohydrates g
13 | Dietary Fiber @Model.DietaryFiber g
14 | Sugars @Model.Sugars g
15 | Protein @Model.Protein g
16 | VitaminA @Model.VitaminA %
17 | VitaminC @Model.VitaminC %
18 | Calcium @Model.Calcium %
19 | Iron @Model.Iron %
20 |
21 |
22 |
--------------------------------------------------------------------------------
/wwwroot/lib/jquery/LICENSE.txt:
--------------------------------------------------------------------------------
1 |
2 | Copyright OpenJS Foundation and other contributors, https://openjsf.org/
3 |
4 | Permission is hereby granted, free of charge, to any person obtaining
5 | a copy of this software and associated documentation files (the
6 | "Software"), to deal in the Software without restriction, including
7 | without limitation the rights to use, copy, modify, merge, publish,
8 | distribute, sublicense, and/or sell copies of the Software, and to
9 | permit persons to whom the Software is furnished to do so, subject to
10 | the following conditions:
11 |
12 | The above copyright notice and this permission notice shall be
13 | included in all copies or substantial portions of the Software.
14 |
15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
16 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
17 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
18 | NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
19 | LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
20 | OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
21 | WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
--------------------------------------------------------------------------------
/wwwroot/lib/jquery-validation/LICENSE.md:
--------------------------------------------------------------------------------
1 | The MIT License (MIT)
2 | =====================
3 |
4 | Copyright Jörn Zaefferer
5 |
6 | Permission is hereby granted, free of charge, to any person obtaining a copy
7 | of this software and associated documentation files (the "Software"), to deal
8 | in the Software without restriction, including without limitation the rights
9 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10 | copies of the Software, and to permit persons to whom the Software is
11 | furnished to do so, subject to the following conditions:
12 |
13 | The above copyright notice and this permission notice shall be included in
14 | all copies or substantial portions of the Software.
15 |
16 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
22 | THE SOFTWARE.
23 |
--------------------------------------------------------------------------------
/obj/Debug/net8.0/Nutrition.AssemblyInfo.cs:
--------------------------------------------------------------------------------
1 | //------------------------------------------------------------------------------
2 | //
3 | // This code was generated by a tool.
4 | // Runtime Version:4.0.30319.42000
5 | //
6 | // Changes to this file may cause incorrect behavior and will be lost if
7 | // the code is regenerated.
8 | //
9 | //------------------------------------------------------------------------------
10 |
11 | using System;
12 | using System.Reflection;
13 |
14 | [assembly: Microsoft.Extensions.Configuration.UserSecrets.UserSecretsIdAttribute("f89013d7-09b9-45ee-b0f0-e717ae96e9d2")]
15 | [assembly: System.Reflection.AssemblyCompanyAttribute("Nutrition")]
16 | [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
17 | [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
18 | [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
19 | [assembly: System.Reflection.AssemblyProductAttribute("Nutrition")]
20 | [assembly: System.Reflection.AssemblyTitleAttribute("Nutrition")]
21 | [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
22 |
23 | // Generated by the MSBuild WriteCodeFragment class.
24 |
25 |
--------------------------------------------------------------------------------
/wwwroot/lib/bootstrap/LICENSE:
--------------------------------------------------------------------------------
1 | The MIT License (MIT)
2 |
3 | Copyright (c) 2011-2021 Twitter, Inc.
4 | Copyright (c) 2011-2021 The Bootstrap Authors
5 |
6 | Permission is hereby granted, free of charge, to any person obtaining a copy
7 | of this software and associated documentation files (the "Software"), to deal
8 | in the Software without restriction, including without limitation the rights
9 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10 | copies of the Software, and to permit persons to whom the Software is
11 | furnished to do so, subject to the following conditions:
12 |
13 | The above copyright notice and this permission notice shall be included in
14 | all copies or substantial portions of the Software.
15 |
16 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
22 | THE SOFTWARE.
23 |
--------------------------------------------------------------------------------
/wwwroot/lib/jquery-validation-unobtrusive/LICENSE.txt:
--------------------------------------------------------------------------------
1 | The MIT License (MIT)
2 |
3 | Copyright (c) .NET Foundation and Contributors
4 |
5 | All rights reserved.
6 |
7 | Permission is hereby granted, free of charge, to any person obtaining a copy
8 | of this software and associated documentation files (the "Software"), to deal
9 | in the Software without restriction, including without limitation the rights
10 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11 | copies of the Software, and to permit persons to whom the Software is
12 | furnished to do so, subject to the following conditions:
13 |
14 | The above copyright notice and this permission notice shall be included in all
15 | copies or substantial portions of the Software.
16 |
17 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23 | SOFTWARE.
24 |
--------------------------------------------------------------------------------
/obj/Debug/net8.0/scopedcss/Views/Shared/_Layout.cshtml.rz.scp.css:
--------------------------------------------------------------------------------
1 | /* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
2 | for details on configuring this project to bundle and minify static web assets. */
3 |
4 | a.navbar-brand[b-u2ysl6qa3f] {
5 | white-space: normal;
6 | text-align: center;
7 | word-break: break-all;
8 | }
9 |
10 | a[b-u2ysl6qa3f] {
11 | color: #0077cc;
12 | }
13 |
14 | .btn-primary[b-u2ysl6qa3f] {
15 | color: #fff;
16 | background-color: #1b6ec2;
17 | border-color: #1861ac;
18 | }
19 |
20 | .nav-pills .nav-link.active[b-u2ysl6qa3f], .nav-pills .show > .nav-link[b-u2ysl6qa3f] {
21 | color: #fff;
22 | background-color: #1b6ec2;
23 | border-color: #1861ac;
24 | }
25 |
26 | .border-top[b-u2ysl6qa3f] {
27 | border-top: 1px solid #e5e5e5;
28 | }
29 | .border-bottom[b-u2ysl6qa3f] {
30 | border-bottom: 1px solid #e5e5e5;
31 | }
32 |
33 | .box-shadow[b-u2ysl6qa3f] {
34 | box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
35 | }
36 |
37 | button.accept-policy[b-u2ysl6qa3f] {
38 | font-size: 1rem;
39 | line-height: inherit;
40 | }
41 |
42 | .footer[b-u2ysl6qa3f] {
43 | position: absolute;
44 | bottom: 0;
45 | width: 100%;
46 | white-space: nowrap;
47 | line-height: 60px;
48 | }
49 |
--------------------------------------------------------------------------------
/obj/Debug/net8.0/scopedcss/bundle/Nutrition.styles.css:
--------------------------------------------------------------------------------
1 | /* _content/Nutrition/Views/Shared/_Layout.cshtml.rz.scp.css */
2 | /* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
3 | for details on configuring this project to bundle and minify static web assets. */
4 |
5 | a.navbar-brand[b-u2ysl6qa3f] {
6 | white-space: normal;
7 | text-align: center;
8 | word-break: break-all;
9 | }
10 |
11 | a[b-u2ysl6qa3f] {
12 | color: #0077cc;
13 | }
14 |
15 | .btn-primary[b-u2ysl6qa3f] {
16 | color: #fff;
17 | background-color: #1b6ec2;
18 | border-color: #1861ac;
19 | }
20 |
21 | .nav-pills .nav-link.active[b-u2ysl6qa3f], .nav-pills .show > .nav-link[b-u2ysl6qa3f] {
22 | color: #fff;
23 | background-color: #1b6ec2;
24 | border-color: #1861ac;
25 | }
26 |
27 | .border-top[b-u2ysl6qa3f] {
28 | border-top: 1px solid #e5e5e5;
29 | }
30 | .border-bottom[b-u2ysl6qa3f] {
31 | border-bottom: 1px solid #e5e5e5;
32 | }
33 |
34 | .box-shadow[b-u2ysl6qa3f] {
35 | box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
36 | }
37 |
38 | button.accept-policy[b-u2ysl6qa3f] {
39 | font-size: 1rem;
40 | line-height: inherit;
41 | }
42 |
43 | .footer[b-u2ysl6qa3f] {
44 | position: absolute;
45 | bottom: 0;
46 | width: 100%;
47 | white-space: nowrap;
48 | line-height: 60px;
49 | }
50 |
--------------------------------------------------------------------------------
/obj/Debug/net8.0/scopedcss/projectbundle/Nutrition.bundle.scp.css:
--------------------------------------------------------------------------------
1 | /* _content/Nutrition/Views/Shared/_Layout.cshtml.rz.scp.css */
2 | /* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
3 | for details on configuring this project to bundle and minify static web assets. */
4 |
5 | a.navbar-brand[b-u2ysl6qa3f] {
6 | white-space: normal;
7 | text-align: center;
8 | word-break: break-all;
9 | }
10 |
11 | a[b-u2ysl6qa3f] {
12 | color: #0077cc;
13 | }
14 |
15 | .btn-primary[b-u2ysl6qa3f] {
16 | color: #fff;
17 | background-color: #1b6ec2;
18 | border-color: #1861ac;
19 | }
20 |
21 | .nav-pills .nav-link.active[b-u2ysl6qa3f], .nav-pills .show > .nav-link[b-u2ysl6qa3f] {
22 | color: #fff;
23 | background-color: #1b6ec2;
24 | border-color: #1861ac;
25 | }
26 |
27 | .border-top[b-u2ysl6qa3f] {
28 | border-top: 1px solid #e5e5e5;
29 | }
30 | .border-bottom[b-u2ysl6qa3f] {
31 | border-bottom: 1px solid #e5e5e5;
32 | }
33 |
34 | .box-shadow[b-u2ysl6qa3f] {
35 | box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
36 | }
37 |
38 | button.accept-policy[b-u2ysl6qa3f] {
39 | font-size: 1rem;
40 | line-height: inherit;
41 | }
42 |
43 | .footer[b-u2ysl6qa3f] {
44 | position: absolute;
45 | bottom: 0;
46 | width: 100%;
47 | white-space: nowrap;
48 | line-height: 60px;
49 | }
50 |
--------------------------------------------------------------------------------
/obj/Nutrition.csproj.nuget.g.targets:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/obj/Nutrition.csproj.EntityFrameworkCore.targets:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/Views/Shared/_Layout.cshtml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | @ViewData["Title"] - Nutrition
7 |
8 |
9 |
10 |
11 |
12 |
30 |
31 |
32 | @RenderBody()
33 |
34 |
35 |
36 |
41 |
42 |
43 |
44 | @await RenderSectionAsync("Scripts", required: false)
45 |
46 |
47 |
--------------------------------------------------------------------------------
/Data/NutritionContext.cs:
--------------------------------------------------------------------------------
1 | using Microsoft.EntityFrameworkCore;
2 | using Nutrition.Models;
3 |
4 | namespace Nutrition.Data
5 | {
6 | public class NutritionContext : DbContext
7 | {
8 | public NutritionContext(DbContextOptions options) : base(options) { }
9 | public DbSet NutritionLabels => Set();
10 | public static void Seed(NutritionContext context)
11 | {
12 | if (!context.NutritionLabels.Any())
13 | {
14 | context.NutritionLabels.AddRange(
15 | new NutritionLabel {
16 | Id = 1,
17 | FoodName = "Cheese",
18 | ServingSize = "1 cup (228g)",
19 | Calories = 200,
20 | TotalFat = 8,
21 | SaturatedFat = 1,
22 | TransFat = 0,
23 | Cholesterol = 30,
24 | Sodium = 200,
25 | TotalCarbohydrates = 30,
26 | DietaryFiber = 5,
27 | Sugars = 10,
28 | Protein = 5,
29 | VitaminA = 4,
30 | VitaminC = 2,
31 | Calcium = 20,
32 | Iron = 4,
33 | },
34 | new NutritionLabel {
35 | Id = 2,
36 | FoodName = "Butter",
37 | ServingSize = "1 cup (228g)",
38 | Calories = 200,
39 | TotalFat = 8,
40 | SaturatedFat = 1,
41 | TransFat = 0,
42 | Cholesterol = 30,
43 | Sodium = 200,
44 | TotalCarbohydrates = 30,
45 | DietaryFiber = 5,
46 | Sugars = 10,
47 | Protein = 5,
48 | VitaminA = 4,
49 | VitaminC = 2,
50 | Calcium = 20,
51 | Iron = 4,
52 | }
53 | );
54 | context.SaveChanges();
55 | }
56 | }
57 |
58 | }
59 |
60 | }
61 |
--------------------------------------------------------------------------------
/Controllers/NutritionController.cs:
--------------------------------------------------------------------------------
1 | using Microsoft.AspNetCore.Mvc;
2 | using Microsoft.EntityFrameworkCore;
3 | using Nutrition.Data;
4 |
5 |
6 | // For more information on enabling Web API for empty projects, visit https://go.microsoft.com/fwlink/?LinkID=397860
7 |
8 | namespace Nutrition.Controllers
9 | {
10 |
11 | [Route("api/[controller]")]
12 | [ApiController]
13 | public class NutritionController : Controller
14 | {
15 | private readonly NutritionContext _context;
16 |
17 | public NutritionController(NutritionContext context)
18 | {
19 | _context = context;
20 | _nutritionService = new NutritionService();
21 | }
22 | private readonly NutritionService _nutritionService;
23 |
24 | [HttpGet]
25 | public IActionResult Get(string food)
26 | {
27 |
28 | // get from SQLite Database
29 |
30 | /* var nutritionData = _context.NutritionLabels
31 | .FirstOrDefault(n => n.FoodName.Equals(food, StringComparison.OrdinalIgnoreCase));*/
32 | var nutritionData = _context.NutritionLabels
33 | .Where(n => EF.Functions.Like(n.FoodName, food))
34 | .ToListAsync();
35 | if (nutritionData.Result.Count == 0)
36 | {
37 | return NotFound("Not found. This food isn't in the Database.\n Input another food");
38 | }
39 |
40 | return PartialView("_NutritionLabel", nutritionData.Result[0]);
41 | /* var nutritionData = _nutritionService.GetNutritionData(food);
42 | return PartialView("_NutritionLabel", nutritionData);*/
43 | }
44 | // GET api//5
45 | [HttpGet("{id}")]
46 | public string Get(int id)
47 | {
48 | return "value";
49 | }
50 |
51 | // POST api/
52 | [HttpPost]
53 | public void Post([FromBody] string value)
54 | {
55 | }
56 |
57 | // PUT api//5
58 | [HttpPut("{id}")]
59 | public void Put(int id, [FromBody] string value)
60 | {
61 | }
62 |
63 | // DELETE api//5
64 | [HttpDelete("{id}")]
65 | public void Delete(int id)
66 | {
67 | }
68 | }
69 | }
70 |
--------------------------------------------------------------------------------
/Migrations/20240807200616_InitialCreate.cs:
--------------------------------------------------------------------------------
1 | using Microsoft.EntityFrameworkCore.Migrations;
2 |
3 | #nullable disable
4 |
5 | namespace Nutrition.Migrations
6 | {
7 | ///
8 | public partial class InitialCreate : Migration
9 | {
10 | ///
11 | protected override void Up(MigrationBuilder migrationBuilder)
12 | {
13 | migrationBuilder.CreateTable(
14 | name: "NutritionLabels",
15 | columns: table => new
16 | {
17 | Id = table.Column(type: "INTEGER", nullable: false)
18 | .Annotation("Sqlite:Autoincrement", true),
19 | FoodName = table.Column(type: "TEXT", nullable: true),
20 | ServingSize = table.Column(type: "TEXT", nullable: true),
21 | Calories = table.Column(type: "INTEGER", nullable: false),
22 | TotalFat = table.Column(type: "INTEGER", nullable: false),
23 | SaturatedFat = table.Column(type: "INTEGER", nullable: false),
24 | TransFat = table.Column(type: "INTEGER", nullable: false),
25 | Cholesterol = table.Column(type: "INTEGER", nullable: false),
26 | Sodium = table.Column(type: "INTEGER", nullable: false),
27 | TotalCarbohydrates = table.Column(type: "INTEGER", nullable: false),
28 | DietaryFiber = table.Column(type: "INTEGER", nullable: false),
29 | Sugars = table.Column(type: "INTEGER", nullable: false),
30 | Protein = table.Column(type: "INTEGER", nullable: false),
31 | VitaminA = table.Column(type: "INTEGER", nullable: false),
32 | VitaminC = table.Column(type: "INTEGER", nullable: false),
33 | Calcium = table.Column(type: "INTEGER", nullable: false),
34 | Iron = table.Column(type: "INTEGER", nullable: false)
35 | },
36 | constraints: table =>
37 | {
38 | table.PrimaryKey("PK_NutritionLabels", x => x.Id);
39 | });
40 | }
41 |
42 | ///
43 | protected override void Down(MigrationBuilder migrationBuilder)
44 | {
45 | migrationBuilder.DropTable(
46 | name: "NutritionLabels");
47 | }
48 | }
49 | }
50 |
--------------------------------------------------------------------------------
/obj/Nutrition.csproj.nuget.g.props:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | True
5 | NuGet
6 | $(MSBuildThisFileDirectory)project.assets.json
7 | $(UserProfile)\.nuget\packages\
8 | C:\Users\Nemesis\.nuget\packages\
9 | PackageReference
10 | 6.9.1
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 | C:\Users\Nemesis\.nuget\packages\microsoft.codeanalysis.analyzers\3.3.4
22 | C:\Users\Nemesis\.nuget\packages\microsoft.codeanalysis.analyzerutilities\3.3.0
23 | C:\Users\Nemesis\.nuget\packages\microsoft.entityframeworkcore.tools\8.0.7
24 |
25 |
--------------------------------------------------------------------------------
/Migrations/NutritionContextModelSnapshot.cs:
--------------------------------------------------------------------------------
1 | //
2 | using Microsoft.EntityFrameworkCore;
3 | using Microsoft.EntityFrameworkCore.Infrastructure;
4 | using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
5 | using Nutrition.Data;
6 |
7 | #nullable disable
8 |
9 | namespace Nutrition.Migrations
10 | {
11 | [DbContext(typeof(NutritionContext))]
12 | partial class NutritionContextModelSnapshot : ModelSnapshot
13 | {
14 | protected override void BuildModel(ModelBuilder modelBuilder)
15 | {
16 | #pragma warning disable 612, 618
17 | modelBuilder.HasAnnotation("ProductVersion", "8.0.7");
18 |
19 | modelBuilder.Entity("Nutrition.Models.NutritionLabel", b =>
20 | {
21 | b.Property("Id")
22 | .ValueGeneratedOnAdd()
23 | .HasColumnType("INTEGER");
24 |
25 | b.Property("Calcium")
26 | .HasColumnType("INTEGER");
27 |
28 | b.Property("Calories")
29 | .HasColumnType("INTEGER");
30 |
31 | b.Property("Cholesterol")
32 | .HasColumnType("INTEGER");
33 |
34 | b.Property("DietaryFiber")
35 | .HasColumnType("INTEGER");
36 |
37 | b.Property("FoodName")
38 | .HasColumnType("TEXT");
39 |
40 | b.Property("Iron")
41 | .HasColumnType("INTEGER");
42 |
43 | b.Property("Protein")
44 | .HasColumnType("INTEGER");
45 |
46 | b.Property("SaturatedFat")
47 | .HasColumnType("INTEGER");
48 |
49 | b.Property("ServingSize")
50 | .HasColumnType("TEXT");
51 |
52 | b.Property("Sodium")
53 | .HasColumnType("INTEGER");
54 |
55 | b.Property("Sugars")
56 | .HasColumnType("INTEGER");
57 |
58 | b.Property("TotalCarbohydrates")
59 | .HasColumnType("INTEGER");
60 |
61 | b.Property("TotalFat")
62 | .HasColumnType("INTEGER");
63 |
64 | b.Property("TransFat")
65 | .HasColumnType("INTEGER");
66 |
67 | b.Property("VitaminA")
68 | .HasColumnType("INTEGER");
69 |
70 | b.Property("VitaminC")
71 | .HasColumnType("INTEGER");
72 |
73 | b.HasKey("Id");
74 |
75 | b.ToTable("NutritionLabels");
76 | });
77 | #pragma warning restore 612, 618
78 | }
79 | }
80 | }
81 |
--------------------------------------------------------------------------------
/Migrations/20240807200616_InitialCreate.Designer.cs:
--------------------------------------------------------------------------------
1 | //
2 | using Microsoft.EntityFrameworkCore;
3 | using Microsoft.EntityFrameworkCore.Infrastructure;
4 | using Microsoft.EntityFrameworkCore.Migrations;
5 | using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
6 | using Nutrition.Data;
7 |
8 | #nullable disable
9 |
10 | namespace Nutrition.Migrations
11 | {
12 | [DbContext(typeof(NutritionContext))]
13 | [Migration("20240807200616_InitialCreate")]
14 | partial class InitialCreate
15 | {
16 | ///
17 | protected override void BuildTargetModel(ModelBuilder modelBuilder)
18 | {
19 | #pragma warning disable 612, 618
20 | modelBuilder.HasAnnotation("ProductVersion", "8.0.7");
21 |
22 | modelBuilder.Entity("Nutrition.Models.NutritionLabel", b =>
23 | {
24 | b.Property("Id")
25 | .ValueGeneratedOnAdd()
26 | .HasColumnType("INTEGER");
27 |
28 | b.Property("Calcium")
29 | .HasColumnType("INTEGER");
30 |
31 | b.Property("Calories")
32 | .HasColumnType("INTEGER");
33 |
34 | b.Property("Cholesterol")
35 | .HasColumnType("INTEGER");
36 |
37 | b.Property("DietaryFiber")
38 | .HasColumnType("INTEGER");
39 |
40 | b.Property("FoodName")
41 | .HasColumnType("TEXT");
42 |
43 | b.Property("Iron")
44 | .HasColumnType("INTEGER");
45 |
46 | b.Property("Protein")
47 | .HasColumnType("INTEGER");
48 |
49 | b.Property("SaturatedFat")
50 | .HasColumnType("INTEGER");
51 |
52 | b.Property("ServingSize")
53 | .HasColumnType("TEXT");
54 |
55 | b.Property("Sodium")
56 | .HasColumnType("INTEGER");
57 |
58 | b.Property("Sugars")
59 | .HasColumnType("INTEGER");
60 |
61 | b.Property("TotalCarbohydrates")
62 | .HasColumnType("INTEGER");
63 |
64 | b.Property("TotalFat")
65 | .HasColumnType("INTEGER");
66 |
67 | b.Property("TransFat")
68 | .HasColumnType("INTEGER");
69 |
70 | b.Property("VitaminA")
71 | .HasColumnType("INTEGER");
72 |
73 | b.Property("VitaminC")
74 | .HasColumnType("INTEGER");
75 |
76 | b.HasKey("Id");
77 |
78 | b.ToTable("NutritionLabels");
79 | });
80 | #pragma warning restore 612, 618
81 | }
82 | }
83 | }
84 |
--------------------------------------------------------------------------------
/obj/Debug/net8.0/Nutrition.GeneratedMSBuildEditorConfig.editorconfig:
--------------------------------------------------------------------------------
1 | is_global = true
2 | build_property.TargetFramework = net8.0
3 | build_property.TargetFramework = net8.0
4 | build_property.TargetPlatformMinVersion =
5 | build_property.TargetPlatformMinVersion =
6 | build_property.UsingMicrosoftNETSdkWeb = true
7 | build_property.UsingMicrosoftNETSdkWeb = true
8 | build_property.ProjectTypeGuids =
9 | build_property.ProjectTypeGuids =
10 | build_property.InvariantGlobalization =
11 | build_property.InvariantGlobalization =
12 | build_property.PlatformNeutralAssembly =
13 | build_property.PlatformNeutralAssembly =
14 | build_property.EnforceExtendedAnalyzerRules =
15 | build_property.EnforceExtendedAnalyzerRules =
16 | build_property._SupportedPlatformList = Linux,macOS,Windows
17 | build_property._SupportedPlatformList = Linux,macOS,Windows
18 | build_property.RootNamespace = Nutrition
19 | build_property.RootNamespace = Nutrition
20 | build_property.ProjectDir = F:\ASP.net\Nutrition\Nutrition\Nutrition\
21 | build_property.EnableComHosting =
22 | build_property.EnableGeneratedComInterfaceComImportInterop =
23 | build_property.RazorLangVersion = 8.0
24 | build_property.SupportLocalizedComponentNames =
25 | build_property.GenerateRazorMetadataSourceChecksumAttributes =
26 | build_property.MSBuildProjectDirectory = F:\ASP.net\Nutrition\Nutrition\Nutrition
27 | build_property._RazorSourceGeneratorDebug =
28 |
29 | [F:/ASP.net/Nutrition/Nutrition/Nutrition/Views/Home/Index.cshtml]
30 | build_metadata.AdditionalFiles.TargetPath = Vmlld3NcSG9tZVxJbmRleC5jc2h0bWw=
31 | build_metadata.AdditionalFiles.CssScope =
32 |
33 | [F:/ASP.net/Nutrition/Nutrition/Nutrition/Views/Home/Privacy.cshtml]
34 | build_metadata.AdditionalFiles.TargetPath = Vmlld3NcSG9tZVxQcml2YWN5LmNzaHRtbA==
35 | build_metadata.AdditionalFiles.CssScope =
36 |
37 | [F:/ASP.net/Nutrition/Nutrition/Nutrition/Views/Nutrition/_NutritionLabel.cshtml]
38 | build_metadata.AdditionalFiles.TargetPath = Vmlld3NcTnV0cml0aW9uXF9OdXRyaXRpb25MYWJlbC5jc2h0bWw=
39 | build_metadata.AdditionalFiles.CssScope =
40 |
41 | [F:/ASP.net/Nutrition/Nutrition/Nutrition/Views/Shared/Error.cshtml]
42 | build_metadata.AdditionalFiles.TargetPath = Vmlld3NcU2hhcmVkXEVycm9yLmNzaHRtbA==
43 | build_metadata.AdditionalFiles.CssScope =
44 |
45 | [F:/ASP.net/Nutrition/Nutrition/Nutrition/Views/Shared/_ValidationScriptsPartial.cshtml]
46 | build_metadata.AdditionalFiles.TargetPath = Vmlld3NcU2hhcmVkXF9WYWxpZGF0aW9uU2NyaXB0c1BhcnRpYWwuY3NodG1s
47 | build_metadata.AdditionalFiles.CssScope =
48 |
49 | [F:/ASP.net/Nutrition/Nutrition/Nutrition/Views/_ViewImports.cshtml]
50 | build_metadata.AdditionalFiles.TargetPath = Vmlld3NcX1ZpZXdJbXBvcnRzLmNzaHRtbA==
51 | build_metadata.AdditionalFiles.CssScope =
52 |
53 | [F:/ASP.net/Nutrition/Nutrition/Nutrition/Views/_ViewStart.cshtml]
54 | build_metadata.AdditionalFiles.TargetPath = Vmlld3NcX1ZpZXdTdGFydC5jc2h0bWw=
55 | build_metadata.AdditionalFiles.CssScope =
56 |
57 | [F:/ASP.net/Nutrition/Nutrition/Nutrition/Views/Shared/_Layout.cshtml]
58 | build_metadata.AdditionalFiles.TargetPath = Vmlld3NcU2hhcmVkXF9MYXlvdXQuY3NodG1s
59 | build_metadata.AdditionalFiles.CssScope = b-u2ysl6qa3f
60 |
--------------------------------------------------------------------------------
/obj/Nutrition.csproj.nuget.dgspec.json:
--------------------------------------------------------------------------------
1 | {
2 | "format": 1,
3 | "restore": {
4 | "F:\\ASP.net\\Nutrition\\Nutrition\\Nutrition\\Nutrition.csproj": {}
5 | },
6 | "projects": {
7 | "F:\\ASP.net\\Nutrition\\Nutrition\\Nutrition\\Nutrition.csproj": {
8 | "version": "1.0.0",
9 | "restore": {
10 | "projectUniqueName": "F:\\ASP.net\\Nutrition\\Nutrition\\Nutrition\\Nutrition.csproj",
11 | "projectName": "Nutrition",
12 | "projectPath": "F:\\ASP.net\\Nutrition\\Nutrition\\Nutrition\\Nutrition.csproj",
13 | "packagesPath": "C:\\Users\\Nemesis\\.nuget\\packages\\",
14 | "outputPath": "F:\\ASP.net\\Nutrition\\Nutrition\\Nutrition\\obj\\",
15 | "projectStyle": "PackageReference",
16 | "configFilePaths": [
17 | "C:\\Users\\Nemesis\\AppData\\Roaming\\NuGet\\NuGet.Config",
18 | "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
19 | ],
20 | "originalTargetFrameworks": [
21 | "net8.0"
22 | ],
23 | "sources": {
24 | "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
25 | "https://api.nuget.org/v3/index.json": {}
26 | },
27 | "frameworks": {
28 | "net8.0": {
29 | "targetAlias": "net8.0",
30 | "projectReferences": {}
31 | }
32 | },
33 | "warningProperties": {
34 | "warnAsError": [
35 | "NU1605"
36 | ]
37 | },
38 | "restoreAuditProperties": {
39 | "enableAudit": "true",
40 | "auditLevel": "low",
41 | "auditMode": "direct"
42 | }
43 | },
44 | "frameworks": {
45 | "net8.0": {
46 | "targetAlias": "net8.0",
47 | "dependencies": {
48 | "Microsoft.EntityFrameworkCore.Sqlite": {
49 | "target": "Package",
50 | "version": "[8.0.7, )"
51 | },
52 | "Microsoft.EntityFrameworkCore.Tools": {
53 | "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive",
54 | "suppressParent": "All",
55 | "target": "Package",
56 | "version": "[8.0.7, )"
57 | },
58 | "Microsoft.VisualStudio.Web.CodeGeneration.Design": {
59 | "target": "Package",
60 | "version": "[8.0.3, )"
61 | }
62 | },
63 | "imports": [
64 | "net461",
65 | "net462",
66 | "net47",
67 | "net471",
68 | "net472",
69 | "net48",
70 | "net481"
71 | ],
72 | "assetTargetFallback": true,
73 | "warn": true,
74 | "frameworkReferences": {
75 | "Microsoft.AspNetCore.App": {
76 | "privateAssets": "none"
77 | },
78 | "Microsoft.NETCore.App": {
79 | "privateAssets": "all"
80 | }
81 | },
82 | "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.303/PortableRuntimeIdentifierGraph.json"
83 | }
84 | }
85 | }
86 | }
87 | }
--------------------------------------------------------------------------------
/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css:
--------------------------------------------------------------------------------
1 | /*!
2 | * Bootstrap Reboot v5.1.0 (https://getbootstrap.com/)
3 | * Copyright 2011-2021 The Bootstrap Authors
4 | * Copyright 2011-2021 Twitter, Inc.
5 | * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
6 | * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
7 | */*,::after,::before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}hr{margin:1rem 0;color:inherit;background-color:currentColor;border:0;opacity:.25}hr:not([size]){height:1px}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){h1{font-size:2.5rem}}h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){h2{font-size:2rem}}h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){h3{font-size:1.75rem}}h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){h4{font-size:1.5rem}}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[data-bs-original-title],abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:.875em}mark{padding:.2em;background-color:#fcf8e3}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#0d6efd;text-decoration:underline}a:hover{color:#0a58ca}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em;direction:ltr;unicode-bidi:bidi-override}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:#d63384;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:.875em;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:1em;font-weight:700}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:#6c757d;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]::-webkit-calendar-picker-indicator{display:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}
8 | /*# sourceMappingURL=bootstrap-reboot.min.css.map */
--------------------------------------------------------------------------------
/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.min.css:
--------------------------------------------------------------------------------
1 | /*!
2 | * Bootstrap Reboot v5.1.0 (https://getbootstrap.com/)
3 | * Copyright 2011-2021 The Bootstrap Authors
4 | * Copyright 2011-2021 Twitter, Inc.
5 | * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
6 | * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
7 | */*,::after,::before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}hr{margin:1rem 0;color:inherit;background-color:currentColor;border:0;opacity:.25}hr:not([size]){height:1px}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){h1{font-size:2.5rem}}h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){h2{font-size:2rem}}h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){h3{font-size:1.75rem}}h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){h4{font-size:1.5rem}}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[data-bs-original-title],abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-right:2rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-right:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:.875em}mark{padding:.2em;background-color:#fcf8e3}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#0d6efd;text-decoration:underline}a:hover{color:#0a58ca}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em;direction:ltr;unicode-bidi:bidi-override}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:#d63384;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:.875em;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:1em;font-weight:700}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:#6c757d;text-align:right}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]::-webkit-calendar-picker-indicator{display:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:right;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:right}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}[type=email],[type=number],[type=tel],[type=url]{direction:ltr}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}
8 | /*# sourceMappingURL=bootstrap-reboot.rtl.min.css.map */
--------------------------------------------------------------------------------
/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js:
--------------------------------------------------------------------------------
1 | /**
2 | * @license
3 | * Unobtrusive validation support library for jQuery and jQuery Validate
4 | * Copyright (c) .NET Foundation. All rights reserved.
5 | * Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
6 | * @version v4.0.0
7 | */
8 | !function(a){"function"==typeof define&&define.amd?define("jquery.validate.unobtrusive",["jquery-validation"],a):"object"==typeof module&&module.exports?module.exports=a(require("jquery-validation")):jQuery.validator.unobtrusive=a(jQuery)}(function(s){var a,o=s.validator,d="unobtrusiveValidation";function l(a,e,n){a.rules[e]=n,a.message&&(a.messages[e]=a.message)}function u(a){return a.replace(/([!"#$%&'()*+,./:;<=>?@\[\\\]^`{|}~])/g,"\\$1")}function n(a){return a.substr(0,a.lastIndexOf(".")+1)}function m(a,e){return a=0===a.indexOf("*.")?a.replace("*.",e):a}function f(a){var e=s(this),n="__jquery_unobtrusive_validation_form_reset";if(!e.data(n)){e.data(n,!0);try{e.data("validator").resetForm()}finally{e.removeData(n)}e.find(".validation-summary-errors").addClass("validation-summary-valid").removeClass("validation-summary-errors"),e.find(".field-validation-error").addClass("field-validation-valid").removeClass("field-validation-error").removeData("unobtrusiveContainer").find(">*").removeData("unobtrusiveContainer")}}function p(n){function a(a,e){(a=r[a])&&s.isFunction(a)&&a.apply(n,e)}var e=s(n),t=e.data(d),i=s.proxy(f,n),r=o.unobtrusive.options||{};return t||(t={options:{errorClass:r.errorClass||"input-validation-error",errorElement:r.errorElement||"span",errorPlacement:function(){!function(a,e){var e=s(this).find("[data-valmsg-for='"+u(e[0].name)+"']"),n=(n=e.attr("data-valmsg-replace"))?!1!==s.parseJSON(n):null;e.removeClass("field-validation-valid").addClass("field-validation-error"),a.data("unobtrusiveContainer",e),n?(e.empty(),a.removeClass("input-validation-error").appendTo(e)):a.hide()}.apply(n,arguments),a("errorPlacement",arguments)},invalidHandler:function(){!function(a,e){var n=s(this).find("[data-valmsg-summary=true]"),t=n.find("ul");t&&t.length&&e.errorList.length&&(t.empty(),n.addClass("validation-summary-errors").removeClass("validation-summary-valid"),s.each(e.errorList,function(){s(" ").html(this.message).appendTo(t)}))}.apply(n,arguments),a("invalidHandler",arguments)},messages:{},rules:{},success:function(){!function(a){var e,n=a.data("unobtrusiveContainer");n&&(e=(e=n.attr("data-valmsg-replace"))?s.parseJSON(e):null,n.addClass("field-validation-valid").removeClass("field-validation-error"),a.removeData("unobtrusiveContainer"),e&&n.empty())}.apply(n,arguments),a("success",arguments)}},attachValidation:function(){e.off("reset."+d,i).on("reset."+d,i).validate(this.options)},validate:function(){return e.validate(),e.valid()}},e.data(d,t)),t}return o.unobtrusive={adapters:[],parseElement:function(t,a){var e,i,r,o=s(t),d=o.parents("form")[0];d&&((e=p(d)).options.rules[t.name]=i={},e.options.messages[t.name]=r={},s.each(this.adapters,function(){var a="data-val-"+this.name,e=o.attr(a),n={};void 0!==e&&(a+="-",s.each(this.params,function(){n[this]=o.attr(a+this)}),this.adapt({element:t,form:d,message:e,params:n,rules:i,messages:r}))}),s.extend(i,{__dummy__:!0}),a||e.attachValidation())},parse:function(a){var a=s(a),e=a.parents().addBack().filter("form").add(a.find("form")).has("[data-val=true]");a.find("[data-val=true]").each(function(){o.unobtrusive.parseElement(this,!0)}),e.each(function(){var a=p(this);a&&a.attachValidation()})}},(a=o.unobtrusive.adapters).add=function(a,e,n){return n||(n=e,e=[]),this.push({name:a,params:e,adapt:n}),this},a.addBool=function(e,n){return this.add(e,function(a){l(a,n||e,!0)})},a.addMinMax=function(a,t,i,r,e,n){return this.add(a,[e||"min",n||"max"],function(a){var e=a.params.min,n=a.params.max;e&&n?l(a,r,[e,n]):e?l(a,t,e):n&&l(a,i,n)})},a.addSingleVal=function(e,n,t){return this.add(e,[n||"val"],function(a){l(a,t||e,a.params[n])})},o.addMethod("__dummy__",function(a,e,n){return!0}),o.addMethod("regex",function(a,e,n){return!!this.optional(e)||(e=new RegExp(n).exec(a))&&0===e.index&&e[0].length===a.length}),o.addMethod("nonalphamin",function(a,e,n){var t;return t=n?(t=a.match(/\W/g))&&t.length>=n:t}),o.methods.extension?(a.addSingleVal("accept","mimtype"),a.addSingleVal("extension","extension")):a.addSingleVal("extension","extension","accept"),a.addSingleVal("regex","pattern"),a.addBool("creditcard").addBool("date").addBool("digits").addBool("email").addBool("number").addBool("url"),a.addMinMax("length","minlength","maxlength","rangelength").addMinMax("range","min","max","range"),a.addMinMax("minlength","minlength").addMinMax("maxlength","minlength","maxlength"),a.add("equalto",["other"],function(a){var e=n(a.element.name),e=m(a.params.other,e);l(a,"equalTo",s(a.form).find(":input").filter("[name='"+u(e)+"']")[0])}),a.add("required",function(a){"INPUT"===a.element.tagName.toUpperCase()&&"CHECKBOX"===a.element.type.toUpperCase()||l(a,"required",!0)}),a.add("remote",["url","type","additionalfields"],function(t){var i={url:t.params.url,type:t.params.type||"GET",data:{}},r=n(t.element.name);s.each((t.params.additionalfields||t.element.name).replace(/^\s+|\s+$/g,"").split(/\s*,\s*/g),function(a,e){var n=m(e,r);i.data[n]=function(){var a=s(t.form).find(":input").filter("[name='"+u(n)+"']");return a.is(":checkbox")?a.filter(":checked").val()||a.filter(":hidden").val()||"":a.is(":radio")?a.filter(":checked").val()||"":a.val()}}),l(t,"remote",i)}),a.add("password",["min","nonalphamin","regex"],function(a){a.params.min&&l(a,"minlength",a.params.min),a.params.nonalphamin&&l(a,"nonalphamin",a.params.nonalphamin),a.params.regex&&l(a,"regex",a.params.regex)}),a.add("fileextensions",["extensions"],function(a){l(a,"extension",a.params.extensions)}),s(function(){o.unobtrusive.parse(document)}),o.unobtrusive});
--------------------------------------------------------------------------------
/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.css:
--------------------------------------------------------------------------------
1 | /*!
2 | * Bootstrap Reboot v5.1.0 (https://getbootstrap.com/)
3 | * Copyright 2011-2021 The Bootstrap Authors
4 | * Copyright 2011-2021 Twitter, Inc.
5 | * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
6 | * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
7 | */
8 | *,
9 | *::before,
10 | *::after {
11 | box-sizing: border-box;
12 | }
13 |
14 | @media (prefers-reduced-motion: no-preference) {
15 | :root {
16 | scroll-behavior: smooth;
17 | }
18 | }
19 |
20 | body {
21 | margin: 0;
22 | font-family: var(--bs-body-font-family);
23 | font-size: var(--bs-body-font-size);
24 | font-weight: var(--bs-body-font-weight);
25 | line-height: var(--bs-body-line-height);
26 | color: var(--bs-body-color);
27 | text-align: var(--bs-body-text-align);
28 | background-color: var(--bs-body-bg);
29 | -webkit-text-size-adjust: 100%;
30 | -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
31 | }
32 |
33 | hr {
34 | margin: 1rem 0;
35 | color: inherit;
36 | background-color: currentColor;
37 | border: 0;
38 | opacity: 0.25;
39 | }
40 |
41 | hr:not([size]) {
42 | height: 1px;
43 | }
44 |
45 | h6, h5, h4, h3, h2, h1 {
46 | margin-top: 0;
47 | margin-bottom: 0.5rem;
48 | font-weight: 500;
49 | line-height: 1.2;
50 | }
51 |
52 | h1 {
53 | font-size: calc(1.375rem + 1.5vw);
54 | }
55 | @media (min-width: 1200px) {
56 | h1 {
57 | font-size: 2.5rem;
58 | }
59 | }
60 |
61 | h2 {
62 | font-size: calc(1.325rem + 0.9vw);
63 | }
64 | @media (min-width: 1200px) {
65 | h2 {
66 | font-size: 2rem;
67 | }
68 | }
69 |
70 | h3 {
71 | font-size: calc(1.3rem + 0.6vw);
72 | }
73 | @media (min-width: 1200px) {
74 | h3 {
75 | font-size: 1.75rem;
76 | }
77 | }
78 |
79 | h4 {
80 | font-size: calc(1.275rem + 0.3vw);
81 | }
82 | @media (min-width: 1200px) {
83 | h4 {
84 | font-size: 1.5rem;
85 | }
86 | }
87 |
88 | h5 {
89 | font-size: 1.25rem;
90 | }
91 |
92 | h6 {
93 | font-size: 1rem;
94 | }
95 |
96 | p {
97 | margin-top: 0;
98 | margin-bottom: 1rem;
99 | }
100 |
101 | abbr[title],
102 | abbr[data-bs-original-title] {
103 | -webkit-text-decoration: underline dotted;
104 | text-decoration: underline dotted;
105 | cursor: help;
106 | -webkit-text-decoration-skip-ink: none;
107 | text-decoration-skip-ink: none;
108 | }
109 |
110 | address {
111 | margin-bottom: 1rem;
112 | font-style: normal;
113 | line-height: inherit;
114 | }
115 |
116 | ol,
117 | ul {
118 | padding-right: 2rem;
119 | }
120 |
121 | ol,
122 | ul,
123 | dl {
124 | margin-top: 0;
125 | margin-bottom: 1rem;
126 | }
127 |
128 | ol ol,
129 | ul ul,
130 | ol ul,
131 | ul ol {
132 | margin-bottom: 0;
133 | }
134 |
135 | dt {
136 | font-weight: 700;
137 | }
138 |
139 | dd {
140 | margin-bottom: 0.5rem;
141 | margin-right: 0;
142 | }
143 |
144 | blockquote {
145 | margin: 0 0 1rem;
146 | }
147 |
148 | b,
149 | strong {
150 | font-weight: bolder;
151 | }
152 |
153 | small {
154 | font-size: 0.875em;
155 | }
156 |
157 | mark {
158 | padding: 0.2em;
159 | background-color: #fcf8e3;
160 | }
161 |
162 | sub,
163 | sup {
164 | position: relative;
165 | font-size: 0.75em;
166 | line-height: 0;
167 | vertical-align: baseline;
168 | }
169 |
170 | sub {
171 | bottom: -0.25em;
172 | }
173 |
174 | sup {
175 | top: -0.5em;
176 | }
177 |
178 | a {
179 | color: #0d6efd;
180 | text-decoration: underline;
181 | }
182 | a:hover {
183 | color: #0a58ca;
184 | }
185 |
186 | a:not([href]):not([class]), a:not([href]):not([class]):hover {
187 | color: inherit;
188 | text-decoration: none;
189 | }
190 |
191 | pre,
192 | code,
193 | kbd,
194 | samp {
195 | font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
196 | font-size: 1em;
197 | direction: ltr ;
198 | unicode-bidi: bidi-override;
199 | }
200 |
201 | pre {
202 | display: block;
203 | margin-top: 0;
204 | margin-bottom: 1rem;
205 | overflow: auto;
206 | font-size: 0.875em;
207 | }
208 | pre code {
209 | font-size: inherit;
210 | color: inherit;
211 | word-break: normal;
212 | }
213 |
214 | code {
215 | font-size: 0.875em;
216 | color: #d63384;
217 | word-wrap: break-word;
218 | }
219 | a > code {
220 | color: inherit;
221 | }
222 |
223 | kbd {
224 | padding: 0.2rem 0.4rem;
225 | font-size: 0.875em;
226 | color: #fff;
227 | background-color: #212529;
228 | border-radius: 0.2rem;
229 | }
230 | kbd kbd {
231 | padding: 0;
232 | font-size: 1em;
233 | font-weight: 700;
234 | }
235 |
236 | figure {
237 | margin: 0 0 1rem;
238 | }
239 |
240 | img,
241 | svg {
242 | vertical-align: middle;
243 | }
244 |
245 | table {
246 | caption-side: bottom;
247 | border-collapse: collapse;
248 | }
249 |
250 | caption {
251 | padding-top: 0.5rem;
252 | padding-bottom: 0.5rem;
253 | color: #6c757d;
254 | text-align: right;
255 | }
256 |
257 | th {
258 | text-align: inherit;
259 | text-align: -webkit-match-parent;
260 | }
261 |
262 | thead,
263 | tbody,
264 | tfoot,
265 | tr,
266 | td,
267 | th {
268 | border-color: inherit;
269 | border-style: solid;
270 | border-width: 0;
271 | }
272 |
273 | label {
274 | display: inline-block;
275 | }
276 |
277 | button {
278 | border-radius: 0;
279 | }
280 |
281 | button:focus:not(:focus-visible) {
282 | outline: 0;
283 | }
284 |
285 | input,
286 | button,
287 | select,
288 | optgroup,
289 | textarea {
290 | margin: 0;
291 | font-family: inherit;
292 | font-size: inherit;
293 | line-height: inherit;
294 | }
295 |
296 | button,
297 | select {
298 | text-transform: none;
299 | }
300 |
301 | [role=button] {
302 | cursor: pointer;
303 | }
304 |
305 | select {
306 | word-wrap: normal;
307 | }
308 | select:disabled {
309 | opacity: 1;
310 | }
311 |
312 | [list]::-webkit-calendar-picker-indicator {
313 | display: none;
314 | }
315 |
316 | button,
317 | [type=button],
318 | [type=reset],
319 | [type=submit] {
320 | -webkit-appearance: button;
321 | }
322 | button:not(:disabled),
323 | [type=button]:not(:disabled),
324 | [type=reset]:not(:disabled),
325 | [type=submit]:not(:disabled) {
326 | cursor: pointer;
327 | }
328 |
329 | ::-moz-focus-inner {
330 | padding: 0;
331 | border-style: none;
332 | }
333 |
334 | textarea {
335 | resize: vertical;
336 | }
337 |
338 | fieldset {
339 | min-width: 0;
340 | padding: 0;
341 | margin: 0;
342 | border: 0;
343 | }
344 |
345 | legend {
346 | float: right;
347 | width: 100%;
348 | padding: 0;
349 | margin-bottom: 0.5rem;
350 | font-size: calc(1.275rem + 0.3vw);
351 | line-height: inherit;
352 | }
353 | @media (min-width: 1200px) {
354 | legend {
355 | font-size: 1.5rem;
356 | }
357 | }
358 | legend + * {
359 | clear: right;
360 | }
361 |
362 | ::-webkit-datetime-edit-fields-wrapper,
363 | ::-webkit-datetime-edit-text,
364 | ::-webkit-datetime-edit-minute,
365 | ::-webkit-datetime-edit-hour-field,
366 | ::-webkit-datetime-edit-day-field,
367 | ::-webkit-datetime-edit-month-field,
368 | ::-webkit-datetime-edit-year-field {
369 | padding: 0;
370 | }
371 |
372 | ::-webkit-inner-spin-button {
373 | height: auto;
374 | }
375 |
376 | [type=search] {
377 | outline-offset: -2px;
378 | -webkit-appearance: textfield;
379 | }
380 |
381 | [type="tel"],
382 | [type="url"],
383 | [type="email"],
384 | [type="number"] {
385 | direction: ltr;
386 | }
387 | ::-webkit-search-decoration {
388 | -webkit-appearance: none;
389 | }
390 |
391 | ::-webkit-color-swatch-wrapper {
392 | padding: 0;
393 | }
394 |
395 | ::file-selector-button {
396 | font: inherit;
397 | }
398 |
399 | ::-webkit-file-upload-button {
400 | font: inherit;
401 | -webkit-appearance: button;
402 | }
403 |
404 | output {
405 | display: inline-block;
406 | }
407 |
408 | iframe {
409 | border: 0;
410 | }
411 |
412 | summary {
413 | display: list-item;
414 | cursor: pointer;
415 | }
416 |
417 | progress {
418 | vertical-align: baseline;
419 | }
420 |
421 | [hidden] {
422 | display: none !important;
423 | }
424 | /*# sourceMappingURL=bootstrap-reboot.rtl.css.map */
--------------------------------------------------------------------------------
/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css:
--------------------------------------------------------------------------------
1 | /*!
2 | * Bootstrap Reboot v5.1.0 (https://getbootstrap.com/)
3 | * Copyright 2011-2021 The Bootstrap Authors
4 | * Copyright 2011-2021 Twitter, Inc.
5 | * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
6 | * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
7 | */
8 | *,
9 | *::before,
10 | *::after {
11 | box-sizing: border-box;
12 | }
13 |
14 | @media (prefers-reduced-motion: no-preference) {
15 | :root {
16 | scroll-behavior: smooth;
17 | }
18 | }
19 |
20 | body {
21 | margin: 0;
22 | font-family: var(--bs-body-font-family);
23 | font-size: var(--bs-body-font-size);
24 | font-weight: var(--bs-body-font-weight);
25 | line-height: var(--bs-body-line-height);
26 | color: var(--bs-body-color);
27 | text-align: var(--bs-body-text-align);
28 | background-color: var(--bs-body-bg);
29 | -webkit-text-size-adjust: 100%;
30 | -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
31 | }
32 |
33 | hr {
34 | margin: 1rem 0;
35 | color: inherit;
36 | background-color: currentColor;
37 | border: 0;
38 | opacity: 0.25;
39 | }
40 |
41 | hr:not([size]) {
42 | height: 1px;
43 | }
44 |
45 | h6, h5, h4, h3, h2, h1 {
46 | margin-top: 0;
47 | margin-bottom: 0.5rem;
48 | font-weight: 500;
49 | line-height: 1.2;
50 | }
51 |
52 | h1 {
53 | font-size: calc(1.375rem + 1.5vw);
54 | }
55 | @media (min-width: 1200px) {
56 | h1 {
57 | font-size: 2.5rem;
58 | }
59 | }
60 |
61 | h2 {
62 | font-size: calc(1.325rem + 0.9vw);
63 | }
64 | @media (min-width: 1200px) {
65 | h2 {
66 | font-size: 2rem;
67 | }
68 | }
69 |
70 | h3 {
71 | font-size: calc(1.3rem + 0.6vw);
72 | }
73 | @media (min-width: 1200px) {
74 | h3 {
75 | font-size: 1.75rem;
76 | }
77 | }
78 |
79 | h4 {
80 | font-size: calc(1.275rem + 0.3vw);
81 | }
82 | @media (min-width: 1200px) {
83 | h4 {
84 | font-size: 1.5rem;
85 | }
86 | }
87 |
88 | h5 {
89 | font-size: 1.25rem;
90 | }
91 |
92 | h6 {
93 | font-size: 1rem;
94 | }
95 |
96 | p {
97 | margin-top: 0;
98 | margin-bottom: 1rem;
99 | }
100 |
101 | abbr[title],
102 | abbr[data-bs-original-title] {
103 | -webkit-text-decoration: underline dotted;
104 | text-decoration: underline dotted;
105 | cursor: help;
106 | -webkit-text-decoration-skip-ink: none;
107 | text-decoration-skip-ink: none;
108 | }
109 |
110 | address {
111 | margin-bottom: 1rem;
112 | font-style: normal;
113 | line-height: inherit;
114 | }
115 |
116 | ol,
117 | ul {
118 | padding-left: 2rem;
119 | }
120 |
121 | ol,
122 | ul,
123 | dl {
124 | margin-top: 0;
125 | margin-bottom: 1rem;
126 | }
127 |
128 | ol ol,
129 | ul ul,
130 | ol ul,
131 | ul ol {
132 | margin-bottom: 0;
133 | }
134 |
135 | dt {
136 | font-weight: 700;
137 | }
138 |
139 | dd {
140 | margin-bottom: 0.5rem;
141 | margin-left: 0;
142 | }
143 |
144 | blockquote {
145 | margin: 0 0 1rem;
146 | }
147 |
148 | b,
149 | strong {
150 | font-weight: bolder;
151 | }
152 |
153 | small {
154 | font-size: 0.875em;
155 | }
156 |
157 | mark {
158 | padding: 0.2em;
159 | background-color: #fcf8e3;
160 | }
161 |
162 | sub,
163 | sup {
164 | position: relative;
165 | font-size: 0.75em;
166 | line-height: 0;
167 | vertical-align: baseline;
168 | }
169 |
170 | sub {
171 | bottom: -0.25em;
172 | }
173 |
174 | sup {
175 | top: -0.5em;
176 | }
177 |
178 | a {
179 | color: #0d6efd;
180 | text-decoration: underline;
181 | }
182 | a:hover {
183 | color: #0a58ca;
184 | }
185 |
186 | a:not([href]):not([class]), a:not([href]):not([class]):hover {
187 | color: inherit;
188 | text-decoration: none;
189 | }
190 |
191 | pre,
192 | code,
193 | kbd,
194 | samp {
195 | font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
196 | font-size: 1em;
197 | direction: ltr /* rtl:ignore */;
198 | unicode-bidi: bidi-override;
199 | }
200 |
201 | pre {
202 | display: block;
203 | margin-top: 0;
204 | margin-bottom: 1rem;
205 | overflow: auto;
206 | font-size: 0.875em;
207 | }
208 | pre code {
209 | font-size: inherit;
210 | color: inherit;
211 | word-break: normal;
212 | }
213 |
214 | code {
215 | font-size: 0.875em;
216 | color: #d63384;
217 | word-wrap: break-word;
218 | }
219 | a > code {
220 | color: inherit;
221 | }
222 |
223 | kbd {
224 | padding: 0.2rem 0.4rem;
225 | font-size: 0.875em;
226 | color: #fff;
227 | background-color: #212529;
228 | border-radius: 0.2rem;
229 | }
230 | kbd kbd {
231 | padding: 0;
232 | font-size: 1em;
233 | font-weight: 700;
234 | }
235 |
236 | figure {
237 | margin: 0 0 1rem;
238 | }
239 |
240 | img,
241 | svg {
242 | vertical-align: middle;
243 | }
244 |
245 | table {
246 | caption-side: bottom;
247 | border-collapse: collapse;
248 | }
249 |
250 | caption {
251 | padding-top: 0.5rem;
252 | padding-bottom: 0.5rem;
253 | color: #6c757d;
254 | text-align: left;
255 | }
256 |
257 | th {
258 | text-align: inherit;
259 | text-align: -webkit-match-parent;
260 | }
261 |
262 | thead,
263 | tbody,
264 | tfoot,
265 | tr,
266 | td,
267 | th {
268 | border-color: inherit;
269 | border-style: solid;
270 | border-width: 0;
271 | }
272 |
273 | label {
274 | display: inline-block;
275 | }
276 |
277 | button {
278 | border-radius: 0;
279 | }
280 |
281 | button:focus:not(:focus-visible) {
282 | outline: 0;
283 | }
284 |
285 | input,
286 | button,
287 | select,
288 | optgroup,
289 | textarea {
290 | margin: 0;
291 | font-family: inherit;
292 | font-size: inherit;
293 | line-height: inherit;
294 | }
295 |
296 | button,
297 | select {
298 | text-transform: none;
299 | }
300 |
301 | [role=button] {
302 | cursor: pointer;
303 | }
304 |
305 | select {
306 | word-wrap: normal;
307 | }
308 | select:disabled {
309 | opacity: 1;
310 | }
311 |
312 | [list]::-webkit-calendar-picker-indicator {
313 | display: none;
314 | }
315 |
316 | button,
317 | [type=button],
318 | [type=reset],
319 | [type=submit] {
320 | -webkit-appearance: button;
321 | }
322 | button:not(:disabled),
323 | [type=button]:not(:disabled),
324 | [type=reset]:not(:disabled),
325 | [type=submit]:not(:disabled) {
326 | cursor: pointer;
327 | }
328 |
329 | ::-moz-focus-inner {
330 | padding: 0;
331 | border-style: none;
332 | }
333 |
334 | textarea {
335 | resize: vertical;
336 | }
337 |
338 | fieldset {
339 | min-width: 0;
340 | padding: 0;
341 | margin: 0;
342 | border: 0;
343 | }
344 |
345 | legend {
346 | float: left;
347 | width: 100%;
348 | padding: 0;
349 | margin-bottom: 0.5rem;
350 | font-size: calc(1.275rem + 0.3vw);
351 | line-height: inherit;
352 | }
353 | @media (min-width: 1200px) {
354 | legend {
355 | font-size: 1.5rem;
356 | }
357 | }
358 | legend + * {
359 | clear: left;
360 | }
361 |
362 | ::-webkit-datetime-edit-fields-wrapper,
363 | ::-webkit-datetime-edit-text,
364 | ::-webkit-datetime-edit-minute,
365 | ::-webkit-datetime-edit-hour-field,
366 | ::-webkit-datetime-edit-day-field,
367 | ::-webkit-datetime-edit-month-field,
368 | ::-webkit-datetime-edit-year-field {
369 | padding: 0;
370 | }
371 |
372 | ::-webkit-inner-spin-button {
373 | height: auto;
374 | }
375 |
376 | [type=search] {
377 | outline-offset: -2px;
378 | -webkit-appearance: textfield;
379 | }
380 |
381 | /* rtl:raw:
382 | [type="tel"],
383 | [type="url"],
384 | [type="email"],
385 | [type="number"] {
386 | direction: ltr;
387 | }
388 | */
389 | ::-webkit-search-decoration {
390 | -webkit-appearance: none;
391 | }
392 |
393 | ::-webkit-color-swatch-wrapper {
394 | padding: 0;
395 | }
396 |
397 | ::file-selector-button {
398 | font: inherit;
399 | }
400 |
401 | ::-webkit-file-upload-button {
402 | font: inherit;
403 | -webkit-appearance: button;
404 | }
405 |
406 | output {
407 | display: inline-block;
408 | }
409 |
410 | iframe {
411 | border: 0;
412 | }
413 |
414 | summary {
415 | display: list-item;
416 | cursor: pointer;
417 | }
418 |
419 | progress {
420 | vertical-align: baseline;
421 | }
422 |
423 | [hidden] {
424 | display: none !important;
425 | }
426 |
427 | /*# sourceMappingURL=bootstrap-reboot.css.map */
--------------------------------------------------------------------------------
/obj/Debug/net8.0/staticwebassets.development.json:
--------------------------------------------------------------------------------
1 | {"ContentRoots":["F:\\ASP.net\\Nutrition\\Nutrition\\Nutrition\\wwwroot\\","F:\\ASP.net\\Nutrition\\Nutrition\\Nutrition\\obj\\Debug\\net8.0\\scopedcss\\bundle\\"],"Root":{"Children":{"css":{"Children":{"site.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/site.css"},"Patterns":null}},"Asset":null,"Patterns":null},"favicon.ico":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"favicon.ico"},"Patterns":null},"js":{"Children":{"site.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/site.js"},"Patterns":null}},"Asset":null,"Patterns":null},"lib":{"Children":{"bootstrap":{"Children":{"dist":{"Children":{"css":{"Children":{"bootstrap-grid.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-grid.css"},"Patterns":null},"bootstrap-grid.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-grid.css.map"},"Patterns":null},"bootstrap-grid.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-grid.min.css"},"Patterns":null},"bootstrap-grid.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-grid.min.css.map"},"Patterns":null},"bootstrap-grid.rtl.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-grid.rtl.css"},"Patterns":null},"bootstrap-grid.rtl.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-grid.rtl.css.map"},"Patterns":null},"bootstrap-grid.rtl.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-grid.rtl.min.css"},"Patterns":null},"bootstrap-grid.rtl.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-grid.rtl.min.css.map"},"Patterns":null},"bootstrap-reboot.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-reboot.css"},"Patterns":null},"bootstrap-reboot.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-reboot.css.map"},"Patterns":null},"bootstrap-reboot.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-reboot.min.css"},"Patterns":null},"bootstrap-reboot.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-reboot.min.css.map"},"Patterns":null},"bootstrap-reboot.rtl.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-reboot.rtl.css"},"Patterns":null},"bootstrap-reboot.rtl.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-reboot.rtl.css.map"},"Patterns":null},"bootstrap-reboot.rtl.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-reboot.rtl.min.css"},"Patterns":null},"bootstrap-reboot.rtl.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-reboot.rtl.min.css.map"},"Patterns":null},"bootstrap-utilities.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-utilities.css"},"Patterns":null},"bootstrap-utilities.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-utilities.css.map"},"Patterns":null},"bootstrap-utilities.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-utilities.min.css"},"Patterns":null},"bootstrap-utilities.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-utilities.min.css.map"},"Patterns":null},"bootstrap-utilities.rtl.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-utilities.rtl.css"},"Patterns":null},"bootstrap-utilities.rtl.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-utilities.rtl.css.map"},"Patterns":null},"bootstrap-utilities.rtl.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-utilities.rtl.min.css"},"Patterns":null},"bootstrap-utilities.rtl.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-utilities.rtl.min.css.map"},"Patterns":null},"bootstrap.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap.css"},"Patterns":null},"bootstrap.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap.css.map"},"Patterns":null},"bootstrap.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap.min.css"},"Patterns":null},"bootstrap.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap.min.css.map"},"Patterns":null},"bootstrap.rtl.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap.rtl.css"},"Patterns":null},"bootstrap.rtl.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap.rtl.css.map"},"Patterns":null},"bootstrap.rtl.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap.rtl.min.css"},"Patterns":null},"bootstrap.rtl.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/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/dist/js/bootstrap.bundle.js"},"Patterns":null},"bootstrap.bundle.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.bundle.js.map"},"Patterns":null},"bootstrap.bundle.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.bundle.min.js"},"Patterns":null},"bootstrap.bundle.min.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.bundle.min.js.map"},"Patterns":null},"bootstrap.esm.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.esm.js"},"Patterns":null},"bootstrap.esm.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.esm.js.map"},"Patterns":null},"bootstrap.esm.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.esm.min.js"},"Patterns":null},"bootstrap.esm.min.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.esm.min.js.map"},"Patterns":null},"bootstrap.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.js"},"Patterns":null},"bootstrap.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.js.map"},"Patterns":null},"bootstrap.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.min.js"},"Patterns":null},"bootstrap.min.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.min.js.map"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"LICENSE":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/LICENSE"},"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},"LICENSE.txt":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validation-unobtrusive/LICENSE.txt"},"Patterns":null}},"Asset":null,"Patterns":null},"jquery-validation":{"Children":{"dist":{"Children":{"additional-methods.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validation/dist/additional-methods.js"},"Patterns":null},"additional-methods.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validation/dist/additional-methods.min.js"},"Patterns":null},"jquery.validate.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validation/dist/jquery.validate.js"},"Patterns":null},"jquery.validate.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validation/dist/jquery.validate.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"LICENSE.md":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validation/LICENSE.md"},"Patterns":null}},"Asset":null,"Patterns":null},"jquery":{"Children":{"dist":{"Children":{"jquery.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery/dist/jquery.js"},"Patterns":null},"jquery.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery/dist/jquery.min.js"},"Patterns":null},"jquery.min.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery/dist/jquery.min.map"},"Patterns":null}},"Asset":null,"Patterns":null},"LICENSE.txt":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery/LICENSE.txt"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"Nutrition.styles.css":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"Nutrition.styles.css"},"Patterns":null}},"Asset":null,"Patterns":[{"ContentRootIndex":0,"Pattern":"**","Depth":0}]}}
--------------------------------------------------------------------------------
/bin/Debug/net8.0/Nutrition.staticwebassets.runtime.json:
--------------------------------------------------------------------------------
1 | {"ContentRoots":["F:\\ASP.net\\Nutrition\\Nutrition\\Nutrition\\wwwroot\\","F:\\ASP.net\\Nutrition\\Nutrition\\Nutrition\\obj\\Debug\\net8.0\\scopedcss\\bundle\\"],"Root":{"Children":{"css":{"Children":{"site.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/site.css"},"Patterns":null}},"Asset":null,"Patterns":null},"favicon.ico":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"favicon.ico"},"Patterns":null},"js":{"Children":{"site.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/site.js"},"Patterns":null}},"Asset":null,"Patterns":null},"lib":{"Children":{"bootstrap":{"Children":{"dist":{"Children":{"css":{"Children":{"bootstrap-grid.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-grid.css"},"Patterns":null},"bootstrap-grid.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-grid.css.map"},"Patterns":null},"bootstrap-grid.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-grid.min.css"},"Patterns":null},"bootstrap-grid.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-grid.min.css.map"},"Patterns":null},"bootstrap-grid.rtl.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-grid.rtl.css"},"Patterns":null},"bootstrap-grid.rtl.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-grid.rtl.css.map"},"Patterns":null},"bootstrap-grid.rtl.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-grid.rtl.min.css"},"Patterns":null},"bootstrap-grid.rtl.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-grid.rtl.min.css.map"},"Patterns":null},"bootstrap-reboot.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-reboot.css"},"Patterns":null},"bootstrap-reboot.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-reboot.css.map"},"Patterns":null},"bootstrap-reboot.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-reboot.min.css"},"Patterns":null},"bootstrap-reboot.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-reboot.min.css.map"},"Patterns":null},"bootstrap-reboot.rtl.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-reboot.rtl.css"},"Patterns":null},"bootstrap-reboot.rtl.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-reboot.rtl.css.map"},"Patterns":null},"bootstrap-reboot.rtl.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-reboot.rtl.min.css"},"Patterns":null},"bootstrap-reboot.rtl.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-reboot.rtl.min.css.map"},"Patterns":null},"bootstrap-utilities.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-utilities.css"},"Patterns":null},"bootstrap-utilities.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-utilities.css.map"},"Patterns":null},"bootstrap-utilities.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-utilities.min.css"},"Patterns":null},"bootstrap-utilities.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-utilities.min.css.map"},"Patterns":null},"bootstrap-utilities.rtl.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-utilities.rtl.css"},"Patterns":null},"bootstrap-utilities.rtl.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-utilities.rtl.css.map"},"Patterns":null},"bootstrap-utilities.rtl.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-utilities.rtl.min.css"},"Patterns":null},"bootstrap-utilities.rtl.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap-utilities.rtl.min.css.map"},"Patterns":null},"bootstrap.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap.css"},"Patterns":null},"bootstrap.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap.css.map"},"Patterns":null},"bootstrap.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap.min.css"},"Patterns":null},"bootstrap.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap.min.css.map"},"Patterns":null},"bootstrap.rtl.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap.rtl.css"},"Patterns":null},"bootstrap.rtl.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap.rtl.css.map"},"Patterns":null},"bootstrap.rtl.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/css/bootstrap.rtl.min.css"},"Patterns":null},"bootstrap.rtl.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/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/dist/js/bootstrap.bundle.js"},"Patterns":null},"bootstrap.bundle.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.bundle.js.map"},"Patterns":null},"bootstrap.bundle.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.bundle.min.js"},"Patterns":null},"bootstrap.bundle.min.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.bundle.min.js.map"},"Patterns":null},"bootstrap.esm.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.esm.js"},"Patterns":null},"bootstrap.esm.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.esm.js.map"},"Patterns":null},"bootstrap.esm.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.esm.min.js"},"Patterns":null},"bootstrap.esm.min.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.esm.min.js.map"},"Patterns":null},"bootstrap.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.js"},"Patterns":null},"bootstrap.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.js.map"},"Patterns":null},"bootstrap.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.min.js"},"Patterns":null},"bootstrap.min.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/dist/js/bootstrap.min.js.map"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"LICENSE":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/bootstrap/LICENSE"},"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},"LICENSE.txt":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validation-unobtrusive/LICENSE.txt"},"Patterns":null}},"Asset":null,"Patterns":null},"jquery-validation":{"Children":{"dist":{"Children":{"additional-methods.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validation/dist/additional-methods.js"},"Patterns":null},"additional-methods.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validation/dist/additional-methods.min.js"},"Patterns":null},"jquery.validate.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validation/dist/jquery.validate.js"},"Patterns":null},"jquery.validate.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validation/dist/jquery.validate.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"LICENSE.md":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery-validation/LICENSE.md"},"Patterns":null}},"Asset":null,"Patterns":null},"jquery":{"Children":{"dist":{"Children":{"jquery.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery/dist/jquery.js"},"Patterns":null},"jquery.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery/dist/jquery.min.js"},"Patterns":null},"jquery.min.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery/dist/jquery.min.map"},"Patterns":null}},"Asset":null,"Patterns":null},"LICENSE.txt":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"lib/jquery/LICENSE.txt"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"Nutrition.styles.css":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"Nutrition.styles.css"},"Patterns":null}},"Asset":null,"Patterns":[{"ContentRootIndex":0,"Pattern":"**","Depth":0}]}}
--------------------------------------------------------------------------------
/obj/Debug/net8.0/staticwebassets.pack.json:
--------------------------------------------------------------------------------
1 | {
2 | "Files": [
3 | {
4 | "Id": "F:\\ASP.net\\Nutrition\\Nutrition\\Nutrition\\obj\\Debug\\net8.0\\scopedcss\\projectbundle\\Nutrition.bundle.scp.css",
5 | "PackagePath": "staticwebassets\\Nutrition.bundle.scp.css"
6 | },
7 | {
8 | "Id": "F:\\ASP.net\\Nutrition\\Nutrition\\Nutrition\\wwwroot\\css\\site.css",
9 | "PackagePath": "staticwebassets\\css\\site.css"
10 | },
11 | {
12 | "Id": "F:\\ASP.net\\Nutrition\\Nutrition\\Nutrition\\wwwroot\\favicon.ico",
13 | "PackagePath": "staticwebassets\\favicon.ico"
14 | },
15 | {
16 | "Id": "F:\\ASP.net\\Nutrition\\Nutrition\\Nutrition\\wwwroot\\js\\site.js",
17 | "PackagePath": "staticwebassets\\js\\site.js"
18 | },
19 | {
20 | "Id": "F:\\ASP.net\\Nutrition\\Nutrition\\Nutrition\\wwwroot\\lib\\bootstrap\\LICENSE",
21 | "PackagePath": "staticwebassets\\lib\\bootstrap"
22 | },
23 | {
24 | "Id": "F:\\ASP.net\\Nutrition\\Nutrition\\Nutrition\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.css",
25 | "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap-grid.css"
26 | },
27 | {
28 | "Id": "F:\\ASP.net\\Nutrition\\Nutrition\\Nutrition\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.css.map",
29 | "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap-grid.css.map"
30 | },
31 | {
32 | "Id": "F:\\ASP.net\\Nutrition\\Nutrition\\Nutrition\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.min.css",
33 | "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap-grid.min.css"
34 | },
35 | {
36 | "Id": "F:\\ASP.net\\Nutrition\\Nutrition\\Nutrition\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.min.css.map",
37 | "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap-grid.min.css.map"
38 | },
39 | {
40 | "Id": "F:\\ASP.net\\Nutrition\\Nutrition\\Nutrition\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.rtl.css",
41 | "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap-grid.rtl.css"
42 | },
43 | {
44 | "Id": "F:\\ASP.net\\Nutrition\\Nutrition\\Nutrition\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.rtl.css.map",
45 | "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap-grid.rtl.css.map"
46 | },
47 | {
48 | "Id": "F:\\ASP.net\\Nutrition\\Nutrition\\Nutrition\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.rtl.min.css",
49 | "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap-grid.rtl.min.css"
50 | },
51 | {
52 | "Id": "F:\\ASP.net\\Nutrition\\Nutrition\\Nutrition\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.rtl.min.css.map",
53 | "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap-grid.rtl.min.css.map"
54 | },
55 | {
56 | "Id": "F:\\ASP.net\\Nutrition\\Nutrition\\Nutrition\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.css",
57 | "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.css"
58 | },
59 | {
60 | "Id": "F:\\ASP.net\\Nutrition\\Nutrition\\Nutrition\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.css.map",
61 | "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.css.map"
62 | },
63 | {
64 | "Id": "F:\\ASP.net\\Nutrition\\Nutrition\\Nutrition\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.min.css",
65 | "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.min.css"
66 | },
67 | {
68 | "Id": "F:\\ASP.net\\Nutrition\\Nutrition\\Nutrition\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.min.css.map",
69 | "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.min.css.map"
70 | },
71 | {
72 | "Id": "F:\\ASP.net\\Nutrition\\Nutrition\\Nutrition\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.rtl.css",
73 | "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.rtl.css"
74 | },
75 | {
76 | "Id": "F:\\ASP.net\\Nutrition\\Nutrition\\Nutrition\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.rtl.css.map",
77 | "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.rtl.css.map"
78 | },
79 | {
80 | "Id": "F:\\ASP.net\\Nutrition\\Nutrition\\Nutrition\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.rtl.min.css",
81 | "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.rtl.min.css"
82 | },
83 | {
84 | "Id": "F:\\ASP.net\\Nutrition\\Nutrition\\Nutrition\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.rtl.min.css.map",
85 | "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.rtl.min.css.map"
86 | },
87 | {
88 | "Id": "F:\\ASP.net\\Nutrition\\Nutrition\\Nutrition\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.css",
89 | "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.css"
90 | },
91 | {
92 | "Id": "F:\\ASP.net\\Nutrition\\Nutrition\\Nutrition\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.css.map",
93 | "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.css.map"
94 | },
95 | {
96 | "Id": "F:\\ASP.net\\Nutrition\\Nutrition\\Nutrition\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.min.css",
97 | "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.min.css"
98 | },
99 | {
100 | "Id": "F:\\ASP.net\\Nutrition\\Nutrition\\Nutrition\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.min.css.map",
101 | "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.min.css.map"
102 | },
103 | {
104 | "Id": "F:\\ASP.net\\Nutrition\\Nutrition\\Nutrition\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.rtl.css",
105 | "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.rtl.css"
106 | },
107 | {
108 | "Id": "F:\\ASP.net\\Nutrition\\Nutrition\\Nutrition\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.rtl.css.map",
109 | "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.rtl.css.map"
110 | },
111 | {
112 | "Id": "F:\\ASP.net\\Nutrition\\Nutrition\\Nutrition\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.rtl.min.css",
113 | "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.rtl.min.css"
114 | },
115 | {
116 | "Id": "F:\\ASP.net\\Nutrition\\Nutrition\\Nutrition\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.rtl.min.css.map",
117 | "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.rtl.min.css.map"
118 | },
119 | {
120 | "Id": "F:\\ASP.net\\Nutrition\\Nutrition\\Nutrition\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.css",
121 | "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap.css"
122 | },
123 | {
124 | "Id": "F:\\ASP.net\\Nutrition\\Nutrition\\Nutrition\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.css.map",
125 | "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap.css.map"
126 | },
127 | {
128 | "Id": "F:\\ASP.net\\Nutrition\\Nutrition\\Nutrition\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.min.css",
129 | "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap.min.css"
130 | },
131 | {
132 | "Id": "F:\\ASP.net\\Nutrition\\Nutrition\\Nutrition\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.min.css.map",
133 | "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap.min.css.map"
134 | },
135 | {
136 | "Id": "F:\\ASP.net\\Nutrition\\Nutrition\\Nutrition\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.rtl.css",
137 | "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap.rtl.css"
138 | },
139 | {
140 | "Id": "F:\\ASP.net\\Nutrition\\Nutrition\\Nutrition\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.rtl.css.map",
141 | "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap.rtl.css.map"
142 | },
143 | {
144 | "Id": "F:\\ASP.net\\Nutrition\\Nutrition\\Nutrition\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.rtl.min.css",
145 | "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap.rtl.min.css"
146 | },
147 | {
148 | "Id": "F:\\ASP.net\\Nutrition\\Nutrition\\Nutrition\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.rtl.min.css.map",
149 | "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap.rtl.min.css.map"
150 | },
151 | {
152 | "Id": "F:\\ASP.net\\Nutrition\\Nutrition\\Nutrition\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.bundle.js",
153 | "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\js\\bootstrap.bundle.js"
154 | },
155 | {
156 | "Id": "F:\\ASP.net\\Nutrition\\Nutrition\\Nutrition\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.bundle.js.map",
157 | "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\js\\bootstrap.bundle.js.map"
158 | },
159 | {
160 | "Id": "F:\\ASP.net\\Nutrition\\Nutrition\\Nutrition\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.bundle.min.js",
161 | "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\js\\bootstrap.bundle.min.js"
162 | },
163 | {
164 | "Id": "F:\\ASP.net\\Nutrition\\Nutrition\\Nutrition\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.bundle.min.js.map",
165 | "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\js\\bootstrap.bundle.min.js.map"
166 | },
167 | {
168 | "Id": "F:\\ASP.net\\Nutrition\\Nutrition\\Nutrition\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.esm.js",
169 | "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\js\\bootstrap.esm.js"
170 | },
171 | {
172 | "Id": "F:\\ASP.net\\Nutrition\\Nutrition\\Nutrition\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.esm.js.map",
173 | "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\js\\bootstrap.esm.js.map"
174 | },
175 | {
176 | "Id": "F:\\ASP.net\\Nutrition\\Nutrition\\Nutrition\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.esm.min.js",
177 | "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\js\\bootstrap.esm.min.js"
178 | },
179 | {
180 | "Id": "F:\\ASP.net\\Nutrition\\Nutrition\\Nutrition\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.esm.min.js.map",
181 | "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\js\\bootstrap.esm.min.js.map"
182 | },
183 | {
184 | "Id": "F:\\ASP.net\\Nutrition\\Nutrition\\Nutrition\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.js",
185 | "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\js\\bootstrap.js"
186 | },
187 | {
188 | "Id": "F:\\ASP.net\\Nutrition\\Nutrition\\Nutrition\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.js.map",
189 | "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\js\\bootstrap.js.map"
190 | },
191 | {
192 | "Id": "F:\\ASP.net\\Nutrition\\Nutrition\\Nutrition\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.min.js",
193 | "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\js\\bootstrap.min.js"
194 | },
195 | {
196 | "Id": "F:\\ASP.net\\Nutrition\\Nutrition\\Nutrition\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.min.js.map",
197 | "PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\js\\bootstrap.min.js.map"
198 | },
199 | {
200 | "Id": "F:\\ASP.net\\Nutrition\\Nutrition\\Nutrition\\wwwroot\\lib\\jquery-validation-unobtrusive\\LICENSE.txt",
201 | "PackagePath": "staticwebassets\\lib\\jquery-validation-unobtrusive\\LICENSE.txt"
202 | },
203 | {
204 | "Id": "F:\\ASP.net\\Nutrition\\Nutrition\\Nutrition\\wwwroot\\lib\\jquery-validation-unobtrusive\\jquery.validate.unobtrusive.js",
205 | "PackagePath": "staticwebassets\\lib\\jquery-validation-unobtrusive\\jquery.validate.unobtrusive.js"
206 | },
207 | {
208 | "Id": "F:\\ASP.net\\Nutrition\\Nutrition\\Nutrition\\wwwroot\\lib\\jquery-validation-unobtrusive\\jquery.validate.unobtrusive.min.js",
209 | "PackagePath": "staticwebassets\\lib\\jquery-validation-unobtrusive\\jquery.validate.unobtrusive.min.js"
210 | },
211 | {
212 | "Id": "F:\\ASP.net\\Nutrition\\Nutrition\\Nutrition\\wwwroot\\lib\\jquery-validation\\LICENSE.md",
213 | "PackagePath": "staticwebassets\\lib\\jquery-validation\\LICENSE.md"
214 | },
215 | {
216 | "Id": "F:\\ASP.net\\Nutrition\\Nutrition\\Nutrition\\wwwroot\\lib\\jquery-validation\\dist\\additional-methods.js",
217 | "PackagePath": "staticwebassets\\lib\\jquery-validation\\dist\\additional-methods.js"
218 | },
219 | {
220 | "Id": "F:\\ASP.net\\Nutrition\\Nutrition\\Nutrition\\wwwroot\\lib\\jquery-validation\\dist\\additional-methods.min.js",
221 | "PackagePath": "staticwebassets\\lib\\jquery-validation\\dist\\additional-methods.min.js"
222 | },
223 | {
224 | "Id": "F:\\ASP.net\\Nutrition\\Nutrition\\Nutrition\\wwwroot\\lib\\jquery-validation\\dist\\jquery.validate.js",
225 | "PackagePath": "staticwebassets\\lib\\jquery-validation\\dist\\jquery.validate.js"
226 | },
227 | {
228 | "Id": "F:\\ASP.net\\Nutrition\\Nutrition\\Nutrition\\wwwroot\\lib\\jquery-validation\\dist\\jquery.validate.min.js",
229 | "PackagePath": "staticwebassets\\lib\\jquery-validation\\dist\\jquery.validate.min.js"
230 | },
231 | {
232 | "Id": "F:\\ASP.net\\Nutrition\\Nutrition\\Nutrition\\wwwroot\\lib\\jquery\\LICENSE.txt",
233 | "PackagePath": "staticwebassets\\lib\\jquery\\LICENSE.txt"
234 | },
235 | {
236 | "Id": "F:\\ASP.net\\Nutrition\\Nutrition\\Nutrition\\wwwroot\\lib\\jquery\\dist\\jquery.js",
237 | "PackagePath": "staticwebassets\\lib\\jquery\\dist\\jquery.js"
238 | },
239 | {
240 | "Id": "F:\\ASP.net\\Nutrition\\Nutrition\\Nutrition\\wwwroot\\lib\\jquery\\dist\\jquery.min.js",
241 | "PackagePath": "staticwebassets\\lib\\jquery\\dist\\jquery.min.js"
242 | },
243 | {
244 | "Id": "F:\\ASP.net\\Nutrition\\Nutrition\\Nutrition\\wwwroot\\lib\\jquery\\dist\\jquery.min.map",
245 | "PackagePath": "staticwebassets\\lib\\jquery\\dist\\jquery.min.map"
246 | },
247 | {
248 | "Id": "obj\\Debug\\net8.0\\staticwebassets\\msbuild.Nutrition.Microsoft.AspNetCore.StaticWebAssets.props",
249 | "PackagePath": "build\\Microsoft.AspNetCore.StaticWebAssets.props"
250 | },
251 | {
252 | "Id": "obj\\Debug\\net8.0\\staticwebassets\\msbuild.build.Nutrition.props",
253 | "PackagePath": "build\\Nutrition.props"
254 | },
255 | {
256 | "Id": "obj\\Debug\\net8.0\\staticwebassets\\msbuild.buildMultiTargeting.Nutrition.props",
257 | "PackagePath": "buildMultiTargeting\\Nutrition.props"
258 | },
259 | {
260 | "Id": "obj\\Debug\\net8.0\\staticwebassets\\msbuild.buildTransitive.Nutrition.props",
261 | "PackagePath": "buildTransitive\\Nutrition.props"
262 | }
263 | ],
264 | "ElementsToRemove": []
265 | }
--------------------------------------------------------------------------------
/obj/project.nuget.cache:
--------------------------------------------------------------------------------
1 | {
2 | "version": 2,
3 | "dgSpecHash": "ZjYfffjO/AaXfp50tHzfSnKs7nEwFAQ4lwwUWQ+SB/xIlm/mKavbsJcrhss+8ukrW1Y1yJIWWi+YFZes5g8Q2w==",
4 | "success": true,
5 | "projectFilePath": "F:\\ASP.net\\Nutrition\\Nutrition\\Nutrition\\Nutrition.csproj",
6 | "expectedPackageFiles": [
7 | "C:\\Users\\Nemesis\\.nuget\\packages\\humanizer\\2.14.1\\humanizer.2.14.1.nupkg.sha512",
8 | "C:\\Users\\Nemesis\\.nuget\\packages\\humanizer.core\\2.14.1\\humanizer.core.2.14.1.nupkg.sha512",
9 | "C:\\Users\\Nemesis\\.nuget\\packages\\humanizer.core.af\\2.14.1\\humanizer.core.af.2.14.1.nupkg.sha512",
10 | "C:\\Users\\Nemesis\\.nuget\\packages\\humanizer.core.ar\\2.14.1\\humanizer.core.ar.2.14.1.nupkg.sha512",
11 | "C:\\Users\\Nemesis\\.nuget\\packages\\humanizer.core.az\\2.14.1\\humanizer.core.az.2.14.1.nupkg.sha512",
12 | "C:\\Users\\Nemesis\\.nuget\\packages\\humanizer.core.bg\\2.14.1\\humanizer.core.bg.2.14.1.nupkg.sha512",
13 | "C:\\Users\\Nemesis\\.nuget\\packages\\humanizer.core.bn-bd\\2.14.1\\humanizer.core.bn-bd.2.14.1.nupkg.sha512",
14 | "C:\\Users\\Nemesis\\.nuget\\packages\\humanizer.core.cs\\2.14.1\\humanizer.core.cs.2.14.1.nupkg.sha512",
15 | "C:\\Users\\Nemesis\\.nuget\\packages\\humanizer.core.da\\2.14.1\\humanizer.core.da.2.14.1.nupkg.sha512",
16 | "C:\\Users\\Nemesis\\.nuget\\packages\\humanizer.core.de\\2.14.1\\humanizer.core.de.2.14.1.nupkg.sha512",
17 | "C:\\Users\\Nemesis\\.nuget\\packages\\humanizer.core.el\\2.14.1\\humanizer.core.el.2.14.1.nupkg.sha512",
18 | "C:\\Users\\Nemesis\\.nuget\\packages\\humanizer.core.es\\2.14.1\\humanizer.core.es.2.14.1.nupkg.sha512",
19 | "C:\\Users\\Nemesis\\.nuget\\packages\\humanizer.core.fa\\2.14.1\\humanizer.core.fa.2.14.1.nupkg.sha512",
20 | "C:\\Users\\Nemesis\\.nuget\\packages\\humanizer.core.fi-fi\\2.14.1\\humanizer.core.fi-fi.2.14.1.nupkg.sha512",
21 | "C:\\Users\\Nemesis\\.nuget\\packages\\humanizer.core.fr\\2.14.1\\humanizer.core.fr.2.14.1.nupkg.sha512",
22 | "C:\\Users\\Nemesis\\.nuget\\packages\\humanizer.core.fr-be\\2.14.1\\humanizer.core.fr-be.2.14.1.nupkg.sha512",
23 | "C:\\Users\\Nemesis\\.nuget\\packages\\humanizer.core.he\\2.14.1\\humanizer.core.he.2.14.1.nupkg.sha512",
24 | "C:\\Users\\Nemesis\\.nuget\\packages\\humanizer.core.hr\\2.14.1\\humanizer.core.hr.2.14.1.nupkg.sha512",
25 | "C:\\Users\\Nemesis\\.nuget\\packages\\humanizer.core.hu\\2.14.1\\humanizer.core.hu.2.14.1.nupkg.sha512",
26 | "C:\\Users\\Nemesis\\.nuget\\packages\\humanizer.core.hy\\2.14.1\\humanizer.core.hy.2.14.1.nupkg.sha512",
27 | "C:\\Users\\Nemesis\\.nuget\\packages\\humanizer.core.id\\2.14.1\\humanizer.core.id.2.14.1.nupkg.sha512",
28 | "C:\\Users\\Nemesis\\.nuget\\packages\\humanizer.core.is\\2.14.1\\humanizer.core.is.2.14.1.nupkg.sha512",
29 | "C:\\Users\\Nemesis\\.nuget\\packages\\humanizer.core.it\\2.14.1\\humanizer.core.it.2.14.1.nupkg.sha512",
30 | "C:\\Users\\Nemesis\\.nuget\\packages\\humanizer.core.ja\\2.14.1\\humanizer.core.ja.2.14.1.nupkg.sha512",
31 | "C:\\Users\\Nemesis\\.nuget\\packages\\humanizer.core.ko-kr\\2.14.1\\humanizer.core.ko-kr.2.14.1.nupkg.sha512",
32 | "C:\\Users\\Nemesis\\.nuget\\packages\\humanizer.core.ku\\2.14.1\\humanizer.core.ku.2.14.1.nupkg.sha512",
33 | "C:\\Users\\Nemesis\\.nuget\\packages\\humanizer.core.lv\\2.14.1\\humanizer.core.lv.2.14.1.nupkg.sha512",
34 | "C:\\Users\\Nemesis\\.nuget\\packages\\humanizer.core.ms-my\\2.14.1\\humanizer.core.ms-my.2.14.1.nupkg.sha512",
35 | "C:\\Users\\Nemesis\\.nuget\\packages\\humanizer.core.mt\\2.14.1\\humanizer.core.mt.2.14.1.nupkg.sha512",
36 | "C:\\Users\\Nemesis\\.nuget\\packages\\humanizer.core.nb\\2.14.1\\humanizer.core.nb.2.14.1.nupkg.sha512",
37 | "C:\\Users\\Nemesis\\.nuget\\packages\\humanizer.core.nb-no\\2.14.1\\humanizer.core.nb-no.2.14.1.nupkg.sha512",
38 | "C:\\Users\\Nemesis\\.nuget\\packages\\humanizer.core.nl\\2.14.1\\humanizer.core.nl.2.14.1.nupkg.sha512",
39 | "C:\\Users\\Nemesis\\.nuget\\packages\\humanizer.core.pl\\2.14.1\\humanizer.core.pl.2.14.1.nupkg.sha512",
40 | "C:\\Users\\Nemesis\\.nuget\\packages\\humanizer.core.pt\\2.14.1\\humanizer.core.pt.2.14.1.nupkg.sha512",
41 | "C:\\Users\\Nemesis\\.nuget\\packages\\humanizer.core.ro\\2.14.1\\humanizer.core.ro.2.14.1.nupkg.sha512",
42 | "C:\\Users\\Nemesis\\.nuget\\packages\\humanizer.core.ru\\2.14.1\\humanizer.core.ru.2.14.1.nupkg.sha512",
43 | "C:\\Users\\Nemesis\\.nuget\\packages\\humanizer.core.sk\\2.14.1\\humanizer.core.sk.2.14.1.nupkg.sha512",
44 | "C:\\Users\\Nemesis\\.nuget\\packages\\humanizer.core.sl\\2.14.1\\humanizer.core.sl.2.14.1.nupkg.sha512",
45 | "C:\\Users\\Nemesis\\.nuget\\packages\\humanizer.core.sr\\2.14.1\\humanizer.core.sr.2.14.1.nupkg.sha512",
46 | "C:\\Users\\Nemesis\\.nuget\\packages\\humanizer.core.sr-latn\\2.14.1\\humanizer.core.sr-latn.2.14.1.nupkg.sha512",
47 | "C:\\Users\\Nemesis\\.nuget\\packages\\humanizer.core.sv\\2.14.1\\humanizer.core.sv.2.14.1.nupkg.sha512",
48 | "C:\\Users\\Nemesis\\.nuget\\packages\\humanizer.core.th-th\\2.14.1\\humanizer.core.th-th.2.14.1.nupkg.sha512",
49 | "C:\\Users\\Nemesis\\.nuget\\packages\\humanizer.core.tr\\2.14.1\\humanizer.core.tr.2.14.1.nupkg.sha512",
50 | "C:\\Users\\Nemesis\\.nuget\\packages\\humanizer.core.uk\\2.14.1\\humanizer.core.uk.2.14.1.nupkg.sha512",
51 | "C:\\Users\\Nemesis\\.nuget\\packages\\humanizer.core.uz-cyrl-uz\\2.14.1\\humanizer.core.uz-cyrl-uz.2.14.1.nupkg.sha512",
52 | "C:\\Users\\Nemesis\\.nuget\\packages\\humanizer.core.uz-latn-uz\\2.14.1\\humanizer.core.uz-latn-uz.2.14.1.nupkg.sha512",
53 | "C:\\Users\\Nemesis\\.nuget\\packages\\humanizer.core.vi\\2.14.1\\humanizer.core.vi.2.14.1.nupkg.sha512",
54 | "C:\\Users\\Nemesis\\.nuget\\packages\\humanizer.core.zh-cn\\2.14.1\\humanizer.core.zh-cn.2.14.1.nupkg.sha512",
55 | "C:\\Users\\Nemesis\\.nuget\\packages\\humanizer.core.zh-hans\\2.14.1\\humanizer.core.zh-hans.2.14.1.nupkg.sha512",
56 | "C:\\Users\\Nemesis\\.nuget\\packages\\humanizer.core.zh-hant\\2.14.1\\humanizer.core.zh-hant.2.14.1.nupkg.sha512",
57 | "C:\\Users\\Nemesis\\.nuget\\packages\\microsoft.aspnetcore.razor.language\\6.0.24\\microsoft.aspnetcore.razor.language.6.0.24.nupkg.sha512",
58 | "C:\\Users\\Nemesis\\.nuget\\packages\\microsoft.bcl.asyncinterfaces\\7.0.0\\microsoft.bcl.asyncinterfaces.7.0.0.nupkg.sha512",
59 | "C:\\Users\\Nemesis\\.nuget\\packages\\microsoft.build\\17.8.3\\microsoft.build.17.8.3.nupkg.sha512",
60 | "C:\\Users\\Nemesis\\.nuget\\packages\\microsoft.build.framework\\17.8.3\\microsoft.build.framework.17.8.3.nupkg.sha512",
61 | "C:\\Users\\Nemesis\\.nuget\\packages\\microsoft.codeanalysis.analyzers\\3.3.4\\microsoft.codeanalysis.analyzers.3.3.4.nupkg.sha512",
62 | "C:\\Users\\Nemesis\\.nuget\\packages\\microsoft.codeanalysis.analyzerutilities\\3.3.0\\microsoft.codeanalysis.analyzerutilities.3.3.0.nupkg.sha512",
63 | "C:\\Users\\Nemesis\\.nuget\\packages\\microsoft.codeanalysis.common\\4.8.0\\microsoft.codeanalysis.common.4.8.0.nupkg.sha512",
64 | "C:\\Users\\Nemesis\\.nuget\\packages\\microsoft.codeanalysis.csharp\\4.8.0\\microsoft.codeanalysis.csharp.4.8.0.nupkg.sha512",
65 | "C:\\Users\\Nemesis\\.nuget\\packages\\microsoft.codeanalysis.csharp.features\\4.8.0\\microsoft.codeanalysis.csharp.features.4.8.0.nupkg.sha512",
66 | "C:\\Users\\Nemesis\\.nuget\\packages\\microsoft.codeanalysis.csharp.workspaces\\4.8.0\\microsoft.codeanalysis.csharp.workspaces.4.8.0.nupkg.sha512",
67 | "C:\\Users\\Nemesis\\.nuget\\packages\\microsoft.codeanalysis.elfie\\1.0.0\\microsoft.codeanalysis.elfie.1.0.0.nupkg.sha512",
68 | "C:\\Users\\Nemesis\\.nuget\\packages\\microsoft.codeanalysis.features\\4.8.0\\microsoft.codeanalysis.features.4.8.0.nupkg.sha512",
69 | "C:\\Users\\Nemesis\\.nuget\\packages\\microsoft.codeanalysis.razor\\6.0.24\\microsoft.codeanalysis.razor.6.0.24.nupkg.sha512",
70 | "C:\\Users\\Nemesis\\.nuget\\packages\\microsoft.codeanalysis.scripting.common\\4.8.0\\microsoft.codeanalysis.scripting.common.4.8.0.nupkg.sha512",
71 | "C:\\Users\\Nemesis\\.nuget\\packages\\microsoft.codeanalysis.workspaces.common\\4.8.0\\microsoft.codeanalysis.workspaces.common.4.8.0.nupkg.sha512",
72 | "C:\\Users\\Nemesis\\.nuget\\packages\\microsoft.data.sqlite.core\\8.0.7\\microsoft.data.sqlite.core.8.0.7.nupkg.sha512",
73 | "C:\\Users\\Nemesis\\.nuget\\packages\\microsoft.diasymreader\\2.0.0\\microsoft.diasymreader.2.0.0.nupkg.sha512",
74 | "C:\\Users\\Nemesis\\.nuget\\packages\\microsoft.dotnet.scaffolding.shared\\8.0.3\\microsoft.dotnet.scaffolding.shared.8.0.3.nupkg.sha512",
75 | "C:\\Users\\Nemesis\\.nuget\\packages\\microsoft.entityframeworkcore\\8.0.7\\microsoft.entityframeworkcore.8.0.7.nupkg.sha512",
76 | "C:\\Users\\Nemesis\\.nuget\\packages\\microsoft.entityframeworkcore.abstractions\\8.0.7\\microsoft.entityframeworkcore.abstractions.8.0.7.nupkg.sha512",
77 | "C:\\Users\\Nemesis\\.nuget\\packages\\microsoft.entityframeworkcore.analyzers\\8.0.7\\microsoft.entityframeworkcore.analyzers.8.0.7.nupkg.sha512",
78 | "C:\\Users\\Nemesis\\.nuget\\packages\\microsoft.entityframeworkcore.design\\8.0.7\\microsoft.entityframeworkcore.design.8.0.7.nupkg.sha512",
79 | "C:\\Users\\Nemesis\\.nuget\\packages\\microsoft.entityframeworkcore.relational\\8.0.7\\microsoft.entityframeworkcore.relational.8.0.7.nupkg.sha512",
80 | "C:\\Users\\Nemesis\\.nuget\\packages\\microsoft.entityframeworkcore.sqlite\\8.0.7\\microsoft.entityframeworkcore.sqlite.8.0.7.nupkg.sha512",
81 | "C:\\Users\\Nemesis\\.nuget\\packages\\microsoft.entityframeworkcore.sqlite.core\\8.0.7\\microsoft.entityframeworkcore.sqlite.core.8.0.7.nupkg.sha512",
82 | "C:\\Users\\Nemesis\\.nuget\\packages\\microsoft.entityframeworkcore.tools\\8.0.7\\microsoft.entityframeworkcore.tools.8.0.7.nupkg.sha512",
83 | "C:\\Users\\Nemesis\\.nuget\\packages\\microsoft.extensions.caching.abstractions\\8.0.0\\microsoft.extensions.caching.abstractions.8.0.0.nupkg.sha512",
84 | "C:\\Users\\Nemesis\\.nuget\\packages\\microsoft.extensions.caching.memory\\8.0.0\\microsoft.extensions.caching.memory.8.0.0.nupkg.sha512",
85 | "C:\\Users\\Nemesis\\.nuget\\packages\\microsoft.extensions.configuration.abstractions\\8.0.0\\microsoft.extensions.configuration.abstractions.8.0.0.nupkg.sha512",
86 | "C:\\Users\\Nemesis\\.nuget\\packages\\microsoft.extensions.dependencyinjection\\8.0.0\\microsoft.extensions.dependencyinjection.8.0.0.nupkg.sha512",
87 | "C:\\Users\\Nemesis\\.nuget\\packages\\microsoft.extensions.dependencyinjection.abstractions\\8.0.0\\microsoft.extensions.dependencyinjection.abstractions.8.0.0.nupkg.sha512",
88 | "C:\\Users\\Nemesis\\.nuget\\packages\\microsoft.extensions.dependencymodel\\8.0.1\\microsoft.extensions.dependencymodel.8.0.1.nupkg.sha512",
89 | "C:\\Users\\Nemesis\\.nuget\\packages\\microsoft.extensions.logging\\8.0.0\\microsoft.extensions.logging.8.0.0.nupkg.sha512",
90 | "C:\\Users\\Nemesis\\.nuget\\packages\\microsoft.extensions.logging.abstractions\\8.0.0\\microsoft.extensions.logging.abstractions.8.0.0.nupkg.sha512",
91 | "C:\\Users\\Nemesis\\.nuget\\packages\\microsoft.extensions.options\\8.0.0\\microsoft.extensions.options.8.0.0.nupkg.sha512",
92 | "C:\\Users\\Nemesis\\.nuget\\packages\\microsoft.extensions.primitives\\8.0.0\\microsoft.extensions.primitives.8.0.0.nupkg.sha512",
93 | "C:\\Users\\Nemesis\\.nuget\\packages\\microsoft.net.stringtools\\17.8.3\\microsoft.net.stringtools.17.8.3.nupkg.sha512",
94 | "C:\\Users\\Nemesis\\.nuget\\packages\\microsoft.visualstudio.web.codegeneration\\8.0.3\\microsoft.visualstudio.web.codegeneration.8.0.3.nupkg.sha512",
95 | "C:\\Users\\Nemesis\\.nuget\\packages\\microsoft.visualstudio.web.codegeneration.core\\8.0.3\\microsoft.visualstudio.web.codegeneration.core.8.0.3.nupkg.sha512",
96 | "C:\\Users\\Nemesis\\.nuget\\packages\\microsoft.visualstudio.web.codegeneration.design\\8.0.3\\microsoft.visualstudio.web.codegeneration.design.8.0.3.nupkg.sha512",
97 | "C:\\Users\\Nemesis\\.nuget\\packages\\microsoft.visualstudio.web.codegeneration.entityframeworkcore\\8.0.3\\microsoft.visualstudio.web.codegeneration.entityframeworkcore.8.0.3.nupkg.sha512",
98 | "C:\\Users\\Nemesis\\.nuget\\packages\\microsoft.visualstudio.web.codegeneration.templating\\8.0.3\\microsoft.visualstudio.web.codegeneration.templating.8.0.3.nupkg.sha512",
99 | "C:\\Users\\Nemesis\\.nuget\\packages\\microsoft.visualstudio.web.codegeneration.utils\\8.0.3\\microsoft.visualstudio.web.codegeneration.utils.8.0.3.nupkg.sha512",
100 | "C:\\Users\\Nemesis\\.nuget\\packages\\microsoft.visualstudio.web.codegenerators.mvc\\8.0.3\\microsoft.visualstudio.web.codegenerators.mvc.8.0.3.nupkg.sha512",
101 | "C:\\Users\\Nemesis\\.nuget\\packages\\microsoft.win32.systemevents\\7.0.0\\microsoft.win32.systemevents.7.0.0.nupkg.sha512",
102 | "C:\\Users\\Nemesis\\.nuget\\packages\\mono.texttemplating\\2.3.1\\mono.texttemplating.2.3.1.nupkg.sha512",
103 | "C:\\Users\\Nemesis\\.nuget\\packages\\newtonsoft.json\\13.0.3\\newtonsoft.json.13.0.3.nupkg.sha512",
104 | "C:\\Users\\Nemesis\\.nuget\\packages\\nuget.common\\6.9.1\\nuget.common.6.9.1.nupkg.sha512",
105 | "C:\\Users\\Nemesis\\.nuget\\packages\\nuget.configuration\\6.9.1\\nuget.configuration.6.9.1.nupkg.sha512",
106 | "C:\\Users\\Nemesis\\.nuget\\packages\\nuget.dependencyresolver.core\\6.9.1\\nuget.dependencyresolver.core.6.9.1.nupkg.sha512",
107 | "C:\\Users\\Nemesis\\.nuget\\packages\\nuget.frameworks\\6.9.1\\nuget.frameworks.6.9.1.nupkg.sha512",
108 | "C:\\Users\\Nemesis\\.nuget\\packages\\nuget.librarymodel\\6.9.1\\nuget.librarymodel.6.9.1.nupkg.sha512",
109 | "C:\\Users\\Nemesis\\.nuget\\packages\\nuget.packaging\\6.9.1\\nuget.packaging.6.9.1.nupkg.sha512",
110 | "C:\\Users\\Nemesis\\.nuget\\packages\\nuget.projectmodel\\6.9.1\\nuget.projectmodel.6.9.1.nupkg.sha512",
111 | "C:\\Users\\Nemesis\\.nuget\\packages\\nuget.protocol\\6.9.1\\nuget.protocol.6.9.1.nupkg.sha512",
112 | "C:\\Users\\Nemesis\\.nuget\\packages\\nuget.versioning\\6.9.1\\nuget.versioning.6.9.1.nupkg.sha512",
113 | "C:\\Users\\Nemesis\\.nuget\\packages\\sqlitepclraw.bundle_e_sqlite3\\2.1.6\\sqlitepclraw.bundle_e_sqlite3.2.1.6.nupkg.sha512",
114 | "C:\\Users\\Nemesis\\.nuget\\packages\\sqlitepclraw.core\\2.1.6\\sqlitepclraw.core.2.1.6.nupkg.sha512",
115 | "C:\\Users\\Nemesis\\.nuget\\packages\\sqlitepclraw.lib.e_sqlite3\\2.1.6\\sqlitepclraw.lib.e_sqlite3.2.1.6.nupkg.sha512",
116 | "C:\\Users\\Nemesis\\.nuget\\packages\\sqlitepclraw.provider.e_sqlite3\\2.1.6\\sqlitepclraw.provider.e_sqlite3.2.1.6.nupkg.sha512",
117 | "C:\\Users\\Nemesis\\.nuget\\packages\\system.codedom\\5.0.0\\system.codedom.5.0.0.nupkg.sha512",
118 | "C:\\Users\\Nemesis\\.nuget\\packages\\system.collections.immutable\\7.0.0\\system.collections.immutable.7.0.0.nupkg.sha512",
119 | "C:\\Users\\Nemesis\\.nuget\\packages\\system.composition\\7.0.0\\system.composition.7.0.0.nupkg.sha512",
120 | "C:\\Users\\Nemesis\\.nuget\\packages\\system.composition.attributedmodel\\7.0.0\\system.composition.attributedmodel.7.0.0.nupkg.sha512",
121 | "C:\\Users\\Nemesis\\.nuget\\packages\\system.composition.convention\\7.0.0\\system.composition.convention.7.0.0.nupkg.sha512",
122 | "C:\\Users\\Nemesis\\.nuget\\packages\\system.composition.hosting\\7.0.0\\system.composition.hosting.7.0.0.nupkg.sha512",
123 | "C:\\Users\\Nemesis\\.nuget\\packages\\system.composition.runtime\\7.0.0\\system.composition.runtime.7.0.0.nupkg.sha512",
124 | "C:\\Users\\Nemesis\\.nuget\\packages\\system.composition.typedparts\\7.0.0\\system.composition.typedparts.7.0.0.nupkg.sha512",
125 | "C:\\Users\\Nemesis\\.nuget\\packages\\system.configuration.configurationmanager\\7.0.0\\system.configuration.configurationmanager.7.0.0.nupkg.sha512",
126 | "C:\\Users\\Nemesis\\.nuget\\packages\\system.data.datasetextensions\\4.5.0\\system.data.datasetextensions.4.5.0.nupkg.sha512",
127 | "C:\\Users\\Nemesis\\.nuget\\packages\\system.diagnostics.eventlog\\7.0.0\\system.diagnostics.eventlog.7.0.0.nupkg.sha512",
128 | "C:\\Users\\Nemesis\\.nuget\\packages\\system.drawing.common\\7.0.0\\system.drawing.common.7.0.0.nupkg.sha512",
129 | "C:\\Users\\Nemesis\\.nuget\\packages\\system.formats.asn1\\6.0.0\\system.formats.asn1.6.0.0.nupkg.sha512",
130 | "C:\\Users\\Nemesis\\.nuget\\packages\\system.io.pipelines\\7.0.0\\system.io.pipelines.7.0.0.nupkg.sha512",
131 | "C:\\Users\\Nemesis\\.nuget\\packages\\system.memory\\4.5.3\\system.memory.4.5.3.nupkg.sha512",
132 | "C:\\Users\\Nemesis\\.nuget\\packages\\system.reflection.metadata\\7.0.0\\system.reflection.metadata.7.0.0.nupkg.sha512",
133 | "C:\\Users\\Nemesis\\.nuget\\packages\\system.reflection.metadataloadcontext\\7.0.0\\system.reflection.metadataloadcontext.7.0.0.nupkg.sha512",
134 | "C:\\Users\\Nemesis\\.nuget\\packages\\system.runtime.compilerservices.unsafe\\6.0.0\\system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512",
135 | "C:\\Users\\Nemesis\\.nuget\\packages\\system.security.cryptography.pkcs\\6.0.4\\system.security.cryptography.pkcs.6.0.4.nupkg.sha512",
136 | "C:\\Users\\Nemesis\\.nuget\\packages\\system.security.cryptography.protecteddata\\7.0.0\\system.security.cryptography.protecteddata.7.0.0.nupkg.sha512",
137 | "C:\\Users\\Nemesis\\.nuget\\packages\\system.security.permissions\\7.0.0\\system.security.permissions.7.0.0.nupkg.sha512",
138 | "C:\\Users\\Nemesis\\.nuget\\packages\\system.security.principal.windows\\5.0.0\\system.security.principal.windows.5.0.0.nupkg.sha512",
139 | "C:\\Users\\Nemesis\\.nuget\\packages\\system.text.encodings.web\\8.0.0\\system.text.encodings.web.8.0.0.nupkg.sha512",
140 | "C:\\Users\\Nemesis\\.nuget\\packages\\system.text.json\\8.0.4\\system.text.json.8.0.4.nupkg.sha512",
141 | "C:\\Users\\Nemesis\\.nuget\\packages\\system.threading.channels\\7.0.0\\system.threading.channels.7.0.0.nupkg.sha512",
142 | "C:\\Users\\Nemesis\\.nuget\\packages\\system.threading.tasks.dataflow\\7.0.0\\system.threading.tasks.dataflow.7.0.0.nupkg.sha512",
143 | "C:\\Users\\Nemesis\\.nuget\\packages\\system.windows.extensions\\7.0.0\\system.windows.extensions.7.0.0.nupkg.sha512"
144 | ],
145 | "logs": []
146 | }
--------------------------------------------------------------------------------