diff --git a/.gitignore b/.gitignore index fdd0f7d..218d81d 100644 --- a/.gitignore +++ b/.gitignore @@ -86,6 +86,140 @@ jspm_packages/ # Lerna lerna-debug.log +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. + +# User-specific files +*.suo +*.user +*.sln.docstates + +# Build results + +[Dd]ebug/ +[Rr]elease/ +x64/ +[Bb]in/ +[Oo]bj/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +*_i.c +*_p.c +*_i.h +*.ilk +*.meta +*.obj +*.pch +*.pdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*.log +*.vspscc +*.vssscc +.builds +*.pidb +*.log +*.svclog +*.scc + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opensdf +*.sdf +*.cachefile + +# Visual Studio profiler +*.psess +*.vsp +*.vspx + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# Click-Once directory +publish/ + +# Publish Web Output +*.Publish.xml +*.pubxml +*.azurePubxml + +# NuGet Packages Directory +## TODO: If you have NuGet Package Restore enabled, uncomment the next line +packages/ +## TODO: If the tool you use requires repositories.config, also uncomment the next line +!packages/repositories.config + +# Windows Azure Build Output +csx/ +*.build.csdef + +# Windows Store app package directory +AppPackages/ + +# Others +sql/ +*.Cache +ClientBin/ +[Ss]tyle[Cc]op.* +![Ss]tyle[Cc]op.targets +~$* +*~ +*.dbmdl +*.[Pp]ublish.xml + +*.publishsettings + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file to a newer +# Visual Studio version. Backup files are not needed, because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm + +# SQL Server files +App_Data/*.mdf +App_Data/*.ldf + +# ========================= +# Windows detritus +# ========================= + +# Windows image file caches +Thumbs.db +ehthumbs.db + +# Folder config file +Desktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ + +# Mac desktop service store files +.DS_Store + +_NCrunch* + # System Files .DS_Store Thumbs.db \ No newline at end of file diff --git a/Emne 3/test/Program.cs b/Emne 3/test/Program.cs index 83fa4f4..1b23114 100644 --- a/Emne 3/test/Program.cs +++ b/Emne 3/test/Program.cs @@ -1,2 +1,4 @@ // See https://aka.ms/new-console-template for more information Console.WriteLine("Hello, World!"); + +Console.WriteLine("This is a basic console application."); diff --git a/Emne 3/test/bin/Debug/net6.0/test b/Emne 3/test/bin/Debug/net6.0/test index ab64943..97b7fba 100755 Binary files a/Emne 3/test/bin/Debug/net6.0/test and b/Emne 3/test/bin/Debug/net6.0/test differ diff --git a/Emne 3/test/bin/Debug/net6.0/test.dll b/Emne 3/test/bin/Debug/net6.0/test.dll index 91b0264..4ff9af6 100644 Binary files a/Emne 3/test/bin/Debug/net6.0/test.dll and b/Emne 3/test/bin/Debug/net6.0/test.dll differ diff --git a/Emne 3/test/bin/Debug/net6.0/test.pdb b/Emne 3/test/bin/Debug/net6.0/test.pdb index c13db9b..d204ce7 100644 Binary files a/Emne 3/test/bin/Debug/net6.0/test.pdb and b/Emne 3/test/bin/Debug/net6.0/test.pdb differ diff --git a/Emne 3/test/obj/Debug/net6.0/apphost b/Emne 3/test/obj/Debug/net6.0/apphost index ab64943..97b7fba 100755 Binary files a/Emne 3/test/obj/Debug/net6.0/apphost and b/Emne 3/test/obj/Debug/net6.0/apphost differ diff --git a/Emne 3/test/obj/Debug/net6.0/ref/test.dll b/Emne 3/test/obj/Debug/net6.0/ref/test.dll index 024efb8..cc6c5c1 100644 Binary files a/Emne 3/test/obj/Debug/net6.0/ref/test.dll and b/Emne 3/test/obj/Debug/net6.0/ref/test.dll differ diff --git a/Emne 3/test/obj/Debug/net6.0/refint/test.dll b/Emne 3/test/obj/Debug/net6.0/refint/test.dll index 024efb8..cc6c5c1 100644 Binary files a/Emne 3/test/obj/Debug/net6.0/refint/test.dll and b/Emne 3/test/obj/Debug/net6.0/refint/test.dll differ diff --git a/Emne 3/test/obj/Debug/net6.0/test.AssemblyInfo.cs b/Emne 3/test/obj/Debug/net6.0/test.AssemblyInfo.cs index ae50564..e84e9e5 100644 --- a/Emne 3/test/obj/Debug/net6.0/test.AssemblyInfo.cs +++ b/Emne 3/test/obj/Debug/net6.0/test.AssemblyInfo.cs @@ -13,7 +13,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("test")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+0d48ecd36c784dc17779f6ea5d2c2ee92229f638")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] [assembly: System.Reflection.AssemblyProductAttribute("test")] [assembly: System.Reflection.AssemblyTitleAttribute("test")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/Emne 3/test/obj/Debug/net6.0/test.AssemblyInfoInputs.cache b/Emne 3/test/obj/Debug/net6.0/test.AssemblyInfoInputs.cache index 9ef7c07..85928a8 100644 --- a/Emne 3/test/obj/Debug/net6.0/test.AssemblyInfoInputs.cache +++ b/Emne 3/test/obj/Debug/net6.0/test.AssemblyInfoInputs.cache @@ -1 +1 @@ -fa1090383c7e9468c712b99ada208132ba266a2c4ee621946e799a1f8a8ef25e +a987eb0675210088860249537ec979b0010c987d diff --git a/Emne 3/test/obj/Debug/net6.0/test.GeneratedMSBuildEditorConfig.editorconfig b/Emne 3/test/obj/Debug/net6.0/test.GeneratedMSBuildEditorConfig.editorconfig index 5d5dae3..11f469d 100644 --- a/Emne 3/test/obj/Debug/net6.0/test.GeneratedMSBuildEditorConfig.editorconfig +++ b/Emne 3/test/obj/Debug/net6.0/test.GeneratedMSBuildEditorConfig.editorconfig @@ -5,11 +5,6 @@ build_property.UsingMicrosoftNETSdkWeb = build_property.ProjectTypeGuids = build_property.InvariantGlobalization = build_property.PlatformNeutralAssembly = -build_property.EnforceExtendedAnalyzerRules = build_property._SupportedPlatformList = Linux,macOS,Windows build_property.RootNamespace = test build_property.ProjectDir = /home/geir/code/startit/Emne 3/test/ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = -build_property.EffectiveAnalysisLevelStyle = 6.0 -build_property.EnableCodeStyleSeverity = diff --git a/Emne 3/test/obj/Debug/net6.0/test.assets.cache b/Emne 3/test/obj/Debug/net6.0/test.assets.cache index dd50f75..139cfa6 100644 Binary files a/Emne 3/test/obj/Debug/net6.0/test.assets.cache and b/Emne 3/test/obj/Debug/net6.0/test.assets.cache differ diff --git a/Emne 3/test/obj/Debug/net6.0/test.csproj.CoreCompileInputs.cache b/Emne 3/test/obj/Debug/net6.0/test.csproj.CoreCompileInputs.cache index 7e6ec24..c16bf15 100644 --- a/Emne 3/test/obj/Debug/net6.0/test.csproj.CoreCompileInputs.cache +++ b/Emne 3/test/obj/Debug/net6.0/test.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -efee7a292436d1551f7324d4cb434e20ebd4961bf658768cef30abef989affa8 +7107640fc9490d4ee7616296852cc13aa24a2a1d diff --git a/Emne 3/test/obj/Debug/net6.0/test.csproj.FileListAbsolute.txt b/Emne 3/test/obj/Debug/net6.0/test.csproj.FileListAbsolute.txt index 022e435..3c8f2bf 100644 --- a/Emne 3/test/obj/Debug/net6.0/test.csproj.FileListAbsolute.txt +++ b/Emne 3/test/obj/Debug/net6.0/test.csproj.FileListAbsolute.txt @@ -12,3 +12,4 @@ /home/geir/code/startit/Emne 3/test/obj/Debug/net6.0/test.pdb /home/geir/code/startit/Emne 3/test/obj/Debug/net6.0/test.genruntimeconfig.cache /home/geir/code/startit/Emne 3/test/obj/Debug/net6.0/ref/test.dll +/home/geir/code/startit/Emne 3/test/obj/Debug/net6.0/test.csproj.AssemblyReference.cache diff --git a/Emne 3/test/obj/Debug/net6.0/test.dll b/Emne 3/test/obj/Debug/net6.0/test.dll index 91b0264..4ff9af6 100644 Binary files a/Emne 3/test/obj/Debug/net6.0/test.dll and b/Emne 3/test/obj/Debug/net6.0/test.dll differ diff --git a/Emne 3/test/obj/Debug/net6.0/test.genruntimeconfig.cache b/Emne 3/test/obj/Debug/net6.0/test.genruntimeconfig.cache index 9503b02..50c34cc 100644 --- a/Emne 3/test/obj/Debug/net6.0/test.genruntimeconfig.cache +++ b/Emne 3/test/obj/Debug/net6.0/test.genruntimeconfig.cache @@ -1 +1 @@ -0aeb3fc94929053dd3e8a02fe7483ffd8e9599b88c7b8f3dafb2aeff4770ae76 +37cab00c9685ac1c5db04c314548765f70fb9e84 diff --git a/Emne 3/test/obj/Debug/net6.0/test.pdb b/Emne 3/test/obj/Debug/net6.0/test.pdb index c13db9b..d204ce7 100644 Binary files a/Emne 3/test/obj/Debug/net6.0/test.pdb and b/Emne 3/test/obj/Debug/net6.0/test.pdb differ diff --git a/Emne 3/test/obj/project.assets.json b/Emne 3/test/obj/project.assets.json index fe04bca..4700b14 100644 --- a/Emne 3/test/obj/project.assets.json +++ b/Emne 3/test/obj/project.assets.json @@ -38,13 +38,7 @@ "warnAsError": [ "NU1605" ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "all" - }, - "SdkAnalysisLevel": "9.0.100" + } }, "frameworks": { "net6.0": { @@ -60,26 +54,12 @@ ], "assetTargetFallback": true, "warn": true, - "downloadDependencies": [ - { - "name": "Microsoft.AspNetCore.App.Ref", - "version": "[6.0.35, 6.0.35]" - }, - { - "name": "Microsoft.NETCore.App.Host.linux-x64", - "version": "[6.0.35, 6.0.35]" - }, - { - "name": "Microsoft.NETCore.App.Ref", - "version": "[6.0.35, 6.0.35]" - } - ], "frameworkReferences": { "Microsoft.NETCore.App": { "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "/nix/store/jkh0ali7w1ikrz7d9rbh2hdp52gdy8mn-dotnet-sdk-9.0.100-rc.2.24474.11/sdk/9.0.100-rc.2.24474.11/RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "/home/geir/.dotnet/sdk/6.0.418/RuntimeIdentifierGraph.json" } } } diff --git a/Emne 3/test/obj/project.nuget.cache b/Emne 3/test/obj/project.nuget.cache index 472a84d..bf0635e 100644 --- a/Emne 3/test/obj/project.nuget.cache +++ b/Emne 3/test/obj/project.nuget.cache @@ -1,12 +1,8 @@ { "version": 2, - "dgSpecHash": "eAulN7AMGw0=", + "dgSpecHash": "SNXMz0413TY=", "success": true, "projectFilePath": "/home/geir/code/startit/Emne 3/test/test.csproj", - "expectedPackageFiles": [ - "/home/geir/.nuget/packages/microsoft.netcore.app.ref/6.0.35/microsoft.netcore.app.ref.6.0.35.nupkg.sha512", - "/home/geir/.nuget/packages/microsoft.aspnetcore.app.ref/6.0.35/microsoft.aspnetcore.app.ref.6.0.35.nupkg.sha512", - "/home/geir/.nuget/packages/microsoft.netcore.app.host.linux-x64/6.0.35/microsoft.netcore.app.host.linux-x64.6.0.35.nupkg.sha512" - ], + "expectedPackageFiles": [], "logs": [] } \ No newline at end of file diff --git a/Emne 3/test/obj/test.csproj.nuget.dgspec.json b/Emne 3/test/obj/test.csproj.nuget.dgspec.json index 896cc99..34ff4e2 100644 --- a/Emne 3/test/obj/test.csproj.nuget.dgspec.json +++ b/Emne 3/test/obj/test.csproj.nuget.dgspec.json @@ -32,13 +32,7 @@ "warnAsError": [ "NU1605" ] - }, - "restoreAuditProperties": { - "enableAudit": "true", - "auditLevel": "low", - "auditMode": "all" - }, - "SdkAnalysisLevel": "9.0.100" + } }, "frameworks": { "net6.0": { @@ -54,26 +48,12 @@ ], "assetTargetFallback": true, "warn": true, - "downloadDependencies": [ - { - "name": "Microsoft.AspNetCore.App.Ref", - "version": "[6.0.35, 6.0.35]" - }, - { - "name": "Microsoft.NETCore.App.Host.linux-x64", - "version": "[6.0.35, 6.0.35]" - }, - { - "name": "Microsoft.NETCore.App.Ref", - "version": "[6.0.35, 6.0.35]" - } - ], "frameworkReferences": { "Microsoft.NETCore.App": { "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "/nix/store/jkh0ali7w1ikrz7d9rbh2hdp52gdy8mn-dotnet-sdk-9.0.100-rc.2.24474.11/sdk/9.0.100-rc.2.24474.11/RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "/home/geir/.dotnet/sdk/6.0.418/RuntimeIdentifierGraph.json" } } } diff --git a/Emne 3/test/obj/test.csproj.nuget.g.props b/Emne 3/test/obj/test.csproj.nuget.g.props index 09300f4..5b7af32 100644 --- a/Emne 3/test/obj/test.csproj.nuget.g.props +++ b/Emne 3/test/obj/test.csproj.nuget.g.props @@ -7,7 +7,7 @@ /home/geir/.nuget/packages/ /home/geir/.nuget/packages/ PackageReference - 6.12.0 + 6.10.1