added page to record climbing from gym
This commit is contained in:
parent
500de57ce5
commit
8643810a88
|
|
@ -0,0 +1,400 @@
|
|||
## Ignore Visual Studio temporary files, build results, and
|
||||
## files generated by popular Visual Studio add-ons.
|
||||
##
|
||||
## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore
|
||||
|
||||
# User-specific files
|
||||
*.rsuser
|
||||
*.suo
|
||||
*.user
|
||||
*.userosscache
|
||||
*.sln.docstates
|
||||
|
||||
# User-specific files (MonoDevelop/Xamarin Studio)
|
||||
*.userprefs
|
||||
|
||||
# Mono auto generated files
|
||||
mono_crash.*
|
||||
|
||||
# Build results
|
||||
[Dd]ebug/
|
||||
[Dd]ebugPublic/
|
||||
[Rr]elease/
|
||||
[Rr]eleases/
|
||||
x64/
|
||||
x86/
|
||||
[Ww][Ii][Nn]32/
|
||||
[Aa][Rr][Mm]/
|
||||
[Aa][Rr][Mm]64/
|
||||
bld/
|
||||
[Bb]in/
|
||||
[Oo]bj/
|
||||
[Ll]og/
|
||||
[Ll]ogs/
|
||||
|
||||
# Visual Studio 2015/2017 cache/options directory
|
||||
.vs/
|
||||
# Uncomment if you have tasks that create the project's static files in wwwroot
|
||||
#wwwroot/
|
||||
|
||||
# Visual Studio 2017 auto generated files
|
||||
Generated\ Files/
|
||||
|
||||
# MSTest test Results
|
||||
[Tt]est[Rr]esult*/
|
||||
[Bb]uild[Ll]og.*
|
||||
|
||||
# NUnit
|
||||
*.VisualState.xml
|
||||
TestResult.xml
|
||||
nunit-*.xml
|
||||
|
||||
# Build Results of an ATL Project
|
||||
[Dd]ebugPS/
|
||||
[Rr]eleasePS/
|
||||
dlldata.c
|
||||
|
||||
# Benchmark Results
|
||||
BenchmarkDotNet.Artifacts/
|
||||
|
||||
# .NET Core
|
||||
project.lock.json
|
||||
project.fragment.lock.json
|
||||
artifacts/
|
||||
|
||||
# ASP.NET Scaffolding
|
||||
ScaffoldingReadMe.txt
|
||||
|
||||
# StyleCop
|
||||
StyleCopReport.xml
|
||||
|
||||
# Files built by Visual Studio
|
||||
*_i.c
|
||||
*_p.c
|
||||
*_h.h
|
||||
*.ilk
|
||||
*.meta
|
||||
*.obj
|
||||
*.iobj
|
||||
*.pch
|
||||
*.pdb
|
||||
*.ipdb
|
||||
*.pgc
|
||||
*.pgd
|
||||
*.rsp
|
||||
# but not Directory.Build.rsp, as it configures directory-level build defaults
|
||||
!Directory.Build.rsp
|
||||
*.sbr
|
||||
*.tlb
|
||||
*.tli
|
||||
*.tlh
|
||||
*.tmp
|
||||
*.tmp_proj
|
||||
*_wpftmp.csproj
|
||||
*.log
|
||||
*.tlog
|
||||
*.vspscc
|
||||
*.vssscc
|
||||
.builds
|
||||
*.pidb
|
||||
*.svclog
|
||||
*.scc
|
||||
|
||||
# Chutzpah Test files
|
||||
_Chutzpah*
|
||||
|
||||
# Visual C++ cache files
|
||||
ipch/
|
||||
*.aps
|
||||
*.ncb
|
||||
*.opendb
|
||||
*.opensdf
|
||||
*.sdf
|
||||
*.cachefile
|
||||
*.VC.db
|
||||
*.VC.VC.opendb
|
||||
|
||||
# Visual Studio profiler
|
||||
*.psess
|
||||
*.vsp
|
||||
*.vspx
|
||||
*.sap
|
||||
|
||||
# Visual Studio Trace Files
|
||||
*.e2e
|
||||
|
||||
# TFS 2012 Local Workspace
|
||||
$tf/
|
||||
|
||||
# Guidance Automation Toolkit
|
||||
*.gpState
|
||||
|
||||
# ReSharper is a .NET coding add-in
|
||||
_ReSharper*/
|
||||
*.[Rr]e[Ss]harper
|
||||
*.DotSettings.user
|
||||
|
||||
# TeamCity is a build add-in
|
||||
_TeamCity*
|
||||
|
||||
# DotCover is a Code Coverage Tool
|
||||
*.dotCover
|
||||
|
||||
# AxoCover is a Code Coverage Tool
|
||||
.axoCover/*
|
||||
!.axoCover/settings.json
|
||||
|
||||
# Coverlet is a free, cross platform Code Coverage Tool
|
||||
coverage*.json
|
||||
coverage*.xml
|
||||
coverage*.info
|
||||
|
||||
# Visual Studio code coverage results
|
||||
*.coverage
|
||||
*.coveragexml
|
||||
|
||||
# NCrunch
|
||||
_NCrunch_*
|
||||
.*crunch*.local.xml
|
||||
nCrunchTemp_*
|
||||
|
||||
# MightyMoose
|
||||
*.mm.*
|
||||
AutoTest.Net/
|
||||
|
||||
# Web workbench (sass)
|
||||
.sass-cache/
|
||||
|
||||
# Installshield output folder
|
||||
[Ee]xpress/
|
||||
|
||||
# DocProject is a documentation generator add-in
|
||||
DocProject/buildhelp/
|
||||
DocProject/Help/*.HxT
|
||||
DocProject/Help/*.HxC
|
||||
DocProject/Help/*.hhc
|
||||
DocProject/Help/*.hhk
|
||||
DocProject/Help/*.hhp
|
||||
DocProject/Help/Html2
|
||||
DocProject/Help/html
|
||||
|
||||
# Click-Once directory
|
||||
publish/
|
||||
|
||||
# Publish Web Output
|
||||
*.[Pp]ublish.xml
|
||||
*.azurePubxml
|
||||
# Note: Comment the next line if you want to checkin your web deploy settings,
|
||||
# but database connection strings (with potential passwords) will be unencrypted
|
||||
*.pubxml
|
||||
*.publishproj
|
||||
|
||||
# Microsoft Azure Web App publish settings. Comment the next line if you want to
|
||||
# checkin your Azure Web App publish settings, but sensitive information contained
|
||||
# in these scripts will be unencrypted
|
||||
PublishScripts/
|
||||
|
||||
# NuGet Packages
|
||||
*.nupkg
|
||||
# NuGet Symbol Packages
|
||||
*.snupkg
|
||||
# The packages folder can be ignored because of Package Restore
|
||||
**/[Pp]ackages/*
|
||||
# except build/, which is used as an MSBuild target.
|
||||
!**/[Pp]ackages/build/
|
||||
# Uncomment if necessary however generally it will be regenerated when needed
|
||||
#!**/[Pp]ackages/repositories.config
|
||||
# NuGet v3's project.json files produces more ignorable files
|
||||
*.nuget.props
|
||||
*.nuget.targets
|
||||
|
||||
# Microsoft Azure Build Output
|
||||
csx/
|
||||
*.build.csdef
|
||||
|
||||
# Microsoft Azure Emulator
|
||||
ecf/
|
||||
rcf/
|
||||
|
||||
# Windows Store app package directories and files
|
||||
AppPackages/
|
||||
BundleArtifacts/
|
||||
Package.StoreAssociation.xml
|
||||
_pkginfo.txt
|
||||
*.appx
|
||||
*.appxbundle
|
||||
*.appxupload
|
||||
|
||||
# Visual Studio cache files
|
||||
# files ending in .cache can be ignored
|
||||
*.[Cc]ache
|
||||
# but keep track of directories ending in .cache
|
||||
!?*.[Cc]ache/
|
||||
|
||||
# Others
|
||||
ClientBin/
|
||||
~$*
|
||||
*~
|
||||
*.dbmdl
|
||||
*.dbproj.schemaview
|
||||
*.jfm
|
||||
*.pfx
|
||||
*.publishsettings
|
||||
orleans.codegen.cs
|
||||
|
||||
# Including strong name files can present a security risk
|
||||
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
|
||||
#*.snk
|
||||
|
||||
# Since there are multiple workflows, uncomment next line to ignore bower_components
|
||||
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
|
||||
#bower_components/
|
||||
|
||||
# RIA/Silverlight projects
|
||||
Generated_Code/
|
||||
|
||||
# Backup & report files from converting an old project file
|
||||
# to a newer Visual Studio version. Backup files are not needed,
|
||||
# because we have git ;-)
|
||||
_UpgradeReport_Files/
|
||||
Backup*/
|
||||
UpgradeLog*.XML
|
||||
UpgradeLog*.htm
|
||||
ServiceFabricBackup/
|
||||
*.rptproj.bak
|
||||
|
||||
# SQL Server files
|
||||
*.mdf
|
||||
*.ldf
|
||||
*.ndf
|
||||
|
||||
# Business Intelligence projects
|
||||
*.rdl.data
|
||||
*.bim.layout
|
||||
*.bim_*.settings
|
||||
*.rptproj.rsuser
|
||||
*- [Bb]ackup.rdl
|
||||
*- [Bb]ackup ([0-9]).rdl
|
||||
*- [Bb]ackup ([0-9][0-9]).rdl
|
||||
|
||||
# Microsoft Fakes
|
||||
FakesAssemblies/
|
||||
|
||||
# GhostDoc plugin setting file
|
||||
*.GhostDoc.xml
|
||||
|
||||
# Node.js Tools for Visual Studio
|
||||
.ntvs_analysis.dat
|
||||
node_modules/
|
||||
|
||||
# Visual Studio 6 build log
|
||||
*.plg
|
||||
|
||||
# Visual Studio 6 workspace options file
|
||||
*.opt
|
||||
|
||||
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
|
||||
*.vbw
|
||||
|
||||
# Visual Studio 6 auto-generated project file (contains which files were open etc.)
|
||||
*.vbp
|
||||
|
||||
# Visual Studio 6 workspace and project file (working project files containing files to include in project)
|
||||
*.dsw
|
||||
*.dsp
|
||||
|
||||
# Visual Studio 6 technical files
|
||||
*.ncb
|
||||
*.aps
|
||||
|
||||
# Visual Studio LightSwitch build output
|
||||
**/*.HTMLClient/GeneratedArtifacts
|
||||
**/*.DesktopClient/GeneratedArtifacts
|
||||
**/*.DesktopClient/ModelManifest.xml
|
||||
**/*.Server/GeneratedArtifacts
|
||||
**/*.Server/ModelManifest.xml
|
||||
_Pvt_Extensions
|
||||
|
||||
# Paket dependency manager
|
||||
.paket/paket.exe
|
||||
paket-files/
|
||||
|
||||
# FAKE - F# Make
|
||||
.fake/
|
||||
|
||||
# CodeRush personal settings
|
||||
.cr/personal
|
||||
|
||||
# Python Tools for Visual Studio (PTVS)
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
||||
# Cake - Uncomment if you are using it
|
||||
# tools/**
|
||||
# !tools/packages.config
|
||||
|
||||
# Tabs Studio
|
||||
*.tss
|
||||
|
||||
# Telerik's JustMock configuration file
|
||||
*.jmconfig
|
||||
|
||||
# BizTalk build output
|
||||
*.btp.cs
|
||||
*.btm.cs
|
||||
*.odx.cs
|
||||
*.xsd.cs
|
||||
|
||||
# OpenCover UI analysis results
|
||||
OpenCover/
|
||||
|
||||
# Azure Stream Analytics local run output
|
||||
ASALocalRun/
|
||||
|
||||
# MSBuild Binary and Structured Log
|
||||
*.binlog
|
||||
|
||||
# NVidia Nsight GPU debugger configuration file
|
||||
*.nvuser
|
||||
|
||||
# MFractors (Xamarin productivity tool) working folder
|
||||
.mfractor/
|
||||
|
||||
# Local History for Visual Studio
|
||||
.localhistory/
|
||||
|
||||
# Visual Studio History (VSHistory) files
|
||||
.vshistory/
|
||||
|
||||
# BeatPulse healthcheck temp database
|
||||
healthchecksdb
|
||||
|
||||
# Backup folder for Package Reference Convert tool in Visual Studio 2017
|
||||
MigrationBackup/
|
||||
|
||||
# Ionide (cross platform F# VS Code tools) working folder
|
||||
.ionide/
|
||||
|
||||
# Fody - auto-generated XML schema
|
||||
FodyWeavers.xsd
|
||||
|
||||
# VS Code files for those working on multiple tools
|
||||
.vscode/*
|
||||
!.vscode/settings.json
|
||||
!.vscode/tasks.json
|
||||
!.vscode/launch.json
|
||||
!.vscode/extensions.json
|
||||
*.code-workspace
|
||||
|
||||
# Local History for Visual Studio Code
|
||||
.history/
|
||||
|
||||
# Windows Installer files from build outputs
|
||||
*.cab
|
||||
*.msi
|
||||
*.msix
|
||||
*.msm
|
||||
*.msp
|
||||
|
||||
# JetBrains Rider
|
||||
*.sln.iml
|
||||
|
|
@ -0,0 +1,19 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using RazorPages.Models;
|
||||
|
||||
namespace RazorPages.Data
|
||||
{
|
||||
public class RazorPagesClimbContext : DbContext
|
||||
{
|
||||
public RazorPagesClimbContext (DbContextOptions<RazorPagesClimbContext> options)
|
||||
: base(options)
|
||||
{
|
||||
}
|
||||
|
||||
public DbSet<RazorPages.Models.Climb> Climb { get; set; } = default!;
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,47 @@
|
|||
// <auto-generated />
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using Microsoft.EntityFrameworkCore.Infrastructure;
|
||||
using Microsoft.EntityFrameworkCore.Migrations;
|
||||
using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
|
||||
using RazorPages.Data;
|
||||
|
||||
#nullable disable
|
||||
|
||||
namespace RazorPages.Migrations
|
||||
{
|
||||
[DbContext(typeof(RazorPagesClimbContext))]
|
||||
[Migration("20250222074354_InitialCreate")]
|
||||
partial class InitialCreate
|
||||
{
|
||||
/// <inheritdoc />
|
||||
protected override void BuildTargetModel(ModelBuilder modelBuilder)
|
||||
{
|
||||
#pragma warning disable 612, 618
|
||||
modelBuilder.HasAnnotation("ProductVersion", "9.0.2");
|
||||
|
||||
modelBuilder.Entity("RazorPages.Models.Climb", b =>
|
||||
{
|
||||
b.Property<int>("Id")
|
||||
.ValueGeneratedOnAdd()
|
||||
.HasColumnType("INTEGER");
|
||||
|
||||
b.Property<string>("Description")
|
||||
.HasColumnType("TEXT");
|
||||
|
||||
b.Property<string>("Grade")
|
||||
.HasColumnType("TEXT");
|
||||
|
||||
b.Property<string>("Location")
|
||||
.HasColumnType("TEXT");
|
||||
|
||||
b.Property<string>("Name")
|
||||
.HasColumnType("TEXT");
|
||||
|
||||
b.HasKey("Id");
|
||||
|
||||
b.ToTable("Climb");
|
||||
});
|
||||
#pragma warning restore 612, 618
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,37 @@
|
|||
using Microsoft.EntityFrameworkCore.Migrations;
|
||||
|
||||
#nullable disable
|
||||
|
||||
namespace RazorPages.Migrations
|
||||
{
|
||||
/// <inheritdoc />
|
||||
public partial class InitialCreate : Migration
|
||||
{
|
||||
/// <inheritdoc />
|
||||
protected override void Up(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
migrationBuilder.CreateTable(
|
||||
name: "Climb",
|
||||
columns: table => new
|
||||
{
|
||||
Id = table.Column<int>(type: "INTEGER", nullable: false)
|
||||
.Annotation("Sqlite:Autoincrement", true),
|
||||
Name = table.Column<string>(type: "TEXT", nullable: true),
|
||||
Grade = table.Column<string>(type: "TEXT", nullable: true),
|
||||
Location = table.Column<string>(type: "TEXT", nullable: true),
|
||||
Description = table.Column<string>(type: "TEXT", nullable: true)
|
||||
},
|
||||
constraints: table =>
|
||||
{
|
||||
table.PrimaryKey("PK_Climb", x => x.Id);
|
||||
});
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
protected override void Down(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
migrationBuilder.DropTable(
|
||||
name: "Climb");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,44 @@
|
|||
// <auto-generated />
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using Microsoft.EntityFrameworkCore.Infrastructure;
|
||||
using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
|
||||
using RazorPages.Data;
|
||||
|
||||
#nullable disable
|
||||
|
||||
namespace RazorPages.Migrations
|
||||
{
|
||||
[DbContext(typeof(RazorPagesClimbContext))]
|
||||
partial class RazorPagesClimbContextModelSnapshot : ModelSnapshot
|
||||
{
|
||||
protected override void BuildModel(ModelBuilder modelBuilder)
|
||||
{
|
||||
#pragma warning disable 612, 618
|
||||
modelBuilder.HasAnnotation("ProductVersion", "9.0.2");
|
||||
|
||||
modelBuilder.Entity("RazorPages.Models.Climb", b =>
|
||||
{
|
||||
b.Property<int>("Id")
|
||||
.ValueGeneratedOnAdd()
|
||||
.HasColumnType("INTEGER");
|
||||
|
||||
b.Property<string>("Description")
|
||||
.HasColumnType("TEXT");
|
||||
|
||||
b.Property<string>("Grade")
|
||||
.HasColumnType("TEXT");
|
||||
|
||||
b.Property<string>("Location")
|
||||
.HasColumnType("TEXT");
|
||||
|
||||
b.Property<string>("Name")
|
||||
.HasColumnType("TEXT");
|
||||
|
||||
b.HasKey("Id");
|
||||
|
||||
b.ToTable("Climb");
|
||||
});
|
||||
#pragma warning restore 612, 618
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,49 @@
|
|||
@page
|
||||
@model RazorPages.Pages.Climbs.CreateModel
|
||||
|
||||
@{
|
||||
ViewData["Title"] = "Create";
|
||||
}
|
||||
|
||||
<h1>Create</h1>
|
||||
|
||||
<h4>Climb</h4>
|
||||
<hr />
|
||||
<div class="row">
|
||||
<div class="col-md-4">
|
||||
<form method="post">
|
||||
<div asp-validation-summary="ModelOnly" class="text-danger"></div>
|
||||
<div class="form-group">
|
||||
<label asp-for="Climb.Name" class="control-label"></label>
|
||||
<input asp-for="Climb.Name" class="form-control" />
|
||||
<span asp-validation-for="Climb.Name" class="text-danger"></span>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label asp-for="Climb.Grade" class="control-label"></label>
|
||||
<input asp-for="Climb.Grade" class="form-control" />
|
||||
<span asp-validation-for="Climb.Grade" class="text-danger"></span>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label asp-for="Climb.Location" class="control-label"></label>
|
||||
<input asp-for="Climb.Location" class="form-control" />
|
||||
<span asp-validation-for="Climb.Location" class="text-danger"></span>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label asp-for="Climb.Description" class="control-label"></label>
|
||||
<input asp-for="Climb.Description" class="form-control" />
|
||||
<span asp-validation-for="Climb.Description" class="text-danger"></span>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<input type="submit" value="Create" class="btn btn-primary" />
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<a asp-page="Index">Back to List</a>
|
||||
</div>
|
||||
|
||||
@section Scripts {
|
||||
@{await Html.RenderPartialAsync("_ValidationScriptsPartial");}
|
||||
}
|
||||
|
|
@ -0,0 +1,44 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using Microsoft.AspNetCore.Mvc.RazorPages;
|
||||
using Microsoft.AspNetCore.Mvc.Rendering;
|
||||
using RazorPages.Data;
|
||||
using RazorPages.Models;
|
||||
|
||||
namespace RazorPages.Pages.Climbs
|
||||
{
|
||||
public class CreateModel : PageModel
|
||||
{
|
||||
private readonly RazorPages.Data.RazorPagesClimbContext _context;
|
||||
|
||||
public CreateModel(RazorPages.Data.RazorPagesClimbContext context)
|
||||
{
|
||||
_context = context;
|
||||
}
|
||||
|
||||
public IActionResult OnGet()
|
||||
{
|
||||
return Page();
|
||||
}
|
||||
|
||||
[BindProperty]
|
||||
public Climb Climb { get; set; } = default!;
|
||||
|
||||
// For more information, see https://aka.ms/RazorPagesCRUD.
|
||||
public async Task<IActionResult> OnPostAsync()
|
||||
{
|
||||
if (!ModelState.IsValid)
|
||||
{
|
||||
return Page();
|
||||
}
|
||||
|
||||
_context.Climb.Add(Climb);
|
||||
await _context.SaveChangesAsync();
|
||||
|
||||
return RedirectToPage("./Index");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,46 @@
|
|||
@page
|
||||
@model RazorPages.Pages.Climbs.DeleteModel
|
||||
|
||||
@{
|
||||
ViewData["Title"] = "Delete";
|
||||
}
|
||||
|
||||
<h1>Delete</h1>
|
||||
|
||||
<h3>Are you sure you want to delete this?</h3>
|
||||
<div>
|
||||
<h4>Climb</h4>
|
||||
<hr />
|
||||
<dl class="row">
|
||||
<dt class="col-sm-2">
|
||||
@Html.DisplayNameFor(model => model.Climb.Name)
|
||||
</dt>
|
||||
<dd class="col-sm-10">
|
||||
@Html.DisplayFor(model => model.Climb.Name)
|
||||
</dd>
|
||||
<dt class="col-sm-2">
|
||||
@Html.DisplayNameFor(model => model.Climb.Grade)
|
||||
</dt>
|
||||
<dd class="col-sm-10">
|
||||
@Html.DisplayFor(model => model.Climb.Grade)
|
||||
</dd>
|
||||
<dt class="col-sm-2">
|
||||
@Html.DisplayNameFor(model => model.Climb.Location)
|
||||
</dt>
|
||||
<dd class="col-sm-10">
|
||||
@Html.DisplayFor(model => model.Climb.Location)
|
||||
</dd>
|
||||
<dt class="col-sm-2">
|
||||
@Html.DisplayNameFor(model => model.Climb.Description)
|
||||
</dt>
|
||||
<dd class="col-sm-10">
|
||||
@Html.DisplayFor(model => model.Climb.Description)
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<form method="post">
|
||||
<input type="hidden" asp-for="Climb.Id" />
|
||||
<input type="submit" value="Delete" class="btn btn-danger" /> |
|
||||
<a asp-page="./Index">Back to List</a>
|
||||
</form>
|
||||
</div>
|
||||
|
|
@ -0,0 +1,62 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using Microsoft.AspNetCore.Mvc.RazorPages;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using RazorPages.Data;
|
||||
using RazorPages.Models;
|
||||
|
||||
namespace RazorPages.Pages.Climbs
|
||||
{
|
||||
public class DeleteModel : PageModel
|
||||
{
|
||||
private readonly RazorPages.Data.RazorPagesClimbContext _context;
|
||||
|
||||
public DeleteModel(RazorPages.Data.RazorPagesClimbContext context)
|
||||
{
|
||||
_context = context;
|
||||
}
|
||||
|
||||
[BindProperty]
|
||||
public Climb Climb { get; set; } = default!;
|
||||
|
||||
public async Task<IActionResult> OnGetAsync(int? id)
|
||||
{
|
||||
if (id == null)
|
||||
{
|
||||
return NotFound();
|
||||
}
|
||||
|
||||
var climb = await _context.Climb.FirstOrDefaultAsync(m => m.Id == id);
|
||||
|
||||
if (climb is not null)
|
||||
{
|
||||
Climb = climb;
|
||||
|
||||
return Page();
|
||||
}
|
||||
|
||||
return NotFound();
|
||||
}
|
||||
|
||||
public async Task<IActionResult> OnPostAsync(int? id)
|
||||
{
|
||||
if (id == null)
|
||||
{
|
||||
return NotFound();
|
||||
}
|
||||
|
||||
var climb = await _context.Climb.FindAsync(id);
|
||||
if (climb != null)
|
||||
{
|
||||
Climb = climb;
|
||||
_context.Climb.Remove(Climb);
|
||||
await _context.SaveChangesAsync();
|
||||
}
|
||||
|
||||
return RedirectToPage("./Index");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,43 @@
|
|||
@page
|
||||
@model RazorPages.Pages.Climbs.DetailsModel
|
||||
|
||||
@{
|
||||
ViewData["Title"] = "Details";
|
||||
}
|
||||
|
||||
<h1>Details</h1>
|
||||
|
||||
<div>
|
||||
<h4>Climb</h4>
|
||||
<hr />
|
||||
<dl class="row">
|
||||
<dt class="col-sm-2">
|
||||
@Html.DisplayNameFor(model => model.Climb.Name)
|
||||
</dt>
|
||||
<dd class="col-sm-10">
|
||||
@Html.DisplayFor(model => model.Climb.Name)
|
||||
</dd>
|
||||
<dt class="col-sm-2">
|
||||
@Html.DisplayNameFor(model => model.Climb.Grade)
|
||||
</dt>
|
||||
<dd class="col-sm-10">
|
||||
@Html.DisplayFor(model => model.Climb.Grade)
|
||||
</dd>
|
||||
<dt class="col-sm-2">
|
||||
@Html.DisplayNameFor(model => model.Climb.Location)
|
||||
</dt>
|
||||
<dd class="col-sm-10">
|
||||
@Html.DisplayFor(model => model.Climb.Location)
|
||||
</dd>
|
||||
<dt class="col-sm-2">
|
||||
@Html.DisplayNameFor(model => model.Climb.Description)
|
||||
</dt>
|
||||
<dd class="col-sm-10">
|
||||
@Html.DisplayFor(model => model.Climb.Description)
|
||||
</dd>
|
||||
</dl>
|
||||
</div>
|
||||
<div>
|
||||
<a asp-page="./Edit" asp-route-id="@Model.Climb.Id">Edit</a> |
|
||||
<a asp-page="./Index">Back to List</a>
|
||||
</div>
|
||||
|
|
@ -0,0 +1,43 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using Microsoft.AspNetCore.Mvc.RazorPages;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using RazorPages.Data;
|
||||
using RazorPages.Models;
|
||||
|
||||
namespace RazorPages.Pages.Climbs
|
||||
{
|
||||
public class DetailsModel : PageModel
|
||||
{
|
||||
private readonly RazorPages.Data.RazorPagesClimbContext _context;
|
||||
|
||||
public DetailsModel(RazorPages.Data.RazorPagesClimbContext context)
|
||||
{
|
||||
_context = context;
|
||||
}
|
||||
|
||||
public Climb Climb { get; set; } = default!;
|
||||
|
||||
public async Task<IActionResult> OnGetAsync(int? id)
|
||||
{
|
||||
if (id == null)
|
||||
{
|
||||
return NotFound();
|
||||
}
|
||||
|
||||
var climb = await _context.Climb.FirstOrDefaultAsync(m => m.Id == id);
|
||||
|
||||
if (climb is not null)
|
||||
{
|
||||
Climb = climb;
|
||||
|
||||
return Page();
|
||||
}
|
||||
|
||||
return NotFound();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,54 @@
|
|||
@page
|
||||
@model RazorPages.Pages.Climbs.EditModel
|
||||
|
||||
@{
|
||||
ViewData["Title"] = "Edit";
|
||||
}
|
||||
|
||||
<h1>Edit</h1>
|
||||
|
||||
<h4>Climb</h4>
|
||||
<hr />
|
||||
<div class="row">
|
||||
<div class="col-md-4">
|
||||
<form method="post">
|
||||
<div asp-validation-summary="ModelOnly" class="text-danger"></div>
|
||||
<input type="hidden" asp-for="Climb.Id" />
|
||||
<div class="form-group">
|
||||
|
||||
<label asp-for="Climb.Name" class="control-label"></label>
|
||||
<input asp-for="Climb.Name" class="form-control" />
|
||||
<span asp-validation-for="Climb.Name" class="text-danger"></span>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
|
||||
<label asp-for="Climb.Grade" class="control-label"></label>
|
||||
<input asp-for="Climb.Grade" class="form-control" />
|
||||
<span asp-validation-for="Climb.Grade" class="text-danger"></span>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
|
||||
<label asp-for="Climb.Location" class="control-label"></label>
|
||||
<input asp-for="Climb.Location" class="form-control" />
|
||||
<span asp-validation-for="Climb.Location" class="text-danger"></span>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
|
||||
<label asp-for="Climb.Description" class="control-label"></label>
|
||||
<input asp-for="Climb.Description" class="form-control" />
|
||||
<span asp-validation-for="Climb.Description" class="text-danger"></span>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<input type="submit" value="Save" class="btn btn-primary" />
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<a asp-page="./Index">Back to List</a>
|
||||
</div>
|
||||
|
||||
@section Scripts {
|
||||
@{await Html.RenderPartialAsync("_ValidationScriptsPartial");}
|
||||
}
|
||||
|
|
@ -0,0 +1,77 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using Microsoft.AspNetCore.Mvc.RazorPages;
|
||||
using Microsoft.AspNetCore.Mvc.Rendering;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using RazorPages.Data;
|
||||
using RazorPages.Models;
|
||||
|
||||
namespace RazorPages.Pages.Climbs
|
||||
{
|
||||
public class EditModel : PageModel
|
||||
{
|
||||
private readonly RazorPages.Data.RazorPagesClimbContext _context;
|
||||
|
||||
public EditModel(RazorPages.Data.RazorPagesClimbContext context)
|
||||
{
|
||||
_context = context;
|
||||
}
|
||||
|
||||
[BindProperty]
|
||||
public Climb Climb { get; set; } = default!;
|
||||
|
||||
public async Task<IActionResult> OnGetAsync(int? id)
|
||||
{
|
||||
if (id == null)
|
||||
{
|
||||
return NotFound();
|
||||
}
|
||||
|
||||
var climb = await _context.Climb.FirstOrDefaultAsync(m => m.Id == id);
|
||||
if (climb == null)
|
||||
{
|
||||
return NotFound();
|
||||
}
|
||||
Climb = climb;
|
||||
return Page();
|
||||
}
|
||||
|
||||
// To protect from overposting attacks, enable the specific properties you want to bind to.
|
||||
// For more information, see https://aka.ms/RazorPagesCRUD.
|
||||
public async Task<IActionResult> OnPostAsync()
|
||||
{
|
||||
if (!ModelState.IsValid)
|
||||
{
|
||||
return Page();
|
||||
}
|
||||
|
||||
_context.Attach(Climb).State = EntityState.Modified;
|
||||
|
||||
try
|
||||
{
|
||||
await _context.SaveChangesAsync();
|
||||
}
|
||||
catch (DbUpdateConcurrencyException)
|
||||
{
|
||||
if (!ClimbExists(Climb.Id))
|
||||
{
|
||||
return NotFound();
|
||||
}
|
||||
else
|
||||
{
|
||||
throw;
|
||||
}
|
||||
}
|
||||
|
||||
return RedirectToPage("./Index");
|
||||
}
|
||||
|
||||
private bool ClimbExists(int id)
|
||||
{
|
||||
return _context.Climb.Any(e => e.Id == id);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,54 @@
|
|||
@page
|
||||
@model RazorPages.Pages.Climbs.IndexModel
|
||||
|
||||
@{
|
||||
ViewData["Title"] = "Index";
|
||||
}
|
||||
|
||||
<h1>Index</h1>
|
||||
|
||||
<p>
|
||||
<a asp-page="Create">Create New</a>
|
||||
</p>
|
||||
<table class="table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>
|
||||
@Html.DisplayNameFor(model => model.Climb[0].Name)
|
||||
</th>
|
||||
<th>
|
||||
@Html.DisplayNameFor(model => model.Climb[0].Grade)
|
||||
</th>
|
||||
<th>
|
||||
@Html.DisplayNameFor(model => model.Climb[0].Location)
|
||||
</th>
|
||||
<th>
|
||||
@Html.DisplayNameFor(model => model.Climb[0].Description)
|
||||
</th>
|
||||
<th></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@foreach (var item in Model.Climb) {
|
||||
<tr>
|
||||
<td>
|
||||
@Html.DisplayFor(modelItem => item.Name)
|
||||
</td>
|
||||
<td>
|
||||
@Html.DisplayFor(modelItem => item.Grade)
|
||||
</td>
|
||||
<td>
|
||||
@Html.DisplayFor(modelItem => item.Location)
|
||||
</td>
|
||||
<td>
|
||||
@Html.DisplayFor(modelItem => item.Description)
|
||||
</td>
|
||||
<td>
|
||||
<a asp-page="./Edit" asp-route-id="@item.Id">Edit</a> |
|
||||
<a asp-page="./Details" asp-route-id="@item.Id">Details</a> |
|
||||
<a asp-page="./Delete" asp-route-id="@item.Id">Delete</a>
|
||||
</td>
|
||||
</tr>
|
||||
}
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using Microsoft.AspNetCore.Mvc.RazorPages;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using RazorPages.Data;
|
||||
using RazorPages.Models;
|
||||
|
||||
namespace RazorPages.Pages.Climbs
|
||||
{
|
||||
public class IndexModel : PageModel
|
||||
{
|
||||
private readonly RazorPages.Data.RazorPagesClimbContext _context;
|
||||
|
||||
public IndexModel(RazorPages.Data.RazorPagesClimbContext context)
|
||||
{
|
||||
_context = context;
|
||||
}
|
||||
|
||||
public IList<Climb> Climb { get;set; } = default!;
|
||||
|
||||
public async Task OnGetAsync()
|
||||
{
|
||||
Climb = await _context.Climb.ToListAsync();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace RazorPages.Models;
|
||||
public class Climb
|
||||
{
|
||||
|
||||
public int Id {get; set;}
|
||||
public string? Name {get; set;}
|
||||
public string? Grade {get; set;}
|
||||
public string? Location {get; set;}
|
||||
public string? Description {get; set;}
|
||||
|
||||
}
|
||||
|
|
@ -26,6 +26,9 @@
|
|||
<li class="nav-item">
|
||||
<a class="nav-link text-dark" asp-area="" asp-page="/Privacy">Privacy</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link text-dark" asp-area="" asp-page="/Climbs/Index">Climbs</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,13 @@
|
|||
using Microsoft.EntityFrameworkCore;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
using RazorPages.Data;
|
||||
var builder = WebApplication.CreateBuilder(args);
|
||||
|
||||
|
||||
// Add services to the container.
|
||||
builder.Services.AddRazorPages();
|
||||
builder.Services.AddDbContext<RazorPagesClimbContext>(options =>
|
||||
options.UseSqlite(builder.Configuration.GetConnectionString("RazorPagesClimbContext") ?? throw new InvalidOperationException("Connection string 'RazorPagesClimbContext' not found.")));
|
||||
|
||||
var app = builder.Build();
|
||||
|
||||
|
|
|
|||
|
|
@ -6,4 +6,18 @@
|
|||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.2">
|
||||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
||||
<PrivateAssets>all</PrivateAssets>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore.SQLite" Version="9.0.2" />
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.2" />
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.2">
|
||||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
||||
<PrivateAssets>all</PrivateAssets>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="9.0.0" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -5,5 +5,8 @@
|
|||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*"
|
||||
"AllowedHosts": "*",
|
||||
"ConnectionStrings": {
|
||||
"RazorPagesClimbContext": "Data Source=RazorPagesClimbContext-a06ff8ad-6375-430f-af8f-f7d88752d02a.db"
|
||||
}
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
|
|
@ -13,6 +13,7 @@
|
|||
],
|
||||
"configProperties": {
|
||||
"System.GC.Server": true,
|
||||
"System.Reflection.NullabilityInfoContext.IsSupported": true,
|
||||
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,5 +5,8 @@
|
|||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*"
|
||||
"AllowedHosts": "*",
|
||||
"ConnectionStrings": {
|
||||
"RazorPagesClimbContext": "Data Source=RazorPagesClimbContext-a06ff8ad-6375-430f-af8f-f7d88752d02a.db"
|
||||
}
|
||||
}
|
||||
|
|
@ -13,7 +13,7 @@ using System.Reflection;
|
|||
[assembly: System.Reflection.AssemblyCompanyAttribute("RazorPages")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+500de57ce500fe07dd94e784ddf142d71f4e171d")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("RazorPages")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("RazorPages")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
f6da8a4e058a1fb3706e258bc8141b5e2387e0625213ac28d9799dd2b4b40c3d
|
||||
2b8c6d55d9235ff1526dc3fe0868ea9795f59ec7c1d9ee971ad9e70b501098b6
|
||||
|
|
|
|||
|
|
@ -1,11 +1,19 @@
|
|||
is_global = true
|
||||
build_property.TargetFramework = net9.0
|
||||
build_property.TargetFramework = net9.0
|
||||
build_property.TargetPlatformMinVersion =
|
||||
build_property.TargetPlatformMinVersion =
|
||||
build_property.UsingMicrosoftNETSdkWeb = true
|
||||
build_property.UsingMicrosoftNETSdkWeb = true
|
||||
build_property.ProjectTypeGuids =
|
||||
build_property.ProjectTypeGuids =
|
||||
build_property.InvariantGlobalization =
|
||||
build_property.InvariantGlobalization =
|
||||
build_property.PlatformNeutralAssembly =
|
||||
build_property.PlatformNeutralAssembly =
|
||||
build_property.EnforceExtendedAnalyzerRules =
|
||||
build_property.EnforceExtendedAnalyzerRules =
|
||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||
build_property.RootNamespace = RazorPages
|
||||
build_property.RootNamespace = RazorPages
|
||||
|
|
@ -20,6 +28,26 @@ build_property._RazorSourceGeneratorDebug =
|
|||
build_property.EffectiveAnalysisLevelStyle = 9.0
|
||||
build_property.EnableCodeStyleSeverity =
|
||||
|
||||
[/home/evansteele/Projects/RazorPages/Pages/Climbs/Create.cshtml]
|
||||
build_metadata.AdditionalFiles.TargetPath = UGFnZXMvQ2xpbWJzL0NyZWF0ZS5jc2h0bWw=
|
||||
build_metadata.AdditionalFiles.CssScope =
|
||||
|
||||
[/home/evansteele/Projects/RazorPages/Pages/Climbs/Delete.cshtml]
|
||||
build_metadata.AdditionalFiles.TargetPath = UGFnZXMvQ2xpbWJzL0RlbGV0ZS5jc2h0bWw=
|
||||
build_metadata.AdditionalFiles.CssScope =
|
||||
|
||||
[/home/evansteele/Projects/RazorPages/Pages/Climbs/Details.cshtml]
|
||||
build_metadata.AdditionalFiles.TargetPath = UGFnZXMvQ2xpbWJzL0RldGFpbHMuY3NodG1s
|
||||
build_metadata.AdditionalFiles.CssScope =
|
||||
|
||||
[/home/evansteele/Projects/RazorPages/Pages/Climbs/Edit.cshtml]
|
||||
build_metadata.AdditionalFiles.TargetPath = UGFnZXMvQ2xpbWJzL0VkaXQuY3NodG1s
|
||||
build_metadata.AdditionalFiles.CssScope =
|
||||
|
||||
[/home/evansteele/Projects/RazorPages/Pages/Climbs/Index.cshtml]
|
||||
build_metadata.AdditionalFiles.TargetPath = UGFnZXMvQ2xpbWJzL0luZGV4LmNzaHRtbA==
|
||||
build_metadata.AdditionalFiles.CssScope =
|
||||
|
||||
[/home/evansteele/Projects/RazorPages/Pages/Error.cshtml]
|
||||
build_metadata.AdditionalFiles.TargetPath = UGFnZXMvRXJyb3IuY3NodG1s
|
||||
build_metadata.AdditionalFiles.CssScope =
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1 +1 @@
|
|||
343faaf28752abda679d11aae89b0b34179fcded9d92c9fcb94318ed764ad57b
|
||||
5af0fc4591760a4cbaeeb2106dd9562efbf46f861c6d65a22a87df869b9b609b
|
||||
|
|
|
|||
|
|
@ -95,3 +95,272 @@
|
|||
/home/evansteele/Projects/RazorPages/obj/Debug/net9.0/RazorPages.pdb
|
||||
/home/evansteele/Projects/RazorPages/obj/Debug/net9.0/RazorPages.genruntimeconfig.cache
|
||||
/home/evansteele/Projects/RazorPages/obj/Debug/net9.0/ref/RazorPages.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/Azure.Core.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/Azure.Identity.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/Humanizer.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/Microsoft.AspNetCore.Razor.Language.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/Microsoft.Bcl.AsyncInterfaces.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/Microsoft.Build.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/Microsoft.Build.Framework.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/Microsoft.Build.Locator.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/Microsoft.CodeAnalysis.AnalyzerUtilities.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/Microsoft.CodeAnalysis.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/Microsoft.CodeAnalysis.CSharp.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/Microsoft.CodeAnalysis.CSharp.Features.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/Microsoft.CodeAnalysis.Elfie.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/Microsoft.CodeAnalysis.Features.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/Microsoft.CodeAnalysis.Razor.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/Microsoft.CodeAnalysis.Scripting.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/Microsoft.CodeAnalysis.Workspaces.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/Microsoft.CodeAnalysis.Workspaces.MSBuild.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/Microsoft.Data.SqlClient.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/Microsoft.Data.Sqlite.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/Microsoft.DiaSymReader.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/Microsoft.DotNet.Scaffolding.Shared.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.Abstractions.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.Design.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.Relational.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.Sqlite.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/Microsoft.EntityFrameworkCore.SqlServer.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/Microsoft.Extensions.Caching.Abstractions.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/Microsoft.Extensions.Caching.Memory.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/Microsoft.Extensions.Configuration.Abstractions.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/Microsoft.Extensions.DependencyInjection.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/Microsoft.Extensions.DependencyModel.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/Microsoft.Extensions.Logging.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/Microsoft.Extensions.Logging.Abstractions.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/Microsoft.Extensions.Options.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/Microsoft.Extensions.Primitives.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/Microsoft.Identity.Client.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/Microsoft.Identity.Client.Extensions.Msal.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/Microsoft.IdentityModel.Abstractions.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/Microsoft.IdentityModel.JsonWebTokens.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/Microsoft.IdentityModel.Logging.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/Microsoft.IdentityModel.Protocols.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/Microsoft.IdentityModel.Tokens.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/Microsoft.NET.StringTools.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/Microsoft.SqlServer.Server.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/Microsoft.VisualStudio.Web.CodeGeneration.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/Microsoft.VisualStudio.Web.CodeGeneration.Core.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/dotnet-aspnet-codegenerator-design.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/Microsoft.VisualStudio.Web.CodeGeneration.Templating.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/Microsoft.VisualStudio.Web.CodeGeneration.Utils.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/Microsoft.VisualStudio.Web.CodeGenerators.Mvc.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/Mono.TextTemplating.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/Newtonsoft.Json.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/NuGet.Common.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/NuGet.Configuration.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/NuGet.DependencyResolver.Core.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/NuGet.Frameworks.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/NuGet.LibraryModel.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/NuGet.Packaging.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/NuGet.ProjectModel.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/NuGet.Protocol.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/NuGet.Versioning.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/SQLitePCLRaw.batteries_v2.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/SQLitePCLRaw.core.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/SQLitePCLRaw.provider.e_sqlite3.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/System.ClientModel.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/System.CodeDom.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/System.Composition.AttributedModel.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/System.Composition.Convention.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/System.Composition.Hosting.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/System.Composition.Runtime.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/System.Composition.TypedParts.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/System.Configuration.ConfigurationManager.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/System.Formats.Asn1.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/System.IdentityModel.Tokens.Jwt.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/System.Memory.Data.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/System.Reflection.MetadataLoadContext.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/System.Runtime.Caching.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/System.Security.Cryptography.ProtectedData.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/System.Text.Json.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/af/Humanizer.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/ar/Humanizer.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/az/Humanizer.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/bg/Humanizer.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/bn-BD/Humanizer.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/cs/Humanizer.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/da/Humanizer.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/de/Humanizer.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/el/Humanizer.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/es/Humanizer.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/fa/Humanizer.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/fi-FI/Humanizer.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/fr/Humanizer.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/fr-BE/Humanizer.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/he/Humanizer.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/hr/Humanizer.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/hu/Humanizer.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/hy/Humanizer.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/id/Humanizer.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/is/Humanizer.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/it/Humanizer.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/ja/Humanizer.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/ko-KR/Humanizer.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/ku/Humanizer.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/lv/Humanizer.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/ms-MY/Humanizer.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/mt/Humanizer.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/nb/Humanizer.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/nb-NO/Humanizer.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/nl/Humanizer.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/pl/Humanizer.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/pt/Humanizer.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/ro/Humanizer.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/ru/Humanizer.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/sk/Humanizer.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/sl/Humanizer.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/sr/Humanizer.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/sr-Latn/Humanizer.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/sv/Humanizer.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/th-TH/Humanizer.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/tr/Humanizer.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/uk/Humanizer.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/uz-Cyrl-UZ/Humanizer.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/uz-Latn-UZ/Humanizer.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/vi/Humanizer.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/zh-CN/Humanizer.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/zh-Hans/Humanizer.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/zh-Hant/Humanizer.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.CSharp.Features.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.CSharp.Features.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.CSharp.Features.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.CSharp.Features.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.CSharp.Features.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.CSharp.Features.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.CSharp.Features.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.CSharp.Features.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Features.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.CSharp.Features.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.CSharp.Features.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Features.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Features.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.Features.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.Features.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.Features.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.Features.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.Features.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.Features.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.Features.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.Features.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.Features.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.Features.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.Features.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.Features.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.Features.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.Scripting.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.Scripting.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.Scripting.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.Scripting.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.Scripting.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.Scripting.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.Scripting.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.Scripting.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.Scripting.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.Scripting.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.Scripting.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.Scripting.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.Scripting.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/cs/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/de/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/es/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/fr/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/it/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/ja/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/ko/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/pl/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/ru/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/tr/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.resources.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/runtimes/unix/lib/net6.0/Microsoft.Data.SqlClient.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/runtimes/win/lib/net6.0/Microsoft.Data.SqlClient.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/runtimes/browser-wasm/nativeassets/net9.0/e_sqlite3.a
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/runtimes/linux-arm/native/libe_sqlite3.so
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/runtimes/linux-arm64/native/libe_sqlite3.so
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/runtimes/linux-armel/native/libe_sqlite3.so
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/runtimes/linux-mips64/native/libe_sqlite3.so
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/runtimes/linux-musl-arm/native/libe_sqlite3.so
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/runtimes/linux-musl-arm64/native/libe_sqlite3.so
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/runtimes/linux-musl-s390x/native/libe_sqlite3.so
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/runtimes/linux-musl-x64/native/libe_sqlite3.so
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/runtimes/linux-ppc64le/native/libe_sqlite3.so
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/runtimes/linux-s390x/native/libe_sqlite3.so
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/runtimes/linux-x64/native/libe_sqlite3.so
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/runtimes/linux-x86/native/libe_sqlite3.so
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/runtimes/maccatalyst-arm64/native/libe_sqlite3.dylib
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/runtimes/maccatalyst-x64/native/libe_sqlite3.dylib
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/runtimes/osx-arm64/native/libe_sqlite3.dylib
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/runtimes/osx-x64/native/libe_sqlite3.dylib
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/runtimes/win-arm/native/e_sqlite3.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/runtimes/win-arm64/native/e_sqlite3.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/runtimes/win-x64/native/e_sqlite3.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/runtimes/win-x86/native/e_sqlite3.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll
|
||||
/home/evansteele/Projects/RazorPages/bin/Debug/net9.0/runtimes/win/lib/net6.0/System.Runtime.Caching.dll
|
||||
/home/evansteele/Projects/RazorPages/obj/Debug/net9.0/RazorPages.csproj.AssemblyReference.cache
|
||||
/home/evansteele/Projects/RazorPages/obj/Debug/net9.0/RazorPages.csproj.Up2Date
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1 +1 @@
|
|||
65d30589b2a8ddff1ad529bdbf8954638332441f8735f54e045200b11c4f735a
|
||||
58174449d680bd8cec5c6054a973738670889af83342341b9cee080dffb8a84e
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -44,6 +44,32 @@
|
|||
"frameworks": {
|
||||
"net9.0": {
|
||||
"targetAlias": "net9.0",
|
||||
"dependencies": {
|
||||
"Microsoft.EntityFrameworkCore.Design": {
|
||||
"include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive",
|
||||
"suppressParent": "All",
|
||||
"target": "Package",
|
||||
"version": "[9.0.2, )"
|
||||
},
|
||||
"Microsoft.EntityFrameworkCore.SQLite": {
|
||||
"target": "Package",
|
||||
"version": "[9.0.2, )"
|
||||
},
|
||||
"Microsoft.EntityFrameworkCore.SqlServer": {
|
||||
"target": "Package",
|
||||
"version": "[9.0.2, )"
|
||||
},
|
||||
"Microsoft.EntityFrameworkCore.Tools": {
|
||||
"include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive",
|
||||
"suppressParent": "All",
|
||||
"target": "Package",
|
||||
"version": "[9.0.2, )"
|
||||
},
|
||||
"Microsoft.VisualStudio.Web.CodeGeneration.Design": {
|
||||
"target": "Package",
|
||||
"version": "[9.0.0, )"
|
||||
}
|
||||
},
|
||||
"imports": [
|
||||
"net461",
|
||||
"net462",
|
||||
|
|
|
|||
|
|
@ -12,4 +12,14 @@
|
|||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<SourceRoot Include="/home/evansteele/.nuget/packages/" />
|
||||
</ItemGroup>
|
||||
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<Import Project="$(NuGetPackageRoot)microsoft.codeanalysis.analyzers/3.3.4/buildTransitive/Microsoft.CodeAnalysis.Analyzers.props" Condition="Exists('$(NuGetPackageRoot)microsoft.codeanalysis.analyzers/3.3.4/buildTransitive/Microsoft.CodeAnalysis.Analyzers.props')" />
|
||||
<Import Project="$(NuGetPackageRoot)microsoft.entityframeworkcore/9.0.2/buildTransitive/net8.0/Microsoft.EntityFrameworkCore.props" Condition="Exists('$(NuGetPackageRoot)microsoft.entityframeworkcore/9.0.2/buildTransitive/net8.0/Microsoft.EntityFrameworkCore.props')" />
|
||||
<Import Project="$(NuGetPackageRoot)microsoft.entityframeworkcore.design/9.0.2/build/net8.0/Microsoft.EntityFrameworkCore.Design.props" Condition="Exists('$(NuGetPackageRoot)microsoft.entityframeworkcore.design/9.0.2/build/net8.0/Microsoft.EntityFrameworkCore.Design.props')" />
|
||||
</ImportGroup>
|
||||
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<PkgMicrosoft_CodeAnalysis_Analyzers Condition=" '$(PkgMicrosoft_CodeAnalysis_Analyzers)' == '' ">/home/evansteele/.nuget/packages/microsoft.codeanalysis.analyzers/3.3.4</PkgMicrosoft_CodeAnalysis_Analyzers>
|
||||
<PkgMicrosoft_CodeAnalysis_AnalyzerUtilities Condition=" '$(PkgMicrosoft_CodeAnalysis_AnalyzerUtilities)' == '' ">/home/evansteele/.nuget/packages/microsoft.codeanalysis.analyzerutilities/3.3.0</PkgMicrosoft_CodeAnalysis_AnalyzerUtilities>
|
||||
<PkgMicrosoft_EntityFrameworkCore_Tools Condition=" '$(PkgMicrosoft_EntityFrameworkCore_Tools)' == '' ">/home/evansteele/.nuget/packages/microsoft.entityframeworkcore.tools/9.0.2</PkgMicrosoft_EntityFrameworkCore_Tools>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
|
|
@ -1,2 +1,11 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" />
|
||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<Import Project="$(NuGetPackageRoot)system.text.json/9.0.2/buildTransitive/net8.0/System.Text.Json.targets" Condition="Exists('$(NuGetPackageRoot)system.text.json/9.0.2/buildTransitive/net8.0/System.Text.Json.targets')" />
|
||||
<Import Project="$(NuGetPackageRoot)sqlitepclraw.lib.e_sqlite3/2.1.10/buildTransitive/net9.0/SQLitePCLRaw.lib.e_sqlite3.targets" Condition="Exists('$(NuGetPackageRoot)sqlitepclraw.lib.e_sqlite3/2.1.10/buildTransitive/net9.0/SQLitePCLRaw.lib.e_sqlite3.targets')" />
|
||||
<Import Project="$(NuGetPackageRoot)mono.texttemplating/3.0.0/buildTransitive/Mono.TextTemplating.targets" Condition="Exists('$(NuGetPackageRoot)mono.texttemplating/3.0.0/buildTransitive/Mono.TextTemplating.targets')" />
|
||||
<Import Project="$(NuGetPackageRoot)microsoft.codeanalysis.analyzers/3.3.4/buildTransitive/Microsoft.CodeAnalysis.Analyzers.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.codeanalysis.analyzers/3.3.4/buildTransitive/Microsoft.CodeAnalysis.Analyzers.targets')" />
|
||||
<Import Project="$(NuGetPackageRoot)microsoft.extensions.options/9.0.2/buildTransitive/net8.0/Microsoft.Extensions.Options.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.options/9.0.2/buildTransitive/net8.0/Microsoft.Extensions.Options.targets')" />
|
||||
<Import Project="$(NuGetPackageRoot)microsoft.extensions.logging.abstractions/9.0.2/buildTransitive/net8.0/Microsoft.Extensions.Logging.Abstractions.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.logging.abstractions/9.0.2/buildTransitive/net8.0/Microsoft.Extensions.Logging.Abstractions.targets')" />
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
File diff suppressed because it is too large
Load Diff
|
|
@ -1,8 +1,172 @@
|
|||
{
|
||||
"version": 2,
|
||||
"dgSpecHash": "uxcJepLAm5Q=",
|
||||
"dgSpecHash": "NWmMjZrMWP0=",
|
||||
"success": true,
|
||||
"projectFilePath": "/home/evansteele/Projects/RazorPages/RazorPages.csproj",
|
||||
"expectedPackageFiles": [],
|
||||
"expectedPackageFiles": [
|
||||
"/home/evansteele/.nuget/packages/azure.core/1.38.0/azure.core.1.38.0.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/azure.identity/1.11.4/azure.identity.1.11.4.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/humanizer/2.14.1/humanizer.2.14.1.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/humanizer.core/2.14.1/humanizer.core.2.14.1.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/humanizer.core.af/2.14.1/humanizer.core.af.2.14.1.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/humanizer.core.ar/2.14.1/humanizer.core.ar.2.14.1.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/humanizer.core.az/2.14.1/humanizer.core.az.2.14.1.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/humanizer.core.bg/2.14.1/humanizer.core.bg.2.14.1.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/humanizer.core.bn-bd/2.14.1/humanizer.core.bn-bd.2.14.1.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/humanizer.core.cs/2.14.1/humanizer.core.cs.2.14.1.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/humanizer.core.da/2.14.1/humanizer.core.da.2.14.1.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/humanizer.core.de/2.14.1/humanizer.core.de.2.14.1.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/humanizer.core.el/2.14.1/humanizer.core.el.2.14.1.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/humanizer.core.es/2.14.1/humanizer.core.es.2.14.1.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/humanizer.core.fa/2.14.1/humanizer.core.fa.2.14.1.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/humanizer.core.fi-fi/2.14.1/humanizer.core.fi-fi.2.14.1.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/humanizer.core.fr/2.14.1/humanizer.core.fr.2.14.1.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/humanizer.core.fr-be/2.14.1/humanizer.core.fr-be.2.14.1.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/humanizer.core.he/2.14.1/humanizer.core.he.2.14.1.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/humanizer.core.hr/2.14.1/humanizer.core.hr.2.14.1.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/humanizer.core.hu/2.14.1/humanizer.core.hu.2.14.1.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/humanizer.core.hy/2.14.1/humanizer.core.hy.2.14.1.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/humanizer.core.id/2.14.1/humanizer.core.id.2.14.1.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/humanizer.core.is/2.14.1/humanizer.core.is.2.14.1.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/humanizer.core.it/2.14.1/humanizer.core.it.2.14.1.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/humanizer.core.ja/2.14.1/humanizer.core.ja.2.14.1.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/humanizer.core.ko-kr/2.14.1/humanizer.core.ko-kr.2.14.1.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/humanizer.core.ku/2.14.1/humanizer.core.ku.2.14.1.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/humanizer.core.lv/2.14.1/humanizer.core.lv.2.14.1.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/humanizer.core.ms-my/2.14.1/humanizer.core.ms-my.2.14.1.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/humanizer.core.mt/2.14.1/humanizer.core.mt.2.14.1.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/humanizer.core.nb/2.14.1/humanizer.core.nb.2.14.1.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/humanizer.core.nb-no/2.14.1/humanizer.core.nb-no.2.14.1.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/humanizer.core.nl/2.14.1/humanizer.core.nl.2.14.1.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/humanizer.core.pl/2.14.1/humanizer.core.pl.2.14.1.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/humanizer.core.pt/2.14.1/humanizer.core.pt.2.14.1.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/humanizer.core.ro/2.14.1/humanizer.core.ro.2.14.1.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/humanizer.core.ru/2.14.1/humanizer.core.ru.2.14.1.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/humanizer.core.sk/2.14.1/humanizer.core.sk.2.14.1.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/humanizer.core.sl/2.14.1/humanizer.core.sl.2.14.1.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/humanizer.core.sr/2.14.1/humanizer.core.sr.2.14.1.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/humanizer.core.sr-latn/2.14.1/humanizer.core.sr-latn.2.14.1.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/humanizer.core.sv/2.14.1/humanizer.core.sv.2.14.1.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/humanizer.core.th-th/2.14.1/humanizer.core.th-th.2.14.1.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/humanizer.core.tr/2.14.1/humanizer.core.tr.2.14.1.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/humanizer.core.uk/2.14.1/humanizer.core.uk.2.14.1.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/humanizer.core.uz-cyrl-uz/2.14.1/humanizer.core.uz-cyrl-uz.2.14.1.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/humanizer.core.uz-latn-uz/2.14.1/humanizer.core.uz-latn-uz.2.14.1.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/humanizer.core.vi/2.14.1/humanizer.core.vi.2.14.1.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/humanizer.core.zh-cn/2.14.1/humanizer.core.zh-cn.2.14.1.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/humanizer.core.zh-hans/2.14.1/humanizer.core.zh-hans.2.14.1.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/humanizer.core.zh-hant/2.14.1/humanizer.core.zh-hant.2.14.1.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/microsoft.aspnetcore.razor.language/6.0.24/microsoft.aspnetcore.razor.language.6.0.24.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/microsoft.bcl.asyncinterfaces/7.0.0/microsoft.bcl.asyncinterfaces.7.0.0.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/microsoft.build/17.10.4/microsoft.build.17.10.4.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/microsoft.build.framework/17.10.4/microsoft.build.framework.17.10.4.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/microsoft.build.locator/1.7.8/microsoft.build.locator.1.7.8.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/microsoft.codeanalysis.analyzers/3.3.4/microsoft.codeanalysis.analyzers.3.3.4.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/microsoft.codeanalysis.analyzerutilities/3.3.0/microsoft.codeanalysis.analyzerutilities.3.3.0.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/microsoft.codeanalysis.common/4.8.0/microsoft.codeanalysis.common.4.8.0.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/microsoft.codeanalysis.csharp/4.8.0/microsoft.codeanalysis.csharp.4.8.0.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/microsoft.codeanalysis.csharp.features/4.8.0/microsoft.codeanalysis.csharp.features.4.8.0.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/microsoft.codeanalysis.csharp.workspaces/4.8.0/microsoft.codeanalysis.csharp.workspaces.4.8.0.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/microsoft.codeanalysis.elfie/1.0.0/microsoft.codeanalysis.elfie.1.0.0.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/microsoft.codeanalysis.features/4.8.0/microsoft.codeanalysis.features.4.8.0.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/microsoft.codeanalysis.razor/6.0.24/microsoft.codeanalysis.razor.6.0.24.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/microsoft.codeanalysis.scripting.common/4.8.0/microsoft.codeanalysis.scripting.common.4.8.0.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/microsoft.codeanalysis.workspaces.common/4.8.0/microsoft.codeanalysis.workspaces.common.4.8.0.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/microsoft.codeanalysis.workspaces.msbuild/4.8.0/microsoft.codeanalysis.workspaces.msbuild.4.8.0.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/microsoft.csharp/4.5.0/microsoft.csharp.4.5.0.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/microsoft.data.sqlclient/5.1.6/microsoft.data.sqlclient.5.1.6.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/microsoft.data.sqlclient.sni.runtime/5.1.1/microsoft.data.sqlclient.sni.runtime.5.1.1.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/microsoft.data.sqlite.core/9.0.2/microsoft.data.sqlite.core.9.0.2.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/microsoft.diasymreader/2.0.0/microsoft.diasymreader.2.0.0.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/microsoft.dotnet.scaffolding.shared/9.0.0/microsoft.dotnet.scaffolding.shared.9.0.0.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/microsoft.entityframeworkcore/9.0.2/microsoft.entityframeworkcore.9.0.2.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/microsoft.entityframeworkcore.abstractions/9.0.2/microsoft.entityframeworkcore.abstractions.9.0.2.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/microsoft.entityframeworkcore.analyzers/9.0.2/microsoft.entityframeworkcore.analyzers.9.0.2.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/microsoft.entityframeworkcore.design/9.0.2/microsoft.entityframeworkcore.design.9.0.2.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/microsoft.entityframeworkcore.relational/9.0.2/microsoft.entityframeworkcore.relational.9.0.2.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/microsoft.entityframeworkcore.sqlite/9.0.2/microsoft.entityframeworkcore.sqlite.9.0.2.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/microsoft.entityframeworkcore.sqlite.core/9.0.2/microsoft.entityframeworkcore.sqlite.core.9.0.2.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/microsoft.entityframeworkcore.sqlserver/9.0.2/microsoft.entityframeworkcore.sqlserver.9.0.2.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/microsoft.entityframeworkcore.tools/9.0.2/microsoft.entityframeworkcore.tools.9.0.2.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/microsoft.extensions.caching.abstractions/9.0.2/microsoft.extensions.caching.abstractions.9.0.2.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/microsoft.extensions.caching.memory/9.0.2/microsoft.extensions.caching.memory.9.0.2.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/microsoft.extensions.configuration.abstractions/9.0.2/microsoft.extensions.configuration.abstractions.9.0.2.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/microsoft.extensions.dependencyinjection/9.0.2/microsoft.extensions.dependencyinjection.9.0.2.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/microsoft.extensions.dependencyinjection.abstractions/9.0.2/microsoft.extensions.dependencyinjection.abstractions.9.0.2.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/microsoft.extensions.dependencymodel/9.0.2/microsoft.extensions.dependencymodel.9.0.2.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/microsoft.extensions.logging/9.0.2/microsoft.extensions.logging.9.0.2.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/microsoft.extensions.logging.abstractions/9.0.2/microsoft.extensions.logging.abstractions.9.0.2.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/microsoft.extensions.options/9.0.2/microsoft.extensions.options.9.0.2.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/microsoft.extensions.primitives/9.0.2/microsoft.extensions.primitives.9.0.2.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/microsoft.identity.client/4.61.3/microsoft.identity.client.4.61.3.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/microsoft.identity.client.extensions.msal/4.61.3/microsoft.identity.client.extensions.msal.4.61.3.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/microsoft.identitymodel.abstractions/6.35.0/microsoft.identitymodel.abstractions.6.35.0.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/microsoft.identitymodel.jsonwebtokens/6.35.0/microsoft.identitymodel.jsonwebtokens.6.35.0.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/microsoft.identitymodel.logging/6.35.0/microsoft.identitymodel.logging.6.35.0.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/microsoft.identitymodel.protocols/6.35.0/microsoft.identitymodel.protocols.6.35.0.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/microsoft.identitymodel.protocols.openidconnect/6.35.0/microsoft.identitymodel.protocols.openidconnect.6.35.0.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/microsoft.identitymodel.tokens/6.35.0/microsoft.identitymodel.tokens.6.35.0.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/microsoft.net.stringtools/17.10.4/microsoft.net.stringtools.17.10.4.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/microsoft.netcore.platforms/1.1.0/microsoft.netcore.platforms.1.1.0.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/microsoft.netcore.targets/1.1.0/microsoft.netcore.targets.1.1.0.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/microsoft.sqlserver.server/1.0.0/microsoft.sqlserver.server.1.0.0.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/microsoft.visualstudio.web.codegeneration/9.0.0/microsoft.visualstudio.web.codegeneration.9.0.0.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/microsoft.visualstudio.web.codegeneration.core/9.0.0/microsoft.visualstudio.web.codegeneration.core.9.0.0.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/microsoft.visualstudio.web.codegeneration.design/9.0.0/microsoft.visualstudio.web.codegeneration.design.9.0.0.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/microsoft.visualstudio.web.codegeneration.entityframeworkcore/9.0.0/microsoft.visualstudio.web.codegeneration.entityframeworkcore.9.0.0.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/microsoft.visualstudio.web.codegeneration.templating/9.0.0/microsoft.visualstudio.web.codegeneration.templating.9.0.0.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/microsoft.visualstudio.web.codegeneration.utils/9.0.0/microsoft.visualstudio.web.codegeneration.utils.9.0.0.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/microsoft.visualstudio.web.codegenerators.mvc/9.0.0/microsoft.visualstudio.web.codegenerators.mvc.9.0.0.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/mono.texttemplating/3.0.0/mono.texttemplating.3.0.0.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/newtonsoft.json/13.0.3/newtonsoft.json.13.0.3.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/nuget.common/6.11.0/nuget.common.6.11.0.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/nuget.configuration/6.11.0/nuget.configuration.6.11.0.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/nuget.dependencyresolver.core/6.11.0/nuget.dependencyresolver.core.6.11.0.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/nuget.frameworks/6.11.0/nuget.frameworks.6.11.0.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/nuget.librarymodel/6.11.0/nuget.librarymodel.6.11.0.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/nuget.packaging/6.11.0/nuget.packaging.6.11.0.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/nuget.projectmodel/6.11.0/nuget.projectmodel.6.11.0.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/nuget.protocol/6.11.0/nuget.protocol.6.11.0.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/nuget.versioning/6.11.0/nuget.versioning.6.11.0.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/sqlitepclraw.bundle_e_sqlite3/2.1.10/sqlitepclraw.bundle_e_sqlite3.2.1.10.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/sqlitepclraw.core/2.1.10/sqlitepclraw.core.2.1.10.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/sqlitepclraw.lib.e_sqlite3/2.1.10/sqlitepclraw.lib.e_sqlite3.2.1.10.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/sqlitepclraw.provider.e_sqlite3/2.1.10/sqlitepclraw.provider.e_sqlite3.2.1.10.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/system.clientmodel/1.0.0/system.clientmodel.1.0.0.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/system.codedom/6.0.0/system.codedom.6.0.0.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/system.collections.immutable/8.0.0/system.collections.immutable.8.0.0.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/system.composition/7.0.0/system.composition.7.0.0.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/system.composition.attributedmodel/7.0.0/system.composition.attributedmodel.7.0.0.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/system.composition.convention/7.0.0/system.composition.convention.7.0.0.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/system.composition.hosting/7.0.0/system.composition.hosting.7.0.0.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/system.composition.runtime/7.0.0/system.composition.runtime.7.0.0.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/system.composition.typedparts/7.0.0/system.composition.typedparts.7.0.0.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/system.configuration.configurationmanager/8.0.0/system.configuration.configurationmanager.8.0.0.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/system.data.datasetextensions/4.5.0/system.data.datasetextensions.4.5.0.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/system.diagnostics.diagnosticsource/6.0.1/system.diagnostics.diagnosticsource.6.0.1.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/system.diagnostics.eventlog/8.0.0/system.diagnostics.eventlog.8.0.0.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/system.formats.asn1/9.0.2/system.formats.asn1.9.0.2.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/system.identitymodel.tokens.jwt/6.35.0/system.identitymodel.tokens.jwt.6.35.0.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/system.io.pipelines/7.0.0/system.io.pipelines.7.0.0.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/system.memory/4.5.4/system.memory.4.5.4.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/system.memory.data/1.0.2/system.memory.data.1.0.2.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/system.numerics.vectors/4.5.0/system.numerics.vectors.4.5.0.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/system.reflection.metadata/8.0.0/system.reflection.metadata.8.0.0.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/system.reflection.metadataloadcontext/8.0.0/system.reflection.metadataloadcontext.8.0.0.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/system.runtime/4.3.0/system.runtime.4.3.0.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/system.runtime.caching/6.0.0/system.runtime.caching.6.0.0.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/system.runtime.compilerservices.unsafe/6.0.0/system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/system.security.cryptography.cng/5.0.0/system.security.cryptography.cng.5.0.0.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/system.security.cryptography.pkcs/6.0.4/system.security.cryptography.pkcs.6.0.4.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/system.security.cryptography.protecteddata/8.0.0/system.security.cryptography.protecteddata.8.0.0.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/system.security.principal.windows/5.0.0/system.security.principal.windows.5.0.0.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/system.text.encoding/4.3.0/system.text.encoding.4.3.0.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/system.text.encoding.codepages/6.0.0/system.text.encoding.codepages.6.0.0.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/system.text.encodings.web/6.0.0/system.text.encodings.web.6.0.0.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/system.text.json/9.0.2/system.text.json.9.0.2.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/system.threading.channels/7.0.0/system.threading.channels.7.0.0.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/system.threading.tasks.dataflow/8.0.0/system.threading.tasks.dataflow.8.0.0.nupkg.sha512",
|
||||
"/home/evansteele/.nuget/packages/system.threading.tasks.extensions/4.5.4/system.threading.tasks.extensions.4.5.4.nupkg.sha512"
|
||||
],
|
||||
"logs": []
|
||||
}
|
||||
Loading…
Reference in New Issue