init commit

This commit is contained in:
2026-08-04 06:56:44 -06:00
commit 4862002cd7
50 changed files with 2194 additions and 0 deletions
@@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v7.0", FrameworkDisplayName = ".NET 7.0")]
@@ -0,0 +1,22 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("ContactApp")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("ContactApp")]
[assembly: System.Reflection.AssemblyTitleAttribute("ContactApp")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Generated by the MSBuild WriteCodeFragment class.
@@ -0,0 +1 @@
179adf1247370440b107dc2dfb5bbe6de8400e1e
@@ -0,0 +1,11 @@
is_global = true
build_property.TargetFramework = net7.0
build_property.TargetPlatformMinVersion =
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = ContactApp
build_property.ProjectDir = /home/jashton/dev/active/2410-Contacts/ContactApp/
@@ -0,0 +1,8 @@
// <auto-generated/>
global using global::System;
global using global::System.Collections.Generic;
global using global::System.IO;
global using global::System.Linq;
global using global::System.Net.Http;
global using global::System.Threading;
global using global::System.Threading.Tasks;
Binary file not shown.
@@ -0,0 +1,22 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("Contacts")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("Contacts")]
[assembly: System.Reflection.AssemblyTitleAttribute("Contacts")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Generated by the MSBuild WriteCodeFragment class.
@@ -0,0 +1 @@
ac8a5cca5cb465ad43c1acdee69302679ed547f9
@@ -0,0 +1,17 @@
is_global = true
build_property.TargetFramework = net7.0
build_property.TargetPlatformMinVersion =
build_property.UsingMicrosoftNETSdkWeb = true
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = Contacts
build_property.RootNamespace = Contacts
build_property.ProjectDir = /Users/marcuswalker/Documents/2410-Contacts/
build_property.RazorLangVersion = 7.0
build_property.SupportLocalizedComponentNames =
build_property.GenerateRazorMetadataSourceChecksumAttributes =
build_property.MSBuildProjectDirectory = /Users/marcuswalker/Documents/2410-Contacts
build_property._RazorSourceGeneratorDebug =
@@ -0,0 +1,17 @@
// <auto-generated/>
global using global::Microsoft.AspNetCore.Builder;
global using global::Microsoft.AspNetCore.Hosting;
global using global::Microsoft.AspNetCore.Http;
global using global::Microsoft.AspNetCore.Routing;
global using global::Microsoft.Extensions.Configuration;
global using global::Microsoft.Extensions.DependencyInjection;
global using global::Microsoft.Extensions.Hosting;
global using global::Microsoft.Extensions.Logging;
global using global::System;
global using global::System.Collections.Generic;
global using global::System.IO;
global using global::System.Linq;
global using global::System.Net.Http;
global using global::System.Net.Http.Json;
global using global::System.Threading;
global using global::System.Threading.Tasks;
Binary file not shown.
@@ -0,0 +1 @@
20479485776e2d1315de5d34b1bc77d2e424ee1f
@@ -0,0 +1,124 @@
/home/jashton/dev/active/2410Contacts/bin/Debug/net7.0/Contacts
/home/jashton/dev/active/2410Contacts/bin/Debug/net7.0/Contacts.deps.json
/home/jashton/dev/active/2410Contacts/bin/Debug/net7.0/Contacts.runtimeconfig.json
/home/jashton/dev/active/2410Contacts/bin/Debug/net7.0/Contacts.dll
/home/jashton/dev/active/2410Contacts/bin/Debug/net7.0/Contacts.pdb
/home/jashton/dev/active/2410Contacts/obj/Debug/net7.0/Contacts.csproj.AssemblyReference.cache
/home/jashton/dev/active/2410Contacts/obj/Debug/net7.0/Contacts.GeneratedMSBuildEditorConfig.editorconfig
/home/jashton/dev/active/2410Contacts/obj/Debug/net7.0/Contacts.AssemblyInfoInputs.cache
/home/jashton/dev/active/2410Contacts/obj/Debug/net7.0/Contacts.AssemblyInfo.cs
/home/jashton/dev/active/2410Contacts/obj/Debug/net7.0/Contacts.csproj.CoreCompileInputs.cache
/home/jashton/dev/active/2410Contacts/obj/Debug/net7.0/Contacts.dll
/home/jashton/dev/active/2410Contacts/obj/Debug/net7.0/refint/Contacts.dll
/home/jashton/dev/active/2410Contacts/obj/Debug/net7.0/Contacts.pdb
/home/jashton/dev/active/2410Contacts/obj/Debug/net7.0/Contacts.genruntimeconfig.cache
/home/jashton/dev/active/2410Contacts/obj/Debug/net7.0/ref/Contacts.dll
/home/jashton/dev/active/2410-Contacts/bin/Debug/net7.0/Contacts
/home/jashton/dev/active/2410-Contacts/bin/Debug/net7.0/Contacts.deps.json
/home/jashton/dev/active/2410-Contacts/bin/Debug/net7.0/Contacts.runtimeconfig.json
/home/jashton/dev/active/2410-Contacts/bin/Debug/net7.0/Contacts.dll
/home/jashton/dev/active/2410-Contacts/bin/Debug/net7.0/Contacts.pdb
/home/jashton/dev/active/2410-Contacts/obj/Debug/net7.0/Contacts.csproj.AssemblyReference.cache
/home/jashton/dev/active/2410-Contacts/obj/Debug/net7.0/Contacts.GeneratedMSBuildEditorConfig.editorconfig
/home/jashton/dev/active/2410-Contacts/obj/Debug/net7.0/Contacts.AssemblyInfoInputs.cache
/home/jashton/dev/active/2410-Contacts/obj/Debug/net7.0/Contacts.AssemblyInfo.cs
/home/jashton/dev/active/2410-Contacts/obj/Debug/net7.0/Contacts.csproj.CoreCompileInputs.cache
/home/jashton/dev/active/2410-Contacts/obj/Debug/net7.0/Contacts.dll
/home/jashton/dev/active/2410-Contacts/obj/Debug/net7.0/refint/Contacts.dll
/home/jashton/dev/active/2410-Contacts/obj/Debug/net7.0/Contacts.pdb
/home/jashton/dev/active/2410-Contacts/obj/Debug/net7.0/Contacts.genruntimeconfig.cache
/home/jashton/dev/active/2410-Contacts/obj/Debug/net7.0/ref/Contacts.dll
/home/jashton/dev/active/2410-contacts/bin/Debug/net7.0/appsettings.Development.json
/home/jashton/dev/active/2410-contacts/bin/Debug/net7.0/appsettings.json
/home/jashton/dev/active/2410-contacts/bin/Debug/net7.0/Contacts.staticwebassets.runtime.json
/home/jashton/dev/active/2410-contacts/obj/Debug/net7.0/Contacts.MvcApplicationPartsAssemblyInfo.cache
/home/jashton/dev/active/2410-contacts/obj/Debug/net7.0/Contacts.RazorAssemblyInfo.cache
/home/jashton/dev/active/2410-contacts/obj/Debug/net7.0/Contacts.RazorAssemblyInfo.cs
/home/jashton/dev/active/2410-contacts/obj/Debug/net7.0/staticwebassets/msbuild.Contacts.Microsoft.AspNetCore.StaticWebAssets.props
/home/jashton/dev/active/2410-contacts/obj/Debug/net7.0/staticwebassets/msbuild.build.Contacts.props
/home/jashton/dev/active/2410-contacts/obj/Debug/net7.0/staticwebassets/msbuild.buildMultiTargeting.Contacts.props
/home/jashton/dev/active/2410-contacts/obj/Debug/net7.0/staticwebassets/msbuild.buildTransitive.Contacts.props
/home/jashton/dev/active/2410-contacts/obj/Debug/net7.0/staticwebassets.pack.json
/home/jashton/dev/active/2410-contacts/obj/Debug/net7.0/staticwebassets.build.json
/home/jashton/dev/active/2410-contacts/obj/Debug/net7.0/staticwebassets.development.json
/home/jashton/dev/active/2410-contacts/obj/Debug/net7.0/scopedcss/Pages/Shared/_Layout.cshtml.rz.scp.css
/home/jashton/dev/active/2410-contacts/obj/Debug/net7.0/scopedcss/bundle/Contacts.styles.css
/home/jashton/dev/active/2410-contacts/obj/Debug/net7.0/scopedcss/projectbundle/Contacts.bundle.scp.css
C:/Users/Marcus/Desktop/contacts-console/bin/Debug/net7.0/Contacts.exe
C:/Users/Marcus/Desktop/contacts-console/bin/Debug/net7.0/Contacts.deps.json
C:/Users/Marcus/Desktop/contacts-console/bin/Debug/net7.0/Contacts.runtimeconfig.json
C:/Users/Marcus/Desktop/contacts-console/bin/Debug/net7.0/Contacts.dll
C:/Users/Marcus/Desktop/contacts-console/bin/Debug/net7.0/Contacts.pdb
C:/Users/Marcus/Desktop/contacts-console/obj/Debug/net7.0/Contacts.csproj.AssemblyReference.cache
C:/Users/Marcus/Desktop/contacts-console/obj/Debug/net7.0/Contacts.GeneratedMSBuildEditorConfig.editorconfig
C:/Users/Marcus/Desktop/contacts-console/obj/Debug/net7.0/Contacts.AssemblyInfoInputs.cache
C:/Users/Marcus/Desktop/contacts-console/obj/Debug/net7.0/Contacts.AssemblyInfo.cs
C:/Users/Marcus/Desktop/contacts-console/obj/Debug/net7.0/Contacts.csproj.CoreCompileInputs.cache
C:/Users/Marcus/Desktop/contacts-console/obj/Debug/net7.0/Contacts.MvcApplicationPartsAssemblyInfo.cache
C:/Users/Marcus/Desktop/contacts-console/obj/Debug/net7.0/staticwebassets/msbuild.Contacts.Microsoft.AspNetCore.StaticWebAssets.props
C:/Users/Marcus/Desktop/contacts-console/obj/Debug/net7.0/staticwebassets/msbuild.build.Contacts.props
C:/Users/Marcus/Desktop/contacts-console/obj/Debug/net7.0/staticwebassets/msbuild.buildMultiTargeting.Contacts.props
C:/Users/Marcus/Desktop/contacts-console/obj/Debug/net7.0/staticwebassets/msbuild.buildTransitive.Contacts.props
C:/Users/Marcus/Desktop/contacts-console/obj/Debug/net7.0/staticwebassets.pack.json
C:/Users/Marcus/Desktop/contacts-console/obj/Debug/net7.0/staticwebassets.build.json
C:/Users/Marcus/Desktop/contacts-console/obj/Debug/net7.0/staticwebassets.development.json
C:/Users/Marcus/Desktop/contacts-console/obj/Debug/net7.0/scopedcss/bundle/Contacts.styles.css
C:/Users/Marcus/Desktop/contacts-console/obj/Debug/net7.0/Contacts.dll
C:/Users/Marcus/Desktop/contacts-console/obj/Debug/net7.0/refint/Contacts.dll
C:/Users/Marcus/Desktop/contacts-console/obj/Debug/net7.0/Contacts.pdb
C:/Users/Marcus/Desktop/contacts-console/obj/Debug/net7.0/Contacts.genruntimeconfig.cache
C:/Users/Marcus/Desktop/contacts-console/obj/Debug/net7.0/ref/Contacts.dll
C:/Users/overw/source/repos/2410-Contacts/bin/Debug/net7.0/Contacts.exe
C:/Users/overw/source/repos/2410-Contacts/bin/Debug/net7.0/Contacts.deps.json
C:/Users/overw/source/repos/2410-Contacts/bin/Debug/net7.0/Contacts.runtimeconfig.json
C:/Users/overw/source/repos/2410-Contacts/bin/Debug/net7.0/Contacts.dll
C:/Users/overw/source/repos/2410-Contacts/bin/Debug/net7.0/Contacts.pdb
C:/Users/overw/source/repos/2410-Contacts/obj/Debug/net7.0/Contacts.csproj.AssemblyReference.cache
C:/Users/overw/source/repos/2410-Contacts/obj/Debug/net7.0/Contacts.GeneratedMSBuildEditorConfig.editorconfig
C:/Users/overw/source/repos/2410-Contacts/obj/Debug/net7.0/Contacts.AssemblyInfoInputs.cache
C:/Users/overw/source/repos/2410-Contacts/obj/Debug/net7.0/Contacts.AssemblyInfo.cs
C:/Users/overw/source/repos/2410-Contacts/obj/Debug/net7.0/Contacts.csproj.CoreCompileInputs.cache
C:/Users/overw/source/repos/2410-Contacts/obj/Debug/net7.0/Contacts.MvcApplicationPartsAssemblyInfo.cache
C:/Users/overw/source/repos/2410-Contacts/obj/Debug/net7.0/staticwebassets/msbuild.Contacts.Microsoft.AspNetCore.StaticWebAssets.props
C:/Users/overw/source/repos/2410-Contacts/obj/Debug/net7.0/staticwebassets/msbuild.build.Contacts.props
C:/Users/overw/source/repos/2410-Contacts/obj/Debug/net7.0/staticwebassets/msbuild.buildMultiTargeting.Contacts.props
C:/Users/overw/source/repos/2410-Contacts/obj/Debug/net7.0/staticwebassets/msbuild.buildTransitive.Contacts.props
C:/Users/overw/source/repos/2410-Contacts/obj/Debug/net7.0/staticwebassets.pack.json
C:/Users/overw/source/repos/2410-Contacts/obj/Debug/net7.0/staticwebassets.build.json
C:/Users/overw/source/repos/2410-Contacts/obj/Debug/net7.0/staticwebassets.development.json
C:/Users/overw/source/repos/2410-Contacts/obj/Debug/net7.0/scopedcss/bundle/Contacts.styles.css
C:/Users/overw/source/repos/2410-Contacts/obj/Debug/net7.0/Contacts.dll
C:/Users/overw/source/repos/2410-Contacts/obj/Debug/net7.0/refint/Contacts.dll
C:/Users/overw/source/repos/2410-Contacts/obj/Debug/net7.0/Contacts.pdb
C:/Users/overw/source/repos/2410-Contacts/obj/Debug/net7.0/Contacts.genruntimeconfig.cache
C:/Users/overw/source/repos/2410-Contacts/obj/Debug/net7.0/ref/Contacts.dll
C:/Users/Marcus/Desktop/contacts-console/bin/Debug/net7.0/Crayon.dll
C:/Users/Marcus/Desktop/contacts-console/obj/Debug/net7.0/Contacts.csproj.CopyComplete
C:/Users/overw/source/repos/2410-Contacts/bin/Debug/net7.0/Crayon.dll
C:/Users/overw/source/repos/2410-Contacts/obj/Debug/net7.0/Contacts.csproj.CopyComplete
/Users/marcuswalker/Documents/2410-Contacts/bin/Debug/net7.0/Contacts
/Users/marcuswalker/Documents/2410-Contacts/bin/Debug/net7.0/Contacts.deps.json
/Users/marcuswalker/Documents/2410-Contacts/bin/Debug/net7.0/Contacts.runtimeconfig.json
/Users/marcuswalker/Documents/2410-Contacts/bin/Debug/net7.0/Contacts.dll
/Users/marcuswalker/Documents/2410-Contacts/bin/Debug/net7.0/Contacts.pdb
/Users/marcuswalker/Documents/2410-Contacts/bin/Debug/net7.0/Crayon.dll
/Users/marcuswalker/Documents/2410-Contacts/obj/Debug/net7.0/Contacts.csproj.AssemblyReference.cache
/Users/marcuswalker/Documents/2410-Contacts/obj/Debug/net7.0/Contacts.GeneratedMSBuildEditorConfig.editorconfig
/Users/marcuswalker/Documents/2410-Contacts/obj/Debug/net7.0/Contacts.AssemblyInfoInputs.cache
/Users/marcuswalker/Documents/2410-Contacts/obj/Debug/net7.0/Contacts.AssemblyInfo.cs
/Users/marcuswalker/Documents/2410-Contacts/obj/Debug/net7.0/Contacts.csproj.CoreCompileInputs.cache
/Users/marcuswalker/Documents/2410-Contacts/obj/Debug/net7.0/Contacts.MvcApplicationPartsAssemblyInfo.cache
/Users/marcuswalker/Documents/2410-Contacts/obj/Debug/net7.0/staticwebassets/msbuild.Contacts.Microsoft.AspNetCore.StaticWebAssets.props
/Users/marcuswalker/Documents/2410-Contacts/obj/Debug/net7.0/staticwebassets/msbuild.build.Contacts.props
/Users/marcuswalker/Documents/2410-Contacts/obj/Debug/net7.0/staticwebassets/msbuild.buildMultiTargeting.Contacts.props
/Users/marcuswalker/Documents/2410-Contacts/obj/Debug/net7.0/staticwebassets/msbuild.buildTransitive.Contacts.props
/Users/marcuswalker/Documents/2410-Contacts/obj/Debug/net7.0/staticwebassets.pack.json
/Users/marcuswalker/Documents/2410-Contacts/obj/Debug/net7.0/staticwebassets.build.json
/Users/marcuswalker/Documents/2410-Contacts/obj/Debug/net7.0/staticwebassets.development.json
/Users/marcuswalker/Documents/2410-Contacts/obj/Debug/net7.0/scopedcss/bundle/Contacts.styles.css
/Users/marcuswalker/Documents/2410-Contacts/obj/Debug/net7.0/Contacts.csproj.CopyComplete
/Users/marcuswalker/Documents/2410-Contacts/obj/Debug/net7.0/Contacts.dll
/Users/marcuswalker/Documents/2410-Contacts/obj/Debug/net7.0/refint/Contacts.dll
/Users/marcuswalker/Documents/2410-Contacts/obj/Debug/net7.0/Contacts.pdb
/Users/marcuswalker/Documents/2410-Contacts/obj/Debug/net7.0/Contacts.genruntimeconfig.cache
/Users/marcuswalker/Documents/2410-Contacts/obj/Debug/net7.0/ref/Contacts.dll
Binary file not shown.
@@ -0,0 +1 @@
7a96de072f111734042ad45faa57d5c212ab845a
Binary file not shown.
BIN
View File
Binary file not shown.
Binary file not shown.
Binary file not shown.