Removed Methods Namespace

This commit is contained in:
2024-12-29 10:46:13 -07:00
parent 0215e838e7
commit 1f8c4569ee
62 changed files with 755 additions and 171 deletions

431
.vscode/tasks.json vendored
View File

@ -28,12 +28,141 @@
"problemMatcher": "$msCompile"
},
{
"label": "Format-Rename-Whitespaces",
"label": "Build-Compare",
"command": "dotnet",
"type": "process",
"args": [
"build",
"${workspaceFolder}/Compare/AA.Compare.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
},
{
"label": "Build-Distance",
"command": "dotnet",
"type": "process",
"args": [
"build",
"${workspaceFolder}/Distance/AA.Distance.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
},
{
"label": "Build-Face",
"command": "dotnet",
"type": "process",
"args": [
"build",
"${workspaceFolder}/Face/AA.Face.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
},
{
"label": "Build-Face-Recognition-DotNet",
"command": "dotnet",
"type": "process",
"args": [
"build",
"${workspaceFolder}/FaceRecognitionDotNet/AA.FaceRecognitionDotNet.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
},
{
"label": "Build-Metadata",
"command": "dotnet",
"type": "process",
"args": [
"build",
"${workspaceFolder}/Metadata/AA.Metadata.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
},
{
"label": "Build-People",
"command": "dotnet",
"type": "process",
"args": [
"build",
"${workspaceFolder}/People/AA.People.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
},
{
"label": "Build-Rename",
"command": "dotnet",
"type": "process",
"args": [
"build",
"${workspaceFolder}/Rename/AA.Rename.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
},
{
"label": "Build-Shared",
"command": "dotnet",
"type": "process",
"args": [
"build",
"${workspaceFolder}/Shared/AA.Shared.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
},
{
"label": "Format-Compare-Whitespaces",
"command": "dotnet",
"type": "process",
"args": [
"format",
"${workspaceFolder}/Rename/AA.Rename.csproj",
"${workspaceFolder}/Compare/AA.Compare.csproj",
"whitespace"
],
"problemMatcher": "$msCompile"
},
{
"label": "Format-Distance-Whitespaces",
"command": "dotnet",
"type": "process",
"args": [
"format",
"${workspaceFolder}/Distance/AA.Distance.csproj",
"whitespace"
],
"problemMatcher": "$msCompile"
},
{
"label": "Format-Face-Whitespaces",
"command": "dotnet",
"type": "process",
"args": [
"format",
"${workspaceFolder}/Face/AA.Face.csproj",
"whitespace"
],
"problemMatcher": "$msCompile"
},
{
"label": "Format-Face-Recognition-DotNet-Whitespaces",
"command": "dotnet",
"type": "process",
"args": [
"format",
"${workspaceFolder}/FaceRecognitionDotNet/AA.FaceRecognitionDotNet.csproj",
"whitespace"
],
"problemMatcher": "$msCompile"
@ -50,12 +179,93 @@
"problemMatcher": "$msCompile"
},
{
"label": "Format-Rename",
"label": "Format-People-Whitespaces",
"command": "dotnet",
"type": "process",
"args": [
"format",
"${workspaceFolder}/People/AA.People.csproj",
"whitespace"
],
"problemMatcher": "$msCompile"
},
{
"label": "Format-Rename-Whitespaces",
"command": "dotnet",
"type": "process",
"args": [
"format",
"${workspaceFolder}/Rename/AA.Rename.csproj",
"whitespace"
],
"problemMatcher": "$msCompile"
},
{
"label": "Format-Shared-Whitespaces",
"command": "dotnet",
"type": "process",
"args": [
"format",
"${workspaceFolder}/Shared/AA.Shared.csproj",
"whitespace"
],
"problemMatcher": "$msCompile"
},
{
"label": "Format-Compare",
"command": "dotnet",
"type": "process",
"args": [
"format",
"${workspaceFolder}/Compare/AA.Compare.csproj",
"--report",
".vscode",
"--verbosity",
"detailed",
"--severity",
"warn"
],
"problemMatcher": "$msCompile"
},
{
"label": "Format-Distance",
"command": "dotnet",
"type": "process",
"args": [
"format",
"${workspaceFolder}/Distance/AA.Distance.csproj",
"--report",
".vscode",
"--verbosity",
"detailed",
"--severity",
"warn"
],
"problemMatcher": "$msCompile"
},
{
"label": "Format-Face",
"command": "dotnet",
"type": "process",
"args": [
"format",
"${workspaceFolder}/Face/AA.Face.csproj",
"--report",
".vscode",
"--verbosity",
"detailed",
"--severity",
"warn"
],
"problemMatcher": "$msCompile"
},
{
"label": "Format-Face-Recognition-DotNet",
"command": "dotnet",
"type": "process",
"args": [
"format",
"${workspaceFolder}/FaceRecognitionDotNet/AA.FaceRecognitionDotNet.csproj",
"--report",
".vscode",
"--verbosity",
@ -82,95 +292,64 @@
"problemMatcher": "$msCompile"
},
{
"label": "build-Shared",
"label": "Format-People",
"command": "dotnet",
"type": "process",
"args": [
"build",
"${workspaceFolder}/Shared/AA.Shared.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
},
{
"label": "build-Face",
"command": "dotnet",
"type": "process",
"args": [
"build",
"${workspaceFolder}/Face/AA.Face.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
},
{
"label": "build-People",
"command": "dotnet",
"type": "process",
"args": [
"build",
"format",
"${workspaceFolder}/People/AA.People.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
"--report",
".vscode",
"--verbosity",
"detailed",
"--severity",
"warn"
],
"problemMatcher": "$msCompile"
},
{
"label": "build-Distance",
"label": "Format-Rename",
"command": "dotnet",
"type": "process",
"args": [
"build",
"${workspaceFolder}/Distance/AA.Distance.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
},
{
"label": "build-Metadata",
"command": "dotnet",
"type": "process",
"args": [
"build",
"${workspaceFolder}/Metadata/AA.Metadata.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
},
{
"label": "build-FaceRecognitionDotNet",
"command": "dotnet",
"type": "process",
"args": [
"build",
"${workspaceFolder}/FaceRecognitionDotNet/AA.FaceRecognitionDotNet.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
},
{
"label": "build-Rename",
"command": "dotnet",
"type": "process",
"args": [
"build",
"format",
"${workspaceFolder}/Rename/AA.Rename.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
"--report",
".vscode",
"--verbosity",
"detailed",
"--severity",
"warn"
],
"problemMatcher": "$msCompile"
},
{
"label": "build-Compare",
"label": "Format-Shared",
"command": "dotnet",
"type": "process",
"args": [
"build",
"format",
"${workspaceFolder}/Shared/AA.Shared.csproj",
"--report",
".vscode",
"--verbosity",
"detailed",
"--severity",
"warn"
],
"problemMatcher": "$msCompile"
},
{
"label": "AOT-Compare",
"command": "dotnet",
"type": "process",
"args": [
"publish",
"-r",
"win-x64",
"-c",
"Release",
"-p:PublishAot=true",
"${workspaceFolder}/Compare/AA.Compare.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
@ -178,7 +357,92 @@
"problemMatcher": "$msCompile"
},
{
"label": "Publish AOT",
"label": "AOT-Distance",
"command": "dotnet",
"type": "process",
"args": [
"publish",
"-r",
"win-x64",
"-c",
"Release",
"-p:PublishAot=true",
"${workspaceFolder}/Distance/AA.Distance.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
},
{
"label": "AOT-Face",
"command": "dotnet",
"type": "process",
"args": [
"publish",
"-r",
"win-x64",
"-c",
"Release",
"-p:PublishAot=true",
"${workspaceFolder}/Face/AA.Face.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
},
{
"label": "AOT-Face-Recognition-DotNet",
"command": "dotnet",
"type": "process",
"args": [
"publish",
"-r",
"win-x64",
"-c",
"Release",
"-p:PublishAot=true",
"${workspaceFolder}/FaceRecognitionDotNet/AA.FaceRecognitionDotNet.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
},
{
"label": "AOT-Metadata",
"command": "dotnet",
"type": "process",
"args": [
"publish",
"-r",
"win-x64",
"-c",
"Release",
"-p:PublishAot=true",
"${workspaceFolder}/Metadata/AA.Metadata.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
},
{
"label": "AOT-People",
"command": "dotnet",
"type": "process",
"args": [
"publish",
"-r",
"win-x64",
"-c",
"Release",
"-p:PublishAot=true",
"${workspaceFolder}/People/AA.People.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
},
{
"label": "AOT-Rename",
"command": "dotnet",
"type": "process",
"args": [
@ -193,6 +457,23 @@
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
}
},
{
"label": "AOT-Shared",
"command": "dotnet",
"type": "process",
"args": [
"publish",
"-r",
"win-x64",
"-c",
"Release",
"-p:PublishAot=true",
"${workspaceFolder}/Shared/AA.Shared.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
},
]
}