master
Dr. Sascha Woitschetzki 2024-03-07 08:39:25 +07:00
commit 7c6e08a991
26 changed files with 281 additions and 0 deletions

@ -0,0 +1,20 @@
namespace MyApp
{
internal class Program
{
static void Main(string[] args)
{
if (args.Length == 0)
{
Console.WriteLine("Hello World!");
}
else
{
for (int i = 0; i < args.Length; i++)
{
Console.WriteLine($"Hello {args[i]}!");
}
}
}
}
}

Binary file not shown.

@ -0,0 +1,23 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v8.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v8.0": {
"csharp/1.0.0": {
"runtime": {
"csharp.dll": {}
}
}
}
},
"libraries": {
"csharp/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
}
}
}

Binary file not shown.

Binary file not shown.

@ -0,0 +1,12 @@
{
"runtimeOptions": {
"tfm": "net8.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "8.0.0"
},
"configProperties": {
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}

@ -0,0 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>

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

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("csharp")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("csharp")]
[assembly: System.Reflection.AssemblyTitleAttribute("csharp")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Generated by the MSBuild WriteCodeFragment class.

@ -0,0 +1 @@
fdb310684555c93fdd6a6540d77dca1d57976f1e92e58023ebeda0262dc98637

@ -0,0 +1,13 @@
is_global = true
build_property.TargetFramework = net8.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 = csharp
build_property.ProjectDir = /home/sascha/csharp/
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =

@ -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;

@ -0,0 +1 @@
b3efba37a2418da22b9718312c71a268faa30f98ae67c6727ae274bbd94c4522

@ -0,0 +1,14 @@
/home/sascha/csharp/bin/Debug/net8.0/csharp
/home/sascha/csharp/bin/Debug/net8.0/csharp.deps.json
/home/sascha/csharp/bin/Debug/net8.0/csharp.runtimeconfig.json
/home/sascha/csharp/bin/Debug/net8.0/csharp.dll
/home/sascha/csharp/bin/Debug/net8.0/csharp.pdb
/home/sascha/csharp/obj/Debug/net8.0/csharp.GeneratedMSBuildEditorConfig.editorconfig
/home/sascha/csharp/obj/Debug/net8.0/csharp.AssemblyInfoInputs.cache
/home/sascha/csharp/obj/Debug/net8.0/csharp.AssemblyInfo.cs
/home/sascha/csharp/obj/Debug/net8.0/csharp.csproj.CoreCompileInputs.cache
/home/sascha/csharp/obj/Debug/net8.0/csharp.dll
/home/sascha/csharp/obj/Debug/net8.0/refint/csharp.dll
/home/sascha/csharp/obj/Debug/net8.0/csharp.pdb
/home/sascha/csharp/obj/Debug/net8.0/csharp.genruntimeconfig.cache
/home/sascha/csharp/obj/Debug/net8.0/ref/csharp.dll

Binary file not shown.

@ -0,0 +1 @@
53fc208855379658a7d35c163c18fd8bc2283b1adf6f2f96978d3ee4306aa2b2

Binary file not shown.

Binary file not shown.

@ -0,0 +1,61 @@
{
"format": 1,
"restore": {
"/home/sascha/csharp/csharp.csproj": {}
},
"projects": {
"/home/sascha/csharp/csharp.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "/home/sascha/csharp/csharp.csproj",
"projectName": "csharp",
"projectPath": "/home/sascha/csharp/csharp.csproj",
"packagesPath": "/home/sascha/.nuget/packages/",
"outputPath": "/home/sascha/csharp/obj/",
"projectStyle": "PackageReference",
"configFilePaths": [
"/home/sascha/.nuget/NuGet/NuGet.Config"
],
"originalTargetFrameworks": [
"net8.0"
],
"sources": {
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net8.0": {
"targetAlias": "net8.0",
"projectReferences": {}
}
},
"warningProperties": {
"warnAsError": [
"NU1605"
]
}
},
"frameworks": {
"net8.0": {
"targetAlias": "net8.0",
"imports": [
"net461",
"net462",
"net47",
"net471",
"net472",
"net48",
"net481"
],
"assetTargetFallback": true,
"warn": true,
"frameworkReferences": {
"Microsoft.NETCore.App": {
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "/usr/lib/dotnet/sdk/8.0.102/PortableRuntimeIdentifierGraph.json"
}
}
}
}
}

@ -0,0 +1,15 @@
<?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)' == '' ">/home/sascha/.nuget/packages/</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">/home/sascha/.nuget/packages/</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.8.1</NuGetToolVersion>
</PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="/home/sascha/.nuget/packages/" />
</ItemGroup>
</Project>

@ -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" />

@ -0,0 +1,66 @@
{
"version": 3,
"targets": {
"net8.0": {}
},
"libraries": {},
"projectFileDependencyGroups": {
"net8.0": []
},
"packageFolders": {
"/home/sascha/.nuget/packages/": {}
},
"project": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "/home/sascha/csharp/csharp.csproj",
"projectName": "csharp",
"projectPath": "/home/sascha/csharp/csharp.csproj",
"packagesPath": "/home/sascha/.nuget/packages/",
"outputPath": "/home/sascha/csharp/obj/",
"projectStyle": "PackageReference",
"configFilePaths": [
"/home/sascha/.nuget/NuGet/NuGet.Config"
],
"originalTargetFrameworks": [
"net8.0"
],
"sources": {
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net8.0": {
"targetAlias": "net8.0",
"projectReferences": {}
}
},
"warningProperties": {
"warnAsError": [
"NU1605"
]
}
},
"frameworks": {
"net8.0": {
"targetAlias": "net8.0",
"imports": [
"net461",
"net462",
"net47",
"net471",
"net472",
"net48",
"net481"
],
"assetTargetFallback": true,
"warn": true,
"frameworkReferences": {
"Microsoft.NETCore.App": {
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "/usr/lib/dotnet/sdk/8.0.102/PortableRuntimeIdentifierGraph.json"
}
}
}
}

@ -0,0 +1,8 @@
{
"version": 2,
"dgSpecHash": "XZhECQjxwC80x+Ig39yVbwYoNJfPFdqC02RJePctrEIrjbj33sFijLfXO3xdcrKLJWobbFURwveRtZCQaAfMSw==",
"success": true,
"projectFilePath": "/home/sascha/csharp/csharp.csproj",
"expectedPackageFiles": [],
"logs": []
}