commit 0e4787c1a4b3126b18babedd6d4ce05496533557 Author: Nastro_ Date: Thu Mar 20 15:41:32 2025 +0100 First Commit diff --git a/.idea/.idea.LoadTest/.idea/.gitignore b/.idea/.idea.LoadTest/.idea/.gitignore new file mode 100644 index 0000000..a54bb8f --- /dev/null +++ b/.idea/.idea.LoadTest/.idea/.gitignore @@ -0,0 +1,13 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Rider ignored files +/projectSettingsUpdater.xml +/contentModel.xml +/modules.xml +/.idea.LoadTest.iml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/.idea.LoadTest/.idea/encodings.xml b/.idea/.idea.LoadTest/.idea/encodings.xml new file mode 100644 index 0000000..df87cf9 --- /dev/null +++ b/.idea/.idea.LoadTest/.idea/encodings.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/.idea.LoadTest/.idea/indexLayout.xml b/.idea/.idea.LoadTest/.idea/indexLayout.xml new file mode 100644 index 0000000..7b08163 --- /dev/null +++ b/.idea/.idea.LoadTest/.idea/indexLayout.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.LoadTest/.idea/vcs.xml b/.idea/.idea.LoadTest/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/.idea.LoadTest/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/LoadTest.sln b/LoadTest.sln new file mode 100644 index 0000000..b12bac9 --- /dev/null +++ b/LoadTest.sln @@ -0,0 +1,16 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LoadTest", "LoadTest\LoadTest.csproj", "{5957DADC-B227-4C28-9D0B-EB26CED47315}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {5957DADC-B227-4C28-9D0B-EB26CED47315}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5957DADC-B227-4C28-9D0B-EB26CED47315}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5957DADC-B227-4C28-9D0B-EB26CED47315}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5957DADC-B227-4C28-9D0B-EB26CED47315}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection +EndGlobal diff --git a/LoadTest/LoadTest.csproj b/LoadTest/LoadTest.csproj new file mode 100644 index 0000000..2f4fc77 --- /dev/null +++ b/LoadTest/LoadTest.csproj @@ -0,0 +1,10 @@ + + + + Exe + net8.0 + enable + enable + + + diff --git a/LoadTest/Program.cs b/LoadTest/Program.cs new file mode 100644 index 0000000..9ff9364 --- /dev/null +++ b/LoadTest/Program.cs @@ -0,0 +1,9 @@ +namespace LoadTest; + +class Program +{ + static void Main(string[] args) + { + Console.WriteLine("Hello, World!"); + } +} \ No newline at end of file diff --git a/LoadTest/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/LoadTest/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs new file mode 100644 index 0000000..2217181 --- /dev/null +++ b/LoadTest/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")] diff --git a/LoadTest/obj/Debug/net8.0/LoadTest.AssemblyInfo.cs b/LoadTest/obj/Debug/net8.0/LoadTest.AssemblyInfo.cs new file mode 100644 index 0000000..ade1162 --- /dev/null +++ b/LoadTest/obj/Debug/net8.0/LoadTest.AssemblyInfo.cs @@ -0,0 +1,22 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("LoadTest")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("LoadTest")] +[assembly: System.Reflection.AssemblyTitleAttribute("LoadTest")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/LoadTest/obj/Debug/net8.0/LoadTest.AssemblyInfoInputs.cache b/LoadTest/obj/Debug/net8.0/LoadTest.AssemblyInfoInputs.cache new file mode 100644 index 0000000..a9804b0 --- /dev/null +++ b/LoadTest/obj/Debug/net8.0/LoadTest.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +f3ddc09a9bb5a32c0f4fdd14a14acdd8e34fd0eaf337b45e263bf2664e5d21e8 diff --git a/LoadTest/obj/Debug/net8.0/LoadTest.GeneratedMSBuildEditorConfig.editorconfig b/LoadTest/obj/Debug/net8.0/LoadTest.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..2c61b60 --- /dev/null +++ b/LoadTest/obj/Debug/net8.0/LoadTest.GeneratedMSBuildEditorConfig.editorconfig @@ -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 = LoadTest +build_property.ProjectDir = /home/giacomo/Documents/Exported Notes/2 Anno/Stage/Progetto 7/LoadTest/LoadTest/ +build_property.EnableComHosting = +build_property.EnableGeneratedComInterfaceComImportInterop = diff --git a/LoadTest/obj/Debug/net8.0/LoadTest.GlobalUsings.g.cs b/LoadTest/obj/Debug/net8.0/LoadTest.GlobalUsings.g.cs new file mode 100644 index 0000000..8578f3d --- /dev/null +++ b/LoadTest/obj/Debug/net8.0/LoadTest.GlobalUsings.g.cs @@ -0,0 +1,8 @@ +// +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; diff --git a/LoadTest/obj/Debug/net8.0/LoadTest.assets.cache b/LoadTest/obj/Debug/net8.0/LoadTest.assets.cache new file mode 100644 index 0000000..5306de3 Binary files /dev/null and b/LoadTest/obj/Debug/net8.0/LoadTest.assets.cache differ diff --git a/LoadTest/obj/LoadTest.csproj.nuget.dgspec.json b/LoadTest/obj/LoadTest.csproj.nuget.dgspec.json new file mode 100644 index 0000000..8d125d3 --- /dev/null +++ b/LoadTest/obj/LoadTest.csproj.nuget.dgspec.json @@ -0,0 +1,61 @@ +{ + "format": 1, + "restore": { + "/home/giacomo/Documents/Exported Notes/2 Anno/Stage/Progetto 7/LoadTest/LoadTest/LoadTest.csproj": {} + }, + "projects": { + "/home/giacomo/Documents/Exported Notes/2 Anno/Stage/Progetto 7/LoadTest/LoadTest/LoadTest.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "/home/giacomo/Documents/Exported Notes/2 Anno/Stage/Progetto 7/LoadTest/LoadTest/LoadTest.csproj", + "projectName": "LoadTest", + "projectPath": "/home/giacomo/Documents/Exported Notes/2 Anno/Stage/Progetto 7/LoadTest/LoadTest/LoadTest.csproj", + "packagesPath": "/home/giacomo/.nuget/packages/", + "outputPath": "/home/giacomo/Documents/Exported Notes/2 Anno/Stage/Progetto 7/LoadTest/LoadTest/obj/", + "projectStyle": "PackageReference", + "configFilePaths": [ + "/home/giacomo/.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.114/PortableRuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/LoadTest/obj/LoadTest.csproj.nuget.g.props b/LoadTest/obj/LoadTest.csproj.nuget.g.props new file mode 100644 index 0000000..41e476a --- /dev/null +++ b/LoadTest/obj/LoadTest.csproj.nuget.g.props @@ -0,0 +1,15 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + /home/giacomo/.nuget/packages/ + /home/giacomo/.nuget/packages/ + PackageReference + 6.12.2 + + + + + \ No newline at end of file diff --git a/LoadTest/obj/LoadTest.csproj.nuget.g.targets b/LoadTest/obj/LoadTest.csproj.nuget.g.targets new file mode 100644 index 0000000..3dc06ef --- /dev/null +++ b/LoadTest/obj/LoadTest.csproj.nuget.g.targets @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/LoadTest/obj/project.assets.json b/LoadTest/obj/project.assets.json new file mode 100644 index 0000000..6c8217b --- /dev/null +++ b/LoadTest/obj/project.assets.json @@ -0,0 +1,66 @@ +{ + "version": 3, + "targets": { + "net8.0": {} + }, + "libraries": {}, + "projectFileDependencyGroups": { + "net8.0": [] + }, + "packageFolders": { + "/home/giacomo/.nuget/packages/": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "/home/giacomo/Documents/Exported Notes/2 Anno/Stage/Progetto 7/LoadTest/LoadTest/LoadTest.csproj", + "projectName": "LoadTest", + "projectPath": "/home/giacomo/Documents/Exported Notes/2 Anno/Stage/Progetto 7/LoadTest/LoadTest/LoadTest.csproj", + "packagesPath": "/home/giacomo/.nuget/packages/", + "outputPath": "/home/giacomo/Documents/Exported Notes/2 Anno/Stage/Progetto 7/LoadTest/LoadTest/obj/", + "projectStyle": "PackageReference", + "configFilePaths": [ + "/home/giacomo/.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.114/PortableRuntimeIdentifierGraph.json" + } + } + } +} \ No newline at end of file diff --git a/LoadTest/obj/project.nuget.cache b/LoadTest/obj/project.nuget.cache new file mode 100644 index 0000000..cd33ded --- /dev/null +++ b/LoadTest/obj/project.nuget.cache @@ -0,0 +1,8 @@ +{ + "version": 2, + "dgSpecHash": "ffEtFb0ZVAs=", + "success": true, + "projectFilePath": "/home/giacomo/Documents/Exported Notes/2 Anno/Stage/Progetto 7/LoadTest/LoadTest/LoadTest.csproj", + "expectedPackageFiles": [], + "logs": [] +} \ No newline at end of file diff --git a/LoadTest/obj/project.packagespec.json b/LoadTest/obj/project.packagespec.json new file mode 100644 index 0000000..ab4f86f --- /dev/null +++ b/LoadTest/obj/project.packagespec.json @@ -0,0 +1 @@ +"restore":{"projectUniqueName":"/home/giacomo/Documents/Exported Notes/2 Anno/Stage/Progetto 7/LoadTest/LoadTest/LoadTest.csproj","projectName":"LoadTest","projectPath":"/home/giacomo/Documents/Exported Notes/2 Anno/Stage/Progetto 7/LoadTest/LoadTest/LoadTest.csproj","outputPath":"/home/giacomo/Documents/Exported Notes/2 Anno/Stage/Progetto 7/LoadTest/LoadTest/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.114/PortableRuntimeIdentifierGraph.json"}} \ No newline at end of file diff --git a/LoadTest/obj/rider.project.model.nuget.info b/LoadTest/obj/rider.project.model.nuget.info new file mode 100644 index 0000000..21c0e46 --- /dev/null +++ b/LoadTest/obj/rider.project.model.nuget.info @@ -0,0 +1 @@ +17424816288808691 \ No newline at end of file diff --git a/LoadTest/obj/rider.project.restore.info b/LoadTest/obj/rider.project.restore.info new file mode 100644 index 0000000..21c0e46 --- /dev/null +++ b/LoadTest/obj/rider.project.restore.info @@ -0,0 +1 @@ +17424816288808691 \ No newline at end of file