diff --git a/ChallengesWithTestsMark8.Tests/obj/ChallengesWithTestsMark8.Tests.csproj.nuget.dgspec.json b/ChallengesWithTestsMark8.Tests/obj/ChallengesWithTestsMark8.Tests.csproj.nuget.dgspec.json index b512a1c62..c4e98ba29 100644 --- a/ChallengesWithTestsMark8.Tests/obj/ChallengesWithTestsMark8.Tests.csproj.nuget.dgspec.json +++ b/ChallengesWithTestsMark8.Tests/obj/ChallengesWithTestsMark8.Tests.csproj.nuget.dgspec.json @@ -1,36 +1,34 @@ { "format": 1, "restore": { - "/Users/michaeldoyle/repos/mark18/repos/WeeklyChallenges/ChallengesWithTestsMark8.Tests/ChallengesWithTestsMark8.Tests.csproj": {} + "/Users/adam/repos/WeeklyChallenges/ChallengesWithTestsMark8.Tests/ChallengesWithTestsMark8.Tests.csproj": {} }, "projects": { - "/Users/michaeldoyle/repos/mark18/repos/WeeklyChallenges/ChallengesWithTestsMark8.Tests/ChallengesWithTestsMark8.Tests.csproj": { + "/Users/adam/repos/WeeklyChallenges/ChallengesWithTestsMark8.Tests/ChallengesWithTestsMark8.Tests.csproj": { "version": "1.0.0", "restore": { - "projectUniqueName": "/Users/michaeldoyle/repos/mark18/repos/WeeklyChallenges/ChallengesWithTestsMark8.Tests/ChallengesWithTestsMark8.Tests.csproj", + "projectUniqueName": "/Users/adam/repos/WeeklyChallenges/ChallengesWithTestsMark8.Tests/ChallengesWithTestsMark8.Tests.csproj", "projectName": "ChallengesWithTestsMark8.Tests", - "projectPath": "/Users/michaeldoyle/repos/mark18/repos/WeeklyChallenges/ChallengesWithTestsMark8.Tests/ChallengesWithTestsMark8.Tests.csproj", - "packagesPath": "/Users/michaeldoyle/.nuget/packages/", - "outputPath": "/Users/michaeldoyle/repos/mark18/repos/WeeklyChallenges/ChallengesWithTestsMark8.Tests/obj/", + "projectPath": "/Users/adam/repos/WeeklyChallenges/ChallengesWithTestsMark8.Tests/ChallengesWithTestsMark8.Tests.csproj", + "packagesPath": "/Users/adam/.nuget/packages/", + "outputPath": "/Users/adam/repos/WeeklyChallenges/ChallengesWithTestsMark8.Tests/obj/", "projectStyle": "PackageReference", - "fallbackFolders": [ - "/usr/local/share/dotnet/sdk/NuGetFallbackFolder" - ], "configFilePaths": [ - "/Users/michaeldoyle/.config/NuGet/NuGet.Config" + "/Users/adam/.nuget/NuGet/NuGet.Config" ], "originalTargetFrameworks": [ "netcoreapp3.1" ], "sources": { + "/usr/local/share/dotnet/library-packs": {}, "https://api.nuget.org/v3/index.json": {} }, "frameworks": { "netcoreapp3.1": { "targetAlias": "netcoreapp3.1", "projectReferences": { - "/Users/michaeldoyle/repos/mark18/repos/WeeklyChallenges/ChallengesWithTestsMark8/ChallengesWithTestsMark8.csproj": { - "projectPath": "/Users/michaeldoyle/repos/mark18/repos/WeeklyChallenges/ChallengesWithTestsMark8/ChallengesWithTestsMark8.csproj" + "/Users/adam/repos/WeeklyChallenges/ChallengesWithTestsMark8/ChallengesWithTestsMark8.csproj": { + "projectPath": "/Users/adam/repos/WeeklyChallenges/ChallengesWithTestsMark8/ChallengesWithTestsMark8.csproj" } } } @@ -64,7 +62,8 @@ "net47", "net471", "net472", - "net48" + "net48", + "net481" ], "assetTargetFallback": true, "warn": true, @@ -73,29 +72,27 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "/usr/local/share/dotnet/sdk/5.0.401/RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "/usr/local/share/dotnet/sdk/6.0.401/RuntimeIdentifierGraph.json" } } }, - "/Users/michaeldoyle/repos/mark18/repos/WeeklyChallenges/ChallengesWithTestsMark8/ChallengesWithTestsMark8.csproj": { + "/Users/adam/repos/WeeklyChallenges/ChallengesWithTestsMark8/ChallengesWithTestsMark8.csproj": { "version": "1.0.0", "restore": { - "projectUniqueName": "/Users/michaeldoyle/repos/mark18/repos/WeeklyChallenges/ChallengesWithTestsMark8/ChallengesWithTestsMark8.csproj", + "projectUniqueName": "/Users/adam/repos/WeeklyChallenges/ChallengesWithTestsMark8/ChallengesWithTestsMark8.csproj", "projectName": "ChallengesWithTestsMark8", - "projectPath": "/Users/michaeldoyle/repos/mark18/repos/WeeklyChallenges/ChallengesWithTestsMark8/ChallengesWithTestsMark8.csproj", - "packagesPath": "/Users/michaeldoyle/.nuget/packages/", - "outputPath": "/Users/michaeldoyle/repos/mark18/repos/WeeklyChallenges/ChallengesWithTestsMark8/obj/", + "projectPath": "/Users/adam/repos/WeeklyChallenges/ChallengesWithTestsMark8/ChallengesWithTestsMark8.csproj", + "packagesPath": "/Users/adam/.nuget/packages/", + "outputPath": "/Users/adam/repos/WeeklyChallenges/ChallengesWithTestsMark8/obj/", "projectStyle": "PackageReference", - "fallbackFolders": [ - "/usr/local/share/dotnet/sdk/NuGetFallbackFolder" - ], "configFilePaths": [ - "/Users/michaeldoyle/.config/NuGet/NuGet.Config" + "/Users/adam/.nuget/NuGet/NuGet.Config" ], "originalTargetFrameworks": [ "netcoreapp3.1" ], "sources": { + "/usr/local/share/dotnet/library-packs": {}, "https://api.nuget.org/v3/index.json": {} }, "frameworks": { @@ -119,7 +116,8 @@ "net47", "net471", "net472", - "net48" + "net48", + "net481" ], "assetTargetFallback": true, "warn": true, @@ -128,7 +126,7 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "/usr/local/share/dotnet/sdk/5.0.401/RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "/usr/local/share/dotnet/sdk/6.0.401/RuntimeIdentifierGraph.json" } } } diff --git a/ChallengesWithTestsMark8.Tests/obj/ChallengesWithTestsMark8.Tests.csproj.nuget.g.props b/ChallengesWithTestsMark8.Tests/obj/ChallengesWithTestsMark8.Tests.csproj.nuget.g.props index fc53fc956..690bde8a9 100644 --- a/ChallengesWithTestsMark8.Tests/obj/ChallengesWithTestsMark8.Tests.csproj.nuget.g.props +++ b/ChallengesWithTestsMark8.Tests/obj/ChallengesWithTestsMark8.Tests.csproj.nuget.g.props @@ -4,18 +4,14 @@ True NuGet $(MSBuildThisFileDirectory)project.assets.json - /Users/michaeldoyle/.nuget/packages/ - /Users/michaeldoyle/.nuget/packages/;/usr/local/share/dotnet/sdk/NuGetFallbackFolder + /Users/adam/.nuget/packages/ + /Users/adam/.nuget/packages/ PackageReference - 5.9.0 + 6.2.1 - - + - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - @@ -23,7 +19,7 @@ - /usr/local/share/dotnet/sdk/NuGetFallbackFolder/newtonsoft.json/9.0.1 - /Users/michaeldoyle/.nuget/packages/xunit.analyzers/0.10.0 + /Users/adam/.nuget/packages/newtonsoft.json/9.0.1 + /Users/adam/.nuget/packages/xunit.analyzers/0.10.0 \ No newline at end of file diff --git a/ChallengesWithTestsMark8.Tests/obj/ChallengesWithTestsMark8.Tests.csproj.nuget.g.targets b/ChallengesWithTestsMark8.Tests/obj/ChallengesWithTestsMark8.Tests.csproj.nuget.g.targets index 730605246..20f0b8294 100644 --- a/ChallengesWithTestsMark8.Tests/obj/ChallengesWithTestsMark8.Tests.csproj.nuget.g.targets +++ b/ChallengesWithTestsMark8.Tests/obj/ChallengesWithTestsMark8.Tests.csproj.nuget.g.targets @@ -1,8 +1,5 @@  - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - diff --git a/ChallengesWithTestsMark8.Tests/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs b/ChallengesWithTestsMark8.Tests/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs new file mode 100644 index 000000000..03fd1dead --- /dev/null +++ b/ChallengesWithTestsMark8.Tests/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v3.1", FrameworkDisplayName = "")] diff --git a/ChallengesWithTestsMark8.Tests/obj/Debug/netcoreapp3.1/ChallengesWithTestsMark8.Tests.AssemblyInfo.cs b/ChallengesWithTestsMark8.Tests/obj/Debug/netcoreapp3.1/ChallengesWithTestsMark8.Tests.AssemblyInfo.cs new file mode 100644 index 000000000..2411e999d --- /dev/null +++ b/ChallengesWithTestsMark8.Tests/obj/Debug/netcoreapp3.1/ChallengesWithTestsMark8.Tests.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("ChallengesWithTestsMark8.Tests")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("ChallengesWithTestsMark8.Tests")] +[assembly: System.Reflection.AssemblyTitleAttribute("ChallengesWithTestsMark8.Tests")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/ChallengesWithTestsMark8.Tests/obj/Debug/netcoreapp3.1/ChallengesWithTestsMark8.Tests.AssemblyInfoInputs.cache b/ChallengesWithTestsMark8.Tests/obj/Debug/netcoreapp3.1/ChallengesWithTestsMark8.Tests.AssemblyInfoInputs.cache new file mode 100644 index 000000000..cb2a7ca74 --- /dev/null +++ b/ChallengesWithTestsMark8.Tests/obj/Debug/netcoreapp3.1/ChallengesWithTestsMark8.Tests.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +3173b525c24f48bc910746b516ec939894d77bfa diff --git a/ChallengesWithTestsMark8.Tests/obj/Debug/netcoreapp3.1/ChallengesWithTestsMark8.Tests.GeneratedMSBuildEditorConfig.editorconfig b/ChallengesWithTestsMark8.Tests/obj/Debug/netcoreapp3.1/ChallengesWithTestsMark8.Tests.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 000000000..a51347636 --- /dev/null +++ b/ChallengesWithTestsMark8.Tests/obj/Debug/netcoreapp3.1/ChallengesWithTestsMark8.Tests.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,3 @@ +is_global = true +build_property.RootNamespace = ChallengesWithTestsMark8.Tests +build_property.ProjectDir = /Users/adam/repos/WeeklyChallenges/ChallengesWithTestsMark8.Tests/ diff --git a/ChallengesWithTestsMark8.Tests/obj/Debug/netcoreapp3.1/ChallengesWithTestsMark8.Tests.Program.cs b/ChallengesWithTestsMark8.Tests/obj/Debug/netcoreapp3.1/ChallengesWithTestsMark8.Tests.Program.cs new file mode 100644 index 000000000..a5311107a Binary files /dev/null and b/ChallengesWithTestsMark8.Tests/obj/Debug/netcoreapp3.1/ChallengesWithTestsMark8.Tests.Program.cs differ diff --git a/ChallengesWithTestsMark8.Tests/obj/Debug/netcoreapp3.1/ChallengesWithTestsMark8.Tests.assets.cache b/ChallengesWithTestsMark8.Tests/obj/Debug/netcoreapp3.1/ChallengesWithTestsMark8.Tests.assets.cache index c83c4db04..c59888cd8 100644 Binary files a/ChallengesWithTestsMark8.Tests/obj/Debug/netcoreapp3.1/ChallengesWithTestsMark8.Tests.assets.cache and b/ChallengesWithTestsMark8.Tests/obj/Debug/netcoreapp3.1/ChallengesWithTestsMark8.Tests.assets.cache differ diff --git a/ChallengesWithTestsMark8.Tests/obj/Debug/netcoreapp3.1/ChallengesWithTestsMark8.Tests.csproj.AssemblyReference.cache b/ChallengesWithTestsMark8.Tests/obj/Debug/netcoreapp3.1/ChallengesWithTestsMark8.Tests.csproj.AssemblyReference.cache index 91e2bc4c3..23f954adb 100644 Binary files a/ChallengesWithTestsMark8.Tests/obj/Debug/netcoreapp3.1/ChallengesWithTestsMark8.Tests.csproj.AssemblyReference.cache and b/ChallengesWithTestsMark8.Tests/obj/Debug/netcoreapp3.1/ChallengesWithTestsMark8.Tests.csproj.AssemblyReference.cache differ diff --git a/ChallengesWithTestsMark8.Tests/obj/project.assets.json b/ChallengesWithTestsMark8.Tests/obj/project.assets.json index a8d84f064..131ba5e50 100644 --- a/ChallengesWithTestsMark8.Tests/obj/project.assets.json +++ b/ChallengesWithTestsMark8.Tests/obj/project.assets.json @@ -6555,36 +6555,33 @@ ] }, "packageFolders": { - "/Users/michaeldoyle/.nuget/packages/": {}, - "/usr/local/share/dotnet/sdk/NuGetFallbackFolder": {} + "/Users/adam/.nuget/packages/": {} }, "project": { "version": "1.0.0", "restore": { - "projectUniqueName": "/Users/michaeldoyle/repos/mark18/repos/WeeklyChallenges/ChallengesWithTestsMark8.Tests/ChallengesWithTestsMark8.Tests.csproj", + "projectUniqueName": "/Users/adam/repos/WeeklyChallenges/ChallengesWithTestsMark8.Tests/ChallengesWithTestsMark8.Tests.csproj", "projectName": "ChallengesWithTestsMark8.Tests", - "projectPath": "/Users/michaeldoyle/repos/mark18/repos/WeeklyChallenges/ChallengesWithTestsMark8.Tests/ChallengesWithTestsMark8.Tests.csproj", - "packagesPath": "/Users/michaeldoyle/.nuget/packages/", - "outputPath": "/Users/michaeldoyle/repos/mark18/repos/WeeklyChallenges/ChallengesWithTestsMark8.Tests/obj/", + "projectPath": "/Users/adam/repos/WeeklyChallenges/ChallengesWithTestsMark8.Tests/ChallengesWithTestsMark8.Tests.csproj", + "packagesPath": "/Users/adam/.nuget/packages/", + "outputPath": "/Users/adam/repos/WeeklyChallenges/ChallengesWithTestsMark8.Tests/obj/", "projectStyle": "PackageReference", - "fallbackFolders": [ - "/usr/local/share/dotnet/sdk/NuGetFallbackFolder" - ], "configFilePaths": [ - "/Users/michaeldoyle/.config/NuGet/NuGet.Config" + "/Users/adam/.nuget/NuGet/NuGet.Config" ], "originalTargetFrameworks": [ "netcoreapp3.1" ], "sources": { + "/usr/local/share/dotnet/library-packs": {}, "https://api.nuget.org/v3/index.json": {} }, "frameworks": { "netcoreapp3.1": { "targetAlias": "netcoreapp3.1", "projectReferences": { - "/Users/michaeldoyle/repos/mark18/repos/WeeklyChallenges/ChallengesWithTestsMark8/ChallengesWithTestsMark8.csproj": { - "projectPath": "/Users/michaeldoyle/repos/mark18/repos/WeeklyChallenges/ChallengesWithTestsMark8/ChallengesWithTestsMark8.csproj" + "/Users/adam/repos/WeeklyChallenges/ChallengesWithTestsMark8/ChallengesWithTestsMark8.csproj": { + "projectPath": "/Users/adam/repos/WeeklyChallenges/ChallengesWithTestsMark8/ChallengesWithTestsMark8.csproj" } } } @@ -6618,7 +6615,8 @@ "net47", "net471", "net472", - "net48" + "net48", + "net481" ], "assetTargetFallback": true, "warn": true, @@ -6627,7 +6625,7 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "/usr/local/share/dotnet/sdk/5.0.401/RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "/usr/local/share/dotnet/sdk/6.0.401/RuntimeIdentifierGraph.json" } } } diff --git a/ChallengesWithTestsMark8.Tests/obj/project.nuget.cache b/ChallengesWithTestsMark8.Tests/obj/project.nuget.cache index 0b56c79d1..a3aedadf8 100644 --- a/ChallengesWithTestsMark8.Tests/obj/project.nuget.cache +++ b/ChallengesWithTestsMark8.Tests/obj/project.nuget.cache @@ -1,109 +1,109 @@ { "version": 2, - "dgSpecHash": "TJIQKbe1GbfgNOLxK5mt9WdChDDqupgqpEu300xvrNqwcdxxgSMQEWiSkl1WrdYr9gkMWdSPlrDNZShaKZC0qg==", + "dgSpecHash": "xNDY9WlfQGlDdJ3qzv6WsCy73qaO0OX5Ijo64d6wSjvswOsuP6v8fMYFZuTOEb3DdPPlxW+/jwA/XDKnJ3Xpsw==", "success": true, - "projectFilePath": "/Users/michaeldoyle/repos/mark18/repos/WeeklyChallenges/ChallengesWithTestsMark8.Tests/ChallengesWithTestsMark8.Tests.csproj", + "projectFilePath": "/Users/adam/repos/WeeklyChallenges/ChallengesWithTestsMark8.Tests/ChallengesWithTestsMark8.Tests.csproj", "expectedPackageFiles": [ - "/Users/michaeldoyle/.nuget/packages/microsoft.codecoverage/15.9.0/microsoft.codecoverage.15.9.0.nupkg.sha512", - "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/microsoft.csharp/4.0.1/microsoft.csharp.4.0.1.nupkg.sha512", - "/Users/michaeldoyle/.nuget/packages/microsoft.dotnet.platformabstractions/1.0.3/microsoft.dotnet.platformabstractions.1.0.3.nupkg.sha512", - "/Users/michaeldoyle/.nuget/packages/microsoft.extensions.dependencymodel/1.0.3/microsoft.extensions.dependencymodel.1.0.3.nupkg.sha512", - "/Users/michaeldoyle/.nuget/packages/microsoft.net.test.sdk/15.9.0/microsoft.net.test.sdk.15.9.0.nupkg.sha512", - "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.platforms/1.0.1/microsoft.netcore.platforms.1.0.1.nupkg.sha512", - "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.targets/1.0.1/microsoft.netcore.targets.1.0.1.nupkg.sha512", - "/Users/michaeldoyle/.nuget/packages/microsoft.testplatform.objectmodel/15.9.0/microsoft.testplatform.objectmodel.15.9.0.nupkg.sha512", - "/Users/michaeldoyle/.nuget/packages/microsoft.testplatform.testhost/15.9.0/microsoft.testplatform.testhost.15.9.0.nupkg.sha512", - "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/microsoft.win32.primitives/4.0.1/microsoft.win32.primitives.4.0.1.nupkg.sha512", - "/Users/michaeldoyle/.nuget/packages/microsoft.win32.registry/4.0.0/microsoft.win32.registry.4.0.0.nupkg.sha512", - "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/1.6.0/netstandard.library.1.6.0.nupkg.sha512", - "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/newtonsoft.json/9.0.1/newtonsoft.json.9.0.1.nupkg.sha512", - "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/runtime.native.system/4.0.0/runtime.native.system.4.0.0.nupkg.sha512", - "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/runtime.native.system.io.compression/4.1.0/runtime.native.system.io.compression.4.1.0.nupkg.sha512", - "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/runtime.native.system.net.http/4.0.1/runtime.native.system.net.http.4.0.1.nupkg.sha512", - "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/runtime.native.system.security.cryptography/4.0.0/runtime.native.system.security.cryptography.4.0.0.nupkg.sha512", - "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/system.appcontext/4.1.0/system.appcontext.4.1.0.nupkg.sha512", - "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/system.buffers/4.0.0/system.buffers.4.0.0.nupkg.sha512", - "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/system.collections/4.0.11/system.collections.4.0.11.nupkg.sha512", - "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/system.collections.concurrent/4.0.12/system.collections.concurrent.4.0.12.nupkg.sha512", - "/Users/michaeldoyle/.nuget/packages/system.collections.immutable/1.2.0/system.collections.immutable.1.2.0.nupkg.sha512", - "/Users/michaeldoyle/.nuget/packages/system.collections.nongeneric/4.0.1/system.collections.nongeneric.4.0.1.nupkg.sha512", - "/Users/michaeldoyle/.nuget/packages/system.collections.specialized/4.0.1/system.collections.specialized.4.0.1.nupkg.sha512", - "/Users/michaeldoyle/.nuget/packages/system.componentmodel/4.0.1/system.componentmodel.4.0.1.nupkg.sha512", - "/Users/michaeldoyle/.nuget/packages/system.componentmodel.eventbasedasync/4.0.11/system.componentmodel.eventbasedasync.4.0.11.nupkg.sha512", - "/Users/michaeldoyle/.nuget/packages/system.componentmodel.primitives/4.1.0/system.componentmodel.primitives.4.1.0.nupkg.sha512", - "/Users/michaeldoyle/.nuget/packages/system.componentmodel.typeconverter/4.1.0/system.componentmodel.typeconverter.4.1.0.nupkg.sha512", - "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/system.console/4.0.0/system.console.4.0.0.nupkg.sha512", - "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/system.diagnostics.debug/4.0.11/system.diagnostics.debug.4.0.11.nupkg.sha512", - "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/system.diagnostics.diagnosticsource/4.0.0/system.diagnostics.diagnosticsource.4.0.0.nupkg.sha512", - "/Users/michaeldoyle/.nuget/packages/system.diagnostics.process/4.1.0/system.diagnostics.process.4.1.0.nupkg.sha512", - "/Users/michaeldoyle/.nuget/packages/system.diagnostics.textwritertracelistener/4.0.0/system.diagnostics.textwritertracelistener.4.0.0.nupkg.sha512", - "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/system.diagnostics.tools/4.0.1/system.diagnostics.tools.4.0.1.nupkg.sha512", - "/Users/michaeldoyle/.nuget/packages/system.diagnostics.tracesource/4.0.0/system.diagnostics.tracesource.4.0.0.nupkg.sha512", - "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/system.diagnostics.tracing/4.1.0/system.diagnostics.tracing.4.1.0.nupkg.sha512", - "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/system.dynamic.runtime/4.0.11/system.dynamic.runtime.4.0.11.nupkg.sha512", - "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/system.globalization/4.0.11/system.globalization.4.0.11.nupkg.sha512", - "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/system.globalization.calendars/4.0.1/system.globalization.calendars.4.0.1.nupkg.sha512", - "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/system.globalization.extensions/4.0.1/system.globalization.extensions.4.0.1.nupkg.sha512", - "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/system.io/4.1.0/system.io.4.1.0.nupkg.sha512", - "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/system.io.compression/4.1.0/system.io.compression.4.1.0.nupkg.sha512", - "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/system.io.compression.zipfile/4.0.1/system.io.compression.zipfile.4.0.1.nupkg.sha512", - "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/system.io.filesystem/4.0.1/system.io.filesystem.4.0.1.nupkg.sha512", - "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/system.io.filesystem.primitives/4.0.1/system.io.filesystem.primitives.4.0.1.nupkg.sha512", - "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/system.linq/4.1.0/system.linq.4.1.0.nupkg.sha512", - "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/system.linq.expressions/4.1.0/system.linq.expressions.4.1.0.nupkg.sha512", - "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/system.net.http/4.1.0/system.net.http.4.1.0.nupkg.sha512", - "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/system.net.primitives/4.0.11/system.net.primitives.4.0.11.nupkg.sha512", - "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/system.net.sockets/4.1.0/system.net.sockets.4.1.0.nupkg.sha512", - "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/system.objectmodel/4.0.12/system.objectmodel.4.0.12.nupkg.sha512", - "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/system.private.datacontractserialization/4.1.1/system.private.datacontractserialization.4.1.1.nupkg.sha512", - "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/system.reflection/4.1.0/system.reflection.4.1.0.nupkg.sha512", - "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/system.reflection.emit/4.0.1/system.reflection.emit.4.0.1.nupkg.sha512", - "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/system.reflection.emit.ilgeneration/4.0.1/system.reflection.emit.ilgeneration.4.0.1.nupkg.sha512", - "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/system.reflection.emit.lightweight/4.0.1/system.reflection.emit.lightweight.4.0.1.nupkg.sha512", - "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/system.reflection.extensions/4.0.1/system.reflection.extensions.4.0.1.nupkg.sha512", - "/Users/michaeldoyle/.nuget/packages/system.reflection.metadata/1.3.0/system.reflection.metadata.1.3.0.nupkg.sha512", - "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/system.reflection.primitives/4.0.1/system.reflection.primitives.4.0.1.nupkg.sha512", - "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/system.reflection.typeextensions/4.1.0/system.reflection.typeextensions.4.1.0.nupkg.sha512", - "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/system.resources.resourcemanager/4.0.1/system.resources.resourcemanager.4.0.1.nupkg.sha512", - "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/system.runtime/4.1.0/system.runtime.4.1.0.nupkg.sha512", - "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/system.runtime.extensions/4.1.0/system.runtime.extensions.4.1.0.nupkg.sha512", - "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/system.runtime.handles/4.0.1/system.runtime.handles.4.0.1.nupkg.sha512", - "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/system.runtime.interopservices/4.1.0/system.runtime.interopservices.4.1.0.nupkg.sha512", - "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/system.runtime.interopservices.runtimeinformation/4.0.0/system.runtime.interopservices.runtimeinformation.4.0.0.nupkg.sha512", - "/Users/michaeldoyle/.nuget/packages/system.runtime.loader/4.0.0/system.runtime.loader.4.0.0.nupkg.sha512", - "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/system.runtime.numerics/4.0.1/system.runtime.numerics.4.0.1.nupkg.sha512", - "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/system.runtime.serialization.json/4.0.2/system.runtime.serialization.json.4.0.2.nupkg.sha512", - "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/system.runtime.serialization.primitives/4.1.1/system.runtime.serialization.primitives.4.1.1.nupkg.sha512", - "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/system.security.cryptography.algorithms/4.2.0/system.security.cryptography.algorithms.4.2.0.nupkg.sha512", - "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/system.security.cryptography.cng/4.2.0/system.security.cryptography.cng.4.2.0.nupkg.sha512", - "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/system.security.cryptography.csp/4.0.0/system.security.cryptography.csp.4.0.0.nupkg.sha512", - "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/system.security.cryptography.encoding/4.0.0/system.security.cryptography.encoding.4.0.0.nupkg.sha512", - "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/system.security.cryptography.openssl/4.0.0/system.security.cryptography.openssl.4.0.0.nupkg.sha512", - "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/system.security.cryptography.primitives/4.0.0/system.security.cryptography.primitives.4.0.0.nupkg.sha512", - "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/system.security.cryptography.x509certificates/4.1.0/system.security.cryptography.x509certificates.4.1.0.nupkg.sha512", - "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/system.text.encoding/4.0.11/system.text.encoding.4.0.11.nupkg.sha512", - "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/system.text.encoding.extensions/4.0.11/system.text.encoding.extensions.4.0.11.nupkg.sha512", - "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/system.text.regularexpressions/4.1.0/system.text.regularexpressions.4.1.0.nupkg.sha512", - "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/system.threading/4.0.11/system.threading.4.0.11.nupkg.sha512", - "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/system.threading.tasks/4.0.11/system.threading.tasks.4.0.11.nupkg.sha512", - "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/system.threading.tasks.extensions/4.0.0/system.threading.tasks.extensions.4.0.0.nupkg.sha512", - "/Users/michaeldoyle/.nuget/packages/system.threading.thread/4.0.0/system.threading.thread.4.0.0.nupkg.sha512", - "/Users/michaeldoyle/.nuget/packages/system.threading.threadpool/4.0.10/system.threading.threadpool.4.0.10.nupkg.sha512", - "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/system.threading.timer/4.0.1/system.threading.timer.4.0.1.nupkg.sha512", - "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/system.xml.readerwriter/4.0.11/system.xml.readerwriter.4.0.11.nupkg.sha512", - "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/system.xml.xdocument/4.0.11/system.xml.xdocument.4.0.11.nupkg.sha512", - "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/system.xml.xmldocument/4.0.1/system.xml.xmldocument.4.0.1.nupkg.sha512", - "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/system.xml.xmlserializer/4.0.11/system.xml.xmlserializer.4.0.11.nupkg.sha512", - "/Users/michaeldoyle/.nuget/packages/system.xml.xpath/4.0.1/system.xml.xpath.4.0.1.nupkg.sha512", - "/Users/michaeldoyle/.nuget/packages/system.xml.xpath.xmldocument/4.0.1/system.xml.xpath.xmldocument.4.0.1.nupkg.sha512", - "/Users/michaeldoyle/.nuget/packages/xunit/2.4.0/xunit.2.4.0.nupkg.sha512", - "/Users/michaeldoyle/.nuget/packages/xunit.abstractions/2.0.2/xunit.abstractions.2.0.2.nupkg.sha512", - "/Users/michaeldoyle/.nuget/packages/xunit.analyzers/0.10.0/xunit.analyzers.0.10.0.nupkg.sha512", - "/Users/michaeldoyle/.nuget/packages/xunit.assert/2.4.0/xunit.assert.2.4.0.nupkg.sha512", - "/Users/michaeldoyle/.nuget/packages/xunit.core/2.4.0/xunit.core.2.4.0.nupkg.sha512", - "/Users/michaeldoyle/.nuget/packages/xunit.extensibility.core/2.4.0/xunit.extensibility.core.2.4.0.nupkg.sha512", - "/Users/michaeldoyle/.nuget/packages/xunit.extensibility.execution/2.4.0/xunit.extensibility.execution.2.4.0.nupkg.sha512", - "/Users/michaeldoyle/.nuget/packages/xunit.runner.visualstudio/2.4.0/xunit.runner.visualstudio.2.4.0.nupkg.sha512" + "/Users/adam/.nuget/packages/microsoft.codecoverage/15.9.0/microsoft.codecoverage.15.9.0.nupkg.sha512", + "/Users/adam/.nuget/packages/microsoft.csharp/4.0.1/microsoft.csharp.4.0.1.nupkg.sha512", + "/Users/adam/.nuget/packages/microsoft.dotnet.platformabstractions/1.0.3/microsoft.dotnet.platformabstractions.1.0.3.nupkg.sha512", + "/Users/adam/.nuget/packages/microsoft.extensions.dependencymodel/1.0.3/microsoft.extensions.dependencymodel.1.0.3.nupkg.sha512", + "/Users/adam/.nuget/packages/microsoft.net.test.sdk/15.9.0/microsoft.net.test.sdk.15.9.0.nupkg.sha512", + "/Users/adam/.nuget/packages/microsoft.netcore.platforms/1.0.1/microsoft.netcore.platforms.1.0.1.nupkg.sha512", + "/Users/adam/.nuget/packages/microsoft.netcore.targets/1.0.1/microsoft.netcore.targets.1.0.1.nupkg.sha512", + "/Users/adam/.nuget/packages/microsoft.testplatform.objectmodel/15.9.0/microsoft.testplatform.objectmodel.15.9.0.nupkg.sha512", + "/Users/adam/.nuget/packages/microsoft.testplatform.testhost/15.9.0/microsoft.testplatform.testhost.15.9.0.nupkg.sha512", + "/Users/adam/.nuget/packages/microsoft.win32.primitives/4.0.1/microsoft.win32.primitives.4.0.1.nupkg.sha512", + "/Users/adam/.nuget/packages/microsoft.win32.registry/4.0.0/microsoft.win32.registry.4.0.0.nupkg.sha512", + "/Users/adam/.nuget/packages/netstandard.library/1.6.0/netstandard.library.1.6.0.nupkg.sha512", + "/Users/adam/.nuget/packages/newtonsoft.json/9.0.1/newtonsoft.json.9.0.1.nupkg.sha512", + "/Users/adam/.nuget/packages/runtime.native.system/4.0.0/runtime.native.system.4.0.0.nupkg.sha512", + "/Users/adam/.nuget/packages/runtime.native.system.io.compression/4.1.0/runtime.native.system.io.compression.4.1.0.nupkg.sha512", + "/Users/adam/.nuget/packages/runtime.native.system.net.http/4.0.1/runtime.native.system.net.http.4.0.1.nupkg.sha512", + "/Users/adam/.nuget/packages/runtime.native.system.security.cryptography/4.0.0/runtime.native.system.security.cryptography.4.0.0.nupkg.sha512", + "/Users/adam/.nuget/packages/system.appcontext/4.1.0/system.appcontext.4.1.0.nupkg.sha512", + "/Users/adam/.nuget/packages/system.buffers/4.0.0/system.buffers.4.0.0.nupkg.sha512", + "/Users/adam/.nuget/packages/system.collections/4.0.11/system.collections.4.0.11.nupkg.sha512", + "/Users/adam/.nuget/packages/system.collections.concurrent/4.0.12/system.collections.concurrent.4.0.12.nupkg.sha512", + "/Users/adam/.nuget/packages/system.collections.immutable/1.2.0/system.collections.immutable.1.2.0.nupkg.sha512", + "/Users/adam/.nuget/packages/system.collections.nongeneric/4.0.1/system.collections.nongeneric.4.0.1.nupkg.sha512", + "/Users/adam/.nuget/packages/system.collections.specialized/4.0.1/system.collections.specialized.4.0.1.nupkg.sha512", + "/Users/adam/.nuget/packages/system.componentmodel/4.0.1/system.componentmodel.4.0.1.nupkg.sha512", + "/Users/adam/.nuget/packages/system.componentmodel.eventbasedasync/4.0.11/system.componentmodel.eventbasedasync.4.0.11.nupkg.sha512", + "/Users/adam/.nuget/packages/system.componentmodel.primitives/4.1.0/system.componentmodel.primitives.4.1.0.nupkg.sha512", + "/Users/adam/.nuget/packages/system.componentmodel.typeconverter/4.1.0/system.componentmodel.typeconverter.4.1.0.nupkg.sha512", + "/Users/adam/.nuget/packages/system.console/4.0.0/system.console.4.0.0.nupkg.sha512", + "/Users/adam/.nuget/packages/system.diagnostics.debug/4.0.11/system.diagnostics.debug.4.0.11.nupkg.sha512", + "/Users/adam/.nuget/packages/system.diagnostics.diagnosticsource/4.0.0/system.diagnostics.diagnosticsource.4.0.0.nupkg.sha512", + "/Users/adam/.nuget/packages/system.diagnostics.process/4.1.0/system.diagnostics.process.4.1.0.nupkg.sha512", + "/Users/adam/.nuget/packages/system.diagnostics.textwritertracelistener/4.0.0/system.diagnostics.textwritertracelistener.4.0.0.nupkg.sha512", + "/Users/adam/.nuget/packages/system.diagnostics.tools/4.0.1/system.diagnostics.tools.4.0.1.nupkg.sha512", + "/Users/adam/.nuget/packages/system.diagnostics.tracesource/4.0.0/system.diagnostics.tracesource.4.0.0.nupkg.sha512", + "/Users/adam/.nuget/packages/system.diagnostics.tracing/4.1.0/system.diagnostics.tracing.4.1.0.nupkg.sha512", + "/Users/adam/.nuget/packages/system.dynamic.runtime/4.0.11/system.dynamic.runtime.4.0.11.nupkg.sha512", + "/Users/adam/.nuget/packages/system.globalization/4.0.11/system.globalization.4.0.11.nupkg.sha512", + "/Users/adam/.nuget/packages/system.globalization.calendars/4.0.1/system.globalization.calendars.4.0.1.nupkg.sha512", + "/Users/adam/.nuget/packages/system.globalization.extensions/4.0.1/system.globalization.extensions.4.0.1.nupkg.sha512", + "/Users/adam/.nuget/packages/system.io/4.1.0/system.io.4.1.0.nupkg.sha512", + "/Users/adam/.nuget/packages/system.io.compression/4.1.0/system.io.compression.4.1.0.nupkg.sha512", + "/Users/adam/.nuget/packages/system.io.compression.zipfile/4.0.1/system.io.compression.zipfile.4.0.1.nupkg.sha512", + "/Users/adam/.nuget/packages/system.io.filesystem/4.0.1/system.io.filesystem.4.0.1.nupkg.sha512", + "/Users/adam/.nuget/packages/system.io.filesystem.primitives/4.0.1/system.io.filesystem.primitives.4.0.1.nupkg.sha512", + "/Users/adam/.nuget/packages/system.linq/4.1.0/system.linq.4.1.0.nupkg.sha512", + "/Users/adam/.nuget/packages/system.linq.expressions/4.1.0/system.linq.expressions.4.1.0.nupkg.sha512", + "/Users/adam/.nuget/packages/system.net.http/4.1.0/system.net.http.4.1.0.nupkg.sha512", + "/Users/adam/.nuget/packages/system.net.primitives/4.0.11/system.net.primitives.4.0.11.nupkg.sha512", + "/Users/adam/.nuget/packages/system.net.sockets/4.1.0/system.net.sockets.4.1.0.nupkg.sha512", + "/Users/adam/.nuget/packages/system.objectmodel/4.0.12/system.objectmodel.4.0.12.nupkg.sha512", + "/Users/adam/.nuget/packages/system.private.datacontractserialization/4.1.1/system.private.datacontractserialization.4.1.1.nupkg.sha512", + "/Users/adam/.nuget/packages/system.reflection/4.1.0/system.reflection.4.1.0.nupkg.sha512", + "/Users/adam/.nuget/packages/system.reflection.emit/4.0.1/system.reflection.emit.4.0.1.nupkg.sha512", + "/Users/adam/.nuget/packages/system.reflection.emit.ilgeneration/4.0.1/system.reflection.emit.ilgeneration.4.0.1.nupkg.sha512", + "/Users/adam/.nuget/packages/system.reflection.emit.lightweight/4.0.1/system.reflection.emit.lightweight.4.0.1.nupkg.sha512", + "/Users/adam/.nuget/packages/system.reflection.extensions/4.0.1/system.reflection.extensions.4.0.1.nupkg.sha512", + "/Users/adam/.nuget/packages/system.reflection.metadata/1.3.0/system.reflection.metadata.1.3.0.nupkg.sha512", + "/Users/adam/.nuget/packages/system.reflection.primitives/4.0.1/system.reflection.primitives.4.0.1.nupkg.sha512", + "/Users/adam/.nuget/packages/system.reflection.typeextensions/4.1.0/system.reflection.typeextensions.4.1.0.nupkg.sha512", + "/Users/adam/.nuget/packages/system.resources.resourcemanager/4.0.1/system.resources.resourcemanager.4.0.1.nupkg.sha512", + "/Users/adam/.nuget/packages/system.runtime/4.1.0/system.runtime.4.1.0.nupkg.sha512", + "/Users/adam/.nuget/packages/system.runtime.extensions/4.1.0/system.runtime.extensions.4.1.0.nupkg.sha512", + "/Users/adam/.nuget/packages/system.runtime.handles/4.0.1/system.runtime.handles.4.0.1.nupkg.sha512", + "/Users/adam/.nuget/packages/system.runtime.interopservices/4.1.0/system.runtime.interopservices.4.1.0.nupkg.sha512", + "/Users/adam/.nuget/packages/system.runtime.interopservices.runtimeinformation/4.0.0/system.runtime.interopservices.runtimeinformation.4.0.0.nupkg.sha512", + "/Users/adam/.nuget/packages/system.runtime.loader/4.0.0/system.runtime.loader.4.0.0.nupkg.sha512", + "/Users/adam/.nuget/packages/system.runtime.numerics/4.0.1/system.runtime.numerics.4.0.1.nupkg.sha512", + "/Users/adam/.nuget/packages/system.runtime.serialization.json/4.0.2/system.runtime.serialization.json.4.0.2.nupkg.sha512", + "/Users/adam/.nuget/packages/system.runtime.serialization.primitives/4.1.1/system.runtime.serialization.primitives.4.1.1.nupkg.sha512", + "/Users/adam/.nuget/packages/system.security.cryptography.algorithms/4.2.0/system.security.cryptography.algorithms.4.2.0.nupkg.sha512", + "/Users/adam/.nuget/packages/system.security.cryptography.cng/4.2.0/system.security.cryptography.cng.4.2.0.nupkg.sha512", + "/Users/adam/.nuget/packages/system.security.cryptography.csp/4.0.0/system.security.cryptography.csp.4.0.0.nupkg.sha512", + "/Users/adam/.nuget/packages/system.security.cryptography.encoding/4.0.0/system.security.cryptography.encoding.4.0.0.nupkg.sha512", + "/Users/adam/.nuget/packages/system.security.cryptography.openssl/4.0.0/system.security.cryptography.openssl.4.0.0.nupkg.sha512", + "/Users/adam/.nuget/packages/system.security.cryptography.primitives/4.0.0/system.security.cryptography.primitives.4.0.0.nupkg.sha512", + "/Users/adam/.nuget/packages/system.security.cryptography.x509certificates/4.1.0/system.security.cryptography.x509certificates.4.1.0.nupkg.sha512", + "/Users/adam/.nuget/packages/system.text.encoding/4.0.11/system.text.encoding.4.0.11.nupkg.sha512", + "/Users/adam/.nuget/packages/system.text.encoding.extensions/4.0.11/system.text.encoding.extensions.4.0.11.nupkg.sha512", + "/Users/adam/.nuget/packages/system.text.regularexpressions/4.1.0/system.text.regularexpressions.4.1.0.nupkg.sha512", + "/Users/adam/.nuget/packages/system.threading/4.0.11/system.threading.4.0.11.nupkg.sha512", + "/Users/adam/.nuget/packages/system.threading.tasks/4.0.11/system.threading.tasks.4.0.11.nupkg.sha512", + "/Users/adam/.nuget/packages/system.threading.tasks.extensions/4.0.0/system.threading.tasks.extensions.4.0.0.nupkg.sha512", + "/Users/adam/.nuget/packages/system.threading.thread/4.0.0/system.threading.thread.4.0.0.nupkg.sha512", + "/Users/adam/.nuget/packages/system.threading.threadpool/4.0.10/system.threading.threadpool.4.0.10.nupkg.sha512", + "/Users/adam/.nuget/packages/system.threading.timer/4.0.1/system.threading.timer.4.0.1.nupkg.sha512", + "/Users/adam/.nuget/packages/system.xml.readerwriter/4.0.11/system.xml.readerwriter.4.0.11.nupkg.sha512", + "/Users/adam/.nuget/packages/system.xml.xdocument/4.0.11/system.xml.xdocument.4.0.11.nupkg.sha512", + "/Users/adam/.nuget/packages/system.xml.xmldocument/4.0.1/system.xml.xmldocument.4.0.1.nupkg.sha512", + "/Users/adam/.nuget/packages/system.xml.xmlserializer/4.0.11/system.xml.xmlserializer.4.0.11.nupkg.sha512", + "/Users/adam/.nuget/packages/system.xml.xpath/4.0.1/system.xml.xpath.4.0.1.nupkg.sha512", + "/Users/adam/.nuget/packages/system.xml.xpath.xmldocument/4.0.1/system.xml.xpath.xmldocument.4.0.1.nupkg.sha512", + "/Users/adam/.nuget/packages/xunit/2.4.0/xunit.2.4.0.nupkg.sha512", + "/Users/adam/.nuget/packages/xunit.abstractions/2.0.2/xunit.abstractions.2.0.2.nupkg.sha512", + "/Users/adam/.nuget/packages/xunit.analyzers/0.10.0/xunit.analyzers.0.10.0.nupkg.sha512", + "/Users/adam/.nuget/packages/xunit.assert/2.4.0/xunit.assert.2.4.0.nupkg.sha512", + "/Users/adam/.nuget/packages/xunit.core/2.4.0/xunit.core.2.4.0.nupkg.sha512", + "/Users/adam/.nuget/packages/xunit.extensibility.core/2.4.0/xunit.extensibility.core.2.4.0.nupkg.sha512", + "/Users/adam/.nuget/packages/xunit.extensibility.execution/2.4.0/xunit.extensibility.execution.2.4.0.nupkg.sha512", + "/Users/adam/.nuget/packages/xunit.runner.visualstudio/2.4.0/xunit.runner.visualstudio.2.4.0.nupkg.sha512" ], "logs": [] } \ No newline at end of file diff --git a/ChallengesWithTestsMark8/ChallengesSet01.cs b/ChallengesWithTestsMark8/ChallengesSet01.cs index 0df79fc6c..4229ae141 100644 --- a/ChallengesWithTestsMark8/ChallengesSet01.cs +++ b/ChallengesWithTestsMark8/ChallengesSet01.cs @@ -1,49 +1,50 @@ -using System; - -namespace ChallengesWithTestsMark8 -{ - public class ChallengesSet01 - { - public bool AreTwoNumbersTheSame(int num1, int num2) - { - if(num1 == num2) +using System; + +namespace ChallengesWithTestsMark8 +{ + public class ChallengesSet01 + { + public bool AreTwoNumbersTheSame(int num1, int num2) + { + if (num1 == num2) { return true; - } + } else { return false; - } - } - - public double Subtract(double minuend, double subtrahend) - { - throw new NotImplementedException(); - } - - public int Add(int number1, int number2) - { - throw new NotImplementedException(); - } - - public int GetSmallestNumber(int number1, int number2) - { - throw new NotImplementedException(); - } - - public long Multiply(long factor1, long factor2) - { - throw new NotImplementedException(); - } - - public string GetGreeting(string nameOfPerson) - { - throw new NotImplementedException(); - } + } + } + + public double Subtract(double minuend, double subtrahend) + { + return minuend - subtrahend; + } + + public int Add(int number1, int number2) + { + return number1 + number2; + } + + public int GetSmallestNumber(int number1, int number2) + { + return Math.Min(number1, number2); + } + + public long Multiply(long factor1, long factor2) + { + return factor1 * factor2; + } + + public string GetGreeting(string nameOfPerson) + { + return nameOfPerson; + } + + public string GetHey() + { + throw new NotImplementedException(); + } + } +} - public string GetHey() - { - throw new NotImplementedException(); - } - } -} diff --git a/ChallengesWithTestsMark8/ChallengesSet02.cs b/ChallengesWithTestsMark8/ChallengesSet02.cs old mode 100755 new mode 100644 index 7a78e0a8a..54c8dce9d --- a/ChallengesWithTestsMark8/ChallengesSet02.cs +++ b/ChallengesWithTestsMark8/ChallengesSet02.cs @@ -1,58 +1,125 @@ -using System; -using System.Collections.Generic; - -namespace ChallengesWithTestsMark8 -{ - public class ChallengesSet02 - { - public bool CharacterIsALetter(char c) - { - throw new NotImplementedException(); - } - - public bool CountOfElementsIsEven(string[] vals) - { - throw new NotImplementedException(); - } - - public bool IsNumberEven(int number) - { - throw new NotImplementedException(); - } - - public bool IsNumberOdd(int num) - { - throw new NotImplementedException(); - } - - public double SumOfMinAndMax(IEnumerable numbers) - { - throw new NotImplementedException(); - } - - public int GetLengthOfShortestString(string str1, string str2) - { - throw new NotImplementedException(); - } - - public int Sum(int[] numbers) - { - throw new NotImplementedException(); - } - - public int SumEvens(int[] numbers) - { - throw new NotImplementedException(); - } - - public bool IsSumOdd(List numbers) - { - throw new NotImplementedException(); - } - - public long CountOfPositiveOddsBelowNumber(long number) - { - throw new NotImplementedException(); - } - } -} +using System; +using System.Collections.Generic; +using System.Linq; + +namespace ChallengesWithTestsMark8 +{ + public class ChallengesSet02 + { + public bool CharacterIsALetter(char c) + { + return char.IsLetter(c); + } + + public bool CountOfElementsIsEven(string[] vals) + { + if (vals.Length % 2 == 0) + { + return true; + } + else + { + return false; + } + } + + public bool IsNumberEven(int number) + { + if (number % 2 == 0) + { + return true; + } + else + { + return false; + } + } + + public bool IsNumberOdd(int num) + { + if (num % 2 != 0) + { + return true; + } + else + { + return false; + } + } + + public double SumOfMinAndMax(IEnumerable numbers) + { + if (numbers == null || numbers.Count() == 0) + { + return 0; + } + + return numbers.Min() + numbers.Max(); + } + + public int GetLengthOfShortestString(string str1, string str2) + { + var list = new List() { str1.Length, str2.Length }; + return list.Min(); + } + + public int Sum(int[] numbers) + { + if (numbers == null) + { + return 0; + } + + int sum = 0; + + foreach (var num in numbers) + { + sum += num; + } + + return sum; + } + + public int SumEvens(int[] numbers) + { + if (numbers == null) + { + return 0; + } + + var evenSum = 0; + + for (int i = 0; i < numbers.Length; i++) + { + if (numbers[i] % 2 == 0) + { + evenSum += numbers[i]; + } + } + + return evenSum; + } + + public bool IsSumOdd(List numbers) + { + if (numbers == null) + { + return false; + } + + return numbers.Sum() % 2 != 0; + } + + public long CountOfPositiveOddsBelowNumber(long number) + { + if (number <= 0) + { + return 0; + } + else + { + return number / 2; + } + } + } +} diff --git a/ChallengesWithTestsMark8/ChallengesSet03.cs b/ChallengesWithTestsMark8/ChallengesSet03.cs old mode 100755 new mode 100644 index ebd5e3768..893013521 --- a/ChallengesWithTestsMark8/ChallengesSet03.cs +++ b/ChallengesWithTestsMark8/ChallengesSet03.cs @@ -1,53 +1,119 @@ using System; using System.Collections.Generic; +using System.Threading.Tasks; +using System.Linq; namespace ChallengesWithTestsMark8 { public class ChallengesSet03 { public bool ArrayContainsAFalse(bool[] vals) - { - throw new NotImplementedException(); + { + for (int i = 0; i < vals.Length; i++) + { + if (vals[i] == false) + { + return true; + } + + } + return false; } public bool IsSumOfOddsOdd(IEnumerable numbers) - { - throw new NotImplementedException(); + { + if (numbers == null || numbers.Count() == 0) + { + return false; + } + + var sum = numbers.Sum(); + + return (sum % 2 != 0); } public bool PasswordContainsUpperLowerAndNumber(string password) - { - throw new NotImplementedException(); - } - - public char GetFirstLetterOfString(string val) - { - throw new NotImplementedException(); + { + var isLower = false; + var isUpper = false; + var isNumber = false; + + for (int i = 0; i < password.Length; i++) + { + if (char.IsLower(password[i])) + { + isLower = true; + } + + if (char.IsUpper(password[i])) + { + isUpper = true; + } + + if (char.IsNumber(password[i])) + { + isNumber = true; + } + } + + if (isLower == true && isUpper == true && isNumber == true) + { + return true; + } + else + { + return false; + } + } + + + public char GetFirstLetterOfString(string val) + { + return val[0]; } public char GetLastLetterOfString(string val) - { - throw new NotImplementedException(); + { + return val.Last(); } public decimal Divide(decimal dividend, decimal divisor) + { + if (divisor == 0) + { + return 0; + } + + return dividend / divisor; + } + + + public int LastMinusFirst(int[] nums) { - throw new NotImplementedException(); - } - - public int LastMinusFirst(int[] nums) - { - throw new NotImplementedException(); + return nums[nums.Length - 1] - nums[0]; } public int[] GetOddsBelow100() - { - throw new NotImplementedException(); + { + var list = new List(); + + for (int i = 0; i < 100; i++) + { + if (i % 2 != 0) + { + list.Add(i); + } + } + + return list.ToArray(); } public void ChangeAllElementsToUppercase(string[] words) - { - throw new NotImplementedException(); + { + for (int i = 0; i < words.Length; i++) + { + words[i] = words[i].ToUpper(); + } } } } diff --git a/ChallengesWithTestsMark8/ChallengesSet04.cs b/ChallengesWithTestsMark8/ChallengesSet04.cs old mode 100755 new mode 100644 index 9fc4dc6f9..eb06fb246 --- a/ChallengesWithTestsMark8/ChallengesSet04.cs +++ b/ChallengesWithTestsMark8/ChallengesSet04.cs @@ -1,4 +1,6 @@ using System; +using System.Collections.Generic; +using System.Linq; namespace ChallengesWithTestsMark8 { @@ -6,47 +8,109 @@ public class ChallengesSet04 { public int AddEvenSubtractOdd(int[] numbers) { - throw new NotImplementedException(); - } + //var sum = 0; + //foreach (var num in numbers) + //{ + // sum += num; + + + // if (numbers % 2 == 0) + // { + // sum += num; + // } + + // if (num % 2 != 0) + // { + // sum -= num; + // } + + return numbers.Where(x => x % 2 == 0).Sum() - numbers.Where(x => x % 2 != 0).Sum(); + //} + } public int GetLengthOfShortestString(string str1, string str2, string str3, string str4) - { - throw new NotImplementedException(); + { + var list = new List { str1.Length, str2.Length, str3.Length, str4.Length }; + + return list.Min(); } public int GetSmallestNumber(int number1, int number2, int number3, int number4) - { - throw new NotImplementedException(); + { + var list = new List() { number1, number2, number3, number4 }; + + return list.Min(); } public void ChangeBusinessNameTo_TrueCoders(Business biz) - { - throw new NotImplementedException(); + { + biz.Name = "TrueCoders"; } public bool CouldFormTriangle(int sideLength1, int sideLength2, int sideLength3) - { - throw new NotImplementedException(); + { + return ( + sideLength1 + sideLength2 > sideLength3 && + sideLength1 + sideLength3 > sideLength2 && + sideLength2 + sideLength3 > sideLength1 + ); } public bool IsStringANumber(string input) - { - throw new NotImplementedException(); + { + var isNumber = double.TryParse(input, out double number); + + return isNumber; } public bool MajorityOfElementsInArrayAreNull(object[] objs) - { - throw new NotImplementedException(); + { + var amount = objs.Length; + var majority = (amount / 2) + 1; + + var count = 0; + + foreach (var obj in objs) + { + if (obj == null) + { + count++; + } + } + + if (count >= majority) + { + return true; + } + else + { + return false; + } } public double AverageEvens(int[] numbers) - { - throw new NotImplementedException(); + { + if (numbers == null || numbers.Length == 0) + { + return 0; + } + var n = numbers.Where(num => num % 2 == 0); + + if (n.Count() == 0) + return 0; + + return n.Average(); } public int Factorial(int number) - { - throw new NotImplementedException(); + { + var fact = 1; + + if (number < 0) + { + return 1; + } + return number * Factorial(number - 1); } } } diff --git a/ChallengesWithTestsMark8/bin/Debug/netcoreapp3.1/ChallengesWithTestsMark8 b/ChallengesWithTestsMark8/bin/Debug/netcoreapp3.1/ChallengesWithTestsMark8 new file mode 100755 index 000000000..906fd2089 Binary files /dev/null and b/ChallengesWithTestsMark8/bin/Debug/netcoreapp3.1/ChallengesWithTestsMark8 differ diff --git a/ChallengesWithTestsMark8/bin/Debug/netcoreapp3.1/ChallengesWithTestsMark8.dll b/ChallengesWithTestsMark8/bin/Debug/netcoreapp3.1/ChallengesWithTestsMark8.dll index eca08c833..dfafee40d 100644 Binary files a/ChallengesWithTestsMark8/bin/Debug/netcoreapp3.1/ChallengesWithTestsMark8.dll and b/ChallengesWithTestsMark8/bin/Debug/netcoreapp3.1/ChallengesWithTestsMark8.dll differ diff --git a/ChallengesWithTestsMark8/bin/Debug/netcoreapp3.1/ChallengesWithTestsMark8.pdb b/ChallengesWithTestsMark8/bin/Debug/netcoreapp3.1/ChallengesWithTestsMark8.pdb index bd24c2e72..c6d083390 100644 Binary files a/ChallengesWithTestsMark8/bin/Debug/netcoreapp3.1/ChallengesWithTestsMark8.pdb and b/ChallengesWithTestsMark8/bin/Debug/netcoreapp3.1/ChallengesWithTestsMark8.pdb differ diff --git a/ChallengesWithTestsMark8/bin/Debug/netcoreapp3.1/ChallengesWithTestsMark8.runtimeconfig.dev.json b/ChallengesWithTestsMark8/bin/Debug/netcoreapp3.1/ChallengesWithTestsMark8.runtimeconfig.dev.json index ece3a6d8e..c336f8f51 100644 --- a/ChallengesWithTestsMark8/bin/Debug/netcoreapp3.1/ChallengesWithTestsMark8.runtimeconfig.dev.json +++ b/ChallengesWithTestsMark8/bin/Debug/netcoreapp3.1/ChallengesWithTestsMark8.runtimeconfig.dev.json @@ -1,9 +1,8 @@ { "runtimeOptions": { "additionalProbingPaths": [ - "/Users/michaeldoyle/.dotnet/store/|arch|/|tfm|", - "/Users/michaeldoyle/.nuget/packages", - "/usr/local/share/dotnet/sdk/NuGetFallbackFolder" + "/Users/adam/.dotnet/store/|arch|/|tfm|", + "/Users/adam/.nuget/packages" ] } } \ No newline at end of file diff --git a/ChallengesWithTestsMark8/obj/ChallengesWithTestsMark8.csproj.nuget.dgspec.json b/ChallengesWithTestsMark8/obj/ChallengesWithTestsMark8.csproj.nuget.dgspec.json index 14d39faba..115d10883 100644 --- a/ChallengesWithTestsMark8/obj/ChallengesWithTestsMark8.csproj.nuget.dgspec.json +++ b/ChallengesWithTestsMark8/obj/ChallengesWithTestsMark8.csproj.nuget.dgspec.json @@ -1,28 +1,26 @@ { "format": 1, "restore": { - "/Users/michaeldoyle/repos/mark18/repos/WeeklyChallenges/ChallengesWithTestsMark8/ChallengesWithTestsMark8.csproj": {} + "/Users/adam/repos/WeeklyChallenges/ChallengesWithTestsMark8/ChallengesWithTestsMark8.csproj": {} }, "projects": { - "/Users/michaeldoyle/repos/mark18/repos/WeeklyChallenges/ChallengesWithTestsMark8/ChallengesWithTestsMark8.csproj": { + "/Users/adam/repos/WeeklyChallenges/ChallengesWithTestsMark8/ChallengesWithTestsMark8.csproj": { "version": "1.0.0", "restore": { - "projectUniqueName": "/Users/michaeldoyle/repos/mark18/repos/WeeklyChallenges/ChallengesWithTestsMark8/ChallengesWithTestsMark8.csproj", + "projectUniqueName": "/Users/adam/repos/WeeklyChallenges/ChallengesWithTestsMark8/ChallengesWithTestsMark8.csproj", "projectName": "ChallengesWithTestsMark8", - "projectPath": "/Users/michaeldoyle/repos/mark18/repos/WeeklyChallenges/ChallengesWithTestsMark8/ChallengesWithTestsMark8.csproj", - "packagesPath": "/Users/michaeldoyle/.nuget/packages/", - "outputPath": "/Users/michaeldoyle/repos/mark18/repos/WeeklyChallenges/ChallengesWithTestsMark8/obj/", + "projectPath": "/Users/adam/repos/WeeklyChallenges/ChallengesWithTestsMark8/ChallengesWithTestsMark8.csproj", + "packagesPath": "/Users/adam/.nuget/packages/", + "outputPath": "/Users/adam/repos/WeeklyChallenges/ChallengesWithTestsMark8/obj/", "projectStyle": "PackageReference", - "fallbackFolders": [ - "/usr/local/share/dotnet/sdk/NuGetFallbackFolder" - ], "configFilePaths": [ - "/Users/michaeldoyle/.config/NuGet/NuGet.Config" + "/Users/adam/.nuget/NuGet/NuGet.Config" ], "originalTargetFrameworks": [ "netcoreapp3.1" ], "sources": { + "/usr/local/share/dotnet/library-packs": {}, "https://api.nuget.org/v3/index.json": {} }, "frameworks": { @@ -46,7 +44,8 @@ "net47", "net471", "net472", - "net48" + "net48", + "net481" ], "assetTargetFallback": true, "warn": true, @@ -55,7 +54,7 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "/usr/local/share/dotnet/sdk/5.0.401/RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "/usr/local/share/dotnet/sdk/6.0.401/RuntimeIdentifierGraph.json" } } } diff --git a/ChallengesWithTestsMark8/obj/ChallengesWithTestsMark8.csproj.nuget.g.props b/ChallengesWithTestsMark8/obj/ChallengesWithTestsMark8.csproj.nuget.g.props index a9be71f49..75694b3e2 100644 --- a/ChallengesWithTestsMark8/obj/ChallengesWithTestsMark8.csproj.nuget.g.props +++ b/ChallengesWithTestsMark8/obj/ChallengesWithTestsMark8.csproj.nuget.g.props @@ -4,16 +4,12 @@ True NuGet $(MSBuildThisFileDirectory)project.assets.json - /Users/michaeldoyle/.nuget/packages/ - /Users/michaeldoyle/.nuget/packages/;/usr/local/share/dotnet/sdk/NuGetFallbackFolder + /Users/adam/.nuget/packages/ + /Users/adam/.nuget/packages/ PackageReference - 5.9.0 + 6.2.1 - - + - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - \ No newline at end of file diff --git a/ChallengesWithTestsMark8/obj/ChallengesWithTestsMark8.csproj.nuget.g.targets b/ChallengesWithTestsMark8/obj/ChallengesWithTestsMark8.csproj.nuget.g.targets index 53cfaa19b..3dc06ef3c 100644 --- a/ChallengesWithTestsMark8/obj/ChallengesWithTestsMark8.csproj.nuget.g.targets +++ b/ChallengesWithTestsMark8/obj/ChallengesWithTestsMark8.csproj.nuget.g.targets @@ -1,6 +1,2 @@  - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - - \ No newline at end of file + \ No newline at end of file diff --git a/ChallengesWithTestsMark8/obj/Debug/netcoreapp3.1/ChallengesWithTestsMark8.AssemblyInfo.cs b/ChallengesWithTestsMark8/obj/Debug/netcoreapp3.1/ChallengesWithTestsMark8.AssemblyInfo.cs index 8a96bc30a..daf9757bd 100644 --- a/ChallengesWithTestsMark8/obj/Debug/netcoreapp3.1/ChallengesWithTestsMark8.AssemblyInfo.cs +++ b/ChallengesWithTestsMark8/obj/Debug/netcoreapp3.1/ChallengesWithTestsMark8.AssemblyInfo.cs @@ -1,7 +1,6 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. diff --git a/ChallengesWithTestsMark8/obj/Debug/netcoreapp3.1/ChallengesWithTestsMark8.GeneratedMSBuildEditorConfig.editorconfig b/ChallengesWithTestsMark8/obj/Debug/netcoreapp3.1/ChallengesWithTestsMark8.GeneratedMSBuildEditorConfig.editorconfig index 25d5cca61..f668e75d4 100644 --- a/ChallengesWithTestsMark8/obj/Debug/netcoreapp3.1/ChallengesWithTestsMark8.GeneratedMSBuildEditorConfig.editorconfig +++ b/ChallengesWithTestsMark8/obj/Debug/netcoreapp3.1/ChallengesWithTestsMark8.GeneratedMSBuildEditorConfig.editorconfig @@ -1,3 +1,3 @@ is_global = true build_property.RootNamespace = ChallengesWithTestsMark8 -build_property.ProjectDir = /Users/michaeldoyle/repos/mark18/repos/WeeklyChallenges/ChallengesWithTestsMark8/ +build_property.ProjectDir = /Users/adam/repos/WeeklyChallenges/ChallengesWithTestsMark8/ diff --git a/ChallengesWithTestsMark8/obj/Debug/netcoreapp3.1/ChallengesWithTestsMark8.assets.cache b/ChallengesWithTestsMark8/obj/Debug/netcoreapp3.1/ChallengesWithTestsMark8.assets.cache index 5d6624a3a..1127d362d 100644 Binary files a/ChallengesWithTestsMark8/obj/Debug/netcoreapp3.1/ChallengesWithTestsMark8.assets.cache and b/ChallengesWithTestsMark8/obj/Debug/netcoreapp3.1/ChallengesWithTestsMark8.assets.cache differ diff --git a/ChallengesWithTestsMark8/obj/Debug/netcoreapp3.1/ChallengesWithTestsMark8.csproj.AssemblyReference.cache b/ChallengesWithTestsMark8/obj/Debug/netcoreapp3.1/ChallengesWithTestsMark8.csproj.AssemblyReference.cache index f5e894aea..acceabf03 100644 Binary files a/ChallengesWithTestsMark8/obj/Debug/netcoreapp3.1/ChallengesWithTestsMark8.csproj.AssemblyReference.cache and b/ChallengesWithTestsMark8/obj/Debug/netcoreapp3.1/ChallengesWithTestsMark8.csproj.AssemblyReference.cache differ diff --git a/ChallengesWithTestsMark8/obj/Debug/netcoreapp3.1/ChallengesWithTestsMark8.csproj.FileListAbsolute.txt b/ChallengesWithTestsMark8/obj/Debug/netcoreapp3.1/ChallengesWithTestsMark8.csproj.FileListAbsolute.txt index b71d31413..5bb5f4826 100644 --- a/ChallengesWithTestsMark8/obj/Debug/netcoreapp3.1/ChallengesWithTestsMark8.csproj.FileListAbsolute.txt +++ b/ChallengesWithTestsMark8/obj/Debug/netcoreapp3.1/ChallengesWithTestsMark8.csproj.FileListAbsolute.txt @@ -11,3 +11,17 @@ /Users/michaeldoyle/repos/mark18/repos/WeeklyChallenges/ChallengesWithTestsMark8/obj/Debug/netcoreapp3.1/ChallengesWithTestsMark8.dll /Users/michaeldoyle/repos/mark18/repos/WeeklyChallenges/ChallengesWithTestsMark8/obj/Debug/netcoreapp3.1/ChallengesWithTestsMark8.pdb /Users/michaeldoyle/repos/mark18/repos/WeeklyChallenges/ChallengesWithTestsMark8/obj/Debug/netcoreapp3.1/ChallengesWithTestsMark8.genruntimeconfig.cache +/Users/adam/repos/WeeklyChallenges/ChallengesWithTestsMark8/bin/Debug/netcoreapp3.1/ChallengesWithTestsMark8 +/Users/adam/repos/WeeklyChallenges/ChallengesWithTestsMark8/bin/Debug/netcoreapp3.1/ChallengesWithTestsMark8.deps.json +/Users/adam/repos/WeeklyChallenges/ChallengesWithTestsMark8/bin/Debug/netcoreapp3.1/ChallengesWithTestsMark8.runtimeconfig.json +/Users/adam/repos/WeeklyChallenges/ChallengesWithTestsMark8/bin/Debug/netcoreapp3.1/ChallengesWithTestsMark8.runtimeconfig.dev.json +/Users/adam/repos/WeeklyChallenges/ChallengesWithTestsMark8/bin/Debug/netcoreapp3.1/ChallengesWithTestsMark8.dll +/Users/adam/repos/WeeklyChallenges/ChallengesWithTestsMark8/bin/Debug/netcoreapp3.1/ChallengesWithTestsMark8.pdb +/Users/adam/repos/WeeklyChallenges/ChallengesWithTestsMark8/obj/Debug/netcoreapp3.1/ChallengesWithTestsMark8.csproj.AssemblyReference.cache +/Users/adam/repos/WeeklyChallenges/ChallengesWithTestsMark8/obj/Debug/netcoreapp3.1/ChallengesWithTestsMark8.GeneratedMSBuildEditorConfig.editorconfig +/Users/adam/repos/WeeklyChallenges/ChallengesWithTestsMark8/obj/Debug/netcoreapp3.1/ChallengesWithTestsMark8.AssemblyInfoInputs.cache +/Users/adam/repos/WeeklyChallenges/ChallengesWithTestsMark8/obj/Debug/netcoreapp3.1/ChallengesWithTestsMark8.AssemblyInfo.cs +/Users/adam/repos/WeeklyChallenges/ChallengesWithTestsMark8/obj/Debug/netcoreapp3.1/ChallengesWithTestsMark8.csproj.CoreCompileInputs.cache +/Users/adam/repos/WeeklyChallenges/ChallengesWithTestsMark8/obj/Debug/netcoreapp3.1/ChallengesWithTestsMark8.dll +/Users/adam/repos/WeeklyChallenges/ChallengesWithTestsMark8/obj/Debug/netcoreapp3.1/ChallengesWithTestsMark8.pdb +/Users/adam/repos/WeeklyChallenges/ChallengesWithTestsMark8/obj/Debug/netcoreapp3.1/ChallengesWithTestsMark8.genruntimeconfig.cache diff --git a/ChallengesWithTestsMark8/obj/Debug/netcoreapp3.1/ChallengesWithTestsMark8.dll b/ChallengesWithTestsMark8/obj/Debug/netcoreapp3.1/ChallengesWithTestsMark8.dll index eca08c833..dfafee40d 100644 Binary files a/ChallengesWithTestsMark8/obj/Debug/netcoreapp3.1/ChallengesWithTestsMark8.dll and b/ChallengesWithTestsMark8/obj/Debug/netcoreapp3.1/ChallengesWithTestsMark8.dll differ diff --git a/ChallengesWithTestsMark8/obj/Debug/netcoreapp3.1/ChallengesWithTestsMark8.genruntimeconfig.cache b/ChallengesWithTestsMark8/obj/Debug/netcoreapp3.1/ChallengesWithTestsMark8.genruntimeconfig.cache index 66a2de145..2a0b3d325 100644 --- a/ChallengesWithTestsMark8/obj/Debug/netcoreapp3.1/ChallengesWithTestsMark8.genruntimeconfig.cache +++ b/ChallengesWithTestsMark8/obj/Debug/netcoreapp3.1/ChallengesWithTestsMark8.genruntimeconfig.cache @@ -1 +1 @@ -3b4df6c7e2f13e02928c9022c781a52be4ad9334 +d206e76fd2f0fe7cc68df1e4f01b8407742f2038 diff --git a/ChallengesWithTestsMark8/obj/Debug/netcoreapp3.1/ChallengesWithTestsMark8.pdb b/ChallengesWithTestsMark8/obj/Debug/netcoreapp3.1/ChallengesWithTestsMark8.pdb index bd24c2e72..c6d083390 100644 Binary files a/ChallengesWithTestsMark8/obj/Debug/netcoreapp3.1/ChallengesWithTestsMark8.pdb and b/ChallengesWithTestsMark8/obj/Debug/netcoreapp3.1/ChallengesWithTestsMark8.pdb differ diff --git a/ChallengesWithTestsMark8/obj/Debug/netcoreapp3.1/apphost b/ChallengesWithTestsMark8/obj/Debug/netcoreapp3.1/apphost new file mode 100755 index 000000000..906fd2089 Binary files /dev/null and b/ChallengesWithTestsMark8/obj/Debug/netcoreapp3.1/apphost differ diff --git a/ChallengesWithTestsMark8/obj/project.assets.json b/ChallengesWithTestsMark8/obj/project.assets.json index 002105557..679213f3c 100644 --- a/ChallengesWithTestsMark8/obj/project.assets.json +++ b/ChallengesWithTestsMark8/obj/project.assets.json @@ -8,28 +8,25 @@ ".NETCoreApp,Version=v3.1": [] }, "packageFolders": { - "/Users/michaeldoyle/.nuget/packages/": {}, - "/usr/local/share/dotnet/sdk/NuGetFallbackFolder": {} + "/Users/adam/.nuget/packages/": {} }, "project": { "version": "1.0.0", "restore": { - "projectUniqueName": "/Users/michaeldoyle/repos/mark18/repos/WeeklyChallenges/ChallengesWithTestsMark8/ChallengesWithTestsMark8.csproj", + "projectUniqueName": "/Users/adam/repos/WeeklyChallenges/ChallengesWithTestsMark8/ChallengesWithTestsMark8.csproj", "projectName": "ChallengesWithTestsMark8", - "projectPath": "/Users/michaeldoyle/repos/mark18/repos/WeeklyChallenges/ChallengesWithTestsMark8/ChallengesWithTestsMark8.csproj", - "packagesPath": "/Users/michaeldoyle/.nuget/packages/", - "outputPath": "/Users/michaeldoyle/repos/mark18/repos/WeeklyChallenges/ChallengesWithTestsMark8/obj/", + "projectPath": "/Users/adam/repos/WeeklyChallenges/ChallengesWithTestsMark8/ChallengesWithTestsMark8.csproj", + "packagesPath": "/Users/adam/.nuget/packages/", + "outputPath": "/Users/adam/repos/WeeklyChallenges/ChallengesWithTestsMark8/obj/", "projectStyle": "PackageReference", - "fallbackFolders": [ - "/usr/local/share/dotnet/sdk/NuGetFallbackFolder" - ], "configFilePaths": [ - "/Users/michaeldoyle/.config/NuGet/NuGet.Config" + "/Users/adam/.nuget/NuGet/NuGet.Config" ], "originalTargetFrameworks": [ "netcoreapp3.1" ], "sources": { + "/usr/local/share/dotnet/library-packs": {}, "https://api.nuget.org/v3/index.json": {} }, "frameworks": { @@ -53,7 +50,8 @@ "net47", "net471", "net472", - "net48" + "net48", + "net481" ], "assetTargetFallback": true, "warn": true, @@ -62,7 +60,7 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "/usr/local/share/dotnet/sdk/5.0.401/RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "/usr/local/share/dotnet/sdk/6.0.401/RuntimeIdentifierGraph.json" } } } diff --git a/ChallengesWithTestsMark8/obj/project.nuget.cache b/ChallengesWithTestsMark8/obj/project.nuget.cache index 8dbafa508..f975d1b29 100644 --- a/ChallengesWithTestsMark8/obj/project.nuget.cache +++ b/ChallengesWithTestsMark8/obj/project.nuget.cache @@ -1,8 +1,8 @@ { "version": 2, - "dgSpecHash": "5gxZcuDIHu8Lp/JnmnNZeE3ZxeLvvRm6N9eU+Z+5RveaExIWJ/s9Nuy6vmjImgPLJC4DQ7Cqkfara6MtZgvoBw==", + "dgSpecHash": "8I2fOqpY0eCvS5WVxZK1z7NlVfkIm8nKq9QBfxeS9as0Ur9fWdyIeejEAgBav3TkaHYYL3qpEvsyljwfBdN9Jw==", "success": true, - "projectFilePath": "/Users/michaeldoyle/repos/mark18/repos/WeeklyChallenges/ChallengesWithTestsMark8/ChallengesWithTestsMark8.csproj", + "projectFilePath": "/Users/adam/repos/WeeklyChallenges/ChallengesWithTestsMark8/ChallengesWithTestsMark8.csproj", "expectedPackageFiles": [], "logs": [] } \ No newline at end of file