diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..185aa60
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+**/bin
+**/obj
+.gitea/conventional_commits/tmp/*
\ No newline at end of file
diff --git a/Common/Common.csproj b/Common/Common.csproj
new file mode 100644
index 0000000..ca6118b
--- /dev/null
+++ b/Common/Common.csproj
@@ -0,0 +1,14 @@
+
+
+
+ net9.0
+ enable
+ enable
+
+
+
+
+
+
+
+
diff --git a/Common/LevelSolverBase.cs b/Common/LevelSolverBase.cs
new file mode 100644
index 0000000..e885654
--- /dev/null
+++ b/Common/LevelSolverBase.cs
@@ -0,0 +1,37 @@
+namespace AoC24.Common;
+
+using AoCLevelInputProvider;
+using Parsing;
+using Parsing.Schema;
+using Parsing.Tokenization;
+
+public abstract class LevelSolverBase
+{
+ public abstract int LevelNumber { get; }
+ private int Year = 2024;
+ private LevelInputProvider inputProvider = new LevelInputProvider();
+
+ protected string GetLevelInput()
+ {
+ return inputProvider.WithYear(this.Year).WithLevel(this.LevelNumber).Provide();
+ }
+
+ public abstract string SolveFirstStar();
+
+ public abstract string SolveSecondStar();
+
+ protected abstract InputSchemaBuilder DefineInputSchema(InputSchemaBuilder schemaBuilder);
+
+ public TokenConverter GetData()
+ {
+ var schemaBuilder = new InputSchemaBuilder();
+ var schema = this.DefineInputSchema(schemaBuilder).Build();
+
+ var parser = new TextParser(schema);
+ var data = parser
+ .SetInputText(this.GetLevelInput())
+ .Parse();
+
+ return data;
+ }
+}
diff --git a/Common/msbuild.log b/Common/msbuild.log
new file mode 100644
index 0000000..9b35b6f
--- /dev/null
+++ b/Common/msbuild.log
@@ -0,0 +1,3096 @@
+Build started 12/02/2024 14:07:35.
+Logging verbosity is set to: Detailed. 0>Process = "/usr/share/dotnet/dotnet"
+ MSBuild executable path = "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/MSBuild.dll"
+ Command line arguments = "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/MSBuild.dll -maxcpucount -verbosity:m -tlp:default=auto -nologo -restore -consoleloggerparameters:Summary /flp:v=d -distributedlogger:Microsoft.DotNet.Tools.MSBuild.MSBuildLogger,/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/dotnet.dll*Microsoft.DotNet.Tools.MSBuild.MSBuildForwardingLogger,/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/dotnet.dll"
+ Current directory = "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common"
+ MSBuild version = "17.12.0-preview-24473-03+fea15fbd1"
+ Assembly loaded during Evaluation: System.Reflection.Metadata, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (location: /usr/share/dotnet/shared/Microsoft.NETCore.App/9.0.0-rc.2.24473.5/System.Reflection.Metadata.dll, MVID: a4987178-fd65-499f-881a-8b762fb79184, AssemblyLoadContext: Default)
+ The SDK "Microsoft.NET.Sdk" was successfully resolved by the "DefaultSdkResolver" resolver to location "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/Sdk" and version "".
+ /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/Sdk/Sdk.props(49,11): message : Property 'MSBuildExtensionsPath' with value '/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/' expanded from the environment.
+ Property reassignment: $(MSBuildProjectExtensionsPath)="/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/obj/" (previous value: "obj/") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Current/Microsoft.Common.props (60,5)
+ /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Current/Microsoft.Common.props(84,119): message : Property 'MSBuildUserExtensionsPath' with value '/home/simon.diesenreiter@dynatrace.org/.local/share/Microsoft\MSBuild' expanded from the environment.
+ Property reassignment: $(AssemblySearchPaths)="{CandidateAssemblyFiles};{HintPathFromItem}" (previous value: "{CandidateAssemblyFiles}") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.props (90,5)
+ Property reassignment: $(AssemblySearchPaths)="{CandidateAssemblyFiles};{HintPathFromItem};{TargetFrameworkDirectory}" (previous value: "{CandidateAssemblyFiles};{HintPathFromItem}") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.props (91,5)
+ Property reassignment: $(AssemblySearchPaths)="{CandidateAssemblyFiles};{HintPathFromItem};{TargetFrameworkDirectory};{RawFileName}" (previous value: "{CandidateAssemblyFiles};{HintPathFromItem};{TargetFrameworkDirectory}") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.props (92,5)
+ The "DefaultSdkResolver" resolver attempted to resolve the SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator".
+ Warnings: null
+ Errors: MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.SDK.WorkloadAutoImportPropsLocator/Sdk" did not exist.
+ Assembly loaded during Evaluation: Microsoft.NET.Sdk.WorkloadMSBuildSdkResolver, Version=9.0.100.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.NET.Sdk.WorkloadMSBuildSdkResolver.dll, MVID: 75918ed5-68c4-4a2d-9dd4-3ced06c103fb, AssemblyLoadContext: MSBuild plugin /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.NET.Sdk.WorkloadMSBuildSdkResolver.dll)
+ Assembly loaded during Evaluation: Microsoft.Build.NuGetSdkResolver, Version=6.12.0.115, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Build.NuGetSdkResolver.dll, MVID: 4b69f2be-3082-4859-bdbf-71485628e147, AssemblyLoadContext: MSBuild plugin /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Build.NuGetSdkResolver.dll)
+ Assembly loaded during Evaluation: Microsoft.DotNet.Cli.Utils, Version=9.0.100.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (location: /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.DotNet.Cli.Utils.dll, MVID: 6cc5d46a-918e-4c6d-b89b-871cf57e42f8, AssemblyLoadContext: MSBuild plugin /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.NET.Sdk.WorkloadMSBuildSdkResolver.dll)
+ Assembly loaded during Evaluation: Microsoft.NET.Sdk.WorkloadManifestReader, Version=9.0.100.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 (location: /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.NET.Sdk.WorkloadManifestReader.dll, MVID: e625bbe3-c64c-4604-929e-a3c3a1317e29, AssemblyLoadContext: MSBuild plugin /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.NET.Sdk.WorkloadMSBuildSdkResolver.dll)
+ Assembly loaded during Evaluation: Microsoft.Deployment.DotNet.Releases, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Deployment.DotNet.Releases.dll, MVID: a97973a0-2061-4c2c-9f90-e2f0f875afbd, AssemblyLoadContext: MSBuild plugin /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.NET.Sdk.WorkloadMSBuildSdkResolver.dll)
+ The SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" was successfully resolved by the "Microsoft.DotNet.MSBuildWorkloadSdkResolver" resolver to location "null" and version "null".
+ Property reassignment: $(TargetsForTfmSpecificContentInPackage)=";PackTool;_PackProjectToolValidation" (previous value: ";PackTool") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackProjectTool.props (15,5)
+ Property reassignment: $(PublishProfileImported)="false" (previous value: "true") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.ImportPublishProfile.targets (28,5)
+ Assembly loaded during Evaluation: NuGet.Frameworks, Version=6.12.0.115, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.Frameworks.dll, MVID: 237d1c81-acee-4784-bdb6-f7e55de62227, AssemblyLoadContext: Assembly.LoadFile(/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.Frameworks.dll))
+ Property reassignment: $(TargetPlatformVersion)="" (previous value: "0.0") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (69,5)
+ Property reassignment: $(DefaultItemExcludes)=";bin/Debug//**;obj/Debug//**" (previous value: ";bin/Debug//**") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DefaultOutputPaths.targets (122,5)
+ Property reassignment: $(OutputPath)="bin/Debug/net9.0/" (previous value: "bin/Debug/") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DefaultOutputPaths.targets (137,5)
+ Property reassignment: $(IntermediateOutputPath)="obj/Debug/net9.0/" (previous value: "obj/Debug/") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DefaultOutputPaths.targets (142,5)
+ The "DefaultSdkResolver" resolver attempted to resolve the SDK "Microsoft.NET.SDK.WorkloadManifestTargetsLocator".
+ Warnings: null
+ Errors: MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadManifestTargetsLocator" because directory "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.SDK.WorkloadManifestTargetsLocator/Sdk" did not exist.
+ The SDK "Microsoft.NET.SDK.WorkloadManifestTargetsLocator" was successfully resolved by the "Microsoft.DotNet.MSBuildWorkloadSdkResolver" resolver to location "/usr/share/dotnet/sdk-manifests/9.0.100-preview.6/microsoft.net.sdk.android/34.99.0-preview.6.340" and version "null".
+ Property reassignment: $(_FrameworkIdentifierForImplicitDefine)="NET" (previous value: "NETCOREAPP") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (187,5)
+ Property reassignment: $(_FrameworkVersionForImplicitDefine)="9_0" (previous value: "9.0") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (192,5)
+ Property reassignment: $(CommandLineArgsForDesignTimeEvaluation)="-langversion:13.0 -define:TRACE" (previous value: "-langversion:13.0") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Roslyn/Microsoft.CSharp.Core.targets (205,5)
+ Assembly loaded during Evaluation: Microsoft.Build.Utilities.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (location: /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Build.Utilities.Core.dll, MVID: 16d2d8c8-515e-42c2-ba69-eab1aa58e684, AssemblyLoadContext: Default)
+ Property reassignment: $(_DebugSymbolsProduced)="true" (previous value: "false") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets (175,5)
+ Property reassignment: $(_DocumentationFileProduced)="false" (previous value: "true") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets (185,5)
+ Property reassignment: $(MSBuildCopyMarkerName)="Common.csproj.Up2Date" (previous value: "Common.csproj") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets (393,5)
+ Property reassignment: $(ProcessorArchitecture)="msil" (previous value: "") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets (541,5)
+ Property reassignment: $(DelaySign)="" (previous value: "false") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets (580,5)
+ /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets(2579,5): message : Property 'LocalAppData' with value '/home/simon.diesenreiter@dynatrace.org/.local/share' expanded from the environment.
+ Property reassignment: $(_SGenGenerateSerializationAssembliesConfig)="Auto" (previous value: "") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets (3897,5)
+ Property reassignment: $(_SGenGenerateSerializationAssembliesConfig)="Off" (previous value: "Auto") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets (3898,5)
+ Property reassignment: $(_TargetsThatPrepareProjectReferences)="
+ AssignProjectConfiguration;
+ _SplitProjectReferencesByFileExistence
+ " (previous value: "_SplitProjectReferencesByFileExistence") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets (5100,5)
+ /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets(6846,5): message : Property 'MSBuildExtensionsPath32' with value '/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11' expanded from the environment.
+ Assembly loaded during Evaluation: System.Threading.Tasks.Parallel, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (location: /usr/share/dotnet/shared/Microsoft.NETCore.App/9.0.0-rc.2.24473.5/System.Threading.Tasks.Parallel.dll, MVID: 6a585f4a-be52-4d3e-b748-131ec51b616e, AssemblyLoadContext: Default)
+ Property reassignment: $(ProjectAssetsFile)="/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/obj/project.assets.json" (previous value: "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/obj//project.assets.json") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (24,5)
+ Property reassignment: $(ProjectAssetsCacheFile)="/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/obj/Debug/net9.0/Common.assets.cache" (previous value: "obj/Debug/net9.0/Common.assets.cache") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (29,5)
+ Property reassignment: $(ResolveAssemblyReferencesDependsOn)="
+
+ ResolveProjectReferences;
+ FindInvalidProjectReferences;
+ GetFrameworkPaths;
+ GetReferenceAssemblyPaths;
+ PrepareForBuild;
+ ResolveSDKReferences;
+ ExpandSDKReferences;
+ ;
+ ResolvePackageDependenciesForBuild;
+ _HandlePackageFileConflicts;
+ " (previous value: "
+ ResolveProjectReferences;
+ FindInvalidProjectReferences;
+ GetFrameworkPaths;
+ GetReferenceAssemblyPaths;
+ PrepareForBuild;
+ ResolveSDKReferences;
+ ExpandSDKReferences;
+ ") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (80,5)
+ Property reassignment: $(PrepareResourcesDependsOn)="
+ ResolvePackageDependenciesForBuild;
+ _HandlePackageFileConflicts;
+
+ ;
+ PrepareResourceNames;
+ ResGen;
+ CompileLicxFiles
+
+ " (previous value: "
+ ;
+ PrepareResourceNames;
+ ResGen;
+ CompileLicxFiles
+ ") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (86,5)
+ Property reassignment: $(DefaultItemExcludes)=";bin/Debug//**;obj/Debug//**;bin//**" (previous value: ";bin/Debug//**;obj/Debug//**") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (27,5)
+ Property reassignment: $(DefaultItemExcludes)=";bin/Debug//**;obj/Debug//**;bin//**;obj//**" (previous value: ";bin/Debug//**;obj/Debug//**;bin//**") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (29,5)
+ Property reassignment: $(DefaultItemExcludes)=";bin/Debug//**;obj/Debug//**;bin//**;obj//**;**/*.user" (previous value: ";bin/Debug//**;obj/Debug//**;bin//**;obj//**") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (32,5)
+ Property reassignment: $(DefaultItemExcludes)=";bin/Debug//**;obj/Debug//**;bin//**;obj//**;**/*.user;**/*.*proj" (previous value: ";bin/Debug//**;obj/Debug//**;bin//**;obj//**;**/*.user") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (33,5)
+ Property reassignment: $(DefaultItemExcludes)=";bin/Debug//**;obj/Debug//**;bin//**;obj//**;**/*.user;**/*.*proj;**/*.sln" (previous value: ";bin/Debug//**;obj/Debug//**;bin//**;obj//**;**/*.user;**/*.*proj") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (34,5)
+ Property reassignment: $(DefaultItemExcludes)=";bin/Debug//**;obj/Debug//**;bin//**;obj//**;**/*.user;**/*.*proj;**/*.sln;**/*.vssscc" (previous value: ";bin/Debug//**;obj/Debug//**;bin//**;obj//**;**/*.user;**/*.*proj;**/*.sln") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (35,5)
+ Property reassignment: $(DefaultItemExcludes)=";bin/Debug//**;obj/Debug//**;bin//**;obj//**;**/*.user;**/*.*proj;**/*.sln;**/*.vssscc;**/.DS_Store" (previous value: ";bin/Debug//**;obj/Debug//**;bin//**;obj//**;**/*.user;**/*.*proj;**/*.sln;**/*.vssscc") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (36,5)
+ Property reassignment: $(ResolveAssemblyReferencesDependsOn)="
+
+
+ ResolveProjectReferences;
+ FindInvalidProjectReferences;
+ GetFrameworkPaths;
+ GetReferenceAssemblyPaths;
+ PrepareForBuild;
+ ResolveSDKReferences;
+ ExpandSDKReferences;
+ ;
+ ResolvePackageDependenciesForBuild;
+ _HandlePackageFileConflicts;
+ ;
+ ResolveTargetingPackAssets;
+ " (previous value: "
+
+ ResolveProjectReferences;
+ FindInvalidProjectReferences;
+ GetFrameworkPaths;
+ GetReferenceAssemblyPaths;
+ PrepareForBuild;
+ ResolveSDKReferences;
+ ExpandSDKReferences;
+ ;
+ ResolvePackageDependenciesForBuild;
+ _HandlePackageFileConflicts;
+ ") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets (14,5)
+ Property reassignment: $(_GenerateRuntimeConfigurationPropertyInputsCache)="/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/obj/Debug/net9.0/Common.genruntimeconfig.cache" (previous value: "obj/Debug/net9.0/Common.genruntimeconfig.cache") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (44,5)
+ Property reassignment: $(_GeneratePublishDependencyFilePropertyInputsCache)="/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/obj/Debug/net9.0/Common.genpublishdeps.cache" (previous value: "obj/Debug/net9.0/Common.genpublishdeps.cache") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (46,5)
+ Property reassignment: $(_GenerateSingleFileBundlePropertyInputsCache)="/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/obj/Debug/net9.0/Common.genbundle.cache" (previous value: "obj/Debug/net9.0/Common.genbundle.cache") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (48,5)
+ Property reassignment: $(GenerateRuntimeConfigDevFile)="false" (previous value: "true") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (81,5)
+ /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(96,5): message : Property 'HOME' with value '/home/simon.diesenreiter@dynatrace.org' expanded from the environment.
+ Property reassignment: $(_DefaultUserProfileRuntimeStorePath)="/home/simon.diesenreiter@dynatrace.org/.dotnet/store" (previous value: "/home/simon.diesenreiter@dynatrace.org") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (98,5)
+ Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32" (previous value: "Any CPU,x86,x64") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (140,5)
+ Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32,ARM64" (previous value: "Any CPU,x86,x64,ARM32") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (144,5)
+ Property reassignment: $(CoreBuildDependsOn)="
+ _CheckForBuildWithNoBuild;
+
+ BuildOnlySettings;
+ PrepareForBuild;
+ PreBuildEvent;
+ ResolveReferences;
+ PrepareResources;
+ ResolveKeySource;
+ Compile;
+ ExportWindowsMDFile;
+ UnmanagedUnregistration;
+ GenerateSerializationAssemblies;
+ CreateSatelliteAssemblies;
+ GenerateManifests;
+ GetTargetPath;
+ PrepareForRun;
+ UnmanagedRegistration;
+ IncrementalClean;
+ PostBuildEvent
+ ;
+ GenerateBuildDependencyFile;
+ GenerateBuildRuntimeConfigurationFiles
+ " (previous value: "
+ BuildOnlySettings;
+ PrepareForBuild;
+ PreBuildEvent;
+ ResolveReferences;
+ PrepareResources;
+ ResolveKeySource;
+ Compile;
+ ExportWindowsMDFile;
+ UnmanagedUnregistration;
+ GenerateSerializationAssemblies;
+ CreateSatelliteAssemblies;
+ GenerateManifests;
+ GetTargetPath;
+ PrepareForRun;
+ UnmanagedRegistration;
+ IncrementalClean;
+ PostBuildEvent
+ ") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (201,5)
+ Property reassignment: $(CoreCleanDependsOn)="
+ _SdkBeforeClean;
+
+ " (previous value: "") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (210,5)
+ Property reassignment: $(RebuildDependsOn)="
+ _SdkBeforeRebuild;
+
+ BeforeRebuild;
+ Clean;
+ Build;
+ AfterRebuild;
+
+ " (previous value: "
+ BeforeRebuild;
+ Clean;
+ Build;
+ AfterRebuild;
+ ") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (217,5)
+ Property reassignment: $(CompileDependsOn)="
+
+ ResolveReferences;
+ ResolveKeySource;
+ SetWin32ManifestProperties;
+ _SetPreferNativeArm64Win32ManifestProperties;
+ FindReferenceAssembliesForReferences;
+ _GenerateCompileInputs;
+ BeforeCompile;
+ _TimeStampBeforeCompile;
+ _GenerateCompileDependencyCache;
+ CoreCompile;
+ _TimeStampAfterCompile;
+ AfterCompile;
+ ;
+ _CreateAppHost;
+ _CreateComHost;
+ _GetIjwHostPaths;
+ " (previous value: "
+ ResolveReferences;
+ ResolveKeySource;
+ SetWin32ManifestProperties;
+ _SetPreferNativeArm64Win32ManifestProperties;
+ FindReferenceAssembliesForReferences;
+ _GenerateCompileInputs;
+ BeforeCompile;
+ _TimeStampBeforeCompile;
+ _GenerateCompileDependencyCache;
+ CoreCompile;
+ _TimeStampAfterCompile;
+ AfterCompile;
+ ") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (783,5)
+ Property reassignment: $(CreateSatelliteAssembliesDependsOn)="
+
+ ;
+ _GenerateSatelliteAssemblyInputs;
+ ComputeIntermediateSatelliteAssemblies;
+ GenerateSatelliteAssemblies
+ ;
+ CoreGenerateSatelliteAssemblies
+ " (previous value: "
+ ;
+ _GenerateSatelliteAssemblyInputs;
+ ComputeIntermediateSatelliteAssemblies;
+ GenerateSatelliteAssemblies
+ ") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (1183,5)
+ Property reassignment: $(SourceLinkUrlInitializerTargets)=";_InitializeGitHubSourceLinkUrl;_InitializeGitLabSourceLinkUrl" (previous value: ";_InitializeGitHubSourceLinkUrl") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.SourceLink.GitLab/build/Microsoft.SourceLink.GitLab.targets (12,5)
+ Property reassignment: $(SourceControlManagerUrlTranslationTargets)=";TranslateGitHubUrlsInSourceControlInformation;TranslateGitLabUrlsInSourceControlInformation" (previous value: ";TranslateGitHubUrlsInSourceControlInformation") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.SourceLink.GitLab/build/Microsoft.SourceLink.GitLab.targets (13,5)
+ Property reassignment: $(SourceLinkUrlInitializerTargets)=";_InitializeGitHubSourceLinkUrl;_InitializeGitLabSourceLinkUrl;_InitializeAzureReposGitSourceLinkUrl" (previous value: ";_InitializeGitHubSourceLinkUrl;_InitializeGitLabSourceLinkUrl") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.SourceLink.AzureRepos.Git/build/Microsoft.SourceLink.AzureRepos.Git.targets (12,5)
+ Property reassignment: $(SourceControlManagerUrlTranslationTargets)=";TranslateGitHubUrlsInSourceControlInformation;TranslateGitLabUrlsInSourceControlInformation;TranslateAzureReposGitUrlsInSourceControlInformation" (previous value: ";TranslateGitHubUrlsInSourceControlInformation;TranslateGitLabUrlsInSourceControlInformation") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.SourceLink.AzureRepos.Git/build/Microsoft.SourceLink.AzureRepos.Git.targets (13,5)
+ Property reassignment: $(SourceLinkUrlInitializerTargets)=";_InitializeGitHubSourceLinkUrl;_InitializeGitLabSourceLinkUrl;_InitializeAzureReposGitSourceLinkUrl;_InitializeBitbucketGitSourceLinkUrl" (previous value: ";_InitializeGitHubSourceLinkUrl;_InitializeGitLabSourceLinkUrl;_InitializeAzureReposGitSourceLinkUrl") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.SourceLink.Bitbucket.Git/build/Microsoft.SourceLink.Bitbucket.Git.targets (12,5)
+ Property reassignment: $(SourceControlManagerUrlTranslationTargets)=";TranslateGitHubUrlsInSourceControlInformation;TranslateGitLabUrlsInSourceControlInformation;TranslateAzureReposGitUrlsInSourceControlInformation;TranslateBitbucketGitUrlsInSourceControlInformation" (previous value: ";TranslateGitHubUrlsInSourceControlInformation;TranslateGitLabUrlsInSourceControlInformation;TranslateAzureReposGitUrlsInSourceControlInformation") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.SourceLink.Bitbucket.Git/build/Microsoft.SourceLink.Bitbucket.Git.targets (13,5)
+ Property reassignment: $(DesignerRuntimeImplementationProjectOutputGroupDependsOn)="
+
+ ;
+
+ ;
+ BuildOnlySettings;
+ PrepareForBuild;
+ AssignTargetPaths;
+ ResolveReferences
+
+ ;
+ _GenerateDesignerDepsFile;
+ _GenerateDesignerRuntimeConfigFile;
+ GetCopyToOutputDirectoryItems;
+ _GatherDesignerShadowCopyFiles;
+ " (previous value: "
+ ;
+
+ ;
+ BuildOnlySettings;
+ PrepareForBuild;
+ AssignTargetPaths;
+ ResolveReferences
+
+ ") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets (21,5)
+ Property reassignment: $(_GenerateToolsSettingsFileCacheFile)="/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/obj/Debug/net9.0/Common.toolssettingsinput.cache" (previous value: "obj/Debug/net9.0/Common.toolssettingsinput.cache") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (68,5)
+ Property reassignment: $(_ShimInputCacheFile)="/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/obj/Debug/net9.0/Common.shiminput.cache" (previous value: "obj/Debug/net9.0/Common.shiminput.cache") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (137,5)
+ Property reassignment: $(_ShimCreatedSentinelFile)="/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/obj/Debug/net9.0/Common.shimcreated.sentinel" (previous value: "obj/Debug/net9.0/Common.shimcreated.sentinel") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (139,5)
+ Property reassignment: $(DefineConstants)="TRACE;DEBUG" (previous value: "TRACE") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (31,5)
+ Property reassignment: $(DefineConstants)="TRACE;DEBUG;NET;NET9_0;NETCOREAPP" (previous value: "TRACE;DEBUG") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (34,5)
+ Property reassignment: $(WarningsAsErrors)=";NU1605;SYSLIB0011" (previous value: ";NU1605") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (48,5)
+ Property reassignment: $(PackageDescription)="Package Description" (previous value: "") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (34,5)
+ Property reassignment: $(GenerateNuspecDependsOn)="Build;_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; " (previous value: "_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; ") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (59,5)
+ Property reassignment: $(_IsSDKContainerAllowedVersion)="true" (previous value: "false") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Containers/build/Microsoft.NET.Build.Containers.targets (5,5)
+ Property reassignment: $(_ContainerIsTargetingNet8TFM)="true" (previous value: "false") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Containers/build/Microsoft.NET.Build.Containers.targets (15,5)
+ Assembly loaded during Evaluation: System.Formats.Asn1, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 (location: /usr/share/dotnet/shared/Microsoft.NETCore.App/9.0.0-rc.2.24473.5/System.Formats.Asn1.dll, MVID: 9737011a-bb45-4958-965c-3b815bf7f789, AssemblyLoadContext: Default)
+ Assembly loaded during Evaluation: System.Reflection.Emit.ILGeneration, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (location: /usr/share/dotnet/shared/Microsoft.NETCore.App/9.0.0-rc.2.24473.5/System.Reflection.Emit.ILGeneration.dll, MVID: 62aa75ef-53d0-46c9-b702-439b745c7def, AssemblyLoadContext: Default)
+ Assembly loaded during Evaluation: System.Runtime.Numerics, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (location: /usr/share/dotnet/shared/Microsoft.NETCore.App/9.0.0-rc.2.24473.5/System.Runtime.Numerics.dll, MVID: bd6f9b3c-f5df-4891-9390-7a2873dfbe6b, AssemblyLoadContext: Default)
+ Overriding target "ResolveFrameworkReferences" in project "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets" with target "ResolveFrameworkReferences" from project "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets".
+ Overriding target "Run" in project "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets" with target "Run" from project "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets".
+ Overriding target "GenerateSupportedTargetFrameworkAlias" in project "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets" with target "GenerateSupportedTargetFrameworkAlias" from project "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets".
+ Overriding target "GetReferenceAssemblyPaths" in project "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets" with target "GetReferenceAssemblyPaths" from project "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets".
+ Overriding target "GetFrameworkPaths" in project "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets" with target "GetFrameworkPaths" from project "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets".
+ Overriding target "DesignerRuntimeImplementationProjectOutputGroup" in project "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets" with target "DesignerRuntimeImplementationProjectOutputGroup" from project "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets".
+ Overriding target "Publish" in project "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets" with target "Publish" from project "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets".
+ Overriding target "ResolveReadyToRunCompilers" in project "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets" with target "ResolveReadyToRunCompilers" from project "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets".
+ Overriding target "GetCopyToPublishDirectoryItems" in project "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets" with target "GetCopyToPublishDirectoryItems" from project "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets".
+ 1>Project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" on node 1 (Restore target(s)).
+ 1>Target "_LoadRestoreGraphEntryPoints" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "_FilterRestoreGraphProjectInputItems" depends on it):
+ 1>Task "GetRestoreSolutionProjectsTask" skipped, due to false condition; ( $(MSBuildProjectFullPath.EndsWith('.metaproj')) == 'true' AND @(RestoreGraphProjectInputItems) == '' ) was evaluated as ( False == 'true' AND /home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj == '' ).
+ 1>Done building target "_LoadRestoreGraphEntryPoints" in project "Common.csproj".
+ 1>Target "_FilterRestoreGraphProjectInputItems" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "_GenerateRestoreGraph" depends on it):
+ Using "RemoveDuplicates" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Task "RemoveDuplicates"
+ Done executing task "RemoveDuplicates".
+ Using "MSBuild" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Task "MSBuild"
+ Global Properties:
+ ExcludeRestorePackageImports=true
+ 0>/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/Sdk/Sdk.props(49,11): message : Property 'MSBuildExtensionsPath' with value '/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/' expanded from the environment.
+ Property reassignment: $(MSBuildProjectExtensionsPath)="/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/obj/" (previous value: "obj/") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Current/Microsoft.Common.props (60,5)
+ /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Current/Microsoft.Common.props(84,119): message : Property 'MSBuildUserExtensionsPath' with value '/home/simon.diesenreiter@dynatrace.org/.local/share/Microsoft\MSBuild' expanded from the environment.
+ Property reassignment: $(AssemblySearchPaths)="{CandidateAssemblyFiles};{HintPathFromItem}" (previous value: "{CandidateAssemblyFiles}") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.props (90,5)
+ Property reassignment: $(AssemblySearchPaths)="{CandidateAssemblyFiles};{HintPathFromItem};{TargetFrameworkDirectory}" (previous value: "{CandidateAssemblyFiles};{HintPathFromItem}") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.props (91,5)
+ Property reassignment: $(AssemblySearchPaths)="{CandidateAssemblyFiles};{HintPathFromItem};{TargetFrameworkDirectory};{RawFileName}" (previous value: "{CandidateAssemblyFiles};{HintPathFromItem};{TargetFrameworkDirectory}") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.props (92,5)
+ Property reassignment: $(TargetsForTfmSpecificContentInPackage)=";PackTool;_PackProjectToolValidation" (previous value: ";PackTool") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackProjectTool.props (15,5)
+ Property reassignment: $(PublishProfileImported)="false" (previous value: "true") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.ImportPublishProfile.targets (28,5)
+ Property reassignment: $(TargetPlatformVersion)="" (previous value: "0.0") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (69,5)
+ Property reassignment: $(DefaultItemExcludes)=";bin/Debug//**;obj/Debug//**" (previous value: ";bin/Debug//**") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DefaultOutputPaths.targets (122,5)
+ Property reassignment: $(OutputPath)="bin/Debug/net9.0/" (previous value: "bin/Debug/") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DefaultOutputPaths.targets (137,5)
+ Property reassignment: $(IntermediateOutputPath)="obj/Debug/net9.0/" (previous value: "obj/Debug/") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DefaultOutputPaths.targets (142,5)
+ Property reassignment: $(_FrameworkIdentifierForImplicitDefine)="NET" (previous value: "NETCOREAPP") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (187,5)
+ Property reassignment: $(_FrameworkVersionForImplicitDefine)="9_0" (previous value: "9.0") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (192,5)
+ Property reassignment: $(CommandLineArgsForDesignTimeEvaluation)="-langversion:13.0 -define:TRACE" (previous value: "-langversion:13.0") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Roslyn/Microsoft.CSharp.Core.targets (205,5)
+ Property reassignment: $(_DebugSymbolsProduced)="true" (previous value: "false") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets (175,5)
+ Property reassignment: $(_DocumentationFileProduced)="false" (previous value: "true") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets (185,5)
+ Property reassignment: $(MSBuildCopyMarkerName)="Common.csproj.Up2Date" (previous value: "Common.csproj") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets (393,5)
+ Property reassignment: $(ProcessorArchitecture)="msil" (previous value: "") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets (541,5)
+ Property reassignment: $(DelaySign)="" (previous value: "false") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets (580,5)
+ /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets(2579,5): message : Property 'LocalAppData' with value '/home/simon.diesenreiter@dynatrace.org/.local/share' expanded from the environment.
+ Property reassignment: $(_SGenGenerateSerializationAssembliesConfig)="Auto" (previous value: "") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets (3897,5)
+ Property reassignment: $(_SGenGenerateSerializationAssembliesConfig)="Off" (previous value: "Auto") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets (3898,5)
+ Property reassignment: $(_TargetsThatPrepareProjectReferences)="
+ AssignProjectConfiguration;
+ _SplitProjectReferencesByFileExistence
+ " (previous value: "_SplitProjectReferencesByFileExistence") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets (5100,5)
+ /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets(6846,5): message : Property 'MSBuildExtensionsPath32' with value '/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11' expanded from the environment.
+ Property reassignment: $(ProjectAssetsFile)="/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/obj/project.assets.json" (previous value: "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/obj//project.assets.json") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (24,5)
+ Property reassignment: $(ProjectAssetsCacheFile)="/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/obj/Debug/net9.0/Common.assets.cache" (previous value: "obj/Debug/net9.0/Common.assets.cache") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (29,5)
+ Property reassignment: $(ResolveAssemblyReferencesDependsOn)="
+
+ ResolveProjectReferences;
+ FindInvalidProjectReferences;
+ GetFrameworkPaths;
+ GetReferenceAssemblyPaths;
+ PrepareForBuild;
+ ResolveSDKReferences;
+ ExpandSDKReferences;
+ ;
+ ResolvePackageDependenciesForBuild;
+ _HandlePackageFileConflicts;
+ " (previous value: "
+ ResolveProjectReferences;
+ FindInvalidProjectReferences;
+ GetFrameworkPaths;
+ GetReferenceAssemblyPaths;
+ PrepareForBuild;
+ ResolveSDKReferences;
+ ExpandSDKReferences;
+ ") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (80,5)
+ Property reassignment: $(PrepareResourcesDependsOn)="
+ ResolvePackageDependenciesForBuild;
+ _HandlePackageFileConflicts;
+
+ ;
+ PrepareResourceNames;
+ ResGen;
+ CompileLicxFiles
+
+ " (previous value: "
+ ;
+ PrepareResourceNames;
+ ResGen;
+ CompileLicxFiles
+ ") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (86,5)
+ Property reassignment: $(DefaultItemExcludes)=";bin/Debug//**;obj/Debug//**;bin//**" (previous value: ";bin/Debug//**;obj/Debug//**") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (27,5)
+ Property reassignment: $(DefaultItemExcludes)=";bin/Debug//**;obj/Debug//**;bin//**;obj//**" (previous value: ";bin/Debug//**;obj/Debug//**;bin//**") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (29,5)
+ Property reassignment: $(DefaultItemExcludes)=";bin/Debug//**;obj/Debug//**;bin//**;obj//**;**/*.user" (previous value: ";bin/Debug//**;obj/Debug//**;bin//**;obj//**") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (32,5)
+ Property reassignment: $(DefaultItemExcludes)=";bin/Debug//**;obj/Debug//**;bin//**;obj//**;**/*.user;**/*.*proj" (previous value: ";bin/Debug//**;obj/Debug//**;bin//**;obj//**;**/*.user") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (33,5)
+ Property reassignment: $(DefaultItemExcludes)=";bin/Debug//**;obj/Debug//**;bin//**;obj//**;**/*.user;**/*.*proj;**/*.sln" (previous value: ";bin/Debug//**;obj/Debug//**;bin//**;obj//**;**/*.user;**/*.*proj") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (34,5)
+ Property reassignment: $(DefaultItemExcludes)=";bin/Debug//**;obj/Debug//**;bin//**;obj//**;**/*.user;**/*.*proj;**/*.sln;**/*.vssscc" (previous value: ";bin/Debug//**;obj/Debug//**;bin//**;obj//**;**/*.user;**/*.*proj;**/*.sln") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (35,5)
+ Property reassignment: $(DefaultItemExcludes)=";bin/Debug//**;obj/Debug//**;bin//**;obj//**;**/*.user;**/*.*proj;**/*.sln;**/*.vssscc;**/.DS_Store" (previous value: ";bin/Debug//**;obj/Debug//**;bin//**;obj//**;**/*.user;**/*.*proj;**/*.sln;**/*.vssscc") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (36,5)
+ Property reassignment: $(ResolveAssemblyReferencesDependsOn)="
+
+
+ ResolveProjectReferences;
+ FindInvalidProjectReferences;
+ GetFrameworkPaths;
+ GetReferenceAssemblyPaths;
+ PrepareForBuild;
+ ResolveSDKReferences;
+ ExpandSDKReferences;
+ ;
+ ResolvePackageDependenciesForBuild;
+ _HandlePackageFileConflicts;
+ ;
+ ResolveTargetingPackAssets;
+ " (previous value: "
+
+ ResolveProjectReferences;
+ FindInvalidProjectReferences;
+ GetFrameworkPaths;
+ GetReferenceAssemblyPaths;
+ PrepareForBuild;
+ ResolveSDKReferences;
+ ExpandSDKReferences;
+ ;
+ ResolvePackageDependenciesForBuild;
+ _HandlePackageFileConflicts;
+ ") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets (14,5)
+ Property reassignment: $(_GenerateRuntimeConfigurationPropertyInputsCache)="/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/obj/Debug/net9.0/Common.genruntimeconfig.cache" (previous value: "obj/Debug/net9.0/Common.genruntimeconfig.cache") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (44,5)
+ Property reassignment: $(_GeneratePublishDependencyFilePropertyInputsCache)="/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/obj/Debug/net9.0/Common.genpublishdeps.cache" (previous value: "obj/Debug/net9.0/Common.genpublishdeps.cache") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (46,5)
+ Property reassignment: $(_GenerateSingleFileBundlePropertyInputsCache)="/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/obj/Debug/net9.0/Common.genbundle.cache" (previous value: "obj/Debug/net9.0/Common.genbundle.cache") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (48,5)
+ Property reassignment: $(GenerateRuntimeConfigDevFile)="false" (previous value: "true") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (81,5)
+ /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(96,5): message : Property 'HOME' with value '/home/simon.diesenreiter@dynatrace.org' expanded from the environment.
+ Property reassignment: $(_DefaultUserProfileRuntimeStorePath)="/home/simon.diesenreiter@dynatrace.org/.dotnet/store" (previous value: "/home/simon.diesenreiter@dynatrace.org") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (98,5)
+ Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32" (previous value: "Any CPU,x86,x64") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (140,5)
+ Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32,ARM64" (previous value: "Any CPU,x86,x64,ARM32") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (144,5)
+ Property reassignment: $(CoreBuildDependsOn)="
+ _CheckForBuildWithNoBuild;
+
+ BuildOnlySettings;
+ PrepareForBuild;
+ PreBuildEvent;
+ ResolveReferences;
+ PrepareResources;
+ ResolveKeySource;
+ Compile;
+ ExportWindowsMDFile;
+ UnmanagedUnregistration;
+ GenerateSerializationAssemblies;
+ CreateSatelliteAssemblies;
+ GenerateManifests;
+ GetTargetPath;
+ PrepareForRun;
+ UnmanagedRegistration;
+ IncrementalClean;
+ PostBuildEvent
+ ;
+ GenerateBuildDependencyFile;
+ GenerateBuildRuntimeConfigurationFiles
+ " (previous value: "
+ BuildOnlySettings;
+ PrepareForBuild;
+ PreBuildEvent;
+ ResolveReferences;
+ PrepareResources;
+ ResolveKeySource;
+ Compile;
+ ExportWindowsMDFile;
+ UnmanagedUnregistration;
+ GenerateSerializationAssemblies;
+ CreateSatelliteAssemblies;
+ GenerateManifests;
+ GetTargetPath;
+ PrepareForRun;
+ UnmanagedRegistration;
+ IncrementalClean;
+ PostBuildEvent
+ ") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (201,5)
+ Property reassignment: $(CoreCleanDependsOn)="
+ _SdkBeforeClean;
+
+ " (previous value: "") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (210,5)
+ Property reassignment: $(RebuildDependsOn)="
+ _SdkBeforeRebuild;
+
+ BeforeRebuild;
+ Clean;
+ Build;
+ AfterRebuild;
+
+ " (previous value: "
+ BeforeRebuild;
+ Clean;
+ Build;
+ AfterRebuild;
+ ") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (217,5)
+ Property reassignment: $(CompileDependsOn)="
+
+ ResolveReferences;
+ ResolveKeySource;
+ SetWin32ManifestProperties;
+ _SetPreferNativeArm64Win32ManifestProperties;
+ FindReferenceAssembliesForReferences;
+ _GenerateCompileInputs;
+ BeforeCompile;
+ _TimeStampBeforeCompile;
+ _GenerateCompileDependencyCache;
+ CoreCompile;
+ _TimeStampAfterCompile;
+ AfterCompile;
+ ;
+ _CreateAppHost;
+ _CreateComHost;
+ _GetIjwHostPaths;
+ " (previous value: "
+ ResolveReferences;
+ ResolveKeySource;
+ SetWin32ManifestProperties;
+ _SetPreferNativeArm64Win32ManifestProperties;
+ FindReferenceAssembliesForReferences;
+ _GenerateCompileInputs;
+ BeforeCompile;
+ _TimeStampBeforeCompile;
+ _GenerateCompileDependencyCache;
+ CoreCompile;
+ _TimeStampAfterCompile;
+ AfterCompile;
+ ") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (783,5)
+ Property reassignment: $(CreateSatelliteAssembliesDependsOn)="
+
+ ;
+ _GenerateSatelliteAssemblyInputs;
+ ComputeIntermediateSatelliteAssemblies;
+ GenerateSatelliteAssemblies
+ ;
+ CoreGenerateSatelliteAssemblies
+ " (previous value: "
+ ;
+ _GenerateSatelliteAssemblyInputs;
+ ComputeIntermediateSatelliteAssemblies;
+ GenerateSatelliteAssemblies
+ ") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (1183,5)
+ Property reassignment: $(SourceLinkUrlInitializerTargets)=";_InitializeGitHubSourceLinkUrl;_InitializeGitLabSourceLinkUrl" (previous value: ";_InitializeGitHubSourceLinkUrl") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.SourceLink.GitLab/build/Microsoft.SourceLink.GitLab.targets (12,5)
+ Property reassignment: $(SourceControlManagerUrlTranslationTargets)=";TranslateGitHubUrlsInSourceControlInformation;TranslateGitLabUrlsInSourceControlInformation" (previous value: ";TranslateGitHubUrlsInSourceControlInformation") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.SourceLink.GitLab/build/Microsoft.SourceLink.GitLab.targets (13,5)
+ Property reassignment: $(SourceLinkUrlInitializerTargets)=";_InitializeGitHubSourceLinkUrl;_InitializeGitLabSourceLinkUrl;_InitializeAzureReposGitSourceLinkUrl" (previous value: ";_InitializeGitHubSourceLinkUrl;_InitializeGitLabSourceLinkUrl") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.SourceLink.AzureRepos.Git/build/Microsoft.SourceLink.AzureRepos.Git.targets (12,5)
+ Property reassignment: $(SourceControlManagerUrlTranslationTargets)=";TranslateGitHubUrlsInSourceControlInformation;TranslateGitLabUrlsInSourceControlInformation;TranslateAzureReposGitUrlsInSourceControlInformation" (previous value: ";TranslateGitHubUrlsInSourceControlInformation;TranslateGitLabUrlsInSourceControlInformation") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.SourceLink.AzureRepos.Git/build/Microsoft.SourceLink.AzureRepos.Git.targets (13,5)
+ Property reassignment: $(SourceLinkUrlInitializerTargets)=";_InitializeGitHubSourceLinkUrl;_InitializeGitLabSourceLinkUrl;_InitializeAzureReposGitSourceLinkUrl;_InitializeBitbucketGitSourceLinkUrl" (previous value: ";_InitializeGitHubSourceLinkUrl;_InitializeGitLabSourceLinkUrl;_InitializeAzureReposGitSourceLinkUrl") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.SourceLink.Bitbucket.Git/build/Microsoft.SourceLink.Bitbucket.Git.targets (12,5)
+ Property reassignment: $(SourceControlManagerUrlTranslationTargets)=";TranslateGitHubUrlsInSourceControlInformation;TranslateGitLabUrlsInSourceControlInformation;TranslateAzureReposGitUrlsInSourceControlInformation;TranslateBitbucketGitUrlsInSourceControlInformation" (previous value: ";TranslateGitHubUrlsInSourceControlInformation;TranslateGitLabUrlsInSourceControlInformation;TranslateAzureReposGitUrlsInSourceControlInformation") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.SourceLink.Bitbucket.Git/build/Microsoft.SourceLink.Bitbucket.Git.targets (13,5)
+ Property reassignment: $(DesignerRuntimeImplementationProjectOutputGroupDependsOn)="
+
+ ;
+
+ ;
+ BuildOnlySettings;
+ PrepareForBuild;
+ AssignTargetPaths;
+ ResolveReferences
+
+ ;
+ _GenerateDesignerDepsFile;
+ _GenerateDesignerRuntimeConfigFile;
+ GetCopyToOutputDirectoryItems;
+ _GatherDesignerShadowCopyFiles;
+ " (previous value: "
+ ;
+
+ ;
+ BuildOnlySettings;
+ PrepareForBuild;
+ AssignTargetPaths;
+ ResolveReferences
+
+ ") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets (21,5)
+ Property reassignment: $(_GenerateToolsSettingsFileCacheFile)="/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/obj/Debug/net9.0/Common.toolssettingsinput.cache" (previous value: "obj/Debug/net9.0/Common.toolssettingsinput.cache") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (68,5)
+ Property reassignment: $(_ShimInputCacheFile)="/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/obj/Debug/net9.0/Common.shiminput.cache" (previous value: "obj/Debug/net9.0/Common.shiminput.cache") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (137,5)
+ Property reassignment: $(_ShimCreatedSentinelFile)="/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/obj/Debug/net9.0/Common.shimcreated.sentinel" (previous value: "obj/Debug/net9.0/Common.shimcreated.sentinel") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (139,5)
+ Property reassignment: $(DefineConstants)="TRACE;DEBUG" (previous value: "TRACE") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (31,5)
+ Property reassignment: $(DefineConstants)="TRACE;DEBUG;NET;NET9_0;NETCOREAPP" (previous value: "TRACE;DEBUG") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (34,5)
+ Property reassignment: $(WarningsAsErrors)=";NU1605;SYSLIB0011" (previous value: ";NU1605") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (48,5)
+ Property reassignment: $(PackageDescription)="Package Description" (previous value: "") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (34,5)
+ Property reassignment: $(GenerateNuspecDependsOn)="Build;_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; " (previous value: "_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; ") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (59,5)
+ Property reassignment: $(_IsSDKContainerAllowedVersion)="true" (previous value: "false") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Containers/build/Microsoft.NET.Build.Containers.targets (5,5)
+ Property reassignment: $(_ContainerIsTargetingNet8TFM)="true" (previous value: "false") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Containers/build/Microsoft.NET.Build.Containers.targets (15,5)
+ Overriding target "ResolveFrameworkReferences" in project "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets" with target "ResolveFrameworkReferences" from project "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets".
+ Overriding target "Run" in project "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets" with target "Run" from project "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets".
+ Overriding target "GenerateSupportedTargetFrameworkAlias" in project "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets" with target "GenerateSupportedTargetFrameworkAlias" from project "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets".
+ Overriding target "GetReferenceAssemblyPaths" in project "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets" with target "GetReferenceAssemblyPaths" from project "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets".
+ Overriding target "GetFrameworkPaths" in project "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets" with target "GetFrameworkPaths" from project "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets".
+ Overriding target "DesignerRuntimeImplementationProjectOutputGroup" in project "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets" with target "DesignerRuntimeImplementationProjectOutputGroup" from project "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets".
+ Overriding target "Publish" in project "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets" with target "Publish" from project "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets".
+ Overriding target "ResolveReadyToRunCompilers" in project "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets" with target "ResolveReadyToRunCompilers" from project "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets".
+ Overriding target "GetCopyToPublishDirectoryItems" in project "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets" with target "GetCopyToPublishDirectoryItems" from project "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets".
+ 1>Project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (1) is building "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (1:2) on node 1 (_IsProjectRestoreSupported target(s)).
+ 1:2>Target "_IsProjectRestoreSupported" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (entry point):
+ 1:2>Done building target "_IsProjectRestoreSupported" in project "Common.csproj".
+ 1:2>Done Building Project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (_IsProjectRestoreSupported target(s)).
+ 1>Done executing task "MSBuild".
+ Task "MSBuild" skipped, due to false condition; ( '$(RestoreUseSkipNonexistentTargets)' != 'true' ) was evaluated as ( 'true' != 'true' ).
+ Assembly loaded during TaskRun: NuGet.Build.Tasks, Version=6.12.0.115, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.Build.Tasks.dll, MVID: 83d298e7-237a-4d75-a674-7cbd4b56871d, AssemblyLoadContext: MSBuild plugin /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.Build.Tasks.dll)
+ Assembly loaded during TaskRun: NuGet.Common, Version=6.12.0.115, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.Common.dll, MVID: ea45217a-63e5-4d7a-84c7-2b5245f40a0c, AssemblyLoadContext: MSBuild plugin /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.Build.Tasks.dll)
+ Assembly loaded during TaskRun: NuGet.Commands, Version=6.12.0.115, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.Commands.dll, MVID: b5f702f2-8c9c-493d-8226-91c9cab8b83d, AssemblyLoadContext: MSBuild plugin /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.Build.Tasks.dll)
+ Assembly loaded during TaskRun: NuGet.ProjectModel, Version=6.12.0.115, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.ProjectModel.dll, MVID: 191ea66f-744e-4244-8154-08db9f09e7ed, AssemblyLoadContext: MSBuild plugin /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.Build.Tasks.dll)
+ Using "WarnForInvalidProjectsTask" task from assembly "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.Build.Tasks.dll".
+ Task "WarnForInvalidProjectsTask"
+ Done executing task "WarnForInvalidProjectsTask".
+ 1>Done building target "_FilterRestoreGraphProjectInputItems" in project "Common.csproj".
+ Target "_FilterRestoreGraphProjectInputItems" skipped. Previously built successfully.
+ 1>Target "_GetAllRestoreProjectPathItems" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "_GenerateRestoreGraph" depends on it):
+ Using "NuGetMessageTask" task from assembly "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.Build.Tasks.dll".
+ Task "NuGetMessageTask"
+ Determining projects to restore...
+ Done executing task "NuGetMessageTask".
+ Task "MSBuild"
+ Global Properties:
+ ExcludeRestorePackageImports=true
+ 1>Project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (1) is building "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (1:3) on node 1 (_GenerateRestoreProjectPathWalk target(s)).
+ 1:3>Target "_GenerateRestoreProjectPathItemsAllFrameworks" skipped, due to false condition; ( '$(TargetFrameworks)' != '' ) was evaluated as ( '' != '' ).
+ 1:3>Target "_GenerateRestoreProjectPathItemsPerFramework" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "_GenerateRestoreProjectPathItemsCurrentProject" depends on it):
+ Using "ConvertToAbsolutePath" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Task "ConvertToAbsolutePath"
+ Done executing task "ConvertToAbsolutePath".
+ 1:3>Done building target "_GenerateRestoreProjectPathItemsPerFramework" in project "Common.csproj".
+ 1:3>Target "_GenerateRestoreProjectPathItemsCurrentProject" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "_GenerateRestoreProjectPathItems" depends on it):
+ 1:3>Done building target "_GenerateRestoreProjectPathItemsCurrentProject" in project "Common.csproj".
+ 1:3>Target "_GenerateRestoreProjectPathItems" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "_GenerateRestoreProjectPathWalk" depends on it):
+ Task "RemoveDuplicates"
+ Done executing task "RemoveDuplicates".
+ 1:3>Done building target "_GenerateRestoreProjectPathItems" in project "Common.csproj".
+ 1:3>Target "_GenerateRestoreProjectPathWalk" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (entry point):
+ Task "MSBuild"
+ Done executing task "MSBuild".
+ Task "MSBuild" skipped, due to false condition; ( '$(RestoreUseSkipNonexistentTargets)' != 'true' ) was evaluated as ( 'true' != 'true' ).
+ Task "RemoveDuplicates"
+ Done executing task "RemoveDuplicates".
+ 1:3>Done building target "_GenerateRestoreProjectPathWalk" in project "Common.csproj".
+ 1:3>Done Building Project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (_GenerateRestoreProjectPathWalk target(s)).
+ 1>Done executing task "MSBuild".
+ Task "MSBuild" skipped, due to false condition; ( '$(RestoreUseSkipNonexistentTargets)' != 'true' ) was evaluated as ( 'true' != 'true' ).
+ Task "RemoveDuplicates"
+ Done executing task "RemoveDuplicates".
+ Task "MSBuild"
+ Global Properties:
+ ExcludeRestorePackageImports=true
+ 1>Project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (1) is building "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (1:4) on node 1 (_IsProjectRestoreSupported target(s)).
+ 1:4>Target "_IsProjectRestoreSupported" skipped. Previously built successfully.
+ 1:4>Done Building Project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (_IsProjectRestoreSupported target(s)).
+ 1>Done executing task "MSBuild".
+ Task "MSBuild" skipped, due to false condition; ( '$(RestoreUseSkipNonexistentTargets)' != 'true' ) was evaluated as ( 'true' != 'true' ).
+ 1>Done building target "_GetAllRestoreProjectPathItems" in project "Common.csproj".
+ 1>Target "_GenerateRestoreGraph" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "Restore" depends on it):
+ Using "Message" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Task "Message"
+ Generating dg file
+ Done executing task "Message".
+ Task "Message"
+ /home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj
+ Done executing task "Message".
+ Task "MSBuild"
+ Global Properties:
+ ExcludeRestorePackageImports=true
+ 1>Project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (1) is building "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (1:5) on node 1 (_GenerateRestoreGraphProjectEntry target(s)).
+ 1:5>Target "_GetProjectJsonPath" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "_GetRestoreProjectStyle" depends on it):
+ 1:5>Task "GetRestoreProjectJsonPathTask" skipped, due to false condition; ( '$(RestoreProjectStyle)' == 'ProjectJson' OR '$(RestoreProjectStyle)' == '' ) was evaluated as ( 'PackageReference' == 'ProjectJson' OR 'PackageReference' == '' ).
+ 1:5>Done building target "_GetProjectJsonPath" in project "Common.csproj".
+ Target "_CheckForUnsupportedTargetPlatformIdentifier" skipped, due to false condition; ('$(TargetPlatformIdentifier)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) And ('$(DesignTimeBuild)' != 'true' Or '@(MissingWorkloadPack)' == '')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True And ('' != 'true' Or '' == '')).
+ Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true').
+ 1:5>Target "_CheckForUnsupportedNETCoreVersion" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "CollectPackageReferences" depends on it):
+ Task "NETSdkError" skipped, due to false condition; ('$(_TargetFrameworkVersionWithoutV)' > '$(NETCoreAppMaximumVersion)' and '$(DisplayVSMessage)' != 'true') was evaluated as ('9.0' > '9.0' and '' != 'true').
+ Task "NETSdkError" skipped, due to false condition; ('$(DisplayVSMessage)' == 'true') was evaluated as ('' == 'true').
+ 1:5>Done building target "_CheckForUnsupportedNETCoreVersion" in project "Common.csproj".
+ Target "_CheckForEolTargetFrameworks" skipped, due to false condition; ('@(_EolNetCoreTargetFrameworkVersions->AnyHaveMetadataValue('Identity', '$(_TargetFrameworkVersionWithoutV)'))' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(CheckEolTargetFramework)' == 'true') was evaluated as ('false' and '.NETCoreApp' == '.NETCoreApp' and '' == 'true').
+ Target "_CheckForEolWorkloads" skipped, due to false condition; ('@(EolWorkload)' != '' and '$(CheckEolWorkloads)' == 'true') was evaluated as ('' != '' and 'true' == 'true').
+ Target "_CheckForNotRecommendedNETStandardVersion" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETStandard' and $([MSBuild]::VersionLessThan($(TargetFrameworkVersion), '2.0'))) was evaluated as ('.NETCoreApp' == '.NETStandard' and False).
+ 1:5>Target "_CheckForUnsupportedCppNETCoreVersion" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "CollectPackageReferences" depends on it):
+ Task "NETSdkError" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(_TargetFrameworkVersionWithoutV)' < '3.1' and ('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true')) was evaluated as ('.NETCoreApp' == '.NETCoreApp' and '9.0' < '3.1' and ('C#' == 'C++' and '' != 'true')).
+ 1:5>Done building target "_CheckForUnsupportedCppNETCoreVersion" in project "Common.csproj".
+ Target "_CheckForUnsupportedNETStandardVersion" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETStandard' And '$(NETStandardMaximumVersion)' != '') was evaluated as ('.NETCoreApp' == '.NETStandard' And '' != '').
+ Target "_CheckForUnsupportedTargetFrameworkAndFeatureCombination" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETFramework') was evaluated as ('.NETCoreApp' == '.NETFramework').
+ 1:5>Target "UpdateAspNetToFrameworkReference" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "ApplyImplicitVersions" depends on it):
+ Using "CheckIfPackageReferenceShouldBeFrameworkReference" task from assembly "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/../tools/net9.0/Microsoft.NET.Build.Tasks.dll".
+ Task "CheckIfPackageReferenceShouldBeFrameworkReference"
+ Done executing task "CheckIfPackageReferenceShouldBeFrameworkReference".
+ Task "NETSdkError" skipped, due to false condition; ('$(_ShouldRemoveAspNetCoreAll)' == 'true') was evaluated as ('False' == 'true').
+ Task "CheckIfPackageReferenceShouldBeFrameworkReference"
+ Done executing task "CheckIfPackageReferenceShouldBeFrameworkReference".
+ Task "NETSdkWarning" skipped, due to false condition; ('$(_ShouldRemoveAspNetCoreApp)' == 'true') was evaluated as ('False' == 'true').
+ 1:5>Done building target "UpdateAspNetToFrameworkReference" in project "Common.csproj".
+ Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v9.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true').
+ 1:5>Target "CheckForImplicitPackageReferenceOverrides" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "ApplyImplicitVersions" depends on it):
+ Using "CheckForImplicitPackageReferenceOverrides" task from assembly "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/../tools/net9.0/Microsoft.NET.Build.Tasks.dll".
+ Task "CheckForImplicitPackageReferenceOverrides"
+ Done executing task "CheckForImplicitPackageReferenceOverrides".
+ 1:5>Done building target "CheckForImplicitPackageReferenceOverrides" in project "Common.csproj".
+ 1:5>Target "ApplyImplicitVersions" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "CollectPackageReferences" depends on it):
+ Using "ApplyImplicitVersions" task from assembly "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/../tools/net9.0/Microsoft.NET.Build.Tasks.dll".
+ Task "ApplyImplicitVersions"
+ Done executing task "ApplyImplicitVersions".
+ 1:5>Done building target "ApplyImplicitVersions" in project "Common.csproj".
+ Target "CheckForImplicitPackageReferenceOverrides" skipped. Previously built successfully.
+ Target "AddWindowsSdkKnownFrameworkReferences" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' And '$(TargetPlatformIdentifier)' == 'Windows') was evaluated as ('.NETCoreApp' == '.NETCoreApp' And '' == 'Windows').
+ Target "_NormalizeTargetPlatformVersion" skipped, due to false condition; ('$(TargetPlatformVersion)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) and ('$(Language)' != 'C++' or '$(_EnablePackageReferencesInVCProjects)' == 'true')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True and ('C#' != 'C++' or '' == 'true')).
+ 1:5>Target "_CheckForLanguageAndFeatureCombinationSupport" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "ProcessFrameworkReferences" depends on it):
+ Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(OutputType) != 'library' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp') was evaluated as (('C#' == 'C++' and '' != 'true') and Library != 'library' and '.NETCoreApp' == '.NETCoreApp').
+ Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(EnableComHosting) == 'true') was evaluated as (('C#' == 'C++' and '' != 'true') and == 'true').
+ Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(SelfContained) == 'true') was evaluated as (('C#' == 'C++' and '' != 'true') and == 'true').
+ 1:5>Done building target "_CheckForLanguageAndFeatureCombinationSupport" in project "Common.csproj".
+ 1:5>Target "_ComputeToolPackInputsToProcessFrameworkReferences" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "ProcessFrameworkReferences" depends on it):
+ 1:5>Done building target "_ComputeToolPackInputsToProcessFrameworkReferences" in project "Common.csproj".
+ 1:5>Target "ProcessFrameworkReferences" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "CollectPackageReferences" depends on it):
+ Using "CheckForDuplicateFrameworkReferences" task from assembly "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/../tools/net9.0/Microsoft.NET.Build.Tasks.dll".
+ Task "CheckForDuplicateFrameworkReferences"
+ Done executing task "CheckForDuplicateFrameworkReferences".
+ Using "ProcessFrameworkReferences" task from assembly "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/../tools/net9.0/Microsoft.NET.Build.Tasks.dll".
+ Task "ProcessFrameworkReferences"
+ Done executing task "ProcessFrameworkReferences".
+ Using "ResolveAppHosts" task from assembly "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/../tools/net9.0/Microsoft.NET.Build.Tasks.dll".
+ Task "ResolveAppHosts"
+ Done executing task "ResolveAppHosts".
+ 1:5>Done building target "ProcessFrameworkReferences" in project "Common.csproj".
+ Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v9.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true').
+ Target "_CheckMicrosoftNetCompilersToolsetFrameworkPackageReference" skipped, due to false condition; ('$(MSBuildRuntimeType)' == 'Full') was evaluated as ('Core' == 'Full').
+ 1:5>Target "_CheckForObsoleteDotNetCliToolReferences" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ObsoleteReferences.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "CollectPackageReferences" depends on it):
+ Task "NETSdkWarning" skipped, due to false condition; ( '%(_ReferenceToObsoleteDotNetCliTool.Identity)' != '' ) was evaluated as ( '' != '' ).
+ 1:5>Done building target "_CheckForObsoleteDotNetCliToolReferences" in project "Common.csproj".
+ 1:5>Target "CollectPackageReferences" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "_GetRestoreProjectStyle" depends on it):
+ Using "CheckForDuplicateNuGetItemsTask" task from assembly "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.Build.Tasks.dll".
+ Task "CheckForDuplicateNuGetItemsTask"
+ Done executing task "CheckForDuplicateNuGetItemsTask".
+ 1:5>Done building target "CollectPackageReferences" in project "Common.csproj".
+ 1:5>Target "_GetRestoreProjectStyle" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "_GenerateRestoreSpecs" depends on it):
+ Using "GetRestoreProjectStyleTask" task from assembly "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.Build.Tasks.dll".
+ Task "GetRestoreProjectStyleTask"
+ Done executing task "GetRestoreProjectStyleTask".
+ 1:5>Done building target "_GetRestoreProjectStyle" in project "Common.csproj".
+ 1:5>Target "_GenerateRestoreSpecs" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "_GenerateRestoreGraphProjectEntry" depends on it):
+ Task "Message"
+ Restore entry point /home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj
+ Done executing task "Message".
+ 1:5>Done building target "_GenerateRestoreSpecs" in project "Common.csproj".
+ 1:5>Target "_GetRestoreSettingsOverrides" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "_GetRestoreSettings" depends on it):
+ Task "MSBuild" skipped, due to false condition; ( '$(RestorePackagesPath)' != '' ) was evaluated as ( '' != '' ).
+ Task "MSBuild" skipped, due to false condition; ( '$(RestoreRepositoryPathOverride)' != '' ) was evaluated as ( '' != '' ).
+ Task "MSBuild" skipped, due to false condition; ( '$(RestoreSources)' != '' ) was evaluated as ( '' != '' ).
+ Task "MSBuild" skipped, due to false condition; ( '$(RestoreFallbackFolders)' != '' ) was evaluated as ( '' != '' ).
+ 1:5>Done building target "_GetRestoreSettingsOverrides" in project "Common.csproj".
+ 1:5>Target "_GetRestoreSettingsPerFramework" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "_GetRestoreSettingsCurrentProject" depends on it):
+ 1:5>Done building target "_GetRestoreSettingsPerFramework" in project "Common.csproj".
+ 1:5>Target "_GetRestoreSettingsCurrentProject" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "_GetRestoreSettings" depends on it):
+ 1:5>Done building target "_GetRestoreSettingsCurrentProject" in project "Common.csproj".
+ Target "_GetRestoreSettingsAllFrameworks" skipped, due to false condition; ( '$(TargetFrameworks)' != '' AND '$(PackageReferenceCompatibleProjectStyle)' == 'true' ) was evaluated as ( '' != '' AND 'True' == 'true' ).
+ 1:5>Target "_GetRestoreSettings" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "_GenerateDotnetCliToolReferenceSpecs" depends on it):
+ Using "GetRestoreSettingsTask" task from assembly "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.Build.Tasks.dll".
+ Task "GetRestoreSettingsTask"
+ Assembly loaded during TaskRun (NuGet.Build.Tasks.GetRestoreSettingsTask): NuGet.Configuration, Version=6.12.0.115, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.Configuration.dll, MVID: afaab7e1-a980-4293-b1bb-f33c20b5bc75, AssemblyLoadContext: MSBuild plugin /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.Build.Tasks.dll)
+ Done executing task "GetRestoreSettingsTask".
+ 1:5>Done building target "_GetRestoreSettings" in project "Common.csproj".
+ 1:5>Target "_GenerateDotnetCliToolReferenceSpecs" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "_GenerateRestoreGraphProjectEntry" depends on it):
+ Using "GetRestoreDotnetCliToolsTask" task from assembly "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.Build.Tasks.dll".
+ Task "GetRestoreDotnetCliToolsTask"
+ Done executing task "GetRestoreDotnetCliToolsTask".
+ 1:5>Done building target "_GenerateDotnetCliToolReferenceSpecs" in project "Common.csproj".
+ 1:5>Target "_GenerateRestoreGraphProjectEntry" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (entry point):
+ 1:5>Done building target "_GenerateRestoreGraphProjectEntry" in project "Common.csproj".
+ 1:5>Done Building Project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (_GenerateRestoreGraphProjectEntry target(s)).
+ 1>Done executing task "MSBuild".
+ Task "MSBuild"
+ Global Properties:
+ ExcludeRestorePackageImports=true
+ 1>Project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (1) is building "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (1:6) on node 1 (_GenerateProjectRestoreGraph target(s)).
+ 1:6>Target "_GetRestoreProjectStyle" skipped. Previously built successfully.
+ Target "_GetRestoreProjectStyle" skipped. Previously built successfully.
+ Target "_GetRestoreProjectStyle" skipped. Previously built successfully.
+ 1:6>Target "_GetRestoreTargetFrameworkOverride" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "_GetRestoreTargetFrameworksOutput" depends on it):
+ Task "GetGlobalPropertyValueTask" skipped, due to false condition; ( '$(TargetFrameworks)' != '' ) was evaluated as ( '' != '' ).
+ 1:6>Done building target "_GetRestoreTargetFrameworkOverride" in project "Common.csproj".
+ 1:6>Target "_GetRestoreTargetFrameworksOutput" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "_GenerateRestoreProjectSpec" depends on it):
+ Using "GetProjectTargetFrameworksTask" task from assembly "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.Build.Tasks.dll".
+ Task "GetProjectTargetFrameworksTask"
+ Done executing task "GetProjectTargetFrameworksTask".
+ 1:6>Done building target "_GetRestoreTargetFrameworksOutput" in project "Common.csproj".
+ Target "_GetRestoreSettings" skipped. Previously built successfully.
+ 1:6>Target "_GenerateRestoreProjectSpec" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "_GenerateProjectRestoreGraph" depends on it):
+ Task "ConvertToAbsolutePath"
+ Done executing task "ConvertToAbsolutePath".
+ 1:6>Done building target "_GenerateRestoreProjectSpec" in project "Common.csproj".
+ Target "_GenerateProjectRestoreGraphAllFrameworks" skipped, due to false condition; ( '$(TargetFrameworks)' != '' ) was evaluated as ( '' != '' ).
+ Target "_GetRestoreProjectStyle" skipped. Previously built successfully.
+ Target "CollectPackageReferences" skipped. Previously built successfully.
+ 1:6>Target "CollectPackageDownloads" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "_CollectRestoreInputs" depends on it):
+ Task "CheckForDuplicateNuGetItemsTask"
+ Done executing task "CheckForDuplicateNuGetItemsTask".
+ 1:6>Done building target "CollectPackageDownloads" in project "Common.csproj".
+ 1:6>Target "CollectFrameworkReferences" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "_CollectRestoreInputs" depends on it):
+ 1:6>Done building target "CollectFrameworkReferences" in project "Common.csproj".
+ 1:6>Target "CollectCentralPackageVersions" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "_CollectRestoreInputs" depends on it):
+ Task "CheckForDuplicateNuGetItemsTask"
+ Done executing task "CheckForDuplicateNuGetItemsTask".
+ 1:6>Done building target "CollectCentralPackageVersions" in project "Common.csproj".
+ 1:6>Target "CollectNuGetAuditSuppressions" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "_CollectRestoreInputs" depends on it):
+ Task "CheckForDuplicateNuGetItemsTask"
+ Done executing task "CheckForDuplicateNuGetItemsTask".
+ 1:6>Done building target "CollectNuGetAuditSuppressions" in project "Common.csproj".
+ 1:6>Target "_CollectRestoreInputs" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "_GenerateProjectRestoreGraphPerFramework" depends on it):
+ 1:6>Done building target "_CollectRestoreInputs" in project "Common.csproj".
+ Target "PrepRestoreForStoreProjects" skipped, due to false condition; ('$(StorePackageName)' != '') was evaluated as ('' != '').
+ 1:6>Target "_GenerateProjectRestoreGraphPerFramework" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "_GenerateProjectRestoreGraphCurrentProject" depends on it):
+ Using "GetRestoreProjectReferencesTask" task from assembly "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.Build.Tasks.dll".
+ Task "GetRestoreProjectReferencesTask"
+ Done executing task "GetRestoreProjectReferencesTask".
+ Using "GetRestorePackageReferencesTask" task from assembly "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.Build.Tasks.dll".
+ Task "GetRestorePackageReferencesTask"
+ Done executing task "GetRestorePackageReferencesTask".
+ Task "GetCentralPackageVersionsTask" skipped, due to false condition; ( '$(PackageReferenceCompatibleProjectStyle)' == 'true' AND '$(_CentralPackageVersionsEnabled)' == 'true' ) was evaluated as ( 'True' == 'true' AND '' == 'true' ).
+ Using "GetRestorePackageDownloadsTask" task from assembly "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.Build.Tasks.dll".
+ Task "GetRestorePackageDownloadsTask"
+ Done executing task "GetRestorePackageDownloadsTask".
+ Using "GetRestoreFrameworkReferencesTask" task from assembly "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.Build.Tasks.dll".
+ Task "GetRestoreFrameworkReferencesTask"
+ Done executing task "GetRestoreFrameworkReferencesTask".
+ Using "GetRestoreNuGetAuditSuppressionsTask" task from assembly "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.Build.Tasks.dll".
+ Task "GetRestoreNuGetAuditSuppressionsTask"
+ Done executing task "GetRestoreNuGetAuditSuppressionsTask".
+ 1:6>Done building target "_GenerateProjectRestoreGraphPerFramework" in project "Common.csproj".
+ 1:6>Target "_GenerateProjectRestoreGraphCurrentProject" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "_GenerateRestoreDependencies" depends on it):
+ 1:6>Done building target "_GenerateProjectRestoreGraphCurrentProject" in project "Common.csproj".
+ 1:6>Target "_GenerateRestoreDependencies" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "_GenerateProjectRestoreGraph" depends on it):
+ 1:6>Done building target "_GenerateRestoreDependencies" in project "Common.csproj".
+ 1:6>Target "_GenerateProjectRestoreGraph" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (entry point):
+ 1:6>Done building target "_GenerateProjectRestoreGraph" in project "Common.csproj".
+ 1:6>Done Building Project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (_GenerateProjectRestoreGraph target(s)).
+ 1>Done executing task "MSBuild".
+ 1>Done building target "_GenerateRestoreGraph" in project "Common.csproj".
+ Target "_CheckForUnsupportedTargetFramework" skipped, due to false condition; ('$(_UnsupportedTargetFrameworkError)' == 'true') was evaluated as ('' == 'true').
+ 1>Target "_CollectTargetFrameworkForTelemetry" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "Restore" depends on it):
+ Using "AllowEmptyTelemetry" task from assembly "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/../tools/net9.0/Microsoft.NET.Build.Tasks.dll".
+ Task "AllowEmptyTelemetry"
+ Done executing task "AllowEmptyTelemetry".
+ 1>Done building target "_CollectTargetFrameworkForTelemetry" in project "Common.csproj".
+ 1>Target "_CheckForUnsupportedNETCoreVersion" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "Restore" depends on it):
+ Task "NETSdkError" skipped, due to false condition; ('$(_TargetFrameworkVersionWithoutV)' > '$(NETCoreAppMaximumVersion)' and '$(DisplayVSMessage)' != 'true') was evaluated as ('9.0' > '9.0' and '' != 'true').
+ Task "NETSdkError" skipped, due to false condition; ('$(DisplayVSMessage)' == 'true') was evaluated as ('' == 'true').
+ 1>Done building target "_CheckForUnsupportedNETCoreVersion" in project "Common.csproj".
+ Target "_CheckForEolTargetFrameworks" skipped, due to false condition; ('@(_EolNetCoreTargetFrameworkVersions->AnyHaveMetadataValue('Identity', '$(_TargetFrameworkVersionWithoutV)'))' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(CheckEolTargetFramework)' == 'true') was evaluated as ('false' and '.NETCoreApp' == '.NETCoreApp' and '' == 'true').
+ Target "_CheckForEolWorkloads" skipped, due to false condition; ('@(EolWorkload)' != '' and '$(CheckEolWorkloads)' == 'true') was evaluated as ('' != '' and 'true' == 'true').
+ Target "_CheckForNotRecommendedNETStandardVersion" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETStandard' and $([MSBuild]::VersionLessThan($(TargetFrameworkVersion), '2.0'))) was evaluated as ('.NETCoreApp' == '.NETStandard' and False).
+ 1>Target "_CheckForUnsupportedCppNETCoreVersion" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "Restore" depends on it):
+ Task "NETSdkError" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(_TargetFrameworkVersionWithoutV)' < '3.1' and ('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true')) was evaluated as ('.NETCoreApp' == '.NETCoreApp' and '9.0' < '3.1' and ('C#' == 'C++' and '' != 'true')).
+ 1>Done building target "_CheckForUnsupportedCppNETCoreVersion" in project "Common.csproj".
+ Target "_CheckForUnsupportedNETStandardVersion" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETStandard' And '$(NETStandardMaximumVersion)' != '') was evaluated as ('.NETCoreApp' == '.NETStandard' And '' != '').
+ Target "_CheckForUnsupportedTargetFrameworkAndFeatureCombination" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETFramework') was evaluated as ('.NETCoreApp' == '.NETFramework').
+ 1>Target "Restore" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (entry point):
+ Task "RemoveDuplicates"
+ Done executing task "RemoveDuplicates".
+ Using "RestoreTask" task from assembly "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.Build.Tasks.dll".
+ Task "RestoreTask"
+ Assembly loaded during TaskRun (NuGet.Build.Tasks.RestoreTask): NuGet.Packaging, Version=6.12.0.115, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.Packaging.dll, MVID: 182a23ac-989b-4fa9-8b40-4a9ed07a769e, AssemblyLoadContext: MSBuild plugin /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.Build.Tasks.dll)
+ Assembly loaded during TaskRun (NuGet.Build.Tasks.RestoreTask): NuGet.LibraryModel, Version=6.12.0.115, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.LibraryModel.dll, MVID: acc89e3e-9100-4d04-9f25-de94d22a4ca8, AssemblyLoadContext: MSBuild plugin /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.Build.Tasks.dll)
+ Assembly loaded during TaskRun (NuGet.Build.Tasks.RestoreTask): NuGet.Versioning, Version=6.12.0.115, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.Versioning.dll, MVID: 518d97fe-0438-48e2-b23b-e73a7c8cf5ce, AssemblyLoadContext: MSBuild plugin /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.Build.Tasks.dll)
+ Assembly loaded during TaskRun (NuGet.Build.Tasks.RestoreTask): System.ObjectModel, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (location: /usr/share/dotnet/shared/Microsoft.NETCore.App/9.0.0-rc.2.24473.5/System.ObjectModel.dll, MVID: edff82a1-f389-4be8-aa5d-092d2f25dfcc, AssemblyLoadContext: Default)
+ Assembly loaded during TaskRun (NuGet.Build.Tasks.RestoreTask): NuGet.Frameworks, Version=6.12.0.115, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.Frameworks.dll, MVID: 237d1c81-acee-4784-bdb6-f7e55de62227, AssemblyLoadContext: MSBuild plugin /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.Build.Tasks.dll)
+ Assembly loaded during TaskRun (NuGet.Build.Tasks.RestoreTask): NuGet.Protocol, Version=6.12.0.115, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.Protocol.dll, MVID: fe2ba0da-669f-4096-a0b4-04634f2c8eff, AssemblyLoadContext: MSBuild plugin /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.Build.Tasks.dll)
+ Assembly loaded during TaskRun (NuGet.Build.Tasks.RestoreTask): NuGet.Credentials, Version=6.12.0.115, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.Credentials.dll, MVID: 1ba26bcd-f7a4-46ed-9953-1415945161a0, AssemblyLoadContext: MSBuild plugin /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.Build.Tasks.dll)
+ Assembly loaded during TaskRun (NuGet.Build.Tasks.RestoreTask): System.Runtime.InteropServices.RuntimeInformation, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (location: /usr/share/dotnet/shared/Microsoft.NETCore.App/9.0.0-rc.2.24473.5/System.Runtime.InteropServices.RuntimeInformation.dll, MVID: 5f0ccd79-370f-4955-a5f6-484c5389870f, AssemblyLoadContext: Default)
+ Assembly loaded during TaskRun (NuGet.Build.Tasks.RestoreTask): System.Security.Cryptography.X509Certificates, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (location: /usr/share/dotnet/shared/Microsoft.NETCore.App/9.0.0-rc.2.24473.5/System.Security.Cryptography.X509Certificates.dll, MVID: 22c9ec56-dc41-4904-808e-6a47516e2f39, AssemblyLoadContext: Default)
+ Assembly loaded during TaskRun (NuGet.Build.Tasks.RestoreTask): System.IO.FileSystem, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (location: /usr/share/dotnet/shared/Microsoft.NETCore.App/9.0.0-rc.2.24473.5/System.IO.FileSystem.dll, MVID: af7b477a-d74d-453e-936c-4bc2e75ba9c1, AssemblyLoadContext: Default)
+ X.509 certificate chain validation will use the fallback certificate bundle at '/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/trustedroots/codesignctl.pem'.
+ X.509 certificate chain validation will use the fallback certificate bundle at '/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/trustedroots/timestampctl.pem'.
+ Assembly loaded during TaskRun (NuGet.Build.Tasks.RestoreTask): NuGet.DependencyResolver.Core, Version=6.12.0.115, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.DependencyResolver.Core.dll, MVID: 114b81a3-920b-4bc5-bb3f-5a1862f986c2, AssemblyLoadContext: MSBuild plugin /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.Build.Tasks.dll)
+ Running restore with 32 concurrent jobs.
+ Reading project file /home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj.
+ Assembly loaded during TaskRun (NuGet.Build.Tasks.RestoreTask): Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed (location: /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Newtonsoft.Json.dll, MVID: 7e62198b-eab2-4380-bbac-29171862d1d8, AssemblyLoadContext: MSBuild plugin /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.Build.Tasks.dll)
+ Assembly loaded during TaskRun (NuGet.Build.Tasks.RestoreTask): System.Runtime.Serialization.Primitives, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (location: /usr/share/dotnet/shared/Microsoft.NETCore.App/9.0.0-rc.2.24473.5/System.Runtime.Serialization.Primitives.dll, MVID: d3cc0477-c1e3-4aaf-8da8-4bb85c374e92, AssemblyLoadContext: Default)
+ Assembly loaded during TaskRun (NuGet.Build.Tasks.RestoreTask): System.Linq.Expressions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (location: /usr/share/dotnet/shared/Microsoft.NETCore.App/9.0.0-rc.2.24473.5/System.Linq.Expressions.dll, MVID: 9684ee17-2af7-49dc-bac2-8935c6669563, AssemblyLoadContext: Default)
+ Assembly loaded during TaskRun (NuGet.Build.Tasks.RestoreTask): System.ComponentModel.TypeConverter, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (location: /usr/share/dotnet/shared/Microsoft.NETCore.App/9.0.0-rc.2.24473.5/System.ComponentModel.TypeConverter.dll, MVID: 0d357617-9023-4fa0-a6ca-7b04e04834a4, AssemblyLoadContext: Default)
+ The restore inputs for 'Common' have not changed. No further actions are required to complete the restore.
+ Committing restore...
+ Assets file has not changed. Skipping assets file writing. Path: /home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/obj/project.assets.json
+ No-Op restore. The cache will not be updated. Path: /home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/obj/project.nuget.cache
+ Restored /home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj (in 24 ms).
+
+ NuGet Config files used:
+ /home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/nuget.config
+ /home/simon.diesenreiter@dynatrace.org/.nuget/NuGet/NuGet.Config
+
+ Feeds used:
+ https://git.disi.dev/api/packages/Projects/nuget/index.json
+ https://git.disi.dev/api/packages/Homelab/nuget/index.json
+ https://git.disi.dev/api/packages/Artifacts/nuget/index.json
+ https://api.nuget.org/v3/index.json
+ All projects are up-to-date for restore.
+ Done executing task "RestoreTask".
+ 1>Done building target "Restore" in project "Common.csproj".
+ 1>Done Building Project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (Restore target(s)).
+ 0>The SDK "Microsoft.NET.Sdk" was successfully resolved by the "DefaultSdkResolver" resolver to location "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/Sdk" and version "".
+ /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/Sdk/Sdk.props(49,11): message : Property 'MSBuildExtensionsPath' with value '/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/' expanded from the environment.
+ Property reassignment: $(MSBuildProjectExtensionsPath)="/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/obj/" (previous value: "obj/") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Current/Microsoft.Common.props (60,5)
+ /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Current/Microsoft.Common.props(84,119): message : Property 'MSBuildUserExtensionsPath' with value '/home/simon.diesenreiter@dynatrace.org/.local/share/Microsoft\MSBuild' expanded from the environment.
+ Property reassignment: $(AssemblySearchPaths)="{CandidateAssemblyFiles};{HintPathFromItem}" (previous value: "{CandidateAssemblyFiles}") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.props (90,5)
+ Property reassignment: $(AssemblySearchPaths)="{CandidateAssemblyFiles};{HintPathFromItem};{TargetFrameworkDirectory}" (previous value: "{CandidateAssemblyFiles};{HintPathFromItem}") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.props (91,5)
+ Property reassignment: $(AssemblySearchPaths)="{CandidateAssemblyFiles};{HintPathFromItem};{TargetFrameworkDirectory};{RawFileName}" (previous value: "{CandidateAssemblyFiles};{HintPathFromItem};{TargetFrameworkDirectory}") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.props (92,5)
+ The "DefaultSdkResolver" resolver attempted to resolve the SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator".
+ Warnings: null
+ Errors: MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" because directory "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.SDK.WorkloadAutoImportPropsLocator/Sdk" did not exist.
+ The SDK "Microsoft.NET.SDK.WorkloadAutoImportPropsLocator" was successfully resolved by the "Microsoft.DotNet.MSBuildWorkloadSdkResolver" resolver to location "null" and version "null".
+ Property reassignment: $(TargetsForTfmSpecificContentInPackage)=";PackTool;_PackProjectToolValidation" (previous value: ";PackTool") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackProjectTool.props (15,5)
+ Property reassignment: $(PublishProfileImported)="false" (previous value: "true") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.ImportPublishProfile.targets (28,5)
+ Property reassignment: $(TargetPlatformVersion)="" (previous value: "0.0") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (69,5)
+ Property reassignment: $(DefaultItemExcludes)=";bin/Debug//**;obj/Debug//**" (previous value: ";bin/Debug//**") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DefaultOutputPaths.targets (122,5)
+ Property reassignment: $(OutputPath)="bin/Debug/net9.0/" (previous value: "bin/Debug/") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DefaultOutputPaths.targets (137,5)
+ Property reassignment: $(IntermediateOutputPath)="obj/Debug/net9.0/" (previous value: "obj/Debug/") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DefaultOutputPaths.targets (142,5)
+ The "DefaultSdkResolver" resolver attempted to resolve the SDK "Microsoft.NET.SDK.WorkloadManifestTargetsLocator".
+ Warnings: null
+ Errors: MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.SDK.WorkloadManifestTargetsLocator" because directory "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.SDK.WorkloadManifestTargetsLocator/Sdk" did not exist.
+ The SDK "Microsoft.NET.SDK.WorkloadManifestTargetsLocator" was successfully resolved by the "Microsoft.DotNet.MSBuildWorkloadSdkResolver" resolver to location "/usr/share/dotnet/sdk-manifests/9.0.100-preview.6/microsoft.net.sdk.android/34.99.0-preview.6.340" and version "null".
+ Property reassignment: $(_FrameworkIdentifierForImplicitDefine)="NET" (previous value: "NETCOREAPP") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (187,5)
+ Property reassignment: $(_FrameworkVersionForImplicitDefine)="9_0" (previous value: "9.0") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (192,5)
+ Property reassignment: $(CommandLineArgsForDesignTimeEvaluation)="-langversion:13.0 -define:TRACE" (previous value: "-langversion:13.0") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Roslyn/Microsoft.CSharp.Core.targets (205,5)
+ Property reassignment: $(_DebugSymbolsProduced)="true" (previous value: "false") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets (175,5)
+ Property reassignment: $(_DocumentationFileProduced)="false" (previous value: "true") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets (185,5)
+ Property reassignment: $(MSBuildCopyMarkerName)="Common.csproj.Up2Date" (previous value: "Common.csproj") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets (393,5)
+ Property reassignment: $(ProcessorArchitecture)="msil" (previous value: "") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets (541,5)
+ Property reassignment: $(DelaySign)="" (previous value: "false") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets (580,5)
+ /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets(2579,5): message : Property 'LocalAppData' with value '/home/simon.diesenreiter@dynatrace.org/.local/share' expanded from the environment.
+ Property reassignment: $(_SGenGenerateSerializationAssembliesConfig)="Auto" (previous value: "") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets (3897,5)
+ Property reassignment: $(_SGenGenerateSerializationAssembliesConfig)="Off" (previous value: "Auto") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets (3898,5)
+ Property reassignment: $(_TargetsThatPrepareProjectReferences)="
+ AssignProjectConfiguration;
+ _SplitProjectReferencesByFileExistence
+ " (previous value: "_SplitProjectReferencesByFileExistence") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets (5100,5)
+ /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets(6846,5): message : Property 'MSBuildExtensionsPath32' with value '/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11' expanded from the environment.
+ Property reassignment: $(ProjectAssetsCacheFile)="/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/obj/Debug/net9.0/Common.assets.cache" (previous value: "obj/Debug/net9.0/Common.assets.cache") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (29,5)
+ Property reassignment: $(ResolveAssemblyReferencesDependsOn)="
+
+ ResolveProjectReferences;
+ FindInvalidProjectReferences;
+ GetFrameworkPaths;
+ GetReferenceAssemblyPaths;
+ PrepareForBuild;
+ ResolveSDKReferences;
+ ExpandSDKReferences;
+ ;
+ ResolvePackageDependenciesForBuild;
+ _HandlePackageFileConflicts;
+ " (previous value: "
+ ResolveProjectReferences;
+ FindInvalidProjectReferences;
+ GetFrameworkPaths;
+ GetReferenceAssemblyPaths;
+ PrepareForBuild;
+ ResolveSDKReferences;
+ ExpandSDKReferences;
+ ") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (80,5)
+ Property reassignment: $(PrepareResourcesDependsOn)="
+ ResolvePackageDependenciesForBuild;
+ _HandlePackageFileConflicts;
+
+ ;
+ PrepareResourceNames;
+ ResGen;
+ CompileLicxFiles
+
+ " (previous value: "
+ ;
+ PrepareResourceNames;
+ ResGen;
+ CompileLicxFiles
+ ") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (86,5)
+ Property reassignment: $(DefaultItemExcludes)=";bin/Debug//**;obj/Debug//**;bin//**" (previous value: ";bin/Debug//**;obj/Debug//**") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (27,5)
+ Property reassignment: $(DefaultItemExcludes)=";bin/Debug//**;obj/Debug//**;bin//**;obj//**" (previous value: ";bin/Debug//**;obj/Debug//**;bin//**") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (29,5)
+ Property reassignment: $(DefaultItemExcludes)=";bin/Debug//**;obj/Debug//**;bin//**;obj//**;**/*.user" (previous value: ";bin/Debug//**;obj/Debug//**;bin//**;obj//**") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (32,5)
+ Property reassignment: $(DefaultItemExcludes)=";bin/Debug//**;obj/Debug//**;bin//**;obj//**;**/*.user;**/*.*proj" (previous value: ";bin/Debug//**;obj/Debug//**;bin//**;obj//**;**/*.user") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (33,5)
+ Property reassignment: $(DefaultItemExcludes)=";bin/Debug//**;obj/Debug//**;bin//**;obj//**;**/*.user;**/*.*proj;**/*.sln" (previous value: ";bin/Debug//**;obj/Debug//**;bin//**;obj//**;**/*.user;**/*.*proj") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (34,5)
+ Property reassignment: $(DefaultItemExcludes)=";bin/Debug//**;obj/Debug//**;bin//**;obj//**;**/*.user;**/*.*proj;**/*.sln;**/*.vssscc" (previous value: ";bin/Debug//**;obj/Debug//**;bin//**;obj//**;**/*.user;**/*.*proj;**/*.sln") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (35,5)
+ Property reassignment: $(DefaultItemExcludes)=";bin/Debug//**;obj/Debug//**;bin//**;obj//**;**/*.user;**/*.*proj;**/*.sln;**/*.vssscc;**/.DS_Store" (previous value: ";bin/Debug//**;obj/Debug//**;bin//**;obj//**;**/*.user;**/*.*proj;**/*.sln;**/*.vssscc") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (36,5)
+ Property reassignment: $(ResolveAssemblyReferencesDependsOn)="
+
+
+ ResolveProjectReferences;
+ FindInvalidProjectReferences;
+ GetFrameworkPaths;
+ GetReferenceAssemblyPaths;
+ PrepareForBuild;
+ ResolveSDKReferences;
+ ExpandSDKReferences;
+ ;
+ ResolvePackageDependenciesForBuild;
+ _HandlePackageFileConflicts;
+ ;
+ ResolveTargetingPackAssets;
+ " (previous value: "
+
+ ResolveProjectReferences;
+ FindInvalidProjectReferences;
+ GetFrameworkPaths;
+ GetReferenceAssemblyPaths;
+ PrepareForBuild;
+ ResolveSDKReferences;
+ ExpandSDKReferences;
+ ;
+ ResolvePackageDependenciesForBuild;
+ _HandlePackageFileConflicts;
+ ") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets (14,5)
+ Property reassignment: $(_GenerateRuntimeConfigurationPropertyInputsCache)="/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/obj/Debug/net9.0/Common.genruntimeconfig.cache" (previous value: "obj/Debug/net9.0/Common.genruntimeconfig.cache") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (44,5)
+ Property reassignment: $(_GeneratePublishDependencyFilePropertyInputsCache)="/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/obj/Debug/net9.0/Common.genpublishdeps.cache" (previous value: "obj/Debug/net9.0/Common.genpublishdeps.cache") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (46,5)
+ Property reassignment: $(_GenerateSingleFileBundlePropertyInputsCache)="/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/obj/Debug/net9.0/Common.genbundle.cache" (previous value: "obj/Debug/net9.0/Common.genbundle.cache") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (48,5)
+ Property reassignment: $(GenerateRuntimeConfigDevFile)="false" (previous value: "true") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (81,5)
+ /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(96,5): message : Property 'HOME' with value '/home/simon.diesenreiter@dynatrace.org' expanded from the environment.
+ Property reassignment: $(_DefaultUserProfileRuntimeStorePath)="/home/simon.diesenreiter@dynatrace.org/.dotnet/store" (previous value: "/home/simon.diesenreiter@dynatrace.org") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (98,5)
+ Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32" (previous value: "Any CPU,x86,x64") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (140,5)
+ Property reassignment: $(AvailablePlatforms)="Any CPU,x86,x64,ARM32,ARM64" (previous value: "Any CPU,x86,x64,ARM32") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (144,5)
+ Property reassignment: $(CoreBuildDependsOn)="
+ _CheckForBuildWithNoBuild;
+
+ BuildOnlySettings;
+ PrepareForBuild;
+ PreBuildEvent;
+ ResolveReferences;
+ PrepareResources;
+ ResolveKeySource;
+ Compile;
+ ExportWindowsMDFile;
+ UnmanagedUnregistration;
+ GenerateSerializationAssemblies;
+ CreateSatelliteAssemblies;
+ GenerateManifests;
+ GetTargetPath;
+ PrepareForRun;
+ UnmanagedRegistration;
+ IncrementalClean;
+ PostBuildEvent
+ ;
+ GenerateBuildDependencyFile;
+ GenerateBuildRuntimeConfigurationFiles
+ " (previous value: "
+ BuildOnlySettings;
+ PrepareForBuild;
+ PreBuildEvent;
+ ResolveReferences;
+ PrepareResources;
+ ResolveKeySource;
+ Compile;
+ ExportWindowsMDFile;
+ UnmanagedUnregistration;
+ GenerateSerializationAssemblies;
+ CreateSatelliteAssemblies;
+ GenerateManifests;
+ GetTargetPath;
+ PrepareForRun;
+ UnmanagedRegistration;
+ IncrementalClean;
+ PostBuildEvent
+ ") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (201,5)
+ Property reassignment: $(CoreCleanDependsOn)="
+ _SdkBeforeClean;
+
+ " (previous value: "") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (210,5)
+ Property reassignment: $(RebuildDependsOn)="
+ _SdkBeforeRebuild;
+
+ BeforeRebuild;
+ Clean;
+ Build;
+ AfterRebuild;
+
+ " (previous value: "
+ BeforeRebuild;
+ Clean;
+ Build;
+ AfterRebuild;
+ ") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (217,5)
+ Property reassignment: $(CompileDependsOn)="
+
+ ResolveReferences;
+ ResolveKeySource;
+ SetWin32ManifestProperties;
+ _SetPreferNativeArm64Win32ManifestProperties;
+ FindReferenceAssembliesForReferences;
+ _GenerateCompileInputs;
+ BeforeCompile;
+ _TimeStampBeforeCompile;
+ _GenerateCompileDependencyCache;
+ CoreCompile;
+ _TimeStampAfterCompile;
+ AfterCompile;
+ ;
+ _CreateAppHost;
+ _CreateComHost;
+ _GetIjwHostPaths;
+ " (previous value: "
+ ResolveReferences;
+ ResolveKeySource;
+ SetWin32ManifestProperties;
+ _SetPreferNativeArm64Win32ManifestProperties;
+ FindReferenceAssembliesForReferences;
+ _GenerateCompileInputs;
+ BeforeCompile;
+ _TimeStampBeforeCompile;
+ _GenerateCompileDependencyCache;
+ CoreCompile;
+ _TimeStampAfterCompile;
+ AfterCompile;
+ ") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (783,5)
+ Property reassignment: $(CreateSatelliteAssembliesDependsOn)="
+
+ ;
+ _GenerateSatelliteAssemblyInputs;
+ ComputeIntermediateSatelliteAssemblies;
+ GenerateSatelliteAssemblies
+ ;
+ CoreGenerateSatelliteAssemblies
+ " (previous value: "
+ ;
+ _GenerateSatelliteAssemblyInputs;
+ ComputeIntermediateSatelliteAssemblies;
+ GenerateSatelliteAssemblies
+ ") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (1183,5)
+ Property reassignment: $(SourceLinkUrlInitializerTargets)=";_InitializeGitHubSourceLinkUrl;_InitializeGitLabSourceLinkUrl" (previous value: ";_InitializeGitHubSourceLinkUrl") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.SourceLink.GitLab/build/Microsoft.SourceLink.GitLab.targets (12,5)
+ Property reassignment: $(SourceControlManagerUrlTranslationTargets)=";TranslateGitHubUrlsInSourceControlInformation;TranslateGitLabUrlsInSourceControlInformation" (previous value: ";TranslateGitHubUrlsInSourceControlInformation") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.SourceLink.GitLab/build/Microsoft.SourceLink.GitLab.targets (13,5)
+ Property reassignment: $(SourceLinkUrlInitializerTargets)=";_InitializeGitHubSourceLinkUrl;_InitializeGitLabSourceLinkUrl;_InitializeAzureReposGitSourceLinkUrl" (previous value: ";_InitializeGitHubSourceLinkUrl;_InitializeGitLabSourceLinkUrl") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.SourceLink.AzureRepos.Git/build/Microsoft.SourceLink.AzureRepos.Git.targets (12,5)
+ Property reassignment: $(SourceControlManagerUrlTranslationTargets)=";TranslateGitHubUrlsInSourceControlInformation;TranslateGitLabUrlsInSourceControlInformation;TranslateAzureReposGitUrlsInSourceControlInformation" (previous value: ";TranslateGitHubUrlsInSourceControlInformation;TranslateGitLabUrlsInSourceControlInformation") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.SourceLink.AzureRepos.Git/build/Microsoft.SourceLink.AzureRepos.Git.targets (13,5)
+ Property reassignment: $(SourceLinkUrlInitializerTargets)=";_InitializeGitHubSourceLinkUrl;_InitializeGitLabSourceLinkUrl;_InitializeAzureReposGitSourceLinkUrl;_InitializeBitbucketGitSourceLinkUrl" (previous value: ";_InitializeGitHubSourceLinkUrl;_InitializeGitLabSourceLinkUrl;_InitializeAzureReposGitSourceLinkUrl") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.SourceLink.Bitbucket.Git/build/Microsoft.SourceLink.Bitbucket.Git.targets (12,5)
+ Property reassignment: $(SourceControlManagerUrlTranslationTargets)=";TranslateGitHubUrlsInSourceControlInformation;TranslateGitLabUrlsInSourceControlInformation;TranslateAzureReposGitUrlsInSourceControlInformation;TranslateBitbucketGitUrlsInSourceControlInformation" (previous value: ";TranslateGitHubUrlsInSourceControlInformation;TranslateGitLabUrlsInSourceControlInformation;TranslateAzureReposGitUrlsInSourceControlInformation") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.SourceLink.Bitbucket.Git/build/Microsoft.SourceLink.Bitbucket.Git.targets (13,5)
+ Property reassignment: $(DesignerRuntimeImplementationProjectOutputGroupDependsOn)="
+
+ ;
+
+ ;
+ BuildOnlySettings;
+ PrepareForBuild;
+ AssignTargetPaths;
+ ResolveReferences
+
+ ;
+ _GenerateDesignerDepsFile;
+ _GenerateDesignerRuntimeConfigFile;
+ GetCopyToOutputDirectoryItems;
+ _GatherDesignerShadowCopyFiles;
+ " (previous value: "
+ ;
+
+ ;
+ BuildOnlySettings;
+ PrepareForBuild;
+ AssignTargetPaths;
+ ResolveReferences
+
+ ") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets (21,5)
+ Property reassignment: $(_GenerateToolsSettingsFileCacheFile)="/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/obj/Debug/net9.0/Common.toolssettingsinput.cache" (previous value: "obj/Debug/net9.0/Common.toolssettingsinput.cache") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (68,5)
+ Property reassignment: $(_ShimInputCacheFile)="/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/obj/Debug/net9.0/Common.shiminput.cache" (previous value: "obj/Debug/net9.0/Common.shiminput.cache") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (137,5)
+ Property reassignment: $(_ShimCreatedSentinelFile)="/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/obj/Debug/net9.0/Common.shimcreated.sentinel" (previous value: "obj/Debug/net9.0/Common.shimcreated.sentinel") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (139,5)
+ Property reassignment: $(DefineConstants)="TRACE;DEBUG" (previous value: "TRACE") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (31,5)
+ Property reassignment: $(DefineConstants)="TRACE;DEBUG;NET;NET9_0;NETCOREAPP" (previous value: "TRACE;DEBUG") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (34,5)
+ Property reassignment: $(WarningsAsErrors)=";NU1605;SYSLIB0011" (previous value: ";NU1605") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (48,5)
+ Property reassignment: $(PackageDescription)="Package Description" (previous value: "") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (34,5)
+ Property reassignment: $(GenerateNuspecDependsOn)="Build;_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; " (previous value: "_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; ") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (59,5)
+ Property reassignment: $(_IsSDKContainerAllowedVersion)="true" (previous value: "false") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Containers/build/Microsoft.NET.Build.Containers.targets (5,5)
+ Property reassignment: $(_ContainerIsTargetingNet8TFM)="true" (previous value: "false") at /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Containers/build/Microsoft.NET.Build.Containers.targets (15,5)
+ Overriding target "ResolveFrameworkReferences" in project "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets" with target "ResolveFrameworkReferences" from project "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets".
+ Overriding target "Run" in project "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets" with target "Run" from project "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets".
+ Overriding target "GenerateSupportedTargetFrameworkAlias" in project "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets" with target "GenerateSupportedTargetFrameworkAlias" from project "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets".
+ Overriding target "GetReferenceAssemblyPaths" in project "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets" with target "GetReferenceAssemblyPaths" from project "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets".
+ Overriding target "GetFrameworkPaths" in project "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets" with target "GetFrameworkPaths" from project "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets".
+ Overriding target "DesignerRuntimeImplementationProjectOutputGroup" in project "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets" with target "DesignerRuntimeImplementationProjectOutputGroup" from project "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets".
+ Overriding target "Publish" in project "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets" with target "Publish" from project "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets".
+ Overriding target "ResolveReadyToRunCompilers" in project "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets" with target "ResolveReadyToRunCompilers" from project "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets".
+ Overriding target "GetCopyToPublishDirectoryItems" in project "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets" with target "GetCopyToPublishDirectoryItems" from project "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets".
+ 1:7>Project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" on node 1 (default targets).
+ 1:7>Target "_CheckForUnsupportedTargetFramework" skipped, due to false condition; ('$(_UnsupportedTargetFrameworkError)' == 'true') was evaluated as ('' == 'true').
+ 1:7>Target "_CollectTargetFrameworkForTelemetry" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it):
+ Using "AllowEmptyTelemetry" task from assembly "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/../tools/net9.0/Microsoft.NET.Build.Tasks.dll".
+ Task "AllowEmptyTelemetry"
+ Done executing task "AllowEmptyTelemetry".
+ 1:7>Done building target "_CollectTargetFrameworkForTelemetry" in project "Common.csproj".
+ Target "_CheckForUnsupportedTargetPlatformIdentifier" skipped, due to false condition; ('$(TargetPlatformIdentifier)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) And ('$(DesignTimeBuild)' != 'true' Or '@(MissingWorkloadPack)' == '')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True And ('' != 'true' Or '' == '')).
+ Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true').
+ 1:7>Target "_CheckForUnsupportedNETCoreVersion" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it):
+ Task "NETSdkError" skipped, due to false condition; ('$(_TargetFrameworkVersionWithoutV)' > '$(NETCoreAppMaximumVersion)' and '$(DisplayVSMessage)' != 'true') was evaluated as ('9.0' > '9.0' and '' != 'true').
+ Task "NETSdkError" skipped, due to false condition; ('$(DisplayVSMessage)' == 'true') was evaluated as ('' == 'true').
+ 1:7>Done building target "_CheckForUnsupportedNETCoreVersion" in project "Common.csproj".
+ Target "_CheckForEolTargetFrameworks" skipped, due to false condition; ('@(_EolNetCoreTargetFrameworkVersions->AnyHaveMetadataValue('Identity', '$(_TargetFrameworkVersionWithoutV)'))' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(CheckEolTargetFramework)' == 'true') was evaluated as ('false' and '.NETCoreApp' == '.NETCoreApp' and '' == 'true').
+ Target "_CheckForEolWorkloads" skipped, due to false condition; ('@(EolWorkload)' != '' and '$(CheckEolWorkloads)' == 'true') was evaluated as ('' != '' and 'true' == 'true').
+ Target "_CheckForNotRecommendedNETStandardVersion" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETStandard' and $([MSBuild]::VersionLessThan($(TargetFrameworkVersion), '2.0'))) was evaluated as ('.NETCoreApp' == '.NETStandard' and False).
+ 1:7>Target "_CheckForUnsupportedCppNETCoreVersion" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it):
+ Task "NETSdkError" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(_TargetFrameworkVersionWithoutV)' < '3.1' and ('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true')) was evaluated as ('.NETCoreApp' == '.NETCoreApp' and '9.0' < '3.1' and ('C#' == 'C++' and '' != 'true')).
+ 1:7>Done building target "_CheckForUnsupportedCppNETCoreVersion" in project "Common.csproj".
+ Target "_CheckForUnsupportedNETStandardVersion" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETStandard' And '$(NETStandardMaximumVersion)' != '') was evaluated as ('.NETCoreApp' == '.NETStandard' And '' != '').
+ Target "_CheckForUnsupportedTargetFrameworkAndFeatureCombination" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETFramework') was evaluated as ('.NETCoreApp' == '.NETFramework').
+ Target "_CheckForSupportedOSPlatformVersionHigherThanTargetPlatformVersion" skipped, due to false condition; ('$(TargetPlatformVersion)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0))) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True).
+ Target "_CheckForInvalidTargetPlatformVersion" skipped, due to false condition; ('$(TargetPlatformVersion)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) and ('$(Language)' != 'C++' or '$(_EnablePackageReferencesInVCProjects)' == 'true')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True and ('C#' != 'C++' or '' == 'true')).
+ 1:7>Target "_CheckForUnsupportedArtifactsPath" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DefaultOutputPaths.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it):
+ Task "NetSdkError" skipped, due to false condition; ('$(UseArtifactsOutput)' == 'true' and '$(_ArtifactsPathSetEarly)' != 'true') was evaluated as ('' == 'true' and '' != 'true').
+ Task "NetSdkError" skipped, due to false condition; ('$(_ArtifactsPathLocationType)' == 'ProjectFolder') was evaluated as ('' == 'ProjectFolder').
+ 1:7>Done building target "_CheckForUnsupportedArtifactsPath" in project "Common.csproj".
+ Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true').
+ Target "_CheckForUnsupportedAppHostUsage" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(HasRuntimeOutput)' == 'true') was evaluated as ('.NETCoreApp' == '.NETCoreApp' and '' == 'true').
+ 1:7>Target "_CheckForUnsupportedHostingUsage" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it):
+ Task "NETSdkWarning" skipped, due to false condition; ('$(SelfContained)' == 'true' and '$(EnableComHosting)' == 'true') was evaluated as ('' == 'true' and '' == 'true').
+ 1:7>Done building target "_CheckForUnsupportedHostingUsage" in project "Common.csproj".
+ 1:7>Target "_CheckAndUnsetUnsupportedPrefer32Bit" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it):
+ Task "NETSdkWarning" skipped, due to false condition; ('$(Prefer32Bit)' == 'true') was evaluated as ('false' == 'true').
+ 1:7>Done building target "_CheckAndUnsetUnsupportedPrefer32Bit" in project "Common.csproj".
+ Target "_CheckAndUnsetUnsupportedPreferNativeArm64" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(PreferNativeArm64)' == 'true') was evaluated as ('.NETCoreApp' == '.NETCoreApp' and 'false' == 'true').
+ Target "_CheckForMismatchingPlatform" skipped, due to false condition; ('$(RuntimeIdentifier)' != '' and '$(PlatformTarget)' != '') was evaluated as ('' != '' and '' != '').
+ 1:7>Target "_CheckForLanguageAndFeatureCombinationSupport" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it):
+ Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(OutputType) != 'library' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp') was evaluated as (('C#' == 'C++' and '' != 'true') and Library != 'library' and '.NETCoreApp' == '.NETCoreApp').
+ Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(EnableComHosting) == 'true') was evaluated as (('C#' == 'C++' and '' != 'true') and == 'true').
+ Task "NETSdkError" skipped, due to false condition; (('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true') and $(SelfContained) == 'true') was evaluated as (('C#' == 'C++' and '' != 'true') and == 'true').
+ 1:7>Done building target "_CheckForLanguageAndFeatureCombinationSupport" in project "Common.csproj".
+ 1:7>Target "_CheckForNETCoreSdkIsPreview" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it):
+ Using "ShowPreviewMessage" task from assembly "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/../tools/net9.0/Microsoft.NET.Build.Tasks.dll".
+ Task "ShowPreviewMessage"
+ /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets(326,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj]
+ Done executing task "ShowPreviewMessage".
+ 1:7>Done building target "_CheckForNETCoreSdkIsPreview" in project "Common.csproj".
+ 1:7>Target "_GetProjectJsonPath" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "_GetRestoreProjectStyle" depends on it):
+ Task "GetRestoreProjectJsonPathTask" skipped, due to false condition; ( '$(RestoreProjectStyle)' == 'ProjectJson' OR '$(RestoreProjectStyle)' == '' ) was evaluated as ( 'PackageReference' == 'ProjectJson' OR 'PackageReference' == '' ).
+ 1:7>Done building target "_GetProjectJsonPath" in project "Common.csproj".
+ Target "_CheckForUnsupportedTargetPlatformIdentifier" skipped, due to false condition; ('$(TargetPlatformIdentifier)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) And ('$(DesignTimeBuild)' != 'true' Or '@(MissingWorkloadPack)' == '')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True And ('' != 'true' Or '' == '')).
+ Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true').
+ Target "_CheckForNotRecommendedNETStandardVersion" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETStandard' and $([MSBuild]::VersionLessThan($(TargetFrameworkVersion), '2.0'))) was evaluated as ('.NETCoreApp' == '.NETStandard' and False).
+ Target "_CheckForUnsupportedNETStandardVersion" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETStandard' And '$(NETStandardMaximumVersion)' != '') was evaluated as ('.NETCoreApp' == '.NETStandard' And '' != '').
+ Target "_CheckForUnsupportedTargetFrameworkAndFeatureCombination" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETFramework') was evaluated as ('.NETCoreApp' == '.NETFramework').
+ 1:7>Target "UpdateAspNetToFrameworkReference" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "ApplyImplicitVersions" depends on it):
+ Using "CheckIfPackageReferenceShouldBeFrameworkReference" task from assembly "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/../tools/net9.0/Microsoft.NET.Build.Tasks.dll".
+ Task "CheckIfPackageReferenceShouldBeFrameworkReference"
+ Done executing task "CheckIfPackageReferenceShouldBeFrameworkReference".
+ Task "NETSdkError" skipped, due to false condition; ('$(_ShouldRemoveAspNetCoreAll)' == 'true') was evaluated as ('False' == 'true').
+ Task "CheckIfPackageReferenceShouldBeFrameworkReference"
+ Done executing task "CheckIfPackageReferenceShouldBeFrameworkReference".
+ Task "NETSdkWarning" skipped, due to false condition; ('$(_ShouldRemoveAspNetCoreApp)' == 'true') was evaluated as ('False' == 'true').
+ 1:7>Done building target "UpdateAspNetToFrameworkReference" in project "Common.csproj".
+ Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v9.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true').
+ 1:7>Target "CheckForImplicitPackageReferenceOverrides" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "ApplyImplicitVersions" depends on it):
+ Using "CheckForImplicitPackageReferenceOverrides" task from assembly "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/../tools/net9.0/Microsoft.NET.Build.Tasks.dll".
+ Task "CheckForImplicitPackageReferenceOverrides"
+ Done executing task "CheckForImplicitPackageReferenceOverrides".
+ 1:7>Done building target "CheckForImplicitPackageReferenceOverrides" in project "Common.csproj".
+ 1:7>Target "ApplyImplicitVersions" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "CollectPackageReferences" depends on it):
+ Using "ApplyImplicitVersions" task from assembly "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/../tools/net9.0/Microsoft.NET.Build.Tasks.dll".
+ Task "ApplyImplicitVersions"
+ Done executing task "ApplyImplicitVersions".
+ 1:7>Done building target "ApplyImplicitVersions" in project "Common.csproj".
+ Target "CheckForImplicitPackageReferenceOverrides" skipped. Previously built successfully.
+ Target "AddWindowsSdkKnownFrameworkReferences" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' And '$(TargetPlatformIdentifier)' == 'Windows') was evaluated as ('.NETCoreApp' == '.NETCoreApp' And '' == 'Windows').
+ Target "_NormalizeTargetPlatformVersion" skipped, due to false condition; ('$(TargetPlatformVersion)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) and ('$(Language)' != 'C++' or '$(_EnablePackageReferencesInVCProjects)' == 'true')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True and ('C#' != 'C++' or '' == 'true')).
+ 1:7>Target "_ComputeToolPackInputsToProcessFrameworkReferences" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "ProcessFrameworkReferences" depends on it):
+ 1:7>Done building target "_ComputeToolPackInputsToProcessFrameworkReferences" in project "Common.csproj".
+ 1:7>Target "ProcessFrameworkReferences" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "CollectPackageReferences" depends on it):
+ Using "CheckForDuplicateFrameworkReferences" task from assembly "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/../tools/net9.0/Microsoft.NET.Build.Tasks.dll".
+ Task "CheckForDuplicateFrameworkReferences"
+ Done executing task "CheckForDuplicateFrameworkReferences".
+ Using "ProcessFrameworkReferences" task from assembly "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/../tools/net9.0/Microsoft.NET.Build.Tasks.dll".
+ Task "ProcessFrameworkReferences"
+ Done executing task "ProcessFrameworkReferences".
+ Using "ResolveAppHosts" task from assembly "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/../tools/net9.0/Microsoft.NET.Build.Tasks.dll".
+ Task "ResolveAppHosts"
+ Done executing task "ResolveAppHosts".
+ 1:7>Done building target "ProcessFrameworkReferences" in project "Common.csproj".
+ Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v9.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true').
+ Target "_CheckMicrosoftNetCompilersToolsetFrameworkPackageReference" skipped, due to false condition; ('$(MSBuildRuntimeType)' == 'Full') was evaluated as ('Core' == 'Full').
+ 1:7>Target "_CheckForObsoleteDotNetCliToolReferences" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ObsoleteReferences.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "CollectPackageReferences" depends on it):
+ Task "NETSdkWarning" skipped, due to false condition; ( '%(_ReferenceToObsoleteDotNetCliTool.Identity)' != '' ) was evaluated as ( '' != '' ).
+ 1:7>Done building target "_CheckForObsoleteDotNetCliToolReferences" in project "Common.csproj".
+ 1:7>Target "CollectPackageReferences" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "_GetRestoreProjectStyle" depends on it):
+ Using "CheckForDuplicateNuGetItemsTask" task from assembly "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.Build.Tasks.dll".
+ Task "CheckForDuplicateNuGetItemsTask"
+ Done executing task "CheckForDuplicateNuGetItemsTask".
+ 1:7>Done building target "CollectPackageReferences" in project "Common.csproj".
+ 1:7>Target "_GetRestoreProjectStyle" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "EnableIntermediateOutputPathMismatchWarning" depends on it):
+ Using "GetRestoreProjectStyleTask" task from assembly "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.Build.Tasks.dll".
+ Task "GetRestoreProjectStyleTask"
+ Done executing task "GetRestoreProjectStyleTask".
+ 1:7>Done building target "_GetRestoreProjectStyle" in project "Common.csproj".
+ 1:7>Target "EnableIntermediateOutputPathMismatchWarning" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/NuGet.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it):
+ 1:7>Done building target "EnableIntermediateOutputPathMismatchWarning" in project "Common.csproj".
+ Target "ApplyImplicitVersions" skipped. Previously built successfully.
+ Target "CheckForImplicitPackageReferenceOverrides" skipped. Previously built successfully.
+ 1:7>Target "CheckForDuplicateItems" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "_CheckForInvalidConfigurationAndPlatform" depends on it):
+ Using "CheckForDuplicateItems" task from assembly "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/../tools/net9.0/Microsoft.NET.Build.Tasks.dll".
+ Task "CheckForDuplicateItems"
+ Done executing task "CheckForDuplicateItems".
+ Task "CheckForDuplicateItems"
+ Done executing task "CheckForDuplicateItems".
+ Task "CheckForDuplicateItems"
+ Done executing task "CheckForDuplicateItems".
+ 1:7>Done building target "CheckForDuplicateItems" in project "Common.csproj".
+ Target "WarnForExplicitVersions" skipped, due to false condition; ('@(SdkBuildWarning)' != '') was evaluated as ('' != '').
+ Target "_CheckForFailedSDKResolution" skipped, due to false condition; ('$(SdkResolverHonoredGlobalJson)' == 'false') was evaluated as ('' == 'false').
+ Target "_WarnWhenUsingNET8AndVSPriorTo178" skipped, due to false condition; ($([MSBuild]::VersionLessThan($(MSBuildVersion), '17.8.0')) and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(_TargetFrameworkVersionWithoutV), '8.0'))) was evaluated as (False and '.NETCoreApp' == '.NETCoreApp' and True).
+ Target "_CheckForInvalidWindowsDesktopTargetingConfiguration" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(_TargetFrameworkVersionWithoutV), '5.0')) and ('$(UseWindowsForms)' == 'true' or '$(UseWPF)' == 'true')) was evaluated as ('.NETCoreApp' == '.NETCoreApp' and True and ('' == 'true' or '' == 'true')).
+ Target "_CheckForUnnecessaryWindowsDesktopSDK" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(_TargetFrameworkVersionWithoutV), '5.0')) and '$(_MicrosoftWindowsDesktopSdkImported)' == 'true' and '$(TargetFrameworks)' == '') was evaluated as ('.NETCoreApp' == '.NETCoreApp' and True and '' == 'true' and '' == '').
+ Target "ProcessFrameworkReferences" skipped. Previously built successfully.
+ Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v9.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true').
+ 1:7>Target "_CheckForInvalidConfigurationAndPlatform" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "BeforeBuild" depends on it):
+ Task "Error" skipped, due to false condition; ( '$(_InvalidConfigurationError)' == 'true' ) was evaluated as ( '' == 'true' ).
+ Task "Warning" skipped, due to false condition; ( '$(_InvalidConfigurationWarning)' == 'true' ) was evaluated as ( '' == 'true' ).
+ Task "Message"
+ Configuration=Debug
+ Done executing task "Message".
+ Task "Message"
+ Platform=AnyCPU
+ Done executing task "Message".
+ Task "Error" skipped, due to false condition; ('$(OutDir)' != '' and !HasTrailingSlash('$(OutDir)')) was evaluated as ('bin/Debug/net9.0/' != '' and !HasTrailingSlash('bin/Debug/net9.0/')).
+ Task "Error" skipped, due to false condition; ('$(IntermediateOutputPath)' != '' and !HasTrailingSlash('$(IntermediateOutputPath)')) was evaluated as ('obj/Debug/net9.0/' != '' and !HasTrailingSlash('obj/Debug/net9.0/')).
+ Task "Error" skipped, due to false condition; ('$(BaseIntermediateOutputPath)' != '' and !HasTrailingSlash('$(BaseIntermediateOutputPath)')) was evaluated as ('obj/' != '' and !HasTrailingSlash('obj/')).
+ Task "MSBuildInternalMessage" skipped, due to false condition; ( '$(Prefer32Bit)' == 'true' and '$(PreferNativeArm64)' == 'true' ) was evaluated as ( 'false' == 'true' and 'false' == 'true' ).
+ Task "MSBuildInternalMessage" skipped, due to false condition; ( '$(NoWin32Manifest)' == 'true' and '$(PreferNativeArm64)' == 'true' ) was evaluated as ( '' == 'true' and 'false' == 'true' ).
+ Task "MSBuildInternalMessage" skipped, due to false condition; ( '$(PreferNativeArm64)' == 'true' and '$(Platform)' != 'AnyCPU' ) was evaluated as ( 'false' == 'true' and 'AnyCPU' != 'AnyCPU' ).
+ Task "Error" skipped, due to false condition; ( '$(_InitialMSBuildProjectExtensionsPath)' != '' And '$(MSBuildProjectExtensionsPath)' != '$(_InitialMSBuildProjectExtensionsPath)' ) was evaluated as ( '/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/obj/' != '' And '/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/obj/' != '/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/obj/' ).
+ Task "Warning" skipped, due to false condition; ( '$(EnableBaseIntermediateOutputPathMismatchWarning)' == 'true' And '$(_InitialBaseIntermediateOutputPath)' != '$(BaseIntermediateOutputPath)' And '$(BaseIntermediateOutputPath)' != '$(MSBuildProjectExtensionsPath)' ) was evaluated as ( 'true' == 'true' And 'obj/' != 'obj/' And 'obj/' != '/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/obj/' ).
+ 1:7>Done building target "_CheckForInvalidConfigurationAndPlatform" in project "Common.csproj".
+ 1:7>Target "ValidateCommandLineProperties" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "BeforeBuild" depends on it):
+ 1:7>Done building target "ValidateCommandLineProperties" in project "Common.csproj".
+ 1:7>Target "BeforeBuild" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "Build" depends on it):
+ 1:7>Done building target "BeforeBuild" in project "Common.csproj".
+ Target "_CheckForBuildWithNoBuild" skipped, due to false condition; ('$(NoBuild)' == 'true' and '$(GeneratePackageOnBuild)' != 'true') was evaluated as ('' == 'true' and 'false' != 'true').
+ 1:7>Target "BuildOnlySettings" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "CoreBuild" depends on it):
+ 1:7>Done building target "BuildOnlySettings" in project "Common.csproj".
+ Target "_CheckForUnsupportedTargetFramework" skipped, due to false condition; ('$(_UnsupportedTargetFrameworkError)' == 'true') was evaluated as ('' == 'true').
+ Target "_CheckForUnsupportedTargetPlatformIdentifier" skipped, due to false condition; ('$(TargetPlatformIdentifier)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) And ('$(DesignTimeBuild)' != 'true' Or '@(MissingWorkloadPack)' == '')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True And ('' != 'true' Or '' == '')).
+ Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true').
+ 1:7>Target "GetFrameworkPaths" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "PrepareForBuild" depends on it):
+ 1:7>Done building target "GetFrameworkPaths" in project "Common.csproj".
+ Target "_CheckForUnsupportedTargetFramework" skipped, due to false condition; ('$(_UnsupportedTargetFrameworkError)' == 'true') was evaluated as ('' == 'true').
+ Target "_CheckForUnsupportedTargetPlatformIdentifier" skipped, due to false condition; ('$(TargetPlatformIdentifier)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) And ('$(DesignTimeBuild)' != 'true' Or '@(MissingWorkloadPack)' == '')) was evaluated as ('' != '' and '.NETCoreApp' == '.NETCoreApp' and True And ('' != 'true' Or '' == '')).
+ Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true').
+ 1:7>Target "GetReferenceAssemblyPaths" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "PrepareForBuild" depends on it):
+ 1:7>Done building target "GetReferenceAssemblyPaths" in project "Common.csproj".
+ Target "AssignLinkMetadata" skipped, due to false condition; ( '$(SynthesizeLinkMetadata)' == 'true' ) was evaluated as ( '' == 'true' ).
+ Target "_VerifyPackReleaseConfigurations" skipped, due to false condition; ('$(_IsPacking)' == 'true' and '$(DOTNET_CLI_DISABLE_PUBLISH_AND_PACK_RELEASE)' != 'true' and '$(DOTNET_CLI_LAZY_PUBLISH_AND_PACK_RELEASE_FOR_SOLUTIONS)' == 'true') was evaluated as ('' == 'true' and '' != 'true' and '' == 'true').
+ 1:7>Target "PrepareForBuild" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "CoreBuild" depends on it):
+ Using "FindAppConfigFile" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Task "FindAppConfigFile"
+ Done executing task "FindAppConfigFile".
+ Using "MakeDir" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Task "MakeDir"
+ Done executing task "MakeDir".
+ 1:7>Done building target "PrepareForBuild" in project "Common.csproj".
+ 1:7>Target "GenerateGlobalUsings" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.GenerateGlobalUsings.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "CoreBuild" depends on it):
+ Using "GenerateGlobalUsings" task from assembly "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/../tools/net9.0/Microsoft.NET.Build.Tasks.dll".
+ Task "GenerateGlobalUsings"
+ Done executing task "GenerateGlobalUsings".
+ Using "WriteLinesToFile" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Task "WriteLinesToFile"
+ Skipping write to file "obj/Debug/net9.0/Common.GlobalUsings.g.cs" because content would not change.
+ Done executing task "WriteLinesToFile".
+ 1:7>Done building target "GenerateGlobalUsings" in project "Common.csproj".
+ Target "PreBuildEvent" skipped, due to false condition; ('$(PreBuildEvent)'!='') was evaluated as (''!='').
+ 1:7>Target "BeforeResolveReferences" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "ResolveReferences" depends on it):
+ 1:7>Done building target "BeforeResolveReferences" in project "Common.csproj".
+ Target "AssignProjectConfiguration" skipped, due to false condition; ('$(CurrentSolutionConfigurationContents)' != '' or '@(ProjectReference)'!='') was evaluated as ('' != '' or ''!='').
+ 1:7>Target "IgnoreJavaScriptOutputAssembly" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "AssignProjectConfiguration" depends on it):
+ 1:7>Done building target "IgnoreJavaScriptOutputAssembly" in project "Common.csproj".
+ Target "ProcessFrameworkReferences" skipped. Previously built successfully.
+ 1:7>Target "_DefaultMicrosoftNETPlatformLibrary" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Shared.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "ResolvePackageAssets" depends on it):
+ 1:7>Done building target "_DefaultMicrosoftNETPlatformLibrary" in project "Common.csproj".
+ 1:7>Target "_ComputePackageReferencePublish" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Shared.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "ResolvePackageAssets" depends on it):
+ 1:7>Done building target "_ComputePackageReferencePublish" in project "Common.csproj".
+ Target "_ResolveCompilerVersion" skipped, due to false condition; ('$(CompilerApiVersion)' == '' And
+ ('$(Language)' == 'C#' Or '$(Language)' == 'VB') And
+ Exists('$(RoslynTargetsPath)\Microsoft.Build.Tasks.CodeAnalysis.dll')) was evaluated as ('roslyn4.12' == '' And
+ ('C#' == 'C#' Or 'C#' == 'VB') And
+ Exists('/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Roslyn\Microsoft.Build.Tasks.CodeAnalysis.dll')).
+ 1:7>Target "ResolvePackageAssets" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "ResolveLockFileReferences" depends on it):
+ Using "ResolvePackageAssets" task from assembly "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/../tools/net9.0/Microsoft.NET.Build.Tasks.dll".
+ Task "ResolvePackageAssets"
+ Done executing task "ResolvePackageAssets".
+ 1:7>Done building target "ResolvePackageAssets" in project "Common.csproj".
+ Target "AdjustDefaultPlatformTargetForNetFrameworkExeWithNoNativeCopyLocalItems" skipped, due to false condition; ('$(_UsingDefaultPlatformTarget)' == 'true' and
+ '$(_UsingDefaultRuntimeIdentifier)' == 'true') was evaluated as ('true' == 'true' and
+ '' == 'true').
+ Target "_CheckForTransitiveWindowsDesktopDependencies" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(_TargetFrameworkVersionWithoutV), '5.0')) and '$(TargetPlatformIdentifier)' != 'Windows' and '@(TransitiveFrameworkReference)' != '') was evaluated as ('.NETCoreApp' == '.NETCoreApp' and True and '' != 'Windows' and '' != '').
+ Target "AddTransitiveFrameworkReferences" skipped, due to false condition; ('@(TransitiveFrameworkReference)' != '') was evaluated as ('' != '').
+ 1:7>Target "ResolveLockFileReferences" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "ResolvePackageDependenciesForBuild" depends on it):
+ Using "JoinItems" task from assembly "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/../tools/net9.0/Microsoft.NET.Build.Tasks.dll".
+ Task "JoinItems"
+ Done executing task "JoinItems".
+ 1:7>Done building target "ResolveLockFileReferences" in project "Common.csproj".
+ Target "ResolvePackageAssets" skipped. Previously built successfully.
+ 1:7>Target "ResolveLockFileAnalyzers" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "ResolvePackageDependenciesForBuild" depends on it):
+ 1:7>Done building target "ResolveLockFileAnalyzers" in project "Common.csproj".
+ Target "ResolvePackageAssets" skipped. Previously built successfully.
+ Target "RunProduceContentAssets" skipped, due to false condition; ('@(_ContentFilesToPreprocess)' != '' and '$(_CleaningWithoutRebuilding)' != 'true') was evaluated as ('' != '' and '' != 'true').
+ 1:7>Target "ResolveLockFileCopyLocalFiles" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "ResolvePackageDependenciesForBuild" depends on it):
+ 1:7>Done building target "ResolveLockFileCopyLocalFiles" in project "Common.csproj".
+ Target "ResolveRuntimePackAssets" skipped, due to false condition; ('@(RuntimePack)' != '') was evaluated as ('' != '').
+ Target "RunProduceContentAssets" skipped, due to false condition; ('@(_ContentFilesToPreprocess)' != '' and '$(_CleaningWithoutRebuilding)' != 'true') was evaluated as ('' != '' and '' != 'true').
+ Target "ResolvePackageAssets" skipped. Previously built successfully.
+ 1:7>Target "IncludeTransitiveProjectReferences" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "ResolvePackageDependenciesForBuild" depends on it):
+ 1:7>Done building target "IncludeTransitiveProjectReferences" in project "Common.csproj".
+ 1:7>Target "ResolvePackageDependenciesForBuild" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "AssignProjectConfiguration" depends on it):
+ 1:7>Done building target "ResolvePackageDependenciesForBuild" in project "Common.csproj".
+ Target "AssignProjectConfiguration" skipped, due to false condition; ('$(CurrentSolutionConfigurationContents)' != '' or '@(ProjectReference)'!='') was evaluated as ('' != '' or ''!='').
+ 1:7>Target "_SplitProjectReferencesByFileExistence" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "PrepareProjectReferences" depends on it):
+ Task "ResolveNonMSBuildProjectOutput" skipped, due to false condition; ('$(BuildingInsideVisualStudio)'=='true' and '@(ProjectReferenceWithConfiguration)'!='') was evaluated as (''=='true' and ''!='').
+ 1:7>Done building target "_SplitProjectReferencesByFileExistence" in project "Common.csproj".
+ 1:7>Target "_AddOutputPathToGlobalPropertiesToRemove" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "_GetProjectReferenceTargetFrameworkProperties" depends on it):
+ 1:7>Done building target "_AddOutputPathToGlobalPropertiesToRemove" in project "Common.csproj".
+ 1:7>Target "_GetProjectReferenceTargetFrameworkProperties" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "PrepareProjectReferences" depends on it):
+ Task "MSBuild"
+ Done executing task "MSBuild".
+ Task "MSBuild" skipped, due to false condition; ('%(_MSBuildProjectReferenceExistent.SkipGetTargetFrameworkProperties)' != 'true' and '$(EnableDynamicPlatformResolution)' == 'true') was evaluated as ('' != 'true' and '' == 'true').
+ Task "GetReferenceNearestTargetFrameworkTask" skipped, due to false condition; ('@(_ProjectReferenceTargetFrameworkPossibilities)' != '' and '$(ReferringTargetFrameworkForProjectReferences)' != ''
+ And '$(GetReferenceNearestTargetFrameworkTaskSupportsTargetPlatformParameter)' == 'true' and '%(_ProjectReferenceTargetFrameworkPossibilities.IsVcxOrNativeProj)' != 'true') was evaluated as ('' != '' and '.NETCoreApp,Version=v9.0' != ''
+ And 'true' == 'true' and '' != 'true').
+ Task "GetReferenceNearestTargetFrameworkTask" skipped, due to false condition; ('@(_ProjectReferenceTargetFrameworkPossibilities)' != '' and '$(ReferringTargetFrameworkForProjectReferences)' != ''
+ And '$(GetReferenceNearestTargetFrameworkTaskSupportsTargetPlatformParameter)' != 'true' and '%(_ProjectReferenceTargetFrameworkPossibilities.IsVcxOrNativeProj)' != 'true') was evaluated as ('' != '' and '.NETCoreApp,Version=v9.0' != ''
+ And 'true' != 'true' and '' != 'true').
+ Using "SetRidAgnosticValueForProjects" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Task "SetRidAgnosticValueForProjects"
+ Done executing task "SetRidAgnosticValueForProjects".
+ 1:7>Done building target "_GetProjectReferenceTargetFrameworkProperties" in project "Common.csproj".
+ 1:7>Target "ValidateExecutableReferences" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "PrepareProjectReferences" depends on it):
+ Using "ValidateExecutableReferences" task from assembly "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/../tools/net9.0/Microsoft.NET.Build.Tasks.dll".
+ Task "ValidateExecutableReferences"
+ Done executing task "ValidateExecutableReferences".
+ 1:7>Done building target "ValidateExecutableReferences" in project "Common.csproj".
+ Target "_GetProjectReferencePlatformProperties" skipped, due to false condition; ('$(EnableDynamicPlatformResolution)' == 'true'
+ and '@(_MSBuildProjectReferenceExistent)' != '') was evaluated as ('' == 'true'
+ and '' != '').
+ 1:7>Target "PrepareProjectReferences" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "ResolveProjectReferences" depends on it):
+ 1:7>Done building target "PrepareProjectReferences" in project "Common.csproj".
+ 1:7>Target "ResolveProjectReferences" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "ResolveReferences" depends on it):
+ Task "MSBuild" skipped, due to false condition; ('%(_MSBuildProjectReferenceExistent.BuildReference)' == 'true' and '@(ProjectReferenceWithConfiguration)' != '' and ('$(BuildingInsideVisualStudio)' == 'true' or '$(BuildProjectReferences)' != 'true') and '$(VisualStudioVersion)' != '10.0' and '@(_MSBuildProjectReferenceExistent)' != '') was evaluated as ('' == 'true' and '' != '' and ('' == 'true' or 'true' != 'true') and '17.0' != '10.0' and '' != '').
+ Task "MSBuild" skipped, due to false condition; ('%(_MSBuildProjectReferenceExistent.BuildReference)' == 'true' and '@(ProjectReferenceWithConfiguration)' != '' and '$(BuildingInsideVisualStudio)' != 'true' and '$(BuildProjectReferences)' == 'true' and '@(_MSBuildProjectReferenceExistent)' != '') was evaluated as ('' == 'true' and '' != '' and '' != 'true' and 'true' == 'true' and '' != '').
+ Task "MSBuild" skipped, due to false condition; ('%(_MSBuildProjectReferenceExistent.BuildReference)' == 'true' and '@(ProjectReferenceWithConfiguration)' != '' and '$(BuildingProject)' == 'true' and '@(_MSBuildProjectReferenceExistent)' != '') was evaluated as ('' == 'true' and '' != '' and 'true' == 'true' and '' != '').
+ Task "Warning" skipped, due to false condition; ('@(ProjectReferenceWithConfiguration)' != '' and '@(_MSBuildProjectReferenceNonexistent)' != '' and '$(ErrorOnMissingProjectReference)' != 'True') was evaluated as ('' != '' and '' != '' and '' != 'True').
+ Task "Error" skipped, due to false condition; ('@(ProjectReferenceWithConfiguration)' != '' and '@(_MSBuildProjectReferenceNonexistent)' != '' and '$(ErrorOnMissingProjectReference)' == 'True') was evaluated as ('' != '' and '' != '' and '' == 'True').
+ 1:7>Done building target "ResolveProjectReferences" in project "Common.csproj".
+ Target "FindInvalidProjectReferences" skipped, due to false condition; ('$(FindInvalidProjectReferences)' == 'true') was evaluated as ('' == 'true').
+ Target "ResolveNativeReferences" skipped, due to false condition; ('@(NativeReference)'!='') was evaluated as (''!='').
+ Target "ResolveProjectReferences" skipped. Previously built successfully.
+ Target "FindInvalidProjectReferences" skipped, due to false condition; ('$(FindInvalidProjectReferences)' == 'true') was evaluated as ('' == 'true').
+ Target "GetFrameworkPaths" skipped. Previously built successfully.
+ Target "GetReferenceAssemblyPaths" skipped. Previously built successfully.
+ Target "PrepareForBuild" skipped. Previously built successfully.
+ Target "GetInstalledSDKLocations" skipped, due to false condition; ('@(SDKReference)' != '') was evaluated as ('' != '').
+ 1:7>Target "ResolveSDKReferences" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "ResolveAssemblyReferences" depends on it):
+ Task "ResolveSDKReference" skipped, due to false condition; ('@(SDKReference)'!='') was evaluated as (''!='').
+ 1:7>Done building target "ResolveSDKReferences" in project "Common.csproj".
+ Target "ResolveSDKReferences" skipped. Previously built successfully.
+ 1:7>Target "ExpandSDKReferences" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "ResolveAssemblyReferences" depends on it):
+ Task "GetSDKReferenceFiles" skipped, due to false condition; ('@(ResolvedSDKReference)'!='') was evaluated as (''!='').
+ 1:7>Done building target "ExpandSDKReferences" in project "Common.csproj".
+ Target "ResolvePackageDependenciesForBuild" skipped. Previously built successfully.
+ Target "GetFrameworkPaths" skipped. Previously built successfully.
+ Target "GetReferenceAssemblyPaths" skipped. Previously built successfully.
+ Target "ProcessFrameworkReferences" skipped. Previously built successfully.
+ Target "ResolvePackageAssets" skipped. Previously built successfully.
+ 1:7>Target "ResolveFrameworkReferences" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "ResolveTargetingPackAssets" depends on it):
+ Using "GetPackageDirectory" task from assembly "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/../tools/net9.0/Microsoft.NET.Build.Tasks.dll".
+ Task "GetPackageDirectory"
+ Done executing task "GetPackageDirectory".
+ Task "GetPackageDirectory"
+ Done executing task "GetPackageDirectory".
+ Task "GetPackageDirectory"
+ Done executing task "GetPackageDirectory".
+ Task "GetPackageDirectory"
+ Done executing task "GetPackageDirectory".
+ Task "GetPackageDirectory"
+ Done executing task "GetPackageDirectory".
+ Task "GetPackageDirectory"
+ Done executing task "GetPackageDirectory".
+ Task "GetPackageDirectory"
+ Done executing task "GetPackageDirectory".
+ Task "GetPackageDirectory"
+ Done executing task "GetPackageDirectory".
+ Task "GetPackageDirectory"
+ Done executing task "GetPackageDirectory".
+ Task "GetPackageDirectory"
+ Done executing task "GetPackageDirectory".
+ Using "ResolveFrameworkReferences" task from assembly "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/../tools/net9.0/Microsoft.NET.Build.Tasks.dll".
+ Task "ResolveFrameworkReferences"
+ Done executing task "ResolveFrameworkReferences".
+ 1:7>Done building target "ResolveFrameworkReferences" in project "Common.csproj".
+ 1:7>Target "ResolveTargetingPackAssets" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "_HandlePackageFileConflicts" depends on it):
+ Using "ResolveTargetingPackAssets" task from assembly "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/../tools/net9.0/Microsoft.NET.Build.Tasks.dll".
+ Task "ResolveTargetingPackAssets"
+ Done executing task "ResolveTargetingPackAssets".
+ 1:7>Done building target "ResolveTargetingPackAssets" in project "Common.csproj".
+ 1:7>Target "ResolveOffByDefaultAnalyzers" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "_HandlePackageFileConflicts" depends on it):
+ 1:7>Done building target "ResolveOffByDefaultAnalyzers" in project "Common.csproj".
+ 1:7>Target "_HandlePackageFileConflicts" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ConflictResolution.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "ResolveAssemblyReferences" depends on it):
+ Using "ResolvePackageFileConflicts" task from assembly "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/../tools/net9.0/Microsoft.NET.Build.Tasks.dll".
+ Task "ResolvePackageFileConflicts"
+ Encountered conflict between 'Platform:mscorlib.dll' and 'Platform:mscorlib.dll'. Could not determine winner due to equal file and assembly versions.
+ Encountered conflict between 'Platform:Microsoft.VisualBasic.dll' and 'Platform:Microsoft.VisualBasic.dll'. Could not determine winner due to equal file and assembly versions.
+ Encountered conflict between 'Platform:System.dll' and 'Platform:System.dll'. Could not determine winner due to equal file and assembly versions.
+ Encountered conflict between 'Platform:System.ComponentModel.DataAnnotations.dll' and 'Platform:System.ComponentModel.DataAnnotations.dll'. Could not determine winner due to equal file and assembly versions.
+ Encountered conflict between 'Platform:System.Configuration.dll' and 'Platform:System.Configuration.dll'. Could not determine winner due to equal file and assembly versions.
+ Encountered conflict between 'Platform:System.Core.dll' and 'Platform:System.Core.dll'. Could not determine winner due to equal file and assembly versions.
+ Encountered conflict between 'Platform:System.Data.dll' and 'Platform:System.Data.dll'. Could not determine winner due to equal file and assembly versions.
+ Encountered conflict between 'Platform:System.Drawing.dll' and 'Platform:System.Drawing.dll'. Could not determine winner due to equal file and assembly versions.
+ Encountered conflict between 'Platform:System.IO.Compression.FileSystem.dll' and 'Platform:System.IO.Compression.FileSystem.dll'. Could not determine winner due to equal file and assembly versions.
+ Encountered conflict between 'Platform:System.Net.dll' and 'Platform:System.Net.dll'. Could not determine winner due to equal file and assembly versions.
+ Encountered conflict between 'Platform:System.Numerics.dll' and 'Platform:System.Numerics.dll'. Could not determine winner due to equal file and assembly versions.
+ Encountered conflict between 'Platform:System.Runtime.Serialization.dll' and 'Platform:System.Runtime.Serialization.dll'. Could not determine winner due to equal file and assembly versions.
+ Encountered conflict between 'Platform:System.Security.dll' and 'Platform:System.Security.dll'. Could not determine winner due to equal file and assembly versions.
+ Encountered conflict between 'Platform:System.ServiceProcess.dll' and 'Platform:System.ServiceProcess.dll'. Could not determine winner due to equal file and assembly versions.
+ Encountered conflict between 'Platform:System.ServiceModel.Web.dll' and 'Platform:System.ServiceModel.Web.dll'. Could not determine winner due to equal file and assembly versions.
+ Encountered conflict between 'Platform:System.Transactions.dll' and 'Platform:System.Transactions.dll'. Could not determine winner due to equal file and assembly versions.
+ Encountered conflict between 'Platform:System.Web.dll' and 'Platform:System.Web.dll'. Could not determine winner due to equal file and assembly versions.
+ Encountered conflict between 'Platform:System.Windows.dll' and 'Platform:System.Windows.dll'. Could not determine winner due to equal file and assembly versions.
+ Encountered conflict between 'Platform:System.Xml.dll' and 'Platform:System.Xml.dll'. Could not determine winner due to equal file and assembly versions.
+ Encountered conflict between 'Platform:System.Xml.Serialization.dll' and 'Platform:System.Xml.Serialization.dll'. Could not determine winner due to equal file and assembly versions.
+ Encountered conflict between 'Platform:System.Xml.Linq.dll' and 'Platform:System.Xml.Linq.dll'. Could not determine winner due to equal file and assembly versions.
+ Encountered conflict between 'Platform:WindowsBase.dll' and 'Platform:WindowsBase.dll'. Could not determine winner due to equal file and assembly versions.
+ Encountered conflict between 'Platform:netstandard.dll' and 'Platform:netstandard.dll'. Could not determine winner due to equal file and assembly versions.
+ Encountered conflict between 'Platform:System.Private.CoreLib.dll' and 'Platform:System.Private.CoreLib.dll'. Could not determine winner due to equal file and assembly versions.
+ Encountered conflict between 'Platform:System.Private.DataContractSerialization.dll' and 'Platform:System.Private.DataContractSerialization.dll'. Could not determine winner due to equal file and assembly versions.
+ Encountered conflict between 'Platform:System.Private.Uri.dll' and 'Platform:System.Private.Uri.dll'. Could not determine winner due to equal file and assembly versions.
+ Encountered conflict between 'Platform:System.Private.Xml.dll' and 'Platform:System.Private.Xml.dll'. Could not determine winner due to equal file and assembly versions.
+ Encountered conflict between 'Platform:System.Private.Xml.Linq.dll' and 'Platform:System.Private.Xml.Linq.dll'. Could not determine winner due to equal file and assembly versions.
+ Encountered conflict between 'Platform:mscordaccore_amd64_amd64_9.0.24.47305.dll' and 'Platform:mscordaccore_amd64_amd64_9.0.24.47305.dll'. Could not determine winner due to equal file and assembly versions.
+ Done executing task "ResolvePackageFileConflicts".
+ 1:7>Done building target "_HandlePackageFileConflicts" in project "Common.csproj".
+ Target "ResolveTargetingPackAssets" skipped. Previously built successfully.
+ 1:7>Target "ResolveAssemblyReferences" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "ResolveReferences" depends on it):
+ Using "ResolveAssemblyReference" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Task "ResolveAssemblyReference"
+ TargetFrameworkMoniker:
+ .NETCoreApp,Version=v9.0
+ TargetFrameworkMonikerDisplayName:
+ .NET 9.0
+ TargetedRuntimeVersion:
+
+ Assemblies:
+ /home/simon.diesenreiter@dynatrace.org/.nuget/packages/levelinputprovider/0.1.0/lib/net9.0/LevelInputProvider.dll
+ Private = 'false'
+ HintPath = '/home/simon.diesenreiter@dynatrace.org/.nuget/packages/levelinputprovider/0.1.0/lib/net9.0/LevelInputProvider.dll'
+ /home/simon.diesenreiter@dynatrace.org/.nuget/packages/textparser/1.0.1/lib/netstandard2.0/TextParser.dll
+ Private = 'false'
+ HintPath = '/home/simon.diesenreiter@dynatrace.org/.nuget/packages/textparser/1.0.1/lib/netstandard2.0/TextParser.dll'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/Microsoft.CSharp.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/Microsoft.VisualBasic.Core.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/Microsoft.VisualBasic.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/Microsoft.Win32.Primitives.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/Microsoft.Win32.Registry.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.AppContext.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Buffers.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Collections.Concurrent.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Collections.Immutable.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Collections.NonGeneric.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Collections.Specialized.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Collections.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.ComponentModel.Annotations.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.ComponentModel.DataAnnotations.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.ComponentModel.EventBasedAsync.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.ComponentModel.Primitives.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.ComponentModel.TypeConverter.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.ComponentModel.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Configuration.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Console.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Core.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Data.Common.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Data.DataSetExtensions.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Data.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Diagnostics.Contracts.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Diagnostics.Debug.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Diagnostics.DiagnosticSource.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Diagnostics.FileVersionInfo.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Diagnostics.Process.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Diagnostics.StackTrace.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Diagnostics.TextWriterTraceListener.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Diagnostics.Tools.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Diagnostics.TraceSource.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Diagnostics.Tracing.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Drawing.Primitives.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Drawing.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Dynamic.Runtime.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Formats.Asn1.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Formats.Tar.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Globalization.Calendars.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Globalization.Extensions.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Globalization.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.IO.Compression.Brotli.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.IO.Compression.FileSystem.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.IO.Compression.ZipFile.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.IO.Compression.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.IO.FileSystem.AccessControl.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.IO.FileSystem.DriveInfo.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.IO.FileSystem.Primitives.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.IO.FileSystem.Watcher.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.IO.FileSystem.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.IO.IsolatedStorage.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.IO.MemoryMappedFiles.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.IO.Pipelines.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.IO.Pipes.AccessControl.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.IO.Pipes.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.IO.UnmanagedMemoryStream.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.IO.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Linq.Expressions.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Linq.Parallel.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Linq.Queryable.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Linq.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Memory.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Net.Http.Json.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Net.Http.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Net.HttpListener.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Net.Mail.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Net.NameResolution.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Net.NetworkInformation.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Net.Ping.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Net.Primitives.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Net.Quic.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Net.Requests.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Net.Security.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Net.ServicePoint.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Net.Sockets.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Net.WebClient.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Net.WebHeaderCollection.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Net.WebProxy.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Net.WebSockets.Client.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Net.WebSockets.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Net.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Numerics.Vectors.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Numerics.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.ObjectModel.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Reflection.DispatchProxy.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Reflection.Emit.ILGeneration.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Reflection.Emit.Lightweight.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Reflection.Emit.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Reflection.Extensions.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Reflection.Metadata.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Reflection.Primitives.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Reflection.TypeExtensions.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Reflection.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Resources.Reader.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Resources.ResourceManager.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Resources.Writer.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Runtime.CompilerServices.Unsafe.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Runtime.CompilerServices.VisualC.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Runtime.Extensions.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Runtime.Handles.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Runtime.InteropServices.JavaScript.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Runtime.InteropServices.RuntimeInformation.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Runtime.InteropServices.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Runtime.Intrinsics.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Runtime.Loader.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Runtime.Numerics.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Runtime.Serialization.Formatters.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Runtime.Serialization.Json.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Runtime.Serialization.Primitives.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Runtime.Serialization.Xml.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Runtime.Serialization.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Runtime.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Security.AccessControl.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Security.Claims.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Security.Cryptography.Algorithms.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Security.Cryptography.Cng.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Security.Cryptography.Csp.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Security.Cryptography.Encoding.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Security.Cryptography.OpenSsl.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Security.Cryptography.Primitives.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Security.Cryptography.X509Certificates.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Security.Cryptography.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Security.Principal.Windows.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Security.Principal.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Security.SecureString.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Security.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.ServiceModel.Web.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.ServiceProcess.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Text.Encoding.CodePages.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Text.Encoding.Extensions.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Text.Encoding.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Text.Encodings.Web.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Text.Json.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Text.RegularExpressions.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Threading.Channels.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Threading.Overlapped.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Threading.Tasks.Dataflow.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Threading.Tasks.Extensions.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Threading.Tasks.Parallel.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Threading.Tasks.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Threading.Thread.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Threading.ThreadPool.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Threading.Timer.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Threading.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Transactions.Local.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Transactions.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.ValueTuple.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Web.HttpUtility.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Web.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Windows.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Xml.Linq.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Xml.ReaderWriter.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Xml.Serialization.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Xml.XDocument.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Xml.XPath.XDocument.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Xml.XPath.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Xml.XmlDocument.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Xml.XmlSerializer.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Xml.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/WindowsBase.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/mscorlib.dll
+ Private = 'false'
+ /usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/netstandard.dll
+ Private = 'false'
+ AssemblyFiles:
+ CandidateAssemblyFiles:
+ TargetFrameworkDirectories:
+
+ InstalledAssemblyTables:
+ IgnoreInstalledAssemblyTable:
+ False
+ SearchPaths:
+ {CandidateAssemblyFiles}
+ {HintPathFromItem}
+ {TargetFrameworkDirectory}
+ {RawFileName}
+ AllowedAssemblyExtensions:
+ .winmd
+ .dll
+ .exe
+ AllowedRelatedFileExtensions:
+ .pdb
+ .xml
+ .pri
+ .dll.config
+ .exe.config
+ AppConfigFile:
+
+ AutoUnify:
+ True
+ CopyLocalDependenciesWhenParentReferenceInGac:
+ True
+ FindDependencies:
+ True
+ TargetProcessorArchitecture:
+ msil
+ StateFile:
+ obj/Debug/net9.0/Common.csproj.AssemblyReference.cache
+ InstalledAssemblySubsetTables:
+ IgnoreInstalledAssemblySubsetTable:
+ False
+ TargetFrameworkSubsets:
+ FullTargetFrameworkSubsetNames:
+ Full
+ ProfileName:
+
+ FullFrameworkFolders:
+ LatestTargetFrameworkDirectories:
+ ProfileTablesLocation:
+ Primary reference "LevelInputProvider, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null".
+ Resolved file path is "/home/simon.diesenreiter@dynatrace.org/.nuget/packages/levelinputprovider/0.1.0/lib/net9.0/LevelInputProvider.dll".
+ Reference found at search path location "{HintPathFromItem}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "TextParser, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null".
+ Resolved file path is "/home/simon.diesenreiter@dynatrace.org/.nuget/packages/textparser/1.0.1/lib/netstandard2.0/TextParser.dll".
+ Reference found at search path location "{HintPathFromItem}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "Microsoft.CSharp, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/Microsoft.CSharp.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "Microsoft.VisualBasic.Core, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/Microsoft.VisualBasic.Core.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "Microsoft.VisualBasic, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/Microsoft.VisualBasic.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "Microsoft.Win32.Primitives, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/Microsoft.Win32.Primitives.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "Microsoft.Win32.Registry, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/Microsoft.Win32.Registry.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.AppContext, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.AppContext.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Buffers, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Buffers.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Collections.Concurrent, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Collections.Concurrent.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Collections.Immutable.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Collections.NonGeneric, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Collections.NonGeneric.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Collections.Specialized, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Collections.Specialized.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Collections, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Collections.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.ComponentModel.Annotations, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.ComponentModel.Annotations.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.ComponentModel.DataAnnotations, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.ComponentModel.DataAnnotations.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.ComponentModel.EventBasedAsync, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.ComponentModel.EventBasedAsync.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.ComponentModel.Primitives, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.ComponentModel.Primitives.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.ComponentModel.TypeConverter, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.ComponentModel.TypeConverter.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.ComponentModel, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.ComponentModel.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Configuration.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Console, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Console.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Core.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Data.Common, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Data.Common.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Data.DataSetExtensions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Data.DataSetExtensions.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Data.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Diagnostics.Contracts, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Diagnostics.Contracts.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Diagnostics.Debug, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Diagnostics.Debug.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Diagnostics.DiagnosticSource, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Diagnostics.DiagnosticSource.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Diagnostics.FileVersionInfo, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Diagnostics.FileVersionInfo.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Diagnostics.Process, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Diagnostics.Process.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Diagnostics.StackTrace, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Diagnostics.StackTrace.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Diagnostics.TextWriterTraceListener, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Diagnostics.TextWriterTraceListener.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Diagnostics.Tools, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Diagnostics.Tools.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Diagnostics.TraceSource, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Diagnostics.TraceSource.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Diagnostics.Tracing, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Diagnostics.Tracing.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Drawing.Primitives, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Drawing.Primitives.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Drawing.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Dynamic.Runtime, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Dynamic.Runtime.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Formats.Asn1, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Formats.Asn1.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Formats.Tar, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Formats.Tar.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Globalization.Calendars, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Globalization.Calendars.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Globalization.Extensions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Globalization.Extensions.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Globalization, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Globalization.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.IO.Compression.Brotli, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.IO.Compression.Brotli.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.IO.Compression.FileSystem, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.IO.Compression.FileSystem.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.IO.Compression.ZipFile, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.IO.Compression.ZipFile.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.IO.Compression, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.IO.Compression.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.IO.FileSystem.AccessControl, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.IO.FileSystem.AccessControl.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.IO.FileSystem.DriveInfo, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.IO.FileSystem.DriveInfo.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.IO.FileSystem.Primitives, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.IO.FileSystem.Primitives.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.IO.FileSystem.Watcher, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.IO.FileSystem.Watcher.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.IO.FileSystem, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.IO.FileSystem.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.IO.IsolatedStorage, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.IO.IsolatedStorage.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.IO.MemoryMappedFiles, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.IO.MemoryMappedFiles.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.IO.Pipelines, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.IO.Pipelines.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.IO.Pipes.AccessControl, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.IO.Pipes.AccessControl.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.IO.Pipes, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.IO.Pipes.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.IO.UnmanagedMemoryStream, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.IO.UnmanagedMemoryStream.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.IO, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.IO.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Linq.Expressions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Linq.Expressions.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Linq.Parallel, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Linq.Parallel.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Linq.Queryable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Linq.Queryable.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Linq, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Linq.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Memory, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Memory.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Net.Http.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Net.Http.Json.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Net.Http, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Net.Http.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Net.HttpListener, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Net.HttpListener.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Net.Mail, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Net.Mail.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Net.NameResolution, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Net.NameResolution.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Net.NetworkInformation, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Net.NetworkInformation.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Net.Ping, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Net.Ping.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Net.Primitives, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Net.Primitives.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Net.Quic, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Net.Quic.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Net.Requests, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Net.Requests.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Net.Security, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Net.Security.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Net.ServicePoint, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Net.ServicePoint.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Net.Sockets, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Net.Sockets.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Net.WebClient, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Net.WebClient.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Net.WebHeaderCollection, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Net.WebHeaderCollection.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Net.WebProxy, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Net.WebProxy.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Net.WebSockets.Client, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Net.WebSockets.Client.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Net.WebSockets, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Net.WebSockets.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Net, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Net.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Numerics.Vectors, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Numerics.Vectors.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Numerics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Numerics.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.ObjectModel, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.ObjectModel.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Reflection.DispatchProxy, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Reflection.DispatchProxy.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Reflection.Emit.ILGeneration, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Reflection.Emit.ILGeneration.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Reflection.Emit.Lightweight, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Reflection.Emit.Lightweight.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Reflection.Emit, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Reflection.Emit.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Reflection.Extensions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Reflection.Extensions.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Reflection.Metadata, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Reflection.Metadata.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Reflection.Primitives, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Reflection.Primitives.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Reflection.TypeExtensions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Reflection.TypeExtensions.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Reflection, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Reflection.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Resources.Reader, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Resources.Reader.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Resources.ResourceManager, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Resources.ResourceManager.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Resources.Writer, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Resources.Writer.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Runtime.CompilerServices.Unsafe, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Runtime.CompilerServices.Unsafe.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Runtime.CompilerServices.VisualC, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Runtime.CompilerServices.VisualC.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Runtime.Extensions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Runtime.Extensions.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Runtime.Handles, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Runtime.Handles.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Runtime.InteropServices.JavaScript, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Runtime.InteropServices.JavaScript.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Runtime.InteropServices.RuntimeInformation, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Runtime.InteropServices.RuntimeInformation.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Runtime.InteropServices, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Runtime.InteropServices.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Runtime.Intrinsics, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Runtime.Intrinsics.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Runtime.Loader, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Runtime.Loader.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Runtime.Numerics, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Runtime.Numerics.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Runtime.Serialization.Formatters, Version=8.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Runtime.Serialization.Formatters.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Runtime.Serialization.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Runtime.Serialization.Json.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Runtime.Serialization.Primitives, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Runtime.Serialization.Primitives.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Runtime.Serialization.Xml, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Runtime.Serialization.Xml.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Runtime.Serialization.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Runtime, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Runtime.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Security.AccessControl, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Security.AccessControl.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Security.Claims, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Security.Claims.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Security.Cryptography.Algorithms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Security.Cryptography.Algorithms.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Security.Cryptography.Cng, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Security.Cryptography.Cng.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Security.Cryptography.Csp, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Security.Cryptography.Csp.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Security.Cryptography.Encoding, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Security.Cryptography.Encoding.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Security.Cryptography.OpenSsl, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Security.Cryptography.OpenSsl.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Security.Cryptography.Primitives, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Security.Cryptography.Primitives.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Security.Cryptography.X509Certificates, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Security.Cryptography.X509Certificates.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Security.Cryptography, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Security.Cryptography.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Security.Principal.Windows, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Security.Principal.Windows.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Security.Principal, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Security.Principal.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Security.SecureString, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Security.SecureString.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Security.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.ServiceModel.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.ServiceModel.Web.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.ServiceProcess, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.ServiceProcess.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Text.Encoding.CodePages, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Text.Encoding.CodePages.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Text.Encoding.Extensions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Text.Encoding.Extensions.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Text.Encoding, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Text.Encoding.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Text.Encodings.Web, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Text.Encodings.Web.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Text.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Text.Json.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Text.RegularExpressions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Text.RegularExpressions.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Threading.Channels, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Threading.Channels.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Threading.Overlapped, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Threading.Overlapped.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Threading.Tasks.Dataflow, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Threading.Tasks.Dataflow.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Threading.Tasks.Extensions, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Threading.Tasks.Extensions.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Threading.Tasks.Parallel, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Threading.Tasks.Parallel.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Threading.Tasks, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Threading.Tasks.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Threading.Thread, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Threading.Thread.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Threading.ThreadPool, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Threading.ThreadPool.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Threading.Timer, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Threading.Timer.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Threading, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Threading.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Transactions.Local, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Transactions.Local.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Transactions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Transactions.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.ValueTuple, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.ValueTuple.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Web.HttpUtility, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Web.HttpUtility.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Web.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Windows, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Windows.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Xml.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Xml.Linq.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Xml.ReaderWriter, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Xml.ReaderWriter.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Xml.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Xml.Serialization.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Xml.XDocument, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Xml.XDocument.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Xml.XPath.XDocument, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Xml.XPath.XDocument.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Xml.XPath, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Xml.XPath.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Xml.XmlDocument, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Xml.XmlDocument.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Xml.XmlSerializer, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Xml.XmlSerializer.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Xml.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/WindowsBase.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/mscorlib.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Primary reference "netstandard, Version=2.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51".
+ Resolved file path is "/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/netstandard.dll".
+ Reference found at search path location "{RawFileName}".
+ This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
+ The ImageRuntimeVersion for this reference is "".
+ Done executing task "ResolveAssemblyReference".
+ 1:7>Done building target "ResolveAssemblyReferences" in project "Common.csproj".
+ Target "GenerateBindingRedirects" skipped, due to false condition; ('$(AutoGenerateBindingRedirects)' == 'true' and '$(GenerateBindingRedirectsOutputType)' == 'true' and '@(SuggestedBindingRedirects)' != '' and '$(DesignTimeBuild)' != 'true' and '$(BuildingProject)' == 'true') was evaluated as ('' == 'true' and '' == 'true' and '' != '' and '' != 'true' and 'true' == 'true').
+ Target "GenerateSupportedRuntime" skipped, due to false condition; ('$(GenerateSupportedRuntime)' != 'false' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(HasRuntimeOutput)' == 'true') was evaluated as ('' != 'false' and '.NETCoreApp' == '.NETFramework' and '' == 'true').
+ Target "GenerateBindingRedirectsUpdateAppConfig" skipped, due to false condition; ('$(AutoGenerateBindingRedirects)' == 'true' and '$(GenerateBindingRedirectsOutputType)' == 'true') was evaluated as ('' == 'true' and '' == 'true').
+ Target "ResolveComReferences" skipped, due to false condition; ('@(COMReference)'!='' or '@(COMFileReference)'!='') was evaluated as (''!='' or ''!='').
+ 1:7>Target "AfterResolveReferences" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "ResolveReferences" depends on it):
+ 1:7>Done building target "AfterResolveReferences" in project "Common.csproj".
+ 1:7>Target "ResolveReferences" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "_BlockWinMDsOnUnsupportedTFMs" depends on it):
+ 1:7>Done building target "ResolveReferences" in project "Common.csproj".
+ 1:7>Target "_BlockWinMDsOnUnsupportedTFMs" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "CoreBuild" depends on it):
+ Using "CheckForUnsupportedWinMDReferences" task from assembly "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/../tools/net9.0/Microsoft.NET.Build.Tasks.dll".
+ Task "CheckForUnsupportedWinMDReferences"
+ Done executing task "CheckForUnsupportedWinMDReferences".
+ Task "NETSdkError" skipped, due to false condition; ('$(OutputType)' == 'winmdobj') was evaluated as ('Library' == 'winmdobj').
+ 1:7>Done building target "_BlockWinMDsOnUnsupportedTFMs" in project "Common.csproj".
+ Target "ResolveReferences" skipped. Previously built successfully.
+ Target "ResolvePackageDependenciesForBuild" skipped. Previously built successfully.
+ Target "_HandlePackageFileConflicts" skipped. Previously built successfully.
+ 1:7>Target "CopyAdditionalFiles" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Roslyn/Microsoft.Managed.Core.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "AssignTargetPaths" depends on it):
+ 1:7>Done building target "CopyAdditionalFiles" in project "Common.csproj".
+ Target "_GetAppHostPaths" skipped, due to false condition; ('$(UseAppHost)' == 'true' and '$(_IsExecutable)' == 'true') was evaluated as ('' == 'true' and '' == 'true').
+ Target "_GetComHostPaths" skipped, due to false condition; ('$(EnableComHosting)' == 'true' and '$(_IsExecutable)' != 'true') was evaluated as ('' == 'true' and '' != 'true').
+ Target "_GetIjwHostPaths" skipped, due to false condition; ('$(UseIJWHost)' == 'true') was evaluated as ('' == 'true').
+ 1:7>Target "_ComputeNETCoreBuildOutputFiles" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "AssignTargetPaths" depends on it):
+ 1:7>Done building target "_ComputeNETCoreBuildOutputFiles" in project "Common.csproj".
+ 1:7>Target "AssignTargetPaths" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "PrepareResourceNames" depends on it):
+ Using "AssignTargetPath" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Task "AssignTargetPath"
+ Done executing task "AssignTargetPath".
+ Task "AssignTargetPath"
+ Done executing task "AssignTargetPath".
+ Task "AssignTargetPath"
+ Done executing task "AssignTargetPath".
+ Task "AssignTargetPath"
+ Done executing task "AssignTargetPath".
+ Task "AssignTargetPath" skipped, due to false condition; ('@(_DeploymentBaseManifestWithTargetPath)'=='' and '%(None.Extension)'=='.manifest') was evaluated as (''=='' and '.log'=='.manifest').
+ 1:7>Done building target "AssignTargetPaths" in project "Common.csproj".
+ Target "AssignTargetPaths" skipped. Previously built successfully.
+ 1:7>Target "SplitResourcesByCulture" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "PrepareResourceNames" depends on it):
+ Task "Warning" skipped, due to false condition; ('@(ResxWithNoCulture)'!='') was evaluated as (''!='').
+ Task "Warning" skipped, due to false condition; ('@(ResxWithCulture)'!='') was evaluated as (''!='').
+ Task "Warning" skipped, due to false condition; ('@(NonResxWithCulture)'!='') was evaluated as (''!='').
+ Task "Warning" skipped, due to false condition; ('@(NonResxWithNoCulture)'!='') was evaluated as (''!='').
+ Using "AssignCulture" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Task "AssignCulture"
+ Done executing task "AssignCulture".
+ 1:7>Done building target "SplitResourcesByCulture" in project "Common.csproj".
+ Target "CreateManifestResourceNames" skipped, due to false condition; ('@(EmbeddedResource)' != '') was evaluated as ('' != '').
+ 1:7>Target "CreateCustomManifestResourceNames" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "PrepareResourceNames" depends on it):
+ 1:7>Done building target "CreateCustomManifestResourceNames" in project "Common.csproj".
+ 1:7>Target "PrepareResourceNames" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "PrepareResources" depends on it):
+ 1:7>Done building target "PrepareResourceNames" in project "Common.csproj".
+ Target "ResolveAssemblyReferences" skipped. Previously built successfully.
+ Target "SplitResourcesByCulture" skipped. Previously built successfully.
+ 1:7>Target "BeforeResGen" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "ResGen" depends on it):
+ 1:7>Done building target "BeforeResGen" in project "Common.csproj".
+ Target "ResolveReferences" skipped. Previously built successfully.
+ 1:7>Target "FindReferenceAssembliesForReferences" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "CoreResGen" depends on it):
+ 1:7>Done building target "FindReferenceAssembliesForReferences" in project "Common.csproj".
+ 1:7>Target "CoreResGen" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "ResGen" depends on it):
+ Task "GenerateResource" skipped, due to false condition; ('%(EmbeddedResource.Type)' == 'Resx' and '%(EmbeddedResource.GenerateResource)' != 'false' and '$(GenerateResourceMSBuildRuntime)' != 'CLR2') was evaluated as ('' == 'Resx' and '' != 'false' and 'CurrentRuntime' != 'CLR2').
+ Task "GenerateResource" skipped, due to false condition; ('%(EmbeddedResource.Type)' == 'Resx' and '%(EmbeddedResource.GenerateResource)' != 'false' and '$(GenerateResourceMSBuildRuntime)' == 'CLR2') was evaluated as ('' == 'Resx' and '' != 'false' and 'CurrentRuntime' == 'CLR2').
+ 1:7>Done building target "CoreResGen" in project "Common.csproj".
+ 1:7>Target "AfterResGen" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "ResGen" depends on it):
+ 1:7>Done building target "AfterResGen" in project "Common.csproj".
+ 1:7>Target "ResGen" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "PrepareResources" depends on it):
+ 1:7>Done building target "ResGen" in project "Common.csproj".
+ Target "CompileLicxFiles" skipped, due to false condition; ('@(_LicxFile)'!='') was evaluated as (''!='').
+ 1:7>Target "PrepareResources" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "CoreBuild" depends on it):
+ 1:7>Done building target "PrepareResources" in project "Common.csproj".
+ Target "ResolveKeySource" skipped, due to false condition; ($(SignManifests) == 'true' or $(SignAssembly) == 'true') was evaluated as ( == 'true' or false == 'true').
+ Target "ResolveReferences" skipped. Previously built successfully.
+ Target "ResolveKeySource" skipped, due to false condition; ($(SignManifests) == 'true' or $(SignAssembly) == 'true') was evaluated as ( == 'true' or false == 'true').
+ Target "ResolveComReferences" skipped, due to false condition; ('@(COMReference)'!='' or '@(COMFileReference)'!='') was evaluated as (''!='' or ''!='').
+ Target "ResolveNativeReferences" skipped, due to false condition; ('@(NativeReference)'!='') was evaluated as (''!='').
+ Target "_SetExternalWin32ManifestProperties" skipped, due to false condition; ('$(GenerateClickOnceManifests)'=='true' or '@(NativeReference)'!='' or '@(ResolvedIsolatedComModules)'!='') was evaluated as (''=='true' or ''!='' or ''!='').
+ 1:7>Target "_SetEmbeddedWin32ManifestProperties" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "SetWin32ManifestProperties" depends on it):
+ Using "GetFrameworkPath" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Task "GetFrameworkPath"
+ Done executing task "GetFrameworkPath".
+ 1:7>Done building target "_SetEmbeddedWin32ManifestProperties" in project "Common.csproj".
+ 1:7>Target "SetWin32ManifestProperties" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "Compile" depends on it):
+ 1:7>Done building target "SetWin32ManifestProperties" in project "Common.csproj".
+ Target "_SetPreferNativeArm64Win32ManifestProperties" skipped, due to false condition; ( '$(PreferNativeArm64)'=='true' and '$(NoWin32Manifest)'!='true') was evaluated as ( 'false'=='true' and ''!='true').
+ Target "FindReferenceAssembliesForReferences" skipped. Previously built successfully.
+ 1:7>Target "_GenerateCompileInputs" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "Compile" depends on it):
+ Task "Warning" skipped, due to false condition; ('@(ManifestResourceWithNoCulture)'!='' and '%(ManifestResourceWithNoCulture.EmittedForCompatibilityOnly)'=='') was evaluated as (''!='' and ''=='').
+ Task "Warning" skipped, due to false condition; ('@(ManifestNonResxWithNoCultureOnDisk)'!='' and '%(ManifestNonResxWithNoCultureOnDisk.EmittedForCompatibilityOnly)'=='') was evaluated as (''!='' and ''=='').
+ 1:7>Done building target "_GenerateCompileInputs" in project "Common.csproj".
+ Target "PrepareForBuild" skipped. Previously built successfully.
+ 1:7>Target "GenerateMSBuildEditorConfigFileShouldRun" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Roslyn/Microsoft.Managed.Core.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "GenerateMSBuildEditorConfigFile" depends on it):
+ 1:7>Done building target "GenerateMSBuildEditorConfigFileShouldRun" in project "Common.csproj".
+ 1:7>Target "AddGlobalAnalyzerConfigForPackage_MicrosoftCodeAnalysisCSharpCodeStyle" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/codestyle/cs/build/Microsoft.CodeAnalysis.CSharp.CodeStyle.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "GenerateMSBuildEditorConfigFileCore" depends on it):
+ 1:7>Done building target "AddGlobalAnalyzerConfigForPackage_MicrosoftCodeAnalysisCSharpCodeStyle" in project "Common.csproj".
+ 1:7>Target "GenerateMSBuildEditorConfigFileCore" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Roslyn/Microsoft.Managed.Core.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "GenerateMSBuildEditorConfigFile" depends on it):
+ Building target "GenerateMSBuildEditorConfigFileCore" completely.
+ No input files were specified.
+ Using "GenerateMSBuildEditorConfig" task from assembly "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Roslyn/Microsoft.Build.Tasks.CodeAnalysis.dll".
+ Task "GenerateMSBuildEditorConfig"
+ Done executing task "GenerateMSBuildEditorConfig".
+ 1:7>Done building target "GenerateMSBuildEditorConfigFileCore" in project "Common.csproj".
+ 1:7>Target "GenerateMSBuildEditorConfigFile" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Roslyn/Microsoft.Managed.Core.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "BeforeCompile" depends on it):
+ 1:7>Done building target "GenerateMSBuildEditorConfigFile" in project "Common.csproj".
+ Target "PrepareForBuild" skipped. Previously built successfully.
+ Target "GetReferenceAssemblyPaths" skipped. Previously built successfully.
+ 1:7>Target "_SetTargetFrameworkMonikerAttribute" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.CSharp.CurrentVersion.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "GenerateTargetFrameworkMonikerAttribute" depends on it):
+ 1:7>Done building target "_SetTargetFrameworkMonikerAttribute" in project "Common.csproj".
+ 1:7>Target "GenerateTargetFrameworkMonikerAttribute" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "BeforeCompile" depends on it):
+ Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
+ Input files: /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.targets
+ Output files: obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs
+ 1:7>Done building target "GenerateTargetFrameworkMonikerAttribute" in project "Common.csproj".
+ Target "GenerateAdditionalSources" skipped, due to false condition; ('@(AssemblyAttributes)' != '' and '$(GenerateAdditionalSources)' == 'true') was evaluated as ('' != '' and '' == 'true').
+ Target "PrepareForBuild" skipped. Previously built successfully.
+ 1:7>Target "GetAssemblyVersion" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.GenerateAssemblyInfo.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "GetAssemblyAttributes" depends on it):
+ Using "GetAssemblyVersion" task from assembly "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/../tools/net9.0/Microsoft.NET.Build.Tasks.dll".
+ Task "GetAssemblyVersion"
+ Done executing task "GetAssemblyVersion".
+ 1:7>Done building target "GetAssemblyVersion" in project "Common.csproj".
+ Target "GetAssemblyVersion" skipped. Previously built successfully.
+ 1:7>Target "InitializeSourceControlInformationFromSourceControlManager" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.Build.Tasks.Git/build/Microsoft.Build.Tasks.Git.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "_InitializeSourceControlInformationFromSourceControlManager" depends on it):
+ Using "Microsoft.Build.Tasks.Git.LocateRepository" task from assembly "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.Build.Tasks.Git/build/../tools/core/Microsoft.Build.Tasks.Git.dll".
+ Task "Microsoft.Build.Tasks.Git.LocateRepository"
+ SourceLink: Repository instance not found in cache: '*:/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/.git'
+ Done executing task "Microsoft.Build.Tasks.Git.LocateRepository".
+ 1:7>Done building target "InitializeSourceControlInformationFromSourceControlManager" in project "Common.csproj".
+ 1:7>Target "_SourceLinkHasSingleProvider" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.SourceLink.Common/build/InitializeSourceControlInformation.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "_InitializeSourceControlInformationFromSourceControlManager" depends on it):
+ Assembly loaded during TaskRun: Microsoft.SourceLink.Common, Version=9.0.10.46003, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.SourceLink.Common/tools/core/Microsoft.SourceLink.Common.dll, MVID: 96e553cc-cf8f-4ffa-89c6-3d49c513f785, AssemblyLoadContext: MSBuild plugin /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.SourceLink.Common/tools/core/Microsoft.SourceLink.Common.dll)
+ Using "Microsoft.SourceLink.Common.SourceLinkHasSingleProvider" task from assembly "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.SourceLink.Common/build/../tools/core/Microsoft.SourceLink.Common.dll".
+ Task "Microsoft.SourceLink.Common.SourceLinkHasSingleProvider"
+ Done executing task "Microsoft.SourceLink.Common.SourceLinkHasSingleProvider".
+ 1:7>Done building target "_SourceLinkHasSingleProvider" in project "Common.csproj".
+ 1:7>Target "TranslateGitHubUrlsInSourceControlInformation" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.SourceLink.GitHub/build/Microsoft.SourceLink.GitHub.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "_InitializeSourceControlInformationFromSourceControlManager" depends on it):
+ Assembly loaded during TaskRun: Microsoft.SourceLink.GitHub, Version=9.0.10.46003, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.SourceLink.GitHub/tools/core/Microsoft.SourceLink.GitHub.dll, MVID: b51214e1-59b4-4e39-a3a8-51344e9f8dc5, AssemblyLoadContext: MSBuild plugin /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.SourceLink.GitHub/tools/core/Microsoft.SourceLink.GitHub.dll)
+ Using "Microsoft.SourceLink.GitHub.TranslateRepositoryUrls" task from assembly "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.SourceLink.GitHub/build/../tools/core/Microsoft.SourceLink.GitHub.dll".
+ Task "Microsoft.SourceLink.GitHub.TranslateRepositoryUrls"
+ Done executing task "Microsoft.SourceLink.GitHub.TranslateRepositoryUrls".
+ 1:7>Done building target "TranslateGitHubUrlsInSourceControlInformation" in project "Common.csproj".
+ 1:7>Target "TranslateGitLabUrlsInSourceControlInformation" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.SourceLink.GitLab/build/Microsoft.SourceLink.GitLab.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "_InitializeSourceControlInformationFromSourceControlManager" depends on it):
+ Assembly loaded during TaskRun: Microsoft.SourceLink.GitLab, Version=9.0.10.46003, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.SourceLink.GitLab/tools/core/Microsoft.SourceLink.GitLab.dll, MVID: be3e74c9-67e1-49b9-ad02-366a723d7460, AssemblyLoadContext: MSBuild plugin /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.SourceLink.GitLab/tools/core/Microsoft.SourceLink.GitLab.dll)
+ Using "Microsoft.SourceLink.GitLab.TranslateRepositoryUrls" task from assembly "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.SourceLink.GitLab/build/../tools/core/Microsoft.SourceLink.GitLab.dll".
+ Task "Microsoft.SourceLink.GitLab.TranslateRepositoryUrls"
+ Done executing task "Microsoft.SourceLink.GitLab.TranslateRepositoryUrls".
+ 1:7>Done building target "TranslateGitLabUrlsInSourceControlInformation" in project "Common.csproj".
+ 1:7>Target "TranslateAzureReposGitUrlsInSourceControlInformation" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.SourceLink.AzureRepos.Git/build/Microsoft.SourceLink.AzureRepos.Git.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "_InitializeSourceControlInformationFromSourceControlManager" depends on it):
+ Assembly loaded during TaskRun: Microsoft.SourceLink.AzureRepos.Git, Version=9.0.10.46003, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/core/Microsoft.SourceLink.AzureRepos.Git.dll, MVID: 98fed867-10ca-4f09-8111-e0dc1bb65982, AssemblyLoadContext: MSBuild plugin /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/core/Microsoft.SourceLink.AzureRepos.Git.dll)
+ Using "Microsoft.SourceLink.AzureRepos.Git.TranslateRepositoryUrls" task from assembly "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.SourceLink.AzureRepos.Git/build/../tools/core/Microsoft.SourceLink.AzureRepos.Git.dll".
+ Task "Microsoft.SourceLink.AzureRepos.Git.TranslateRepositoryUrls"
+ Done executing task "Microsoft.SourceLink.AzureRepos.Git.TranslateRepositoryUrls".
+ 1:7>Done building target "TranslateAzureReposGitUrlsInSourceControlInformation" in project "Common.csproj".
+ 1:7>Target "TranslateBitbucketGitUrlsInSourceControlInformation" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.SourceLink.Bitbucket.Git/build/Microsoft.SourceLink.Bitbucket.Git.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "_InitializeSourceControlInformationFromSourceControlManager" depends on it):
+ Assembly loaded during TaskRun: Microsoft.SourceLink.Bitbucket.Git, Version=9.0.10.46003, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/core/Microsoft.SourceLink.Bitbucket.Git.dll, MVID: e0cce591-6ba4-4027-b169-eafa21ca830c, AssemblyLoadContext: MSBuild plugin /usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/core/Microsoft.SourceLink.Bitbucket.Git.dll)
+ Using "Microsoft.SourceLink.Bitbucket.Git.TranslateRepositoryUrls" task from assembly "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.SourceLink.Bitbucket.Git/build/../tools/core/Microsoft.SourceLink.Bitbucket.Git.dll".
+ Task "Microsoft.SourceLink.Bitbucket.Git.TranslateRepositoryUrls"
+ Done executing task "Microsoft.SourceLink.Bitbucket.Git.TranslateRepositoryUrls".
+ 1:7>Done building target "TranslateBitbucketGitUrlsInSourceControlInformation" in project "Common.csproj".
+ 1:7>Target "SourceControlManagerPublishTranslatedUrls" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.SourceLink.Common/build/InitializeSourceControlInformation.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "_InitializeSourceControlInformationFromSourceControlManager" depends on it):
+ 1:7>Done building target "SourceControlManagerPublishTranslatedUrls" in project "Common.csproj".
+ 1:7>Target "_InitializeSourceControlInformationFromSourceControlManager" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.SourceLink.Common/build/InitializeSourceControlInformation.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "InitializeSourceControlInformation" depends on it):
+ 1:7>Done building target "_InitializeSourceControlInformationFromSourceControlManager" in project "Common.csproj".
+ 1:7>Target "InitializeSourceControlInformation" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "AddSourceRevisionToInformationalVersion" depends on it):
+ 1:7>Done building target "InitializeSourceControlInformation" in project "Common.csproj".
+ 1:7>Target "AddSourceRevisionToInformationalVersion" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.GenerateAssemblyInfo.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "GetAssemblyAttributes" depends on it):
+ 1:7>Done building target "AddSourceRevisionToInformationalVersion" in project "Common.csproj".
+ Target "_GetUserSecretsAssemblyAttribute" skipped, due to false condition; ( '$(UserSecretsId)' != '' AND '$(GenerateUserSecretsAttribute)' != 'false' AND '$(GeneratedUserSecretsAttributeFile)' == '' ) was evaluated as ( '' != '' AND '' != 'false' AND '' == '' ).
+ 1:7>Target "GetAssemblyAttributes" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.GenerateAssemblyInfo.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "CreateGeneratedAssemblyInfoInputsCacheFile" depends on it):
+ 1:7>Done building target "GetAssemblyAttributes" in project "Common.csproj".
+ 1:7>Target "CreateGeneratedAssemblyInfoInputsCacheFile" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.GenerateAssemblyInfo.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "CoreGenerateAssemblyInfo" depends on it):
+ Using "Hash" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Task "Hash"
+ Done executing task "Hash".
+ Task "WriteLinesToFile"
+ Skipping write to file "obj/Debug/net9.0/Common.AssemblyInfoInputs.cache" because content would not change.
+ Done executing task "WriteLinesToFile".
+ 1:7>Done building target "CreateGeneratedAssemblyInfoInputsCacheFile" in project "Common.csproj".
+ 1:7>Target "CoreGenerateAssemblyInfo" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.GenerateAssemblyInfo.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "GenerateAssemblyInfo" depends on it):
+ Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files.
+ Input files: obj/Debug/net9.0/Common.AssemblyInfoInputs.cache
+ Output files: obj/Debug/net9.0/Common.AssemblyInfo.cs
+ 1:7>Done building target "CoreGenerateAssemblyInfo" in project "Common.csproj".
+ 1:7>Target "GenerateAssemblyInfo" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.GenerateAssemblyInfo.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "BeforeCompile" depends on it):
+ 1:7>Done building target "GenerateAssemblyInfo" in project "Common.csproj".
+ 1:7>Target "BeforeCompile" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "Compile" depends on it):
+ 1:7>Done building target "BeforeCompile" in project "Common.csproj".
+ Target "_TimeStampBeforeCompile" skipped, due to false condition; ('$(RunPostBuildEvent)'=='OnOutputUpdated' or ('$(RegisterForComInterop)'=='true' and '$(OutputType)'=='library')) was evaluated as (''=='OnOutputUpdated' or (''=='true' and 'Library'=='library')).
+ Target "ResolveAssemblyReferences" skipped. Previously built successfully.
+ 1:7>Target "_GenerateCompileDependencyCache" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "Compile" depends on it):
+ Task "Hash"
+ Done executing task "Hash".
+ Task "WriteLinesToFile"
+ Skipping write to file "obj/Debug/net9.0/Common.csproj.CoreCompileInputs.cache" because content would not change.
+ Done executing task "WriteLinesToFile".
+ 1:7>Done building target "_GenerateCompileDependencyCache" in project "Common.csproj".
+ Target "_ComputeNonExistentFileProperty" skipped, due to false condition; (('$(BuildingInsideVisualStudio)' == 'true') and ('$(BuildingOutOfProcess)' != 'true') and (('$(BuildingProject)' == 'false') or ('$(UseHostCompilerIfAvailable)' == 'true'))) was evaluated as (('' == 'true') and ('' != 'true') and (('true' == 'false') or ('true' == 'true'))).
+ Target "ResolveCodeAnalysisRuleSet" skipped, due to false condition; ('$(CodeAnalysisRuleSet)' != '') was evaluated as ('' != '').
+ Target "ShimReferencePathsWhenCommonTargetsDoesNotUnderstandReferenceAssemblies" skipped, due to false condition; ('@(ReferencePathWithRefAssemblies)' == '') was evaluated as ('/home/simon.diesenreiter@dynatrace.org/.nuget/packages/levelinputprovider/0.1.0/lib/net9.0/LevelInputProvider.dll;/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/Microsoft.CSharp.dll;/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/Microsoft.VisualBasic.Core.dll;...' == '').
+ 1:7>Target "_BeforeVBCSCoreCompile" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Roslyn/Microsoft.Managed.Core.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "CoreCompile" depends on it):
+ 1:7>Done building target "_BeforeVBCSCoreCompile" in project "Common.csproj".
+ Target "AdjustDefaultPlatformTargetForNetFrameworkExeWithNoNativeCopyLocalItems" skipped, due to false condition; ('$(_UsingDefaultPlatformTarget)' == 'true' and
+ '$(_UsingDefaultRuntimeIdentifier)' == 'true') was evaluated as ('true' == 'true' and
+ '' == 'true').
+ Target "_DisableDiagnosticTracing" skipped, due to false condition; ('$(DisableDiagnosticTracing)' == 'true') was evaluated as ('' == 'true').
+ Target "GenerateTargetPlatformDefineConstants" skipped, due to false condition; ( '$(DisableImplicitFrameworkDefines)' != 'true' and '$(TargetPlatformIdentifier)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) ) was evaluated as ( '' != 'true' and '' != '' and '.NETCoreApp' == '.NETCoreApp' and True ).
+ 1:7>Target "GenerateNETCompatibleDefineConstants" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "AddImplicitDefineConstants" depends on it):
+ 1:7>Done building target "GenerateNETCompatibleDefineConstants" in project "Common.csproj".
+ Target "GeneratePlatformCompatibleDefineConstants" skipped, due to false condition; ( '$(DisableImplicitFrameworkDefines)' != 'true' and '$(TargetPlatformIdentifier)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0)) ) was evaluated as ( '' != 'true' and '' != '' and '.NETCoreApp' == '.NETCoreApp' and True ).
+ Target "_DisableDiagnosticTracing" skipped, due to false condition; ('$(DisableDiagnosticTracing)' == 'true') was evaluated as ('' == 'true').
+ 1:7>Target "AddImplicitDefineConstants" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "CoreCompile" depends on it):
+ 1:7>Done building target "AddImplicitDefineConstants" in project "Common.csproj".
+ Target "ShimReferencePathsWhenCommonTargetsDoesNotUnderstandReferenceAssemblies" skipped, due to false condition; ('@(ReferencePathWithRefAssemblies)' == '') was evaluated as ('/home/simon.diesenreiter@dynatrace.org/.nuget/packages/levelinputprovider/0.1.0/lib/net9.0/LevelInputProvider.dll;/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/Microsoft.CSharp.dll;/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/Microsoft.VisualBasic.Core.dll;...' == '').
+ 1:7>Target "_ComputeSkipAnalyzers" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Roslyn/Microsoft.Managed.Core.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "CoreCompile" depends on it):
+ Task "ShowMessageForImplicitlySkipAnalyzers" skipped, due to false condition; ('$(_ImplicitlySkipAnalyzers)' == 'true') was evaluated as ('' == 'true').
+ 1:7>Done building target "_ComputeSkipAnalyzers" in project "Common.csproj".
+ Target "_SetPathMapFromSourceRoots" skipped, due to false condition; ('$(DeterministicSourcePaths)' == 'true') was evaluated as ('' == 'true').
+ Target "CreateCompilerGeneratedFilesOutputPath" skipped, due to false condition; ('$(EmitCompilerGeneratedFiles)' == 'true' and !('$(DesignTimeBuild)' == 'true' OR '$(BuildingProject)' != 'true')) was evaluated as ('false' == 'true' and !('' == 'true' OR 'true' != 'true')).
+ Target "_CheckMicrosoftNetSdkCompilersToolsetPackageExists" skipped, due to false condition; ('$(_NeedToDownloadMicrosoftNetSdkCompilersToolsetPackage)' == 'true' and '$(DesignTimeBuild)' != 'true') was evaluated as ('' == 'true' and '' != 'true').
+ Target "BeforeCompile" skipped. Previously built successfully.
+ Target "InitializeSourceControlInformationFromSourceControlManager" skipped. Previously built successfully.
+ 1:7>Target "SetEmbeddedFilesFromSourceControlManagerUntrackedFiles" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.Build.Tasks.Git/build/Microsoft.Build.Tasks.Git.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "_SetEmbeddedFilesFromSourceControlManagerUntrackedFiles" depends on it):
+ Using "Microsoft.Build.Tasks.Git.GetUntrackedFiles" task from assembly "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.Build.Tasks.Git/build/../tools/core/Microsoft.Build.Tasks.Git.dll".
+ Task "Microsoft.Build.Tasks.Git.GetUntrackedFiles"
+ SourceLink: Reusing cached git repository information.
+ Done executing task "Microsoft.Build.Tasks.Git.GetUntrackedFiles".
+ 1:7>Done building target "SetEmbeddedFilesFromSourceControlManagerUntrackedFiles" in project "Common.csproj".
+ 1:7>Target "_SetEmbeddedFilesFromSourceControlManagerUntrackedFiles" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.SourceLink.Common/build/Microsoft.SourceLink.Common.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "CoreCompile" depends on it):
+ 1:7>Done building target "_SetEmbeddedFilesFromSourceControlManagerUntrackedFiles" in project "Common.csproj".
+ Target "InitializeSourceControlInformation" skipped. Previously built successfully.
+ 1:7>Target "_SetSourceLinkFilePath" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.SourceLink.Common/build/Microsoft.SourceLink.Common.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "_GenerateSourceLinkFile" depends on it):
+ 1:7>Done building target "_SetSourceLinkFilePath" in project "Common.csproj".
+ Target "InitializeSourceControlInformation" skipped. Previously built successfully.
+ 1:7>Target "_InitializeSourceRootMappedPathsFromSourceControl" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Roslyn/Microsoft.Managed.Core.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "InitializeSourceRootMappedPaths" depends on it):
+ 1:7>Done building target "_InitializeSourceRootMappedPathsFromSourceControl" in project "Common.csproj".
+ 1:7>Target "InitializeSourceRootMappedPaths" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Roslyn/Microsoft.Managed.Core.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "_InitializeSourceRootMappedPathsOpt" depends on it):
+ Using "Microsoft.CodeAnalysis.BuildTasks.MapSourceRoots" task from assembly "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Roslyn/Microsoft.Build.Tasks.CodeAnalysis.dll".
+ Task "Microsoft.CodeAnalysis.BuildTasks.MapSourceRoots"
+ Done executing task "Microsoft.CodeAnalysis.BuildTasks.MapSourceRoots".
+ 1:7>Done building target "InitializeSourceRootMappedPaths" in project "Common.csproj".
+ 1:7>Target "_InitializeSourceRootMappedPathsOpt" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.SourceLink.Common/build/Microsoft.SourceLink.Common.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "_GenerateSourceLinkFile" depends on it):
+ 1:7>Done building target "_InitializeSourceRootMappedPathsOpt" in project "Common.csproj".
+ 1:7>Target "_InitializeGitHubSourceLinkUrl" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.SourceLink.GitHub/build/Microsoft.SourceLink.GitHub.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "_GenerateSourceLinkFile" depends on it):
+ Building target "_InitializeGitHubSourceLinkUrl" completely.
+ No input files were specified.
+ Using "Microsoft.SourceLink.GitHub.GetSourceLinkUrl" task from assembly "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.SourceLink.GitHub/build/../tools/core/Microsoft.SourceLink.GitHub.dll".
+ Task "Microsoft.SourceLink.GitHub.GetSourceLinkUrl"
+ Done executing task "Microsoft.SourceLink.GitHub.GetSourceLinkUrl".
+ 1:7>Done building target "_InitializeGitHubSourceLinkUrl" in project "Common.csproj".
+ 1:7>Target "_InitializeGitHubSourceLinkUrl" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.SourceLink.GitHub/build/Microsoft.SourceLink.GitHub.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "_GenerateSourceLinkFile" depends on it):
+ Building target "_InitializeGitHubSourceLinkUrl" completely.
+ No input files were specified.
+ Task "Microsoft.SourceLink.GitHub.GetSourceLinkUrl"
+ Done executing task "Microsoft.SourceLink.GitHub.GetSourceLinkUrl".
+ 1:7>Done building target "_InitializeGitHubSourceLinkUrl" in project "Common.csproj".
+ 1:7>Target "_InitializeGitLabSourceLinkUrl" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.SourceLink.GitLab/build/Microsoft.SourceLink.GitLab.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "_GenerateSourceLinkFile" depends on it):
+ Building target "_InitializeGitLabSourceLinkUrl" completely.
+ No input files were specified.
+ Using "Microsoft.SourceLink.GitLab.GetSourceLinkUrl" task from assembly "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.SourceLink.GitLab/build/../tools/core/Microsoft.SourceLink.GitLab.dll".
+ Task "Microsoft.SourceLink.GitLab.GetSourceLinkUrl"
+ Done executing task "Microsoft.SourceLink.GitLab.GetSourceLinkUrl".
+ 1:7>Done building target "_InitializeGitLabSourceLinkUrl" in project "Common.csproj".
+ 1:7>Target "_InitializeGitLabSourceLinkUrl" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.SourceLink.GitLab/build/Microsoft.SourceLink.GitLab.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "_GenerateSourceLinkFile" depends on it):
+ Building target "_InitializeGitLabSourceLinkUrl" completely.
+ No input files were specified.
+ Task "Microsoft.SourceLink.GitLab.GetSourceLinkUrl"
+ Done executing task "Microsoft.SourceLink.GitLab.GetSourceLinkUrl".
+ 1:7>Done building target "_InitializeGitLabSourceLinkUrl" in project "Common.csproj".
+ 1:7>Target "_InitializeAzureReposGitSourceLinkUrl" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.SourceLink.AzureRepos.Git/build/Microsoft.SourceLink.AzureRepos.Git.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "_GenerateSourceLinkFile" depends on it):
+ Building target "_InitializeAzureReposGitSourceLinkUrl" completely.
+ No input files were specified.
+ Using "Microsoft.SourceLink.AzureRepos.Git.GetSourceLinkUrl" task from assembly "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.SourceLink.AzureRepos.Git/build/../tools/core/Microsoft.SourceLink.AzureRepos.Git.dll".
+ Task "Microsoft.SourceLink.AzureRepos.Git.GetSourceLinkUrl"
+ Done executing task "Microsoft.SourceLink.AzureRepos.Git.GetSourceLinkUrl".
+ 1:7>Done building target "_InitializeAzureReposGitSourceLinkUrl" in project "Common.csproj".
+ 1:7>Target "_InitializeAzureReposGitSourceLinkUrl" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.SourceLink.AzureRepos.Git/build/Microsoft.SourceLink.AzureRepos.Git.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "_GenerateSourceLinkFile" depends on it):
+ Building target "_InitializeAzureReposGitSourceLinkUrl" completely.
+ No input files were specified.
+ Task "Microsoft.SourceLink.AzureRepos.Git.GetSourceLinkUrl"
+ Done executing task "Microsoft.SourceLink.AzureRepos.Git.GetSourceLinkUrl".
+ 1:7>Done building target "_InitializeAzureReposGitSourceLinkUrl" in project "Common.csproj".
+ 1:7>Target "_InitializeBitbucketGitSourceLinkUrl" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.SourceLink.Bitbucket.Git/build/Microsoft.SourceLink.Bitbucket.Git.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "_GenerateSourceLinkFile" depends on it):
+ Building target "_InitializeBitbucketGitSourceLinkUrl" completely.
+ No input files were specified.
+ Using "Microsoft.SourceLink.Bitbucket.Git.GetSourceLinkUrl" task from assembly "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.SourceLink.Bitbucket.Git/build/../tools/core/Microsoft.SourceLink.Bitbucket.Git.dll".
+ Task "Microsoft.SourceLink.Bitbucket.Git.GetSourceLinkUrl"
+ Done executing task "Microsoft.SourceLink.Bitbucket.Git.GetSourceLinkUrl".
+ 1:7>Done building target "_InitializeBitbucketGitSourceLinkUrl" in project "Common.csproj".
+ 1:7>Target "_InitializeBitbucketGitSourceLinkUrl" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.SourceLink.Bitbucket.Git/build/Microsoft.SourceLink.Bitbucket.Git.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "_GenerateSourceLinkFile" depends on it):
+ Building target "_InitializeBitbucketGitSourceLinkUrl" completely.
+ No input files were specified.
+ Task "Microsoft.SourceLink.Bitbucket.Git.GetSourceLinkUrl"
+ Done executing task "Microsoft.SourceLink.Bitbucket.Git.GetSourceLinkUrl".
+ 1:7>Done building target "_InitializeBitbucketGitSourceLinkUrl" in project "Common.csproj".
+ 1:7>Target "_GenerateSourceLinkFile" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.SourceLink.Common/build/Microsoft.SourceLink.Common.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "GenerateSourceLinkFile" depends on it):
+ Building target "_GenerateSourceLinkFile" completely.
+ No input files were specified.
+ Using "Microsoft.SourceLink.Common.GenerateSourceLinkFile" task from assembly "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.SourceLink.Common/build/../tools/core/Microsoft.SourceLink.Common.dll".
+ Task "Microsoft.SourceLink.Common.GenerateSourceLinkFile"
+ Source Link is empty, file 'obj/Debug/net9.0/Common.sourcelink.json' does not exist.
+ Done executing task "Microsoft.SourceLink.Common.GenerateSourceLinkFile".
+ 1:7>Done building target "_GenerateSourceLinkFile" in project "Common.csproj".
+ 1:7>Target "GenerateSourceLinkFile" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.SourceLink.Common/build/Microsoft.SourceLink.Common.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "CoreCompile" depends on it):
+ 1:7>Done building target "GenerateSourceLinkFile" in project "Common.csproj".
+ 1:7>Target "AddGlobalAnalyzerConfigForPackage_MicrosoftCodeAnalysisNetAnalyzers" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/analyzers/build/Microsoft.CodeAnalysis.NetAnalyzers.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "CoreCompile" depends on it):
+ 1:7>Done building target "AddGlobalAnalyzerConfigForPackage_MicrosoftCodeAnalysisNetAnalyzers" in project "Common.csproj".
+ Target "AddGlobalAnalyzerConfigForPackage_MicrosoftCodeAnalysisNetAnalyzersDesign" skipped, due to false condition; ('$(SkipGlobalAnalyzerConfigForPackage)' != 'true' and ('$(AnalysisLevelDesign)' != '' or '$(AnalysisModeDesign)' != '')) was evaluated as ('' != 'true' and ('' != '' or '' != '')).
+ Target "AddGlobalAnalyzerConfigForPackage_MicrosoftCodeAnalysisNetAnalyzersDocumentation" skipped, due to false condition; ('$(SkipGlobalAnalyzerConfigForPackage)' != 'true' and ('$(AnalysisLevelDocumentation)' != '' or '$(AnalysisModeDocumentation)' != '')) was evaluated as ('' != 'true' and ('' != '' or '' != '')).
+ Target "AddGlobalAnalyzerConfigForPackage_MicrosoftCodeAnalysisNetAnalyzersGlobalization" skipped, due to false condition; ('$(SkipGlobalAnalyzerConfigForPackage)' != 'true' and ('$(AnalysisLevelGlobalization)' != '' or '$(AnalysisModeGlobalization)' != '')) was evaluated as ('' != 'true' and ('' != '' or '' != '')).
+ Target "AddGlobalAnalyzerConfigForPackage_MicrosoftCodeAnalysisNetAnalyzersInteroperability" skipped, due to false condition; ('$(SkipGlobalAnalyzerConfigForPackage)' != 'true' and ('$(AnalysisLevelInteroperability)' != '' or '$(AnalysisModeInteroperability)' != '')) was evaluated as ('' != 'true' and ('' != '' or '' != '')).
+ Target "AddGlobalAnalyzerConfigForPackage_MicrosoftCodeAnalysisNetAnalyzersMaintainability" skipped, due to false condition; ('$(SkipGlobalAnalyzerConfigForPackage)' != 'true' and ('$(AnalysisLevelMaintainability)' != '' or '$(AnalysisModeMaintainability)' != '')) was evaluated as ('' != 'true' and ('' != '' or '' != '')).
+ Target "AddGlobalAnalyzerConfigForPackage_MicrosoftCodeAnalysisNetAnalyzersNaming" skipped, due to false condition; ('$(SkipGlobalAnalyzerConfigForPackage)' != 'true' and ('$(AnalysisLevelNaming)' != '' or '$(AnalysisModeNaming)' != '')) was evaluated as ('' != 'true' and ('' != '' or '' != '')).
+ Target "AddGlobalAnalyzerConfigForPackage_MicrosoftCodeAnalysisNetAnalyzersPerformance" skipped, due to false condition; ('$(SkipGlobalAnalyzerConfigForPackage)' != 'true' and ('$(AnalysisLevelPerformance)' != '' or '$(AnalysisModePerformance)' != '')) was evaluated as ('' != 'true' and ('' != '' or '' != '')).
+ Target "AddGlobalAnalyzerConfigForPackage_MicrosoftCodeAnalysisNetAnalyzersReliability" skipped, due to false condition; ('$(SkipGlobalAnalyzerConfigForPackage)' != 'true' and ('$(AnalysisLevelReliability)' != '' or '$(AnalysisModeReliability)' != '')) was evaluated as ('' != 'true' and ('' != '' or '' != '')).
+ Target "AddGlobalAnalyzerConfigForPackage_MicrosoftCodeAnalysisNetAnalyzersSecurity" skipped, due to false condition; ('$(SkipGlobalAnalyzerConfigForPackage)' != 'true' and ('$(AnalysisLevelSecurity)' != '' or '$(AnalysisModeSecurity)' != '')) was evaluated as ('' != 'true' and ('' != '' or '' != '')).
+ Target "AddGlobalAnalyzerConfigForPackage_MicrosoftCodeAnalysisNetAnalyzersUsage" skipped, due to false condition; ('$(SkipGlobalAnalyzerConfigForPackage)' != 'true' and ('$(AnalysisLevelUsage)' != '' or '$(AnalysisModeUsage)' != '')) was evaluated as ('' != 'true' and ('' != '' or '' != '')).
+ Target "_CodeAnalysisTreatWarningsAsErrors" skipped, due to false condition; ('$(DesignTimeBuild)' == 'true' OR '$(BuildingProject)' != 'true') was evaluated as ('' == 'true' OR 'true' != 'true').
+ 1:7>Target "CoreCompile" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Roslyn/Microsoft.CSharp.Core.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "Compile" depends on it):
+ Building target "CoreCompile" completely.
+ Output file "obj/Debug/net9.0/Common.dll" does not exist.
+ Using "Csc" task from assembly "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Roslyn/Microsoft.Build.Tasks.CodeAnalysis.dll".
+ Task "Csc"
+ /usr/share/dotnet/dotnet exec "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Roslyn/bincore/csc.dll" /noconfig /unsafe- /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /warn:9 /define:TRACE;DEBUG;NET;NET9_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /nullable:enable /reference:"/home/simon.diesenreiter@dynatrace.org/.nuget/packages/levelinputprovider/0.1.0/lib/net9.0/LevelInputProvider.dll" /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/Microsoft.CSharp.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/Microsoft.VisualBasic.Core.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/Microsoft.VisualBasic.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/Microsoft.Win32.Primitives.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/Microsoft.Win32.Registry.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/mscorlib.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/netstandard.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.AppContext.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Buffers.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Collections.Concurrent.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Collections.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Collections.Immutable.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Collections.NonGeneric.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Collections.Specialized.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.ComponentModel.Annotations.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.ComponentModel.DataAnnotations.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.ComponentModel.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.ComponentModel.EventBasedAsync.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.ComponentModel.Primitives.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.ComponentModel.TypeConverter.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Configuration.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Console.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Core.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Data.Common.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Data.DataSetExtensions.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Data.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Diagnostics.Contracts.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Diagnostics.Debug.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Diagnostics.DiagnosticSource.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Diagnostics.FileVersionInfo.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Diagnostics.Process.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Diagnostics.StackTrace.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Diagnostics.TextWriterTraceListener.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Diagnostics.Tools.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Diagnostics.TraceSource.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Diagnostics.Tracing.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Drawing.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Drawing.Primitives.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Dynamic.Runtime.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Formats.Asn1.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Formats.Tar.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Globalization.Calendars.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Globalization.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Globalization.Extensions.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.IO.Compression.Brotli.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.IO.Compression.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.IO.Compression.FileSystem.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.IO.Compression.ZipFile.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.IO.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.IO.FileSystem.AccessControl.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.IO.FileSystem.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.IO.FileSystem.DriveInfo.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.IO.FileSystem.Primitives.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.IO.FileSystem.Watcher.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.IO.IsolatedStorage.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.IO.MemoryMappedFiles.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.IO.Pipelines.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.IO.Pipes.AccessControl.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.IO.Pipes.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.IO.UnmanagedMemoryStream.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Linq.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Linq.Expressions.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Linq.Parallel.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Linq.Queryable.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Memory.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Net.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Net.Http.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Net.Http.Json.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Net.HttpListener.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Net.Mail.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Net.NameResolution.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Net.NetworkInformation.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Net.Ping.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Net.Primitives.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Net.Quic.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Net.Requests.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Net.Security.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Net.ServicePoint.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Net.Sockets.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Net.WebClient.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Net.WebHeaderCollection.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Net.WebProxy.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Net.WebSockets.Client.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Net.WebSockets.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Numerics.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Numerics.Vectors.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.ObjectModel.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Reflection.DispatchProxy.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Reflection.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Reflection.Emit.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Reflection.Emit.ILGeneration.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Reflection.Emit.Lightweight.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Reflection.Extensions.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Reflection.Metadata.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Reflection.Primitives.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Reflection.TypeExtensions.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Resources.Reader.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Resources.ResourceManager.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Resources.Writer.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Runtime.CompilerServices.Unsafe.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Runtime.CompilerServices.VisualC.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Runtime.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Runtime.Extensions.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Runtime.Handles.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Runtime.InteropServices.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Runtime.InteropServices.JavaScript.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Runtime.InteropServices.RuntimeInformation.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Runtime.Intrinsics.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Runtime.Loader.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Runtime.Numerics.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Runtime.Serialization.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Runtime.Serialization.Formatters.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Runtime.Serialization.Json.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Runtime.Serialization.Primitives.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Runtime.Serialization.Xml.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Security.AccessControl.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Security.Claims.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Security.Cryptography.Algorithms.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Security.Cryptography.Cng.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Security.Cryptography.Csp.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Security.Cryptography.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Security.Cryptography.Encoding.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Security.Cryptography.OpenSsl.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Security.Cryptography.Primitives.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Security.Cryptography.X509Certificates.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Security.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Security.Principal.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Security.Principal.Windows.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Security.SecureString.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.ServiceModel.Web.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.ServiceProcess.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Text.Encoding.CodePages.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Text.Encoding.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Text.Encoding.Extensions.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Text.Encodings.Web.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Text.Json.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Text.RegularExpressions.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Threading.Channels.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Threading.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Threading.Overlapped.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Threading.Tasks.Dataflow.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Threading.Tasks.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Threading.Tasks.Extensions.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Threading.Tasks.Parallel.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Threading.Thread.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Threading.ThreadPool.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Threading.Timer.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Transactions.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Transactions.Local.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.ValueTuple.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Web.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Web.HttpUtility.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Windows.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Xml.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Xml.Linq.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Xml.ReaderWriter.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Xml.Serialization.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Xml.XDocument.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Xml.XmlDocument.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Xml.XmlSerializer.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Xml.XPath.dll /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/System.Xml.XPath.XDocument.dll /reference:"/home/simon.diesenreiter@dynatrace.org/.nuget/packages/textparser/1.0.1/lib/netstandard2.0/TextParser.dll" /reference:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/ref/net9.0/WindowsBase.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj/Debug/net9.0/Common.dll /refout:obj/Debug/net9.0/refint/Common.dll /target:library /warnaserror- /utf8output /deterministic+ /langversion:13.0 /embed:obj/Debug/net9.0/Common.GlobalUsings.g.cs /embed:"obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs" /embed:obj/Debug/net9.0/Common.AssemblyInfo.cs /analyzerconfig:/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/codestyle/cs/build/config/analysislevelstyle_default.globalconfig /analyzerconfig:obj/Debug/net9.0/Common.GeneratedMSBuildEditorConfig.editorconfig /analyzerconfig:/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_9_default.globalconfig /analyzer:/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/../analyzers/Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll /analyzer:/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Sdks/Microsoft.NET.Sdk/targets/../analyzers/Microsoft.CodeAnalysis.NetAnalyzers.dll /analyzer:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/analyzers/dotnet/cs/Microsoft.Interop.ComInterfaceGenerator.dll /analyzer:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/analyzers/dotnet/cs/Microsoft.Interop.JavaScript.JSImportGenerator.dll /analyzer:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/analyzers/dotnet/cs/Microsoft.Interop.LibraryImportGenerator.dll /analyzer:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/analyzers/dotnet/cs/Microsoft.Interop.SourceGeneration.dll /analyzer:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/analyzers/dotnet/cs/System.Text.Json.SourceGeneration.dll /analyzer:/usr/share/dotnet/packs/Microsoft.NETCore.App.Ref/9.0.0-rc.2.24473.5/analyzers/dotnet/cs/System.Text.RegularExpressions.Generator.dll LevelSolverBase.cs obj/Debug/net9.0/Common.GlobalUsings.g.cs "obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs" obj/Debug/net9.0/Common.AssemblyInfo.cs /warnaserror+:NU1605,SYSLIB0011
+ Assembly loaded during TaskRun (Microsoft.CodeAnalysis.BuildTasks.Csc): System.Security.Principal.Windows, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (location: /usr/share/dotnet/shared/Microsoft.NETCore.App/9.0.0-rc.2.24473.5/System.Security.Principal.Windows.dll, MVID: 9dc5e840-38f8-4dd1-aeb0-7ddfded84c39, AssemblyLoadContext: Default)
+ Assembly loaded during TaskRun (Microsoft.CodeAnalysis.BuildTasks.Csc): System.Security.Claims, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (location: /usr/share/dotnet/shared/Microsoft.NETCore.App/9.0.0-rc.2.24473.5/System.Security.Claims.dll, MVID: aa671d55-376c-4aa6-ae87-67ff3a95f770, AssemblyLoadContext: Default)
+ Assembly loaded during TaskRun (Microsoft.CodeAnalysis.BuildTasks.Csc): System.IO.Pipes, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (location: /usr/share/dotnet/shared/Microsoft.NETCore.App/9.0.0-rc.2.24473.5/System.IO.Pipes.dll, MVID: 8d9c41e2-e27f-4807-938f-74908f3663b2, AssemblyLoadContext: Default)
+ Microsoft (R) Visual C# Compiler version 4.12.0-3.24473.3 (5ef52ae3)
+ Copyright (C) Microsoft Corporation. All rights reserved.
+ 1:7>/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/LevelSolverBase.cs(4,7): error CS0246: The type or namespace name 'Parsing' could not be found (are you missing a using directive or an assembly reference?) [/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj]
+ 1:7>/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/LevelSolverBase.cs(5,7): error CS0246: The type or namespace name 'Parsing' could not be found (are you missing a using directive or an assembly reference?) [/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj]
+ 1:7>/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/LevelSolverBase.cs(6,7): error CS0246: The type or namespace name 'Parsing' could not be found (are you missing a using directive or an assembly reference?) [/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj]
+ 1:7>/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/LevelSolverBase.cs(23,54): error CS0246: The type or namespace name 'InputSchemaBuilder' could not be found (are you missing a using directive or an assembly reference?) [/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj]
+ 1:7>/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/LevelSolverBase.cs(23,24): error CS0246: The type or namespace name 'InputSchema' could not be found (are you missing a using directive or an assembly reference?) [/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj]
+ 1:7>/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/LevelSolverBase.cs(25,12): error CS0246: The type or namespace name 'TokenConverter' could not be found (are you missing a using directive or an assembly reference?) [/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj]
+ CompilerServer: server - server processed compilation - Common (net9.0)
+ Done executing task "Csc" -- FAILED.
+ 1:7>Done building target "CoreCompile" in project "Common.csproj" -- FAILED.
+ 1:7>Target "_CheckForCompileOutputs" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "_CleanGetCurrentAndPriorFileWrites" depends on it):
+ 1:7>Done building target "_CheckForCompileOutputs" in project "Common.csproj".
+ Target "_SGenCheckForOutputs" skipped, due to false condition; ('$(_SGenGenerateSerializationAssembliesConfig)' == 'On' or ('@(WebReferenceUrl)'!='' and '$(_SGenGenerateSerializationAssembliesConfig)' == 'Auto')) was evaluated as ('Off' == 'On' or (''!='' and 'Off' == 'Auto')).
+ 1:7>Target "_CleanGetCurrentAndPriorFileWrites" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "_CleanRecordFileWrites" depends on it):
+ Using "ReadLinesFromFile" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Task "ReadLinesFromFile"
+ Done executing task "ReadLinesFromFile".
+ Task "ConvertToAbsolutePath"
+ Done executing task "ConvertToAbsolutePath".
+ Using "FindUnderPath" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
+ Task "FindUnderPath"
+ Comparison path is "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common".
+ Done executing task "FindUnderPath".
+ Task "FindUnderPath"
+ Comparison path is "bin/Debug/net9.0/".
+ Done executing task "FindUnderPath".
+ Task "FindUnderPath"
+ Comparison path is "obj/Debug/net9.0/".
+ Done executing task "FindUnderPath".
+ Task "RemoveDuplicates"
+ Done executing task "RemoveDuplicates".
+ 1:7>Done building target "_CleanGetCurrentAndPriorFileWrites" in project "Common.csproj".
+ 1:7>Target "_CleanRecordFileWrites" in file "/usr/share/dotnet/sdk/9.0.100-rc.2.24474.11/Microsoft.Common.CurrentVersion.targets" from project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (target "CoreBuild" depends on it):
+ Task "RemoveDuplicates"
+ Done executing task "RemoveDuplicates".
+ Task "MakeDir"
+ Done executing task "MakeDir".
+ Task "WriteLinesToFile"
+ Skipping write to file "obj/Debug/net9.0/Common.csproj.FileListAbsolute.txt" because content would not change.
+ Done executing task "WriteLinesToFile".
+ 1:7>Done building target "_CleanRecordFileWrites" in project "Common.csproj".
+ 1:7>Done Building Project "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (default targets) -- FAILED.
+
+Build FAILED.
+
+ "/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj" (default target) (1:7) ->
+ (CoreCompile target) ->
+ /home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/LevelSolverBase.cs(4,7): error CS0246: The type or namespace name 'Parsing' could not be found (are you missing a using directive or an assembly reference?) [/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj]
+ /home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/LevelSolverBase.cs(5,7): error CS0246: The type or namespace name 'Parsing' could not be found (are you missing a using directive or an assembly reference?) [/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj]
+ /home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/LevelSolverBase.cs(6,7): error CS0246: The type or namespace name 'Parsing' could not be found (are you missing a using directive or an assembly reference?) [/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj]
+ /home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/LevelSolverBase.cs(23,54): error CS0246: The type or namespace name 'InputSchemaBuilder' could not be found (are you missing a using directive or an assembly reference?) [/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj]
+ /home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/LevelSolverBase.cs(23,24): error CS0246: The type or namespace name 'InputSchema' could not be found (are you missing a using directive or an assembly reference?) [/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj]
+ /home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/LevelSolverBase.cs(25,12): error CS0246: The type or namespace name 'TokenConverter' could not be found (are you missing a using directive or an assembly reference?) [/home/simon.diesenreiter@dynatrace.org/testdev/advent_of_code_2024/Common/Common.csproj]
+
+ 0 Warning(s)
+ 6 Error(s)
+
+Time Elapsed 00:00:01.04
diff --git a/Level1/Level1.csproj b/Level1/Level1.csproj
new file mode 100644
index 0000000..34709f5
--- /dev/null
+++ b/Level1/Level1.csproj
@@ -0,0 +1,14 @@
+
+
+
+ Exe
+ net9.0
+ enable
+ enable
+
+
+
+
+
+
+
diff --git a/Level1/Level1Solver.cs b/Level1/Level1Solver.cs
new file mode 100644
index 0000000..aebee0b
--- /dev/null
+++ b/Level1/Level1Solver.cs
@@ -0,0 +1,74 @@
+namespace AoC24;
+
+using AoC24.Common;
+using AoCLevelInputProvider;
+using Parsing;
+using Parsing.Schema;
+
+public class Level1Solver : LevelSolverBase
+{
+ public override int LevelNumber
+ {
+ get { return 1; }
+ }
+
+ protected override InputSchemaBuilder DefineInputSchema(InputSchemaBuilder schemaBuilder)
+ {
+ return schemaBuilder
+ .Repeat(2)
+ .Expect(InputType.Integer)
+ .EndRepetition();
+ }
+
+ public override string SolveFirstStar()
+ {
+ var data = this.GetData()
+ .AsListColumns();
+
+ var sortedLeftColumn = data[0];
+ sortedLeftColumn.Sort();
+ var sortedRightColumn = data[1];
+ sortedRightColumn.Sort();
+
+ var sumDifferences = 0;
+
+ for (var i = 0; i < sortedLeftColumn.Count; i++)
+ {
+ sumDifferences += Math.Abs(sortedLeftColumn[i]-sortedRightColumn[i]);
+ }
+
+ return sumDifferences.ToString();
+ }
+
+ public override string SolveSecondStar()
+ {
+ var data = this.GetData()
+ .AsListColumns();
+
+ var uniqueLeftColumn = data[0].Distinct();
+ var rightColumn = data[1];
+
+ Dictionary numInstances = new Dictionary();
+ foreach(var value in uniqueLeftColumn)
+ {
+ numInstances[value] = 0;
+ }
+
+ foreach(var value in rightColumn)
+ {
+ if (numInstances.ContainsKey(value))
+ {
+ numInstances[value] = numInstances[value] + 1;
+ }
+ }
+
+ var sumScore = 0;
+
+ foreach(var key in numInstances.Keys)
+ {
+ sumScore = sumScore + numInstances[key] * key;
+ }
+
+ return sumScore.ToString();
+ }
+}
diff --git a/Level1/Program.cs b/Level1/Program.cs
new file mode 100644
index 0000000..5e39ac2
--- /dev/null
+++ b/Level1/Program.cs
@@ -0,0 +1,24 @@
+// See https://aka.ms/new-console-template for more information
+
+using AoC24;
+
+var levelSolver = new Level1Solver();
+var solution1 = levelSolver.SolveFirstStar();
+var solution2 = levelSolver.SolveSecondStar();
+
+if (!string.IsNullOrEmpty(solution1))
+{
+ Console.WriteLine("Solution for example 1 is: " + solution1);
+}
+else
+{
+ Console.WriteLine("Example 1 has not been solved yet!");
+}
+if (!string.IsNullOrEmpty(solution2))
+{
+ Console.WriteLine("Solution for example 2 is: " + solution2);
+}
+else
+{
+ Console.WriteLine("Example 2 has not been solved yet!");
+}
diff --git a/Level2/DataStreamConstraintVerifier.cs b/Level2/DataStreamConstraintVerifier.cs
new file mode 100644
index 0000000..f36186b
--- /dev/null
+++ b/Level2/DataStreamConstraintVerifier.cs
@@ -0,0 +1,212 @@
+namespace AoC24;
+
+using AoC24.Common;
+using AoCLevelInputProvider;
+using Parsing;
+using Parsing.Schema;
+
+public class DataStreamConstraintVerifier
+{
+ public interface IIntegerDataStreamConstraint
+ {
+ public int Verify(T leftValue, T rightValue);
+ }
+
+ private class DefaultTrendChecker : IIntegerDataStreamConstraint
+ {
+ public int Verify(T leftValue, T rightValue)
+ {
+ return string.Compare(leftValue?.ToString(), rightValue?.ToString()) < 0 ? 1 : -1;
+ }
+ }
+
+ private class DefaultDistanceChecker : IIntegerDataStreamConstraint
+ {
+ public int Verify(T leftValue, T rightValue)
+ {
+ return string.Compare(leftValue?.ToString(), rightValue?.ToString());
+ }
+ }
+
+ private List dataSet = new List();
+ private int distanceLowerLimit = 0;
+ private int distanceUpperLimit = 1;
+ private int faultTolerance = int.MaxValue;
+ private int allowedIgnores = 0;
+ private int numFaults = 0;
+ private bool checkFaults = false;
+
+ private IIntegerDataStreamConstraint trendChecker = new DefaultTrendChecker();
+ private IIntegerDataStreamConstraint distanceChecker = new DefaultDistanceChecker();
+
+ // compute a trend value between two items in the dataset
+ // the same trend has to be returned by all checks for the constraint to pass
+ public DataStreamConstraintVerifier WithTrendChecker(IIntegerDataStreamConstraint trendChecker)
+ {
+ this.trendChecker = trendChecker;
+ return this;
+ }
+
+ public DataStreamConstraintVerifier OnData(List dataSet)
+ {
+ this.dataSet = dataSet;
+ return this;
+ }
+
+ // set number of faults that get ignored until check is considered failed
+ public DataStreamConstraintVerifier WithFaultTolerance(int faultTolerance)
+ {
+ if(this.allowedIgnores > 0)
+ {
+ throw new Exception("Cannot enable fault tolerance along with allowed ignores!");
+ }
+ this.faultTolerance = faultTolerance;
+ this.checkFaults = true;
+ return this;
+ }
+
+ // set number of faults that get ignored until check is considered failed
+ public DataStreamConstraintVerifier WithAllowedIgnores(int allowedIgnores)
+ {
+ if(this.checkFaults)
+ {
+ throw new Exception("Cannot enable allowed ignores along with fault tolerance!");
+ }
+ this.allowedIgnores = allowedIgnores;
+ return this;
+ }
+
+ // set specific limits for the distance checks
+ public DataStreamConstraintVerifier WithDistanceLimits(int lowerLimit, int upperLimit)
+ {
+ this.distanceLowerLimit = lowerLimit;
+ this.distanceUpperLimit = upperLimit;
+ return this;
+ }
+
+ // compute a distance value between two items in the dataset
+ // the distance returned by all checks has to be within distance limits for constraint to pass
+ public DataStreamConstraintVerifier WithDistanceChecker(IIntegerDataStreamConstraint distanceChecker)
+ {
+ this.distanceChecker = distanceChecker;
+ return this;
+ }
+
+ private int TranslateIndex(int index, List indicesToIgnore)
+ {
+ var newIndex = index;
+ foreach(var value in indicesToIgnore)
+ {
+ if(value <= index)
+ {
+ newIndex++;
+ }
+ }
+ return newIndex;
+ }
+
+ private bool VerifyDistance(int remainingAllowedIgnores, List indicesToIgnore)
+ {
+ for(int i = 0; i < (this.dataSet.Count-indicesToIgnore.Count-1); i++)
+ {
+ T comparisonLeft = this.dataSet[TranslateIndex(i,indicesToIgnore)];
+ T comparisonRight = this.dataSet[TranslateIndex(i+1,indicesToIgnore)];
+ int distance = this.distanceChecker.Verify(comparisonLeft, comparisonRight);
+ if(distance < this.distanceLowerLimit || distance > this.distanceUpperLimit)
+ {
+ this.numFaults++;
+ // small optimization:
+ if (!this.checkFaults || this.numFaults > this.faultTolerance)
+ {
+ return false;
+ }
+ }
+ }
+
+ return true;
+ }
+
+ private bool VerifyTrend(int remainingAllowedIgnores, List indicesToIgnore)
+ {
+ T firstComparisonLeft = this.dataSet[TranslateIndex(0,indicesToIgnore)];
+ T firstComparisonRight = this.dataSet[TranslateIndex(1,indicesToIgnore)];
+ int initialTrend = this.trendChecker.Verify(firstComparisonLeft, firstComparisonRight);
+
+
+ for(int i = 0; i < (this.dataSet.Count-indicesToIgnore.Count-1); i++)
+ {
+ T comparisonLeft = this.dataSet[TranslateIndex(i,indicesToIgnore)];
+ T comparisonRight = this.dataSet[TranslateIndex(i+1,indicesToIgnore)];
+ int trend = this.trendChecker.Verify(comparisonLeft, comparisonRight);
+ if(initialTrend != trend)
+ {
+ this.numFaults++;
+ // small optimization:
+ if (!this.checkFaults || this.numFaults > this.faultTolerance)
+ {
+ return false;
+ }
+ }
+ }
+
+ return true;
+ }
+
+ private bool Verify(int remainingAllowedIgnores, List indicesToIgnore)
+ {
+ if(remainingAllowedIgnores > 0)
+ {
+ bool success = this.Verify(0, indicesToIgnore);
+ if (success)
+ {
+ return true;
+ }
+
+ for(int i = 0; i < this.dataSet.Count; i++)
+ {
+ if(indicesToIgnore.Contains(i))
+ {
+ continue;
+ }
+ List newIndicesToIgnore = new List();
+ newIndicesToIgnore.AddRange(indicesToIgnore);
+ newIndicesToIgnore.Add(i);
+ success = this.Verify(remainingAllowedIgnores-1, newIndicesToIgnore);
+ if (success)
+ {
+ return true;
+ }
+ }
+
+ return false;
+ }
+ else
+ {
+ this.numFaults = 0;
+ bool success = true;
+ if(this.distanceChecker != null)
+ {
+ success = this.VerifyDistance(this.allowedIgnores, indicesToIgnore);
+ }
+ if (!success || (this.checkFaults && this.numFaults > this.faultTolerance))
+ {
+ return false;
+ }
+
+ if(this.trendChecker != null)
+ {
+ success = this.VerifyTrend(this.allowedIgnores, indicesToIgnore);
+ }
+ if (this.checkFaults && this.numFaults > this.faultTolerance)
+ {
+ return false;
+ }
+ return success;
+ }
+ }
+
+ public bool Verify()
+ {
+ return this.Verify(this.allowedIgnores, new List());
+ }
+}
diff --git a/Level2/Level2.csproj b/Level2/Level2.csproj
new file mode 100644
index 0000000..34709f5
--- /dev/null
+++ b/Level2/Level2.csproj
@@ -0,0 +1,14 @@
+
+
+
+ Exe
+ net9.0
+ enable
+ enable
+
+
+
+
+
+
+
diff --git a/Level2/Level2Solver.cs b/Level2/Level2Solver.cs
new file mode 100644
index 0000000..8231ca2
--- /dev/null
+++ b/Level2/Level2Solver.cs
@@ -0,0 +1,93 @@
+namespace AoC24;
+
+using AoC24.Common;
+using AoCLevelInputProvider;
+using Parsing;
+using Parsing.Schema;
+
+public class Level2Solver : LevelSolverBase
+{
+ public override int LevelNumber
+ {
+ get { return 2; }
+ }
+
+ protected override InputSchemaBuilder DefineInputSchema(InputSchemaBuilder schemaBuilder)
+ {
+ return schemaBuilder
+ .Repeat()
+ .Expect(InputType.Integer)
+ .EndRepetition();
+ }
+
+ private class MyDistanceChecker : DataStreamConstraintVerifier.IIntegerDataStreamConstraint
+ {
+ public int Verify(int leftValue, int rightValue)
+ {
+ return Math.Abs(leftValue - rightValue);
+ }
+ }
+
+ private class MyTrendChecker : DataStreamConstraintVerifier.IIntegerDataStreamConstraint
+ {
+ public int Verify(int leftValue, int rightValue)
+ {
+ return (leftValue - rightValue) < 0 ? -1 : 1;
+ }
+ }
+
+ public override string SolveFirstStar()
+ {
+ var data = this.GetData()
+ .AsListRows();
+
+ var distanceChecker = new MyDistanceChecker();
+
+ var trendChecker = new MyTrendChecker();
+
+ var verifier = new DataStreamConstraintVerifier()
+ .WithDistanceChecker(distanceChecker)
+ .WithDistanceLimits(1, 3)
+ .WithTrendChecker(trendChecker);
+
+ int numSafeReports = 0;
+
+ foreach(var row in data)
+ {
+ if(verifier.OnData(row).Verify())
+ {
+ numSafeReports++;
+ }
+ }
+
+ return numSafeReports.ToString();
+ }
+
+ public override string SolveSecondStar()
+ {
+ var data = this.GetData()
+ .AsListRows();
+
+ var distanceChecker = new MyDistanceChecker();
+
+ var trendChecker = new MyTrendChecker();
+
+ var verifier = new DataStreamConstraintVerifier()
+ .WithDistanceChecker(distanceChecker)
+ .WithDistanceLimits(1, 3)
+ .WithTrendChecker(trendChecker)
+ .WithAllowedIgnores(1);
+
+ int numSafeReports = 0;
+
+ foreach(var row in data)
+ {
+ if(verifier.OnData(row).Verify())
+ {
+ numSafeReports++;
+ }
+ }
+
+ return numSafeReports.ToString();
+ }
+}
diff --git a/Level2/Program.cs b/Level2/Program.cs
new file mode 100644
index 0000000..d1310f7
--- /dev/null
+++ b/Level2/Program.cs
@@ -0,0 +1,24 @@
+// See https://aka.ms/new-console-template for more information
+
+using AoC24;
+
+var levelSolver = new Level2Solver();
+var solution1 = levelSolver.SolveFirstStar();
+var solution2 = levelSolver.SolveSecondStar();
+
+if (!string.IsNullOrEmpty(solution1))
+{
+ Console.WriteLine("Solution for example 1 is: " + solution1);
+}
+else
+{
+ Console.WriteLine("Example 1 has not been solved yet!");
+}
+if (!string.IsNullOrEmpty(solution2))
+{
+ Console.WriteLine("Solution for example 2 is: " + solution2);
+}
+else
+{
+ Console.WriteLine("Example 2 has not been solved yet!");
+}
diff --git a/LevelTemplate/LevelX.csproj b/LevelTemplate/LevelX.csproj
new file mode 100644
index 0000000..34709f5
--- /dev/null
+++ b/LevelTemplate/LevelX.csproj
@@ -0,0 +1,14 @@
+
+
+
+ Exe
+ net9.0
+ enable
+ enable
+
+
+
+
+
+
+
diff --git a/LevelTemplate/LevelXSolver.cs b/LevelTemplate/LevelXSolver.cs
new file mode 100644
index 0000000..66f96ac
--- /dev/null
+++ b/LevelTemplate/LevelXSolver.cs
@@ -0,0 +1,43 @@
+namespace AoC24;
+
+using AoC24.Common;
+using AoCLevelInputProvider;
+using Parsing;
+using Parsing.Schema;
+
+public class LevelXSolver : LevelSolverBase
+{
+ public override int LevelNumber
+ {
+ // TODO: update level number, csproj file and rename class!
+ get { return 1; }
+ }
+
+ protected override InputSchemaBuilder DefineInputSchema(InputSchemaBuilder schemaBuilder)
+ {
+ return schemaBuilder
+ .Repeat()
+ .Expect(InputType.Integer)
+ .EndRepetition();
+ }
+
+ public override string SolveFirstStar()
+ {
+ var data = this.GetData()
+ .AsListRows();
+
+ // TODO: implement
+
+ return string.Empty;
+ }
+
+ public override string SolveSecondStar()
+ {
+ var data = this.GetData()
+ .AsListRows();
+
+ // TODO: implement
+
+ return string.Empty;
+ }
+}
diff --git a/LevelTemplate/Program.cs b/LevelTemplate/Program.cs
new file mode 100644
index 0000000..04ff1d6
--- /dev/null
+++ b/LevelTemplate/Program.cs
@@ -0,0 +1,24 @@
+// See https://aka.ms/new-console-template for more information
+
+using AoC24;
+
+var levelSolver = new LevelXSolver();
+var solution1 = levelSolver.SolveFirstStar();
+var solution2 = levelSolver.SolveSecondStar();
+
+if (!string.IsNullOrEmpty(solution1))
+{
+ Console.WriteLine("Solution for example 1 is: " + solution1);
+}
+else
+{
+ Console.WriteLine("Example 1 has not been solved yet!");
+}
+if (!string.IsNullOrEmpty(solution2))
+{
+ Console.WriteLine("Solution for example 2 is: " + solution2);
+}
+else
+{
+ Console.WriteLine("Example 2 has not been solved yet!");
+}
diff --git a/nuget.config b/nuget.config
new file mode 100644
index 0000000..5f2a1d6
--- /dev/null
+++ b/nuget.config
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+