Archived
Private
Public Access
1
0

Initial commit

This commit is contained in:
2022-09-04 12:45:01 +02:00
commit f4a01d6a69
11601 changed files with 4206660 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
using System;
using CommandManager.Attributes;
namespace ManagerTester.Commands {
[Command(Name = "test", Alias = new[]{"test2", "test3"}, Description = "This is a Test Command")]
public class TestCmd {
[CommandArgument(ArgNum = 0, Name = "Vorname", Suggestions = new[]{"Werner", "Alfred"})]
public string FirstName { get; set; }
[CommandArgument(ArgNum = 1, Name = "Nachname", Suggestions = new[]{"Meyer", "Müller"})]
public string LastName { get; set; }
[CommandHandler]
public void OnCommand() {
Console.WriteLine(FirstName + " " + LastName);
}
}
}

View File

@@ -0,0 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\CommandManager\CommandManager.csproj" />
</ItemGroup>
</Project>

View File

@@ -0,0 +1,9 @@
using CommandManager;
namespace ManagerTester {
class Program {
static void Main(string[] args) {
CommandExecuter.InitializeCommands();
}
}
}

View File

@@ -0,0 +1,36 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v5.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v5.0": {
"ManagerTester/1.0.0": {
"dependencies": {
"CommandManager": "1.0.0"
},
"runtime": {
"ManagerTester.dll": {}
}
},
"CommandManager/1.0.0": {
"runtime": {
"CommandManager.dll": {}
}
}
}
},
"libraries": {
"ManagerTester/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"CommandManager/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
}
}
}

View File

@@ -0,0 +1,9 @@
{
"runtimeOptions": {
"additionalProbingPaths": [
"C:\\Users\\leon\\.dotnet\\store\\|arch|\\|tfm|",
"C:\\Users\\leon\\.nuget\\packages",
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
]
}
}

View File

@@ -0,0 +1,9 @@
{
"runtimeOptions": {
"tfm": "net5.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "5.0.0"
}
}
}

View File

@@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")]

View File

@@ -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("ManagerTester")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("ManagerTester")]
[assembly: System.Reflection.AssemblyTitleAttribute("ManagerTester")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Von der MSBuild WriteCodeFragment-Klasse generiert.

View File

@@ -0,0 +1 @@
be25af3e29254429e9ed1d50ca0411a98b85b79c

View File

@@ -0,0 +1,8 @@
is_global = true
build_property.TargetFramework = net5.0
build_property.TargetPlatformMinVersion =
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.PublishSingleFile =
build_property.IncludeAllContentForSelfExtract =
build_property._SupportedPlatformList = Android,iOS,Linux,macOS,Windows

View File

@@ -0,0 +1 @@
715f26bef25ee03981c69428a2a00315ca3acc9a

View File

@@ -0,0 +1,19 @@
D:\Programmierstuff\C#\CommandManager\ManagerTester\bin\Debug\net5.0\ManagerTester.exe
D:\Programmierstuff\C#\CommandManager\ManagerTester\bin\Debug\net5.0\ManagerTester.deps.json
D:\Programmierstuff\C#\CommandManager\ManagerTester\bin\Debug\net5.0\ManagerTester.runtimeconfig.json
D:\Programmierstuff\C#\CommandManager\ManagerTester\bin\Debug\net5.0\ManagerTester.runtimeconfig.dev.json
D:\Programmierstuff\C#\CommandManager\ManagerTester\bin\Debug\net5.0\ManagerTester.dll
D:\Programmierstuff\C#\CommandManager\ManagerTester\bin\Debug\net5.0\ref\ManagerTester.dll
D:\Programmierstuff\C#\CommandManager\ManagerTester\bin\Debug\net5.0\ManagerTester.pdb
D:\Programmierstuff\C#\CommandManager\ManagerTester\bin\Debug\net5.0\CommandManager.dll
D:\Programmierstuff\C#\CommandManager\ManagerTester\bin\Debug\net5.0\CommandManager.pdb
D:\Programmierstuff\C#\CommandManager\ManagerTester\obj\Debug\net5.0\ManagerTester.csproj.AssemblyReference.cache
D:\Programmierstuff\C#\CommandManager\ManagerTester\obj\Debug\net5.0\ManagerTester.GeneratedMSBuildEditorConfig.editorconfig
D:\Programmierstuff\C#\CommandManager\ManagerTester\obj\Debug\net5.0\ManagerTester.AssemblyInfoInputs.cache
D:\Programmierstuff\C#\CommandManager\ManagerTester\obj\Debug\net5.0\ManagerTester.AssemblyInfo.cs
D:\Programmierstuff\C#\CommandManager\ManagerTester\obj\Debug\net5.0\ManagerTester.csproj.CoreCompileInputs.cache
D:\Programmierstuff\C#\CommandManager\ManagerTester\obj\Debug\net5.0\ManagerTester.csproj.CopyComplete
D:\Programmierstuff\C#\CommandManager\ManagerTester\obj\Debug\net5.0\ManagerTester.dll
D:\Programmierstuff\C#\CommandManager\ManagerTester\obj\Debug\net5.0\ref\ManagerTester.dll
D:\Programmierstuff\C#\CommandManager\ManagerTester\obj\Debug\net5.0\ManagerTester.pdb
D:\Programmierstuff\C#\CommandManager\ManagerTester\obj\Debug\net5.0\ManagerTester.genruntimeconfig.cache

View File

@@ -0,0 +1 @@
a253c47829891b4d4cafd63d9707e2ad458a7f5d

View File

@@ -0,0 +1,128 @@
{
"format": 1,
"restore": {
"D:\\Programmierstuff\\C#\\CommandManager\\ManagerTester\\ManagerTester.csproj": {}
},
"projects": {
"D:\\Programmierstuff\\C#\\CommandManager\\CommandManager\\CommandManager.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "D:\\Programmierstuff\\C#\\CommandManager\\CommandManager\\CommandManager.csproj",
"projectName": "CommandManager",
"projectPath": "D:\\Programmierstuff\\C#\\CommandManager\\CommandManager\\CommandManager.csproj",
"packagesPath": "C:\\Users\\leon\\.nuget\\packages\\",
"outputPath": "D:\\Programmierstuff\\C#\\CommandManager\\CommandManager\\obj\\",
"projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
],
"configFilePaths": [
"C:\\Users\\leon\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
],
"originalTargetFrameworks": [
"net5.0"
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net5.0": {
"targetAlias": "net5.0",
"projectReferences": {}
}
},
"warningProperties": {
"warnAsError": [
"NU1605"
]
}
},
"frameworks": {
"net5.0": {
"targetAlias": "net5.0",
"imports": [
"net461",
"net462",
"net47",
"net471",
"net472",
"net48"
],
"assetTargetFallback": true,
"warn": true,
"frameworkReferences": {
"Microsoft.NETCore.App": {
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.302\\RuntimeIdentifierGraph.json"
}
}
},
"D:\\Programmierstuff\\C#\\CommandManager\\ManagerTester\\ManagerTester.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "D:\\Programmierstuff\\C#\\CommandManager\\ManagerTester\\ManagerTester.csproj",
"projectName": "ManagerTester",
"projectPath": "D:\\Programmierstuff\\C#\\CommandManager\\ManagerTester\\ManagerTester.csproj",
"packagesPath": "C:\\Users\\leon\\.nuget\\packages\\",
"outputPath": "D:\\Programmierstuff\\C#\\CommandManager\\ManagerTester\\obj\\",
"projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
],
"configFilePaths": [
"C:\\Users\\leon\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
],
"originalTargetFrameworks": [
"net5.0"
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net5.0": {
"targetAlias": "net5.0",
"projectReferences": {
"D:\\Programmierstuff\\C#\\CommandManager\\CommandManager\\CommandManager.csproj": {
"projectPath": "D:\\Programmierstuff\\C#\\CommandManager\\CommandManager\\CommandManager.csproj"
}
}
}
},
"warningProperties": {
"warnAsError": [
"NU1605"
]
}
},
"frameworks": {
"net5.0": {
"targetAlias": "net5.0",
"imports": [
"net461",
"net462",
"net47",
"net471",
"net472",
"net48"
],
"assetTargetFallback": true,
"warn": true,
"frameworkReferences": {
"Microsoft.NETCore.App": {
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.302\\RuntimeIdentifierGraph.json"
}
}
}
}
}

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\leon\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.2.0</NuGetToolVersion>
</PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="C:\Users\leon\.nuget\packages\" />
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
</ItemGroup>
</Project>

View File

@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" />

View File

@@ -0,0 +1,95 @@
{
"version": 3,
"targets": {
"net5.0": {
"CommandManager/1.0.0": {
"type": "project",
"framework": ".NETCoreApp,Version=v5.0",
"compile": {
"bin/placeholder/CommandManager.dll": {}
},
"runtime": {
"bin/placeholder/CommandManager.dll": {}
}
}
}
},
"libraries": {
"CommandManager/1.0.0": {
"type": "project",
"path": "../CommandManager/CommandManager.csproj",
"msbuildProject": "../CommandManager/CommandManager.csproj"
}
},
"projectFileDependencyGroups": {
"net5.0": [
"CommandManager >= 1.0.0"
]
},
"packageFolders": {
"C:\\Users\\leon\\.nuget\\packages\\": {},
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
},
"project": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "D:\\Programmierstuff\\C#\\CommandManager\\ManagerTester\\ManagerTester.csproj",
"projectName": "ManagerTester",
"projectPath": "D:\\Programmierstuff\\C#\\CommandManager\\ManagerTester\\ManagerTester.csproj",
"packagesPath": "C:\\Users\\leon\\.nuget\\packages\\",
"outputPath": "D:\\Programmierstuff\\C#\\CommandManager\\ManagerTester\\obj\\",
"projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
],
"configFilePaths": [
"C:\\Users\\leon\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
],
"originalTargetFrameworks": [
"net5.0"
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net5.0": {
"targetAlias": "net5.0",
"projectReferences": {
"D:\\Programmierstuff\\C#\\CommandManager\\CommandManager\\CommandManager.csproj": {
"projectPath": "D:\\Programmierstuff\\C#\\CommandManager\\CommandManager\\CommandManager.csproj"
}
}
}
},
"warningProperties": {
"warnAsError": [
"NU1605"
]
}
},
"frameworks": {
"net5.0": {
"targetAlias": "net5.0",
"imports": [
"net461",
"net462",
"net47",
"net471",
"net472",
"net48"
],
"assetTargetFallback": true,
"warn": true,
"frameworkReferences": {
"Microsoft.NETCore.App": {
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.302\\RuntimeIdentifierGraph.json"
}
}
}
}

View File

@@ -0,0 +1,8 @@
{
"version": 2,
"dgSpecHash": "any0KsW7iKn+pyxCD9IPQAT9W1xaM37W2tqpochHmLOy8FmnRH49rVcFuzDKCR4kZ9pnfXuAnXfWeaWPMdCpUw==",
"success": true,
"projectFilePath": "D:\\Programmierstuff\\C#\\CommandManager\\ManagerTester\\ManagerTester.csproj",
"expectedPackageFiles": [],
"logs": []
}

View File

@@ -0,0 +1 @@
"restore":{"projectUniqueName":"D:\\Programmierstuff\\C#\\CommandManager\\ManagerTester\\ManagerTester.csproj","projectName":"ManagerTester","projectPath":"D:\\Programmierstuff\\C#\\CommandManager\\ManagerTester\\ManagerTester.csproj","outputPath":"D:\\Programmierstuff\\C#\\CommandManager\\ManagerTester\\obj\\","projectStyle":"PackageReference","fallbackFolders":["C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"],"originalTargetFrameworks":["net5.0"],"sources":{"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\":{},"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net5.0":{"targetAlias":"net5.0","projectReferences":{"D:\\Programmierstuff\\C#\\CommandManager\\CommandManager\\CommandManager.csproj":{"projectPath":"D:\\Programmierstuff\\C#\\CommandManager\\CommandManager\\CommandManager.csproj"}}}},"warningProperties":{"warnAsError":["NU1605"]}}"frameworks":{"net5.0":{"targetAlias":"net5.0","imports":["net461","net462","net47","net471","net472","net48"],"assetTargetFallback":true,"warn":true,"frameworkReferences":{"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"C:\\Program Files\\dotnet\\sdk\\5.0.302\\RuntimeIdentifierGraph.json"}}

View File

@@ -0,0 +1 @@
16615942723708016