start Emne 3 c#

This commit is contained in:
Geir Okkenhaug Jerstad 2024-11-13 10:34:42 +01:00
parent 1e66eb74ff
commit e8293852a0
21 changed files with 148 additions and 60 deletions

134
.gitignore vendored
View file

@ -86,6 +86,140 @@ jspm_packages/
# Lerna # Lerna
lerna-debug.log 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 # System Files
.DS_Store .DS_Store
Thumbs.db Thumbs.db

View file

@ -1,2 +1,4 @@
// See https://aka.ms/new-console-template for more information // See https://aka.ms/new-console-template for more information
Console.WriteLine("Hello, World!"); Console.WriteLine("Hello, World!");
Console.WriteLine("This is a basic console application.");

Binary file not shown.

Binary file not shown.

View file

@ -13,7 +13,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("test")] [assembly: System.Reflection.AssemblyCompanyAttribute("test")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] [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.AssemblyProductAttribute("test")]
[assembly: System.Reflection.AssemblyTitleAttribute("test")] [assembly: System.Reflection.AssemblyTitleAttribute("test")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]

View file

@ -1 +1 @@
fa1090383c7e9468c712b99ada208132ba266a2c4ee621946e799a1f8a8ef25e a987eb0675210088860249537ec979b0010c987d

View file

@ -5,11 +5,6 @@ build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids = build_property.ProjectTypeGuids =
build_property.InvariantGlobalization = build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly = build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = test build_property.RootNamespace = test
build_property.ProjectDir = /home/geir/code/startit/Emne 3/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 =

View file

@ -1 +1 @@
efee7a292436d1551f7324d4cb434e20ebd4961bf658768cef30abef989affa8 7107640fc9490d4ee7616296852cc13aa24a2a1d

View file

@ -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.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/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/ref/test.dll
/home/geir/code/startit/Emne 3/test/obj/Debug/net6.0/test.csproj.AssemblyReference.cache

View file

@ -1 +1 @@
0aeb3fc94929053dd3e8a02fe7483ffd8e9599b88c7b8f3dafb2aeff4770ae76 37cab00c9685ac1c5db04c314548765f70fb9e84

View file

@ -38,13 +38,7 @@
"warnAsError": [ "warnAsError": [
"NU1605" "NU1605"
] ]
}, }
"restoreAuditProperties": {
"enableAudit": "true",
"auditLevel": "low",
"auditMode": "all"
},
"SdkAnalysisLevel": "9.0.100"
}, },
"frameworks": { "frameworks": {
"net6.0": { "net6.0": {
@ -60,26 +54,12 @@
], ],
"assetTargetFallback": true, "assetTargetFallback": true,
"warn": 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": { "frameworkReferences": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"privateAssets": "all" "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"
} }
} }
} }

View file

@ -1,12 +1,8 @@
{ {
"version": 2, "version": 2,
"dgSpecHash": "eAulN7AMGw0=", "dgSpecHash": "SNXMz0413TY=",
"success": true, "success": true,
"projectFilePath": "/home/geir/code/startit/Emne 3/test/test.csproj", "projectFilePath": "/home/geir/code/startit/Emne 3/test/test.csproj",
"expectedPackageFiles": [ "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"
],
"logs": [] "logs": []
} }

View file

@ -32,13 +32,7 @@
"warnAsError": [ "warnAsError": [
"NU1605" "NU1605"
] ]
}, }
"restoreAuditProperties": {
"enableAudit": "true",
"auditLevel": "low",
"auditMode": "all"
},
"SdkAnalysisLevel": "9.0.100"
}, },
"frameworks": { "frameworks": {
"net6.0": { "net6.0": {
@ -54,26 +48,12 @@
], ],
"assetTargetFallback": true, "assetTargetFallback": true,
"warn": 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": { "frameworkReferences": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"privateAssets": "all" "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"
} }
} }
} }

View file

@ -7,7 +7,7 @@
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">/home/geir/.nuget/packages/</NuGetPackageRoot> <NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">/home/geir/.nuget/packages/</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">/home/geir/.nuget/packages/</NuGetPackageFolders> <NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">/home/geir/.nuget/packages/</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle> <NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.12.0</NuGetToolVersion> <NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.10.1</NuGetToolVersion>
</PropertyGroup> </PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> <ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="/home/geir/.nuget/packages/" /> <SourceRoot Include="/home/geir/.nuget/packages/" />