commit fc321dd06fe37b49e9ac2c76d9c3076b912cbbfa Author: La Programmatrice Verde Date: Wed Oct 23 08:58:26 2024 +0200 Initial commit diff --git a/Program.cs b/Program.cs new file mode 100644 index 0000000..698c37e --- /dev/null +++ b/Program.cs @@ -0,0 +1,22 @@ +// See https://aka.ms/new-console-template for more information +int voto, sufficiente=6, buono=8, distinto=9, ottimo=10; +Console.Write("Inserire il voto: "); +voto=Convert.ToInt32(Console.ReadLine()); +if(voto<0 || voto>ottimo){ + Console.WriteLine("Il voto inserito non è valido."); +} +else if (voto>=sufficiente && voto + + + Exe + net8.0 + enable + enable + + + diff --git a/bin/Debug/net8.0/VotiChecker b/bin/Debug/net8.0/VotiChecker new file mode 100755 index 0000000..3ed7b04 Binary files /dev/null and b/bin/Debug/net8.0/VotiChecker differ diff --git a/bin/Debug/net8.0/VotiChecker.deps.json b/bin/Debug/net8.0/VotiChecker.deps.json new file mode 100644 index 0000000..daf81ff --- /dev/null +++ b/bin/Debug/net8.0/VotiChecker.deps.json @@ -0,0 +1,23 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v8.0", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v8.0": { + "VotiChecker/1.0.0": { + "runtime": { + "VotiChecker.dll": {} + } + } + } + }, + "libraries": { + "VotiChecker/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + } + } +} \ No newline at end of file diff --git a/bin/Debug/net8.0/VotiChecker.dll b/bin/Debug/net8.0/VotiChecker.dll new file mode 100644 index 0000000..9908f6e Binary files /dev/null and b/bin/Debug/net8.0/VotiChecker.dll differ diff --git a/bin/Debug/net8.0/VotiChecker.pdb b/bin/Debug/net8.0/VotiChecker.pdb new file mode 100644 index 0000000..cbba22f Binary files /dev/null and b/bin/Debug/net8.0/VotiChecker.pdb differ diff --git a/bin/Debug/net8.0/VotiChecker.runtimeconfig.json b/bin/Debug/net8.0/VotiChecker.runtimeconfig.json new file mode 100644 index 0000000..becfaea --- /dev/null +++ b/bin/Debug/net8.0/VotiChecker.runtimeconfig.json @@ -0,0 +1,12 @@ +{ + "runtimeOptions": { + "tfm": "net8.0", + "framework": { + "name": "Microsoft.NETCore.App", + "version": "8.0.0" + }, + "configProperties": { + "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false + } + } +} \ No newline at end of file diff --git a/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs new file mode 100644 index 0000000..dca70aa --- /dev/null +++ b/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/obj/Debug/net8.0/VotiChecker.AssemblyInfo.cs b/obj/Debug/net8.0/VotiChecker.AssemblyInfo.cs new file mode 100644 index 0000000..7d540b4 --- /dev/null +++ b/obj/Debug/net8.0/VotiChecker.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("VotiChecker")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("VotiChecker")] +[assembly: System.Reflection.AssemblyTitleAttribute("VotiChecker")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/obj/Debug/net8.0/VotiChecker.AssemblyInfoInputs.cache b/obj/Debug/net8.0/VotiChecker.AssemblyInfoInputs.cache new file mode 100644 index 0000000..cff4a6f --- /dev/null +++ b/obj/Debug/net8.0/VotiChecker.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +69f83e23456956784159573b8148c73ed1e68da0530027883395660f17aead42 diff --git a/obj/Debug/net8.0/VotiChecker.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0/VotiChecker.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..e75c498 --- /dev/null +++ b/obj/Debug/net8.0/VotiChecker.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 = VotiChecker +build_property.ProjectDir = /home/BrainTheBest5/Scrivania/VotiChecker/ +build_property.EnableComHosting = +build_property.EnableGeneratedComInterfaceComImportInterop = diff --git a/obj/Debug/net8.0/VotiChecker.GlobalUsings.g.cs b/obj/Debug/net8.0/VotiChecker.GlobalUsings.g.cs new file mode 100644 index 0000000..8578f3d --- /dev/null +++ b/obj/Debug/net8.0/VotiChecker.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/obj/Debug/net8.0/VotiChecker.assets.cache b/obj/Debug/net8.0/VotiChecker.assets.cache new file mode 100644 index 0000000..1a73da7 Binary files /dev/null and b/obj/Debug/net8.0/VotiChecker.assets.cache differ diff --git a/obj/Debug/net8.0/VotiChecker.csproj.CoreCompileInputs.cache b/obj/Debug/net8.0/VotiChecker.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..00089e3 --- /dev/null +++ b/obj/Debug/net8.0/VotiChecker.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +fbf5be04b42ca71f588d66395ed194ec626bd4db3a1313ee419ac021ea069ead diff --git a/obj/Debug/net8.0/VotiChecker.csproj.FileListAbsolute.txt b/obj/Debug/net8.0/VotiChecker.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..a380210 --- /dev/null +++ b/obj/Debug/net8.0/VotiChecker.csproj.FileListAbsolute.txt @@ -0,0 +1,14 @@ +/home/BrainTheBest5/Scrivania/VotiChecker/bin/Debug/net8.0/VotiChecker +/home/BrainTheBest5/Scrivania/VotiChecker/bin/Debug/net8.0/VotiChecker.deps.json +/home/BrainTheBest5/Scrivania/VotiChecker/bin/Debug/net8.0/VotiChecker.runtimeconfig.json +/home/BrainTheBest5/Scrivania/VotiChecker/bin/Debug/net8.0/VotiChecker.dll +/home/BrainTheBest5/Scrivania/VotiChecker/bin/Debug/net8.0/VotiChecker.pdb +/home/BrainTheBest5/Scrivania/VotiChecker/obj/Debug/net8.0/VotiChecker.GeneratedMSBuildEditorConfig.editorconfig +/home/BrainTheBest5/Scrivania/VotiChecker/obj/Debug/net8.0/VotiChecker.AssemblyInfoInputs.cache +/home/BrainTheBest5/Scrivania/VotiChecker/obj/Debug/net8.0/VotiChecker.AssemblyInfo.cs +/home/BrainTheBest5/Scrivania/VotiChecker/obj/Debug/net8.0/VotiChecker.csproj.CoreCompileInputs.cache +/home/BrainTheBest5/Scrivania/VotiChecker/obj/Debug/net8.0/VotiChecker.dll +/home/BrainTheBest5/Scrivania/VotiChecker/obj/Debug/net8.0/refint/VotiChecker.dll +/home/BrainTheBest5/Scrivania/VotiChecker/obj/Debug/net8.0/VotiChecker.pdb +/home/BrainTheBest5/Scrivania/VotiChecker/obj/Debug/net8.0/VotiChecker.genruntimeconfig.cache +/home/BrainTheBest5/Scrivania/VotiChecker/obj/Debug/net8.0/ref/VotiChecker.dll diff --git a/obj/Debug/net8.0/VotiChecker.dll b/obj/Debug/net8.0/VotiChecker.dll new file mode 100644 index 0000000..9908f6e Binary files /dev/null and b/obj/Debug/net8.0/VotiChecker.dll differ diff --git a/obj/Debug/net8.0/VotiChecker.genruntimeconfig.cache b/obj/Debug/net8.0/VotiChecker.genruntimeconfig.cache new file mode 100644 index 0000000..4e65b5b --- /dev/null +++ b/obj/Debug/net8.0/VotiChecker.genruntimeconfig.cache @@ -0,0 +1 @@ +8549b49419ea5f052353b697a8027743addfac9ce2be47684170a905bad28a31 diff --git a/obj/Debug/net8.0/VotiChecker.pdb b/obj/Debug/net8.0/VotiChecker.pdb new file mode 100644 index 0000000..cbba22f Binary files /dev/null and b/obj/Debug/net8.0/VotiChecker.pdb differ diff --git a/obj/Debug/net8.0/apphost b/obj/Debug/net8.0/apphost new file mode 100755 index 0000000..3ed7b04 Binary files /dev/null and b/obj/Debug/net8.0/apphost differ diff --git a/obj/Debug/net8.0/ref/VotiChecker.dll b/obj/Debug/net8.0/ref/VotiChecker.dll new file mode 100644 index 0000000..c08877b Binary files /dev/null and b/obj/Debug/net8.0/ref/VotiChecker.dll differ diff --git a/obj/Debug/net8.0/refint/VotiChecker.dll b/obj/Debug/net8.0/refint/VotiChecker.dll new file mode 100644 index 0000000..c08877b Binary files /dev/null and b/obj/Debug/net8.0/refint/VotiChecker.dll differ diff --git a/obj/VotiChecker.csproj.nuget.dgspec.json b/obj/VotiChecker.csproj.nuget.dgspec.json new file mode 100644 index 0000000..2d00001 --- /dev/null +++ b/obj/VotiChecker.csproj.nuget.dgspec.json @@ -0,0 +1,72 @@ +{ + "format": 1, + "restore": { + "/home/BrainTheBest5/Scrivania/VotiChecker/VotiChecker.csproj": {} + }, + "projects": { + "/home/BrainTheBest5/Scrivania/VotiChecker/VotiChecker.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "/home/BrainTheBest5/Scrivania/VotiChecker/VotiChecker.csproj", + "projectName": "VotiChecker", + "projectPath": "/home/BrainTheBest5/Scrivania/VotiChecker/VotiChecker.csproj", + "packagesPath": "/home/BrainTheBest5/.nuget/packages/", + "outputPath": "/home/BrainTheBest5/Scrivania/VotiChecker/obj/", + "projectStyle": "PackageReference", + "configFilePaths": [ + "/home/BrainTheBest5/.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" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + } + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "downloadDependencies": [ + { + "name": "Microsoft.AspNetCore.App.Ref", + "version": "[8.0.10, 8.0.10]" + } + ], + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/8.0.403/PortableRuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/obj/VotiChecker.csproj.nuget.g.props b/obj/VotiChecker.csproj.nuget.g.props new file mode 100644 index 0000000..43fa18c --- /dev/null +++ b/obj/VotiChecker.csproj.nuget.g.props @@ -0,0 +1,15 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + /home/BrainTheBest5/.nuget/packages/ + /home/BrainTheBest5/.nuget/packages/ + PackageReference + 6.11.1 + + + + + \ No newline at end of file diff --git a/obj/VotiChecker.csproj.nuget.g.targets b/obj/VotiChecker.csproj.nuget.g.targets new file mode 100644 index 0000000..3dc06ef --- /dev/null +++ b/obj/VotiChecker.csproj.nuget.g.targets @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/obj/project.assets.json b/obj/project.assets.json new file mode 100644 index 0000000..fd0b9af --- /dev/null +++ b/obj/project.assets.json @@ -0,0 +1,77 @@ +{ + "version": 3, + "targets": { + "net8.0": {} + }, + "libraries": {}, + "projectFileDependencyGroups": { + "net8.0": [] + }, + "packageFolders": { + "/home/BrainTheBest5/.nuget/packages/": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "/home/BrainTheBest5/Scrivania/VotiChecker/VotiChecker.csproj", + "projectName": "VotiChecker", + "projectPath": "/home/BrainTheBest5/Scrivania/VotiChecker/VotiChecker.csproj", + "packagesPath": "/home/BrainTheBest5/.nuget/packages/", + "outputPath": "/home/BrainTheBest5/Scrivania/VotiChecker/obj/", + "projectStyle": "PackageReference", + "configFilePaths": [ + "/home/BrainTheBest5/.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" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + } + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "downloadDependencies": [ + { + "name": "Microsoft.AspNetCore.App.Ref", + "version": "[8.0.10, 8.0.10]" + } + ], + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/8.0.403/PortableRuntimeIdentifierGraph.json" + } + } + } +} \ No newline at end of file diff --git a/obj/project.nuget.cache b/obj/project.nuget.cache new file mode 100644 index 0000000..313755e --- /dev/null +++ b/obj/project.nuget.cache @@ -0,0 +1,10 @@ +{ + "version": 2, + "dgSpecHash": "LYTxs8fZXQE=", + "success": true, + "projectFilePath": "/home/BrainTheBest5/Scrivania/VotiChecker/VotiChecker.csproj", + "expectedPackageFiles": [ + "/home/BrainTheBest5/.nuget/packages/microsoft.aspnetcore.app.ref/8.0.10/microsoft.aspnetcore.app.ref.8.0.10.nupkg.sha512" + ], + "logs": [] +} \ No newline at end of file