Rider optimization

master
Dr. Sascha Woitschetzki 2024-03-07 09:07:13 +07:00
parent 90b7fa7f5c
commit 8a5d647245
14 changed files with 31 additions and 18 deletions

@ -0,0 +1,13 @@
# Default ignored files
/shelf/
/workspace.xml
# Rider ignored files
/projectSettingsUpdater.xml
/.idea.csharp.iml
/modules.xml
/contentModel.xml
# Editor-based HTTP Client requests
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="Encoding" addBOMForNewFiles="with BOM under Windows, with no BOM otherwise" />
</project>

@ -1,20 +1,13 @@
namespace MyApp
namespace csharp;
internal abstract class Program
{
internal class Program
private static void Main(string[] args)
{
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]}!");
}
}
}
if (args.Length == 0)
Console.WriteLine("Hello World!");
else
foreach (string s in args)
Console.WriteLine($"Hello {s}!");
}
}

Binary file not shown.

Binary file not shown.

@ -13,7 +13,7 @@ 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+7c6e08a991464d5e1a3586754fe254cb8feb3805")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+90b7fa7f5c073273c982614d82dee0b3b240f072")]
[assembly: System.Reflection.AssemblyProductAttribute("csharp")]
[assembly: System.Reflection.AssemblyTitleAttribute("csharp")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]

@ -1 +1 @@
2310471d8cdfd315b0c5280b08131ad29cf8e0b463fd91444dea2c994742b613
35ee8f04626afbd499d8571f32b52d962b9ff308df64a8933b4a7db5c828d3f2

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -0,0 +1 @@
"restore":{"projectUniqueName":"/home/sascha/csharp/csharp.csproj","projectName":"csharp","projectPath":"/home/sascha/csharp/csharp.csproj","outputPath":"/home/sascha/csharp/obj/","projectStyle":"PackageReference","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 @@
17098007201469660

@ -0,0 +1 @@
17098007201469660