stryker-mutator / stryker-net

Mutation testing for .NET core and .NET framework!
https://stryker-mutator.io
Apache License 2.0
1.75k stars 176 forks source link

BuildAnalyzer fails to analyze project in net472 #2038

Closed rob-mur closed 1 week ago

rob-mur commented 2 years ago

Describe the bug Stryker fails to analyze my net472 project, with no logs being provided. Note that a catch has been provided for this here, but this doesn't provide any useful information.

Logs AnalyzerManager doesn't provide any logs for this situation as far as I can tell.

Expected behavior Stryker recognises the unit test project and manages to start.

Desktop (please complete the following information):

Additional context My project structure is as follows:

The slightly odd directory tree setup is a quirk of the Godot game engine, which puts the .sln and .csproj files in the same directory. My project can be found in the following repository.

Christian-Oleson commented 2 years ago

Describe the bug Stryker fails to analyze my net472 project, with no logs being provided. Note that a catch has been provided for this here, but this doesn't provide any useful information.

Logs AnalyzerManager doesn't provide any logs for this situation as far as I can tell.

Expected behavior Stryker recognises the unit test project and manages to start.

Desktop (please complete the following information):

  • OS: Windows
  • Type of project: Framework
  • Framework Version: net472
  • Stryker Version: 1.5.3 (latest)

Additional context My project structure is as follows:

  • Core (this is the project I'd like to mutate)
  • Infrastructure (this directory contains my solution file)
  • Test (this project contains my tests)

The slightly odd directory tree setup is a quirk of the Godot game engine, which puts the .sln and .csproj files in the same directory. My project can be found in the following repository.

I went through a similar thing, obviously, since I wrote up the issue I was having. I'm thinking we need to take a look at Buildalyzer to find the issue there. Have you tried verbose logging for more information? Can you provide the logs in general of what occurs?

rob-mur commented 2 years ago

Below is a dump of the verbose logs. I personally can't see much in them, but let me know if you can.


"C:\Program Files\JetBrains\JetBrains Rider 2021.3.2\plugins\dpa\DotFiles\JetBrains.DPA.Runner.exe" --handle=8920 --backend-pid=10192 --detach-event-name=dpa.detach.8920 C:/repos/stryker-net/src/Stryker.CLI/Stryker.CLI/bin/Debug/net5.0/Stryker.CLI.exe

   _____ _              _               _   _ ______ _______  
  / ____| |            | |             | \ | |  ____|__   __| 
 | (___ | |_ _ __ _   _| | _____ _ __  |  \| | |__     | |    
  \___ \| __| '__| | | | |/ / _ \ '__| | . ` |  __|    | |    
  ____) | |_| |  | |_| |   <  __/ |    | |\  | |____   | |    
 |_____/ \__|_|   \__, |_|\_\___|_| (_)|_| \_|______|  |_|    
                   __/ |                                      
                  |___/                                       

[15:54:54 INF] Logging enabled at level Trace
Version: 1.5.3

[15:54:55 VRB]   CACHE https://api.nuget.org/v3/registration5-gz-semver2/dotnet-stryker/index.json
[15:54:55 VRB]   CACHE https://api.nuget.org/v3/registration5-gz-semver2/dotnet-stryker/index.json
[15:54:55 DBG] Stryker started with options: {"MsBuildPath": null, "DevMode": false, "BasePath": "C:\\repos\\UCDD\\Test\\Unit\\UCDD.Test.Unit", "OutputPath": "C:\\repos\\UCDD\\Test\\Unit\\UCDD.Test.Unit\\StrykerOutput\\2022-05-11.15-54-54", "ReportFileName": "mutation-report", "SolutionPath": "../../../Infrastr
ucture/Engine/UCDD.Infrastructure.Engine.sln", "TargetFramework": null, "LogOptions": {"LogToFile": false, "LogLevel": "Verbose", "$type": "LogOptions"}, "MutationLevel": "Standard", "Thresholds": {"High": 80, "Low": 60, "Break": 0, "$type": "Thresholds"}, "AdditionalTimeout": 5000, "LanguageVersion": "Default"
, "Concurrency": 8, "ProjectUnderTestName": "UCDD.Core.csproj", "TestProjects": [], "TestCaseFilter": "", "WithBaseline": false, "Reporters": ["Progress", "Html"], "BaselineProvider": "Disk", "AzureFileStorageUrl": "", "AzureFileStorageSas": "", "DashboardUrl": "https://dashboard.stryker-mutator.io", "Dashboard
ApiKey": null, "Since": false, "SinceTarget": "master", "DiffIgnoreChanges": [], "FallbackVersion": "master", "ModuleName": "", "ReportTypeToOpen": null, "Mutate": [{"Glob": {"Tokens": [{"TrailingPathSeparator": {"Value": "\\", "$type": "PathSeparatorToken"}, "LeadingPathSeparator": null, "$type": "WildcardDire
ctoryToken"}, {"$type": "WildcardToken"}], "$type": "Glob"}, "IsExclude": false, "TextSpans": [{"Start": 0, "End": 2147483647, "Length": 2147483647, "IsEmpty": false, "$type": "TextSpan"}], "$type": "FilePattern"}], "IgnoredMethods": [], "ExcludedMutations": [], "ExcludedLinqExpressions": [], "OptimizationMode"
: "CoverageBasedTest", "ProjectName": "", "ProjectVersion": "", "$type": "StrykerOptions"}
[15:54:55 INF] Identifying project to mutate.
[15:54:55 VRB] Scanned the directory C:\repos\UCDD\Test\Unit\UCDD.Test.Unit for *.csproj files: found ["C:\\repos\\UCDD\\Test\\Unit\\UCDD.Test.Unit\\UCDD.Test.Unit.csproj"]
[15:54:55 VRB] Found project file C:\repos\UCDD\Test\Unit\UCDD.Test.Unit\UCDD.Test.Unit.csproj in path C:\repos\UCDD\Test\Unit\UCDD.Test.Unit
[15:54:55 DBG] Using C:\repos\UCDD\Test\Unit\UCDD.Test.Unit\UCDD.Test.Unit.csproj as test project
[15:54:55 DBG] Analyzing solution file ../../../Infrastructure/Engine/UCDD.Infrastructure.Engine.sln
[15:54:55 DBG] Analyzing project file C:\repos\UCDD\Test\Unit\UCDD.Test.Unit\UCDD.Test.Unit.csproj
[15:54:56 VRB] **** Buildalyzer result ****
[15:54:56 VRB] Project: C:\repos\UCDD\Test\Unit\UCDD.Test.Unit\UCDD.Test.Unit.csproj
[15:54:56 VRB] TargetFramework: net6.0
[15:54:56 VRB] Property MSBuildToolsVersion=Current
[15:54:56 VRB] Property MSBuildToolsPath=C:\Program Files\dotnet\sdk\6.0.101
[15:54:56 VRB] Property MSBuildBinPath=C:\Program Files\dotnet\sdk\6.0.101
[15:54:56 VRB] Property MSBuildStartupDirectory=C:\repos\UCDD\Test\Unit\UCDD.Test.Unit
[15:54:56 VRB] Property MSBuildNodeCount=1
[15:54:56 VRB] Property MSBuildProgramFiles32=C:\Program Files (x86)
[15:54:56 VRB] Property MSBuildAssemblyVersion=17.0
[15:54:56 VRB] Property MSBuildVersion=17.0.0
[15:54:56 VRB] Property MSBuildFileVersion=17.0.0.52104
[15:54:56 VRB] Property MSBuildSemanticVersion=17.0.0+c9eb9dd64
[15:54:56 VRB] Property MSBuildDisableFeaturesFromVersion=999.999
[15:54:56 VRB] Property MSBuildRuntimeType=Core
[15:54:56 VRB] Property MSBuildProjectFile=UCDD.Test.Unit.csproj
[15:54:56 VRB] Property MSBuildProjectName=UCDD.Test.Unit
[15:54:56 VRB] Property MSBuildProjectExtension=.csproj
[15:54:56 VRB] Property MSBuildProjectFullPath=C:\repos\UCDD\Test\Unit\UCDD.Test.Unit\UCDD.Test.Unit.csproj
[15:54:56 VRB] Property MSBuildProjectDirectory=C:\repos\UCDD\Test\Unit\UCDD.Test.Unit
[15:54:56 VRB] Property MSBuildProjectDirectoryNoRoot=repos\UCDD\Test\Unit\UCDD.Test.Unit
[15:54:56 VRB] Property MSBuildExtensionsPath32=C:\Program Files\dotnet\sdk\6.0.101
[15:54:56 VRB] Property MSBuildExtensionsPath64=C:\Program Files\dotnet\sdk\6.0.101
[15:54:56 VRB] Property MSBuildExtensionsPath=C:\Program Files\dotnet\sdk\6.0.101\
[15:54:56 VRB] Property LOCALAPPDATA=C:\Users\rober\AppData\Local
[15:54:56 VRB] Property MSBuildUserExtensionsPath=C:\Users\rober\AppData\Local\Microsoft\MSBuild
[15:54:56 VRB] Property ALLUSERSPROFILE=C:\ProgramData
[15:54:56 VRB] Property APPDATA=C:\Users\rober\AppData\Roaming
[15:54:56 VRB] Property CLion=C:\Program Files\JetBrains\CLion 2021.3.2\bin;
[15:54:56 VRB] Property CommonProgramFiles=C:\Program Files\Common Files
[15:54:56 VRB] Property CommonProgramW6432=C:\Program Files\Common Files
[15:54:56 VRB] Property COMPUTERNAME=ROB
[15:54:56 VRB] Property ComSpec=C:\Windows\system32\cmd.exe
[15:54:56 VRB] Property COREHOST_TRACE=0
[15:54:56 VRB] Property CUDA_PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.2
[15:54:56 VRB] Property CUDA_PATH_V11_2=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.2
[15:54:56 VRB] Property DataGrip=C:\Program Files\JetBrains\DataGrip 2021.3.4\bin;
[15:54:56 VRB] Property DOTNET_HOST_PATH=C:\Program Files\dotnet\dotnet.exe
[15:54:56 VRB] Property DOTNET_ROOT=C:\Program Files\dotnet
[15:54:56 VRB] Property DriverData=C:\Windows\System32\Drivers\DriverData
[15:54:56 VRB] Property HOMEDRIVE=C:
[15:54:56 VRB] Property HOMEPATH=\Users\rober
[15:54:56 VRB] Property IDEA_INITIAL_DIRECTORY=C:\Program Files\JetBrains\JetBrains Rider 2021.3.2\bin
[15:54:56 VRB] Property LOGONSERVER=\\ROB
[15:54:56 VRB] Property MSBuildLoadMicrosoftTargetsReadOnly=true
[15:54:56 VRB] Property MSBuildSDKsPath=C:\Program Files\dotnet\sdk\6.0.101\Sdks
[15:54:56 VRB] Property NUMBER_OF_PROCESSORS=16
[15:54:56 VRB] Property NVCUDASAMPLES11_2_ROOT=C:\ProgramData\NVIDIA Corporation\CUDA Samples\v11.2
[15:54:56 VRB] Property NVCUDASAMPLES_ROOT=C:\ProgramData\NVIDIA Corporation\CUDA Samples\v11.2
[15:54:56 VRB] Property NVTOOLSEXT_PATH=C:\Program Files\NVIDIA Corporation\NvToolsExt\
[15:54:56 VRB] Property OneDrive=C:\Users\rober\OneDrive
[15:54:56 VRB] Property OneDriveConsumer=C:\Users\rober\OneDrive
[15:54:56 VRB] Property OS=Windows_NT
[15:54:56 VRB] Property Path=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.2\bin;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.2\libnvvp;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\NVIDIA Corp
oration\NVIDIA NvDLISR;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\Git\cmd;C:\Program Files\dotnet\;C:\Program Files\Docker\Docker\resources\bin;C:\ProgramData\DockerDesktop\version-bin;C:\Program Files\Amazon\AWSCLIV2\;C:\Program Files\NVIDIA Corporation\Nsight Compute 2020.3.0\;C:\
Program Files\GitHub CLI\;C:\Users\rober\AppData\Local\Programs\Python\Python38\Scripts\;C:\Users\rober\AppData\Local\Programs\Python\Python38\;C:\Users\rober\AppData\Local\Programs\Python\Python39\Scripts\;C:\Users\rober\AppData\Local\Programs\Python\Python39\;C:\Users\rober\.cargo\bin;C:\Users\rober\AppData\L
ocal\Microsoft\WindowsApps;C:\Program Files\JetBrains\CLion 2021.3.2\bin;;C:\Program Files\LLVM\bin;C:\Users\rober\.dotnet\tools;C:\Program Files\JetBrains\PyCharm 2021.3.3\bin;;C:\Program Files\JetBrains\DataGrip 2021.3.4\bin;;C:\Program Files (x86)\cuDNN\cuda\bin;C:\Users\rober\AppData\Local\Google\Cloud SDK\
google-cloud-sdk\bin;C:\Tools;
[15:54:56 VRB] Property PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
[15:54:56 VRB] Property PROCESSOR_ARCHITECTURE=AMD64
[15:54:56 VRB] Property PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 151 Stepping 2, GenuineIntel
[15:54:56 VRB] Property PROCESSOR_LEVEL=6
[15:54:56 VRB] Property PROCESSOR_REVISION=9702
[15:54:56 VRB] Property ProgramData=C:\ProgramData
[15:54:56 VRB] Property ProgramFiles=C:\Program Files
[15:54:56 VRB] Property ProgramW6432=C:\Program Files
[15:54:56 VRB] Property PSModulePath=C:\Users\rober\Documents\WindowsPowerShell\Modules;C:\Users\rober\AppData\Local\Google\Cloud SDK\google-cloud-sdk\platform\PowerShell
[15:54:56 VRB] Property PUBLIC=C:\Users\Public
[15:54:56 VRB] Property PyCharm=C:\Program Files\JetBrains\PyCharm 2021.3.3\bin;
[15:54:56 VRB] Property SESSIONNAME=Console
[15:54:56 VRB] Property SystemDrive=C:
[15:54:56 VRB] Property SystemRoot=C:\Windows
[15:54:56 VRB] Property TEMP=C:\Users\rober\AppData\Local\Temp
[15:54:56 VRB] Property TMP=C:\Users\rober\AppData\Local\Temp
[15:54:56 VRB] Property USERDOMAIN=ROB
[15:54:56 VRB] Property USERDOMAIN_ROAMINGPROFILE=ROB
[15:54:56 VRB] Property USERNAME=rober
[15:54:56 VRB] Property USERPROFILE=C:\Users\rober
[15:54:56 VRB] Property windir=C:\Windows
[15:54:56 VRB] Property ZES_ENABLE_SYSMAN=1
[15:54:56 VRB] Property RoslynTargetsPath=C:\Program Files\dotnet\sdk\6.0.101\Roslyn
[15:54:56 VRB] Property VisualStudioVersion=17.0
[15:54:56 VRB] Property ProvideCommandLineArgs=true
[15:54:56 VRB] Property GenerateResourceMSBuildArchitecture=CurrentArchitecture
[15:54:56 VRB] Property DesignTimeBuild=true
[15:54:56 VRB] Property BuildingProject=false
[15:54:56 VRB] Property BuildProjectReferences=false
[15:54:56 VRB] Property SkipCompilerExecution=true
[15:54:56 VRB] Property DisableRarCache=true
[15:54:56 VRB] Property AutoGenerateBindingRedirects=false
[15:54:56 VRB] Property CopyBuildOutputToOutputDirectory=false
[15:54:56 VRB] Property CopyOutputSymbolsToOutputDirectory=false
[15:54:56 VRB] Property CopyDocumentationFileToOutputDirectory=false
[15:54:56 VRB] Property ComputeNETCoreBuildOutputFiles=false
[15:54:56 VRB] Property SkipCopyBuildProduct=true
[15:54:56 VRB] Property AddModules=false
[15:54:56 VRB] Property UseCommonOutputDirectory=true
[15:54:56 VRB] Property GeneratePackageOnBuild=false
[15:54:56 VRB] Property NonExistentFile=__NonExistentSubDir__\__NonExistentFile__
[15:54:56 VRB] Property SolutionDir=C:\repos\UCDD\Infrastructure\Engine\
[15:54:56 VRB] Property MSBuildRestoreSessionId=02a21f23-ed7f-4a42-985f-1b6324050b00
[15:54:56 VRB] Property UsingMicrosoftNETSdk=true
[15:54:56 VRB] Property UsingNETSdkDefaults=true
[15:54:56 VRB] Property ImportByWildcardBeforeMicrosoftCommonProps=true
[15:54:56 VRB] Property ImportByWildcardAfterMicrosoftCommonProps=true
[15:54:56 VRB] Property ImportUserLocationsByWildcardBeforeMicrosoftCommonProps=true
[15:54:56 VRB] Property ImportUserLocationsByWildcardAfterMicrosoftCommonProps=true
[15:54:56 VRB] Property ImportDirectoryBuildProps=true
[15:54:56 VRB] Property _DirectoryBuildPropsFile=Directory.Build.props
[15:54:56 VRB] Property _DirectoryBuildPropsBasePath=
[15:54:56 VRB] Property BaseIntermediateOutputPath=obj\
[15:54:56 VRB] Property _InitialBaseIntermediateOutputPath=obj\
[15:54:56 VRB] Property MSBuildProjectExtensionsPath=C:\repos\UCDD\Test\Unit\UCDD.Test.Unit\obj\
[15:54:56 VRB] Property ImportProjectExtensionProps=true
[15:54:56 VRB] Property _InitialMSBuildProjectExtensionsPath=C:\repos\UCDD\Test\Unit\UCDD.Test.Unit\obj\
[15:54:56 VRB] Property RestoreSuccess=True
[15:54:56 VRB] Property RestoreTool=NuGet
[15:54:56 VRB] Property ProjectAssetsFile=C:\repos\UCDD\Test\Unit\UCDD.Test.Unit\obj\project.assets.json
[15:54:56 VRB] Property NuGetPackageRoot=C:\Users\rober\.nuget\packages\
[15:54:56 VRB] Property NuGetPackageFolders=C:\Users\rober\.nuget\packages\
[15:54:56 VRB] Property NuGetProjectStyle=PackageReference
[15:54:56 VRB] Property NuGetToolVersion=6.0.0
[15:54:56 VRB] Property TraceDataCollectorDirectoryPath=C:\Users\rober\.nuget\packages\microsoft.codecoverage\16.11.0\build\netstandard1.0\
[15:54:56 VRB] Property TestProject=true
[15:54:56 VRB] Property IsTestProject=true
[15:54:56 VRB] Property PkgNewtonsoft_Json=C:\Users\rober\.nuget\packages\newtonsoft.json\9.0.1
[15:54:56 VRB] Property CustomBeforeMicrosoftCommonProps=C:\Program Files\dotnet\sdk\6.0.101\\vCurrent\Custom.Before.Microsoft.Common.props
[15:54:56 VRB] Property CustomAfterMicrosoftCommonProps=C:\Program Files\dotnet\sdk\6.0.101\\vCurrent\Custom.After.Microsoft.Common.props
[15:54:56 VRB] Property MicrosoftCommonPropsHasBeenImported=true
[15:54:56 VRB] Property WMSJSProject=WJProject
[15:54:56 VRB] Property WMSJSProjectDirectory=JavaScript
[15:54:56 VRB] Property MSBuildUseVisualStudioDirectoryLayout=False
[15:54:56 VRB] Property NuGetPropsFile=C:\Program Files\dotnet\sdk\6.0.101\NuGet.props
[15:54:56 VRB] Property ImportDirectoryPackagesProps=true
[15:54:56 VRB] Property _DirectoryPackagesPropsFile=Directory.Packages.props
[15:54:56 VRB] Property _DirectoryPackagesPropsBasePath=
[15:54:56 VRB] Property DisableLogTaskParameter_ConvertToAbsolutePath_Path=true
[15:54:56 VRB] Property DisableLogTaskParameter_FindUnderPath_OutOfPath=true
[15:54:56 VRB] Property DisableLogTaskParameter_RemoveDuplicates_Inputs=true
[15:54:56 VRB] Property DisableLogTaskParameterItemMetadata_ConvertToAbsolutePath_AbsolutePaths=true
[15:54:56 VRB] Property DisableLogTaskParameterItemMetadata_Copy_CopiedFiles=true
[15:54:56 VRB] Property DisableLogTaskParameterItemMetadata_Copy_DestinationFiles=true
[15:54:56 VRB] Property DisableLogTaskParameterItemMetadata_Copy_SourceFiles=true
[15:54:56 VRB] Property DisableLogTaskParameterItemMetadata_FindUnderPath_Files=true
[15:54:56 VRB] Property DisableLogTaskParameterItemMetadata_FindUnderPath_InPath=true
[15:54:56 VRB] Property DisableLogTaskParameterItemMetadata_GenerateResource_FilesWritten=true
[15:54:56 VRB] Property DisableLogTaskParameterItemMetadata_Hash_ItemsToHash=true
[15:54:56 VRB] Property DisableLogTaskParameterItemMetadata_RemoveDuplicates_Filtered=true
[15:54:56 VRB] Property DisableLogTaskParameterItemMetadata_WriteLinesToFile_Lines=true
[15:54:56 VRB] Property DisableHandlePackageFileConflicts=true
[15:54:56 VRB] Property Configurations=Debug;Release
[15:54:56 VRB] Property Platforms=AnyCPU
[15:54:56 VRB] Property Configuration=Debug
[15:54:56 VRB] Property Platform=AnyCPU
[15:54:56 VRB] Property OutputType=Exe
[15:54:56 VRB] Property FileAlignment=512
[15:54:56 VRB] Property ErrorReport=prompt
[15:54:56 VRB] Property AssemblyName=UCDD.Test.Unit
[15:54:56 VRB] Property RootNamespace=UCDD.Test.Unit
[15:54:56 VRB] Property Deterministic=true
[15:54:56 VRB] Property DebugSymbols=true
[15:54:56 VRB] Property Optimize=false
[15:54:56 VRB] Property _PlatformWithoutConfigurationInference=AnyCPU
[15:54:56 VRB] Property DebugType=portable
[15:54:56 VRB] Property ResolveNuGetPackages=false
[15:54:56 VRB] Property SkipImportNuGetProps=true
[15:54:56 VRB] Property SkipImportNuGetBuildTargets=true
[15:54:56 VRB] Property RestoreProjectStyle=PackageReference
[15:54:56 VRB] Property AssemblySearchPaths={CandidateAssemblyFiles};{HintPathFromItem};{TargetFrameworkDirectory};{RawFileName}
[15:54:56 VRB] Property DesignTimeAssemblySearchPaths={CandidateAssemblyFiles};{HintPathFromItem};{TargetFrameworkDirectory};{RawFileName}
[15:54:56 VRB] Property AllowUnsafeBlocks=false
[15:54:56 VRB] Property TreatWarningsAsErrors=false
[15:54:56 VRB] Property Prefer32Bit=false
[15:54:56 VRB] Property SignAssembly=false
[15:54:56 VRB] Property DelaySign=
[15:54:56 VRB] Property PackageRequireLicenseAcceptance=false
[15:54:56 VRB] Property CheckForOverflowUnderflow=false
[15:54:56 VRB] Property AutomaticallyUseReferenceAssemblyPackages=true
[15:54:56 VRB] Property MicrosoftNETFrameworkReferenceAssembliesLatestPackageVersion=1.0.2
[15:54:56 VRB] Property CopyConflictingTransitiveContent=false
[15:54:56 VRB] Property MSBuildCopyContentTransitively=true
[15:54:56 VRB] Property ResolveAssemblyReferenceOutputUnresolvedAssemblyConflicts=true
[15:54:56 VRB] Property ToolDepsJsonGeneratorProject=C:\Program Files\dotnet\sdk\6.0.101\Sdks\Microsoft.NET.Sdk\targets\GenerateDeps\GenerateDeps.proj
[15:54:56 VRB] Property NETCoreSdkBundledVersionsProps=C:\Program Files\dotnet\sdk\6.0.101\Sdks\Microsoft.NET.Sdk\targets\..\..\..\Microsoft.NETCoreSdk.BundledVersions.props
[15:54:56 VRB] Property NetCoreRoot=C:\Program Files\dotnet\
[15:54:56 VRB] Property NetCoreTargetingPackRoot=C:\Program Files\dotnet\packs
[15:54:56 VRB] Property NETCoreAppMaximumVersion=6.0
[15:54:56 VRB] Property BundledNETCoreAppTargetFrameworkVersion=6.0
[15:54:56 VRB] Property BundledNETCoreAppPackageVersion=6.0.1
[15:54:56 VRB] Property BundledNETStandardTargetFrameworkVersion=2.1
[15:54:56 VRB] Property BundledNETStandardPackageVersion=2.1.0
[15:54:56 VRB] Property BundledNETCorePlatformsPackageVersion=6.0.1
[15:54:56 VRB] Property BundledRuntimeIdentifierGraphFile=C:\Program Files\dotnet\sdk\6.0.101\RuntimeIdentifierGraph.json
[15:54:56 VRB] Property NETCoreSdkVersion=6.0.101
[15:54:56 VRB] Property NETCoreSdkRuntimeIdentifier=win-x64
[15:54:56 VRB] Property NETCoreSdkPortableRuntimeIdentifier=win-x64
[15:54:56 VRB] Property _NETCoreSdkIsPreview=false
[15:54:56 VRB] Property RuntimeIdentifierGraphPath=C:\Program Files\dotnet\sdk\6.0.101\RuntimeIdentifierGraph.json
[15:54:56 VRB] Property EnableWebSdkImplicitPackageVersions=false
[15:54:56 VRB] Property __DisableWorkloadResolverSentinelPath=C:\Program Files\dotnet\sdk\6.0.101\DisableWorkloadResolver.sentinel
[15:54:56 VRB] Property MSBuildEnableWorkloadResolver=true
[15:54:56 VRB] Property WarningLevel=6
[15:54:56 VRB] Property NoWarn=1701;1702
[15:54:56 VRB] Property WarningsAsErrors=;NU1605
[15:54:56 VRB] Property DefineConstants=TRACE;DEBUG;NET;NET6_0;NETCOREAPP
[15:54:56 VRB] Property UsingILLinkTasksSdk=true
[15:54:56 VRB] Property ILLinkTasksAssembly=C:\Program Files\dotnet\sdk\6.0.101\Sdks\Microsoft.NET.ILLink.Tasks\build\..\tools\net6.0\ILLink.Tasks.dll
[15:54:56 VRB] Property DotNetCompatibilityAssembly=C:\Program Files\dotnet\sdk\6.0.101\Sdks\Microsoft.NET.Sdk\targets\..\tools\net6.0\Microsoft.DotNet.Compatibility.dll
[15:54:56 VRB] Property TargetsForTfmSpecificContentInPackage=;PackTool;_PackProjectToolValidation
[15:54:56 VRB] Property MicrosoftNETWindowsWorkloadInstalled=true
[15:54:56 VRB] Property _TargetFrameworkVersionValue=0.0
[15:54:56 VRB] Property _WindowsDesktopSdkTargetFrameworkVersionFloor=3.0
[15:54:56 VRB] Property TargetFramework=net6.0
[15:54:56 VRB] Property Nullable=enable
[15:54:56 VRB] Property IsPackable=false
[15:54:56 VRB] Property HasRuntimeOutput=true
[15:54:56 VRB] Property _UsingDefaultForHasRuntimeOutput=true
[15:54:56 VRB] Property VersionPrefix=1.0.0
[15:54:56 VRB] Property Version=1.0.0
[15:54:56 VRB] Property Authors=UCDD.Test.Unit
[15:54:56 VRB] Property Company=UCDD.Test.Unit
[15:54:56 VRB] Property AssemblyTitle=UCDD.Test.Unit
[15:54:56 VRB] Property Product=UCDD.Test.Unit
[15:54:56 VRB] Property PlatformName=AnyCPU
[15:54:56 VRB] Property BaseOutputPath=bin\
[15:54:56 VRB] Property OutputPath=bin\Debug\net6.0\
[15:54:56 VRB] Property IntermediateOutputPath=obj\Debug\net6.0\
[15:54:56 VRB] Property PackageOutputPath=bin\Debug\
[15:54:56 VRB] Property PublishProfileImported=false
[15:54:56 VRB] Property _PublishProfileDesignerFolder=Properties
[15:54:56 VRB] Property _PublishProfileRootFolder=C:\repos\UCDD\Test\Unit\UCDD.Test.Unit\Properties\PublishProfiles\
[15:54:56 VRB] Property TargetFrameworkIdentifier=.NETCoreApp
[15:54:56 VRB] Property TargetFrameworkVersion=v6.0
[15:54:56 VRB] Property TargetPlatformIdentifier=
[15:54:56 VRB] Property TargetPlatformVersion=
[15:54:56 VRB] Property _EnableDefaultWindowsPlatform=false
[15:54:56 VRB] Property UseOSWinMdReferences=false
[15:54:56 VRB] Property DefaultItemExcludes=;bin\Debug\/**;obj\Debug\/**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln;**/*.vssscc
[15:54:56 VRB] Property AppendTargetFrameworkToOutputPath=true
[15:54:56 VRB] Property ProduceReferenceAssembly=true
[15:54:56 VRB] Property ImportFrameworkWinFXTargets=false
[15:54:56 VRB] Property _TargetFrameworkVersionWithoutV=6.0
[15:54:56 VRB] Property RuntimePackInWorkloadVersion=6.0.1
[15:54:56 VRB] Property _UsingDefaultPlatformTarget=true
[15:54:56 VRB] Property AppendRuntimeIdentifierToOutputPath=true
[15:54:56 VRB] Property CheckEolTargetFramework=true
[15:54:56 VRB] Property _IsNETCoreOrNETStandard=true
[15:54:56 VRB] Property DesignTimeAutoUnify=true
[15:54:56 VRB] Property AutoUnifyAssemblyReferences=true
[15:54:56 VRB] Property GenerateDependencyFile=true
[15:54:56 VRB] Property IncludeFileVersionsInDependencyFile=true
[15:54:56 VRB] Property TargetExt=.dll
[15:54:56 VRB] Property EnableFrameworkPathOverride=false
[15:54:56 VRB] Property PublishDirName=publish
[15:54:56 VRB] Property PublishDir=bin\Debug\net6.0\publish\
[15:54:56 VRB] Property _NugetFallbackFolder=C:\Program Files\dotnet\sdk\6.0.101\Sdks\Microsoft.NET.Sdk\targets\..\..\..\..\NuGetFallbackFolder
[15:54:56 VRB] Property _WorkloadLibraryPacksFolder=C:\Program Files\dotnet\library-packs
[15:54:56 VRB] Property AddAdditionalExplicitAssemblyReferences=false
[15:54:56 VRB] Property AssetTargetFallback=;net461;net462;net47;net471;net472;net48
[15:54:56 VRB] Property _FrameworkIdentifierForImplicitDefine=NET
[15:54:56 VRB] Property VersionlessImplicitFrameworkDefine=NET
[15:54:56 VRB] Property _FrameworkVersionForImplicitDefine=6_0
[15:54:56 VRB] Property ImplicitFrameworkDefine=NET6_0
[15:54:56 VRB] Property BackwardsCompatFrameworkDefine=NETCOREAPP
[15:54:56 VRB] Property GenerateDocumentationFile=false
[15:54:56 VRB] Property DocumentationFile=
[15:54:56 VRB] Property PublishDocumentationFiles=true
[15:54:56 VRB] Property PublishDocumentationFile=true
[15:54:56 VRB] Property PublishReferencesDocumentationFiles=true
[15:54:56 VRB] Property IsNetCoreAppTargetingLatestTFM=true
[15:54:56 VRB] Property LanguageTargets=C:\Program Files\dotnet\sdk\6.0.101\Microsoft.CSharp.targets
[15:54:56 VRB] Property CSharpTargetsPath=C:\Program Files\dotnet\sdk\6.0.101\Microsoft.CSharp.CurrentVersion.targets
[15:54:56 VRB] Property ImportByWildcardBeforeMicrosoftCSharpTargets=true
[15:54:56 VRB] Property ImportByWildcardAfterMicrosoftCSharpTargets=true
[15:54:56 VRB] Property ImportUserLocationsByWildcardBeforeMicrosoftCSharpTargets=true
[15:54:56 VRB] Property ImportUserLocationsByWildcardAfterMicrosoftCSharpTargets=true
[15:54:56 VRB] Property CustomBeforeMicrosoftCSharpTargets=C:\Program Files\dotnet\sdk\6.0.101\\vCurrent\Custom.Before.Microsoft.CSharp.targets
[15:54:56 VRB] Property CustomAfterMicrosoftCSharpTargets=C:\Program Files\dotnet\sdk\6.0.101\\vCurrent\Custom.After.Microsoft.CSharp.targets
[15:54:56 VRB] Property DefaultLanguageSourceExtension=.cs
[15:54:56 VRB] Property Language=C#
[15:54:56 VRB] Property TargetRuntime=Managed
[15:54:56 VRB] Property AlwaysUseNumericalSuffixInItemNames=true
[15:54:56 VRB] Property DefineCommonItemSchemas=true
[15:54:56 VRB] Property DefineCommonReferenceSchemas=true
[15:54:56 VRB] Property DefineCommonCapabilities=true
[15:54:56 VRB] Property DefaultProjectTypeGuid={FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
[15:54:56 VRB] Property AppDesignerFolder=Properties
[15:54:56 VRB] Property CreateManifestResourceNamesDependsOn=
[15:54:56 VRB] Property UseHostCompilerIfAvailable=true
[15:54:56 VRB] Property CoreCompileDependsOn=;_ComputeNonExistentFileProperty;ResolveCodeAnalysisRuleSet
[15:54:56 VRB] Property CSharpCoreTargetsPath=C:\Program Files\dotnet\sdk\6.0.101\Roslyn\Microsoft.CSharp.Core.targets
[15:54:56 VRB] Property CompilerApiVersion=roslyn4.0
[15:54:56 VRB] Property SourceRootMappedPathsFeatureSupported=true
[15:54:56 VRB] Property EmitCompilerGeneratedFiles=false
[15:54:56 VRB] Property CompilerGeneratedFilesOutputPath=
[15:54:56 VRB] Property _MaxSupportedLangVersion=10.0
[15:54:56 VRB] Property MaxSupportedLangVersion=10.0
[15:54:56 VRB] Property LangVersion=10.0
[15:54:56 VRB] Property CSharpDesignTimeTargetsPath=C:\Program Files\dotnet\sdk\6.0.101\\Microsoft\VisualStudio\Managed\Microsoft.CSharp.DesignTime.targets
[15:54:56 VRB] Property MSBuildProjectDefaultTargets=Build
[15:54:56 VRB] Property CommonTargetsPath=C:\Program Files\dotnet\sdk\6.0.101\Microsoft.Common.CurrentVersion.targets
[15:54:56 VRB] Property ImportByWildcardBeforeMicrosoftCommonTargets=true
[15:54:56 VRB] Property ImportByWildcardAfterMicrosoftCommonTargets=true
[15:54:56 VRB] Property ImportUserLocationsByWildcardBeforeMicrosoftCommonTargets=true
[15:54:56 VRB] Property ImportUserLocationsByWildcardAfterMicrosoftCommonTargets=true
[15:54:56 VRB] Property CustomBeforeMicrosoftCommonTargets=C:\Program Files\dotnet\sdk\6.0.101\\vCurrent\Custom.Before.Microsoft.Common.targets
[15:54:56 VRB] Property CustomAfterMicrosoftCommonTargets=C:\Program Files\dotnet\sdk\6.0.101\\vCurrent\Custom.After.Microsoft.Common.targets
[15:54:56 VRB] Property ReportingServicesTargets=C:\Program Files\dotnet\sdk\6.0.101\\Microsoft\VisualStudio\v17.0\ReportingServices\Microsoft.ReportingServices.targets
[15:54:56 VRB] Property AvailablePlatforms=Any CPU,x86,x64,ARM32,ARM64
[15:54:56 VRB] Property TargetFrameworkSDKToolsDirectory=
[15:54:56 VRB] Property HighEntropyVA=true
[15:54:56 VRB] Property GenerateFullPaths=true
[15:54:56 VRB] Property YieldDuringToolExecution=true
[15:54:56 VRB] Property TargetFrameworkMoniker=.NETCoreApp,Version=v6.0
[15:54:56 VRB] Property TargetPlatformSdkPath=
[15:54:56 VRB] Property TargetPlatformDisplayName= 
[15:54:56 VRB] Property _OriginalPlatform=AnyCPU
[15:54:56 VRB] Property _OriginalConfiguration=Debug
[15:54:56 VRB] Property BaseOutputPathWasSpecified=true
[15:54:56 VRB] Property ConfigurationName=Debug
[15:54:56 VRB] Property _DebugSymbolsProduced=true
[15:54:56 VRB] Property _DocumentationFileProduced=false
[15:54:56 VRB] Property OutDir=bin\Debug\net6.0\
[15:54:56 VRB] Property ProjectName=UCDD.Test.Unit
[15:54:56 VRB] Property TargetName=UCDD.Test.Unit
[15:54:56 VRB] Property ProjectFileName=UCDD.Test.Unit.csproj
[15:54:56 VRB] Property ProjectExt=.csproj
[15:54:56 VRB] Property TargetFileName=UCDD.Test.Unit.dll
[15:54:56 VRB] Property PublishableProject=
[15:54:56 VRB] Property _DeploymentTargetApplicationManifestFileName=Native.UCDD.Test.Unit.manifest
[15:54:56 VRB] Property TargetDeployManifestFileName=UCDD.Test.Unit.application
[15:54:56 VRB] Property _DeploymentApplicationManifestIdentity=Native.UCDD.Test.Unit
[15:54:56 VRB] Property _DeploymentDeployManifestIdentity=UCDD.Test.Unit.application
[15:54:56 VRB] Property _DeploymentFileMappingExtension=
[15:54:56 VRB] Property _DeploymentBuiltUpdateInterval=0
[15:54:56 VRB] Property _DeploymentBuiltUpdateIntervalUnits=Days
[15:54:56 VRB] Property _DeploymentLauncherBased=true
[15:54:56 VRB] Property MaxTargetPath=100
[15:54:56 VRB] Property TargetCulture=*
[15:54:56 VRB] Property TargetDir=C:\repos\UCDD\Test\Unit\UCDD.Test.Unit\bin\Debug\net6.0\
[15:54:56 VRB] Property TargetPath=C:\repos\UCDD\Test\Unit\UCDD.Test.Unit\bin\Debug\net6.0\UCDD.Test.Unit.dll
[15:54:56 VRB] Property TargetRefPath=C:\repos\UCDD\Test\Unit\UCDD.Test.Unit\bin\Debug\net6.0\ref\UCDD.Test.Unit.dll
[15:54:56 VRB] Property ProjectDir=C:\repos\UCDD\Test\Unit\UCDD.Test.Unit\
[15:54:56 VRB] Property ProjectPath=C:\repos\UCDD\Test\Unit\UCDD.Test.Unit\UCDD.Test.Unit.csproj
[15:54:56 VRB] Property DevEnvDir=*Undefined*
[15:54:56 VRB] Property SolutionName=*Undefined*
[15:54:56 VRB] Property SolutionFileName=*Undefined*
[15:54:56 VRB] Property SolutionPath=*Undefined*
[15:54:56 VRB] Property SolutionExt=*Undefined*
[15:54:56 VRB] Property CleanFile=UCDD.Test.Unit.csproj.FileListAbsolute.txt
[15:54:56 VRB] Property BuildInParallel=true
[15:54:56 VRB] Property _ResolveReferenceDependencies=false
[15:54:56 VRB] Property _GetChildProjectCopyToOutputDirectoryItems=true
[15:54:56 VRB] Property OverwriteReadOnlyFiles=false
[15:54:56 VRB] Property ComReferenceNoClassMembers=false
[15:54:56 VRB] Property _GenerateBindingRedirectsIntermediateAppConfig=obj\Debug\net6.0\UCDD.Test.Unit.dll.config
[15:54:56 VRB] Property _DeploymentUrl=
[15:54:56 VRB] Property ProcessorArchitecture=msil
[15:54:56 VRB] Property ConsiderPlatformAsProcessorArchitecture=true
[15:54:56 VRB] Property ProcessorArchitectureAsPlatform=AnyCPU
[15:54:56 VRB] Property ProjectFlavor=Client
[15:54:56 VRB] Property WebReference_EnableProperties=true
[15:54:56 VRB] Property WebReference_EnableSQLTypes=true
[15:54:56 VRB] Property WebReference_EnableLegacyEventingModel=false
[15:54:56 VRB] Property AssemblyFoldersSuffix=AssemblyFoldersEx
[15:54:56 VRB] Property FrameworkRegistryBase=Software\Microsoft\.NETCoreApp
[15:54:56 VRB] Property TargetPlatformRegistryBase=Software\Microsoft\Microsoft SDKs\
[15:54:56 VRB] Property AssemblyFoldersConfigFile=C:\Program Files\dotnet\sdk\6.0.101\AssemblyFolders.config
[15:54:56 VRB] Property AllowedReferenceAssemblyFileExtensions=
      .winmd;
      .dll;
      .exe

[15:54:56 VRB] Property AllowedReferenceRelatedFileExtensions=
      .pdb;
      .xml;
      .pri;
      .dll.config;
      .exe.config

[15:54:56 VRB] Property FullReferenceAssemblyNames=Full
[15:54:56 VRB] Property ContinueOnError=false
[15:54:56 VRB] Property MSBuildWarningsAsMessages=1701;1702
[15:54:56 VRB] Property MSBuildWarningsAsErrors=;NU1605
[15:54:56 VRB] Property CommonXamlResourcesDirectory=C:\Program Files\dotnet\sdk\6.0.101\\
[15:54:56 VRB] Property SourceControlInformationFeatureSupported=true
[15:54:56 VRB] Property BuildDependsOn=
      BeforeBuild;
      CoreBuild;
      AfterBuild

[15:54:56 VRB] Property CoreBuildDependsOn=
      _CheckForBuildWithNoBuild;

      BuildOnlySettings;
      PrepareForBuild;
      PreBuildEvent;
      ResolveReferences;
      PrepareResources;
      ResolveKeySource;
      Compile;
      ExportWindowsMDFile;
      UnmanagedUnregistration;
      GenerateSerializationAssemblies;
      CreateSatelliteAssemblies;
      GenerateManifests;
      GetTargetPath;
      PrepareForRun;
      UnmanagedRegistration;
      IncrementalClean;
      PostBuildEvent
    ;
      GenerateBuildDependencyFile;
      GenerateBuildRuntimeConfigurationFiles

[15:54:56 VRB] Property _ProjectDefaultTargets=Build
[15:54:56 VRB] Property RebuildDependsOn=
      _SdkBeforeRebuild;

      BeforeRebuild;
      Clean;
      Build;
      AfterRebuild;

[15:54:56 VRB] Property BuildGenerateSourcesAction=Build
[15:54:56 VRB] Property BuildCompileAction=Build
[15:54:56 VRB] Property BuildLinkAction=Build
[15:54:56 VRB] Property RunDependsOn=
[15:54:56 VRB] Property PrepareForBuildDependsOn=;GetFrameworkPaths;GetReferenceAssemblyPaths;AssignLinkMetadata
[15:54:56 VRB] Property Framework40Dir=@(_TargetFramework40DirectoryItem)
[15:54:56 VRB] Property Framework35Dir=@(_TargetFramework35DirectoryItem)
[15:54:56 VRB] Property Framework30Dir=@(_TargetFramework30DirectoryItem)
[15:54:56 VRB] Property Framework20Dir=@(_TargetFramework20DirectoryItem)
[15:54:56 VRB] Property FrameworkDir=@(_TargetFramework40DirectoryItem)
[15:54:56 VRB] Property TargetedFrameworkDir=@(_TargetedFrameworkDirectoryItem)
[15:54:56 VRB] Property FrameworkSDKDir=@(_TargetFrameworkSDKDirectoryItem)
[15:54:56 VRB] Property GetFrameworkPathsDependsOn=
[15:54:56 VRB] Property PreBuildEventDependsOn=
[15:54:56 VRB] Property UnmanagedUnregistrationDependsOn=
[15:54:56 VRB] Property ResolveReferencesDependsOn=
      BeforeResolveReferences;
      AssignProjectConfiguration;
      ResolveProjectReferences;
      FindInvalidProjectReferences;
      ResolveNativeReferences;
      ResolveAssemblyReferences;
      GenerateBindingRedirects;
      ResolveComReferences;
      AfterResolveReferences

[15:54:56 VRB] Property UseDefaultPlatformLookupTables=true
[15:54:56 VRB] Property PrepareProjectReferencesDependsOn=
      AssignProjectConfiguration;
      _SplitProjectReferencesByFileExistence;
      _GetProjectReferenceTargetFrameworkProperties;
      _GetProjectReferencePlatformProperties

[15:54:56 VRB] Property GetTargetPathDependsOn=
[15:54:56 VRB] Property GetTargetPathWithTargetPlatformMonikerDependsOn=
[15:54:56 VRB] Property ResolveAssemblyReferencesDependsOn=

      ResolveProjectReferences;
      FindInvalidProjectReferences;
      GetFrameworkPaths;
      GetReferenceAssemblyPaths;
      PrepareForBuild;
      ResolveSDKReferences;
      ExpandSDKReferences;
    ;
      ResolvePackageDependenciesForBuild;
      _HandlePackageFileConflicts;
    ;
      ResolveTargetingPackAssets;

[15:54:56 VRB] Property SDKReferenceRegistryRoot=Software\Microsoft\Microsoft SDKs
[15:54:56 VRB] Property SDKReferenceDirectoryRoot=C:\Users\rober\AppData\Local\Microsoft SDKs;C:\Program Files (x86)\Microsoft SDKs
[15:54:56 VRB] Property ResolveSDKReferencesDependsOn=
      GetInstalledSDKLocations

[15:54:56 VRB] Property TargetedSDKConfiguration=Debug
[15:54:56 VRB] Property TargetedSDKArchitecture=msil
[15:54:56 VRB] Property ShouldMarkCertainSDKReferencesAsRuntimeOnly=true
[15:54:56 VRB] Property FindInvalidProjectReferencesDependsOn=
      GetReferenceTargetPlatformMonikers

[15:54:56 VRB] Property ExpandSDKReferencesDependsOn=
      ResolveSDKReferences

[15:54:56 VRB] Property ExpandSDKAllowedReferenceExtensions=
      .winmd;
      .dll

[15:54:56 VRB] Property ProjectDesignTimeAssemblyResolutionSearchPaths=
      {CandidateAssemblyFiles};
      ;
      {HintPathFromItem};
      {TargetFrameworkDirectory};
      {Registry:Software\Microsoft\.NETCoreApp,v6.0,AssemblyFoldersEx};
      {RawFileName};
      C:\repos\UCDD\Test\Unit\UCDD.Test.Unit\bin\Debug\net6.0\

[15:54:56 VRB] Property DesignTimeResolveAssemblyReferencesDependsOn=
      GetFrameworkPaths;
      GetReferenceAssemblyPaths;
      ResolveReferences

[15:54:56 VRB] Property ComReferenceExecuteAsTool=false
[15:54:56 VRB] Property PrepareResourcesDependsOn=
      ResolvePackageDependenciesForBuild;
      _HandlePackageFileConflicts;

      ;
      PrepareResourceNames;
      ResGen;
      CompileLicxFiles

[15:54:56 VRB] Property PrepareResourceNamesDependsOn=
      AssignTargetPaths;
      SplitResourcesByCulture;
      CreateManifestResourceNames;
      CreateCustomManifestResourceNames

[15:54:56 VRB] Property AssignTargetPathsDependsOn=
[15:54:56 VRB] Property CreateCustomManifestResourceNamesDependsOn=
[15:54:56 VRB] Property ResGenDependsOn=ResolveAssemblyReferences;SplitResourcesByCulture;BeforeResGen;CoreResGen;AfterResGen
[15:54:56 VRB] Property CoreResGenDependsOn=FindReferenceAssembliesForReferences
[15:54:56 VRB] Property UseSourcePath=true
[15:54:56 VRB] Property ResGenExecuteAsTool=false
[15:54:56 VRB] Property CompileLicxFilesDependsOn=
[15:54:56 VRB] Property CompileDependsOn=

      ResolveReferences;
      ResolveKeySource;
      SetWin32ManifestProperties;
      FindReferenceAssembliesForReferences;
      _GenerateCompileInputs;
      BeforeCompile;
      _TimeStampBeforeCompile;
      _GenerateCompileDependencyCache;
      CoreCompile;
      _TimeStampAfterCompile;
      AfterCompile;
    ;
      _CreateAppHost;
      _CreateComHost;
      _GetIjwHostPaths;

[15:54:56 VRB] Property TargetFrameworkMonikerAssemblyAttributesPath=obj\Debug\net6.0\.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
[15:54:56 VRB] Property GenerateTargetFrameworkAttribute=true
[15:54:56 VRB] Property _SGenDllName=UCDD.Test.Unit.XmlSerializers.dll
[15:54:56 VRB] Property _SGenDllCreated=false
[15:54:56 VRB] Property _SGenGenerateSerializationAssembliesConfig=Off
[15:54:56 VRB] Property SGenUseProxyTypes=true
[15:54:56 VRB] Property SGenUseKeep=false
[15:54:56 VRB] Property SGenShouldGenerateSerializer=true
[15:54:56 VRB] Property CreateSatelliteAssembliesDependsOn=

      _GenerateSatelliteAssemblyInputs;
      ComputeIntermediateSatelliteAssemblies;
      GenerateSatelliteAssemblies
    ;
      CoreGenerateSatelliteAssemblies

[15:54:56 VRB] Property ComputeIntermediateSatelliteAssembliesDependsOn=
      CreateManifestResourceNames

[15:54:56 VRB] Property EmbeddedWin32Manifest=
[15:54:56 VRB] Property GenerateManifestsDependsOn=
      SetWin32ManifestProperties;
      GenerateApplicationManifest;
      GenerateDeploymentManifest

[15:54:56 VRB] Property DeploymentComputeClickOnceManifestInfoDependsOn=
      CleanPublishFolder;
      _DeploymentGenerateTrustInfo

[15:54:56 VRB] Property SkipCopyUnchangedFiles=true
[15:54:56 VRB] Property PrepareForRunDependsOn=
      CopyFilesToOutputDirectory

[15:54:56 VRB] Property CreateHardLinksForCopyAdditionalFilesIfPossible=false
[15:54:56 VRB] Property CreateSymbolicLinksForCopyAdditionalFilesIfPossible=false
[15:54:56 VRB] Property _TargetsThatPrepareProjectReferences=
      AssignProjectConfiguration;
      _SplitProjectReferencesByFileExistence

[15:54:56 VRB] Property GetCopyToOutputDirectoryItemsDependsOn=
      AssignTargetPaths;

      AssignProjectConfiguration;
      _SplitProjectReferencesByFileExistence
    ;
      _GetProjectReferenceTargetFrameworkProperties;
      _PopulateCommonStateForGetCopyToOutputDirectoryItems

[15:54:56 VRB] Property _RecursiveTargetForContentCopying=GetCopyToOutputDirectoryItems
[15:54:56 VRB] Property UnmanagedRegistrationDependsOn=
[15:54:56 VRB] Property CleanDependsOn=
      BeforeClean;
      UnmanagedUnregistration;
      CoreClean;
      CleanReferencedProjects;
      CleanPublishFolder;
      AfterClean

[15:54:56 VRB] Property CoreCleanDependsOn=
      _SdkBeforeClean;

[15:54:56 VRB] Property PostBuildEventDependsOn=
[15:54:56 VRB] Property PublishDependsOn=
      _DeploymentUnpublishable

[15:54:56 VRB] Property PublishOnlyDependsOn=
      SetGenerateManifests;
      PublishBuild;
      BeforePublish;
      GenerateManifests;
      CopyFilesToOutputDirectory;
      _CopyFilesToPublishFolder;
      _DeploymentGenerateBootstrapper;
      ResolveKeySource;
      _DeploymentSignClickOnceDeployment;
      AfterPublish

[15:54:56 VRB] Property PublishBuildDependsOn=
      BuildOnlySettings;
      PrepareForBuild;
      ResolveReferences;
      PrepareResources;
      ResolveKeySource;
      GenerateSerializationAssemblies;
      CreateSatelliteAssemblies;

[15:54:56 VRB] Property BuiltProjectOutputGroupDependsOn=PrepareForBuild
[15:54:56 VRB] Property DebugSymbolsProjectOutputGroupDependsOn=
[15:54:56 VRB] Property DocumentationProjectOutputGroupDependsOn=
[15:54:56 VRB] Property SatelliteDllsProjectOutputGroupDependsOn=PrepareForBuild;PrepareResourceNames
[15:54:56 VRB] Property SourceFilesProjectOutputGroupDependsOn=PrepareForBuild;AssignTargetPaths
[15:54:56 VRB] Property ContentFilesProjectOutputGroupDependsOn=PrepareForBuild;AssignTargetPaths
[15:54:56 VRB] Property SGenFilesOutputGroupDependsOn=
[15:54:56 VRB] Property SDKRedistOutputGroupDependsOn=ResolveSDKReferences;ExpandSDKReferences
[15:54:56 VRB] Property CommonOutputGroupsDependsOn=
      ;
      BuildOnlySettings;
      PrepareForBuild;
      AssignTargetPaths;
      ResolveReferences

[15:54:56 VRB] Property BuiltProjectOutputGroupDependenciesDependsOn=
      ;

      ;
      BuildOnlySettings;
      PrepareForBuild;
      AssignTargetPaths;
      ResolveReferences

[15:54:56 VRB] Property DebugSymbolsProjectOutputGroupDependenciesDependsOn=
      ;

      ;
      BuildOnlySettings;
      PrepareForBuild;
      AssignTargetPaths;
      ResolveReferences

[15:54:56 VRB] Property SatelliteDllsProjectOutputGroupDependenciesDependsOn=
      ;

      ;
      BuildOnlySettings;
      PrepareForBuild;
      AssignTargetPaths;
      ResolveReferences

[15:54:56 VRB] Property DocumentationProjectOutputGroupDependenciesDependsOn=
      ;

      ;
      BuildOnlySettings;
      PrepareForBuild;
      AssignTargetPaths;
      ResolveReferences

[15:54:56 VRB] Property SGenFilesOutputGroupDependenciesDependsOn=
      ;

      ;
      BuildOnlySettings;
      PrepareForBuild;
      AssignTargetPaths;
      ResolveReferences

[15:54:56 VRB] Property ReferenceCopyLocalPathsOutputGroupDependsOn=
      ;

      ;
      BuildOnlySettings;
      PrepareForBuild;
      AssignTargetPaths;
      ResolveReferences

[15:54:56 VRB] Property DesignerRuntimeImplementationProjectOutputGroupDependsOn=

      ;

      ;
      BuildOnlySettings;
      PrepareForBuild;
      AssignTargetPaths;
      ResolveReferences

    ;
      _GenerateDesignerDepsFile;
      _GenerateDesignerRuntimeConfigFile;
      _GatherDesignerShadowCopyFiles;

[15:54:56 VRB] Property CodeAnalysisTargets=C:\Program Files\dotnet\sdk\6.0.101\Microsoft\VisualStudio\v17.0\CodeAnalysis\Microsoft.CodeAnalysis.targets
[15:54:56 VRB] Property MsTestToolsTargets=C:\Program Files\dotnet\sdk\6.0.101\Microsoft\VisualStudio\v17.0\TeamTest\Microsoft.TeamTest.targets
[15:54:56 VRB] Property MsAppxPackageTargets=C:\Program Files\dotnet\sdk\6.0.101\Microsoft\VisualStudio\v17.0\AppxPackage\Microsoft.AppXPackage.Targets
[15:54:56 VRB] Property NuGetRestoreTargets=C:\Program Files\dotnet\sdk\6.0.101\NuGet.targets
[15:54:56 VRB] Property IsRestoreTargetsFileLoaded=true
[15:54:56 VRB] Property RestoreTaskAssemblyFile=NuGet.Build.Tasks.dll
[15:54:56 VRB] Property HideWarningsAndErrors=false
[15:54:56 VRB] Property RestoreRecursive=true
[15:54:56 VRB] Property RestoreUseSkipNonexistentTargets=true
[15:54:56 VRB] Property ValidateRuntimeIdentifierCompatibility=false
[15:54:56 VRB] Property RestoreContinueOnError=WarnAndContinue
[15:54:56 VRB] Property RestoreBuildInParallel=true
[15:54:56 VRB] Property NuGetInteractive=
[15:54:56 VRB] Property PackageDownloadSupported=true
[15:54:56 VRB] Property GetReferenceNearestTargetFrameworkTaskSupportsTargetPlatformParameter=true
[15:54:56 VRB] Property _GenerateRestoreGraphProjectEntryInputProperties=ExcludeRestorePackageImports=true
[15:54:56 VRB] Property MicrosoftNETBuildExtensionsTargets=C:\Program Files\dotnet\sdk\6.0.101\\Microsoft\Microsoft.NET.Build.Extensions\Microsoft.NET.Build.Extensions.targets
[15:54:56 VRB] Property MicrosoftNETBuildExtensionsTasksAssembly=C:\Program Files\dotnet\sdk\6.0.101\Microsoft\Microsoft.NET.Build.Extensions\\tools\net6.0\Microsoft.NET.Build.Extensions.Tasks.dll
[15:54:56 VRB] Property MSBuildAllProjects=C:\repos\UCDD\Test\Unit\UCDD.Test.Unit\obj\UCDD.Test.Unit.csproj.nuget.g.targets;;C:\Program Files\dotnet\sdk\6.0.101\Current\Microsoft.Common.targets\ImportAfter\Microsoft.TestPlatform.ImportAfter.targets
[15:54:56 VRB] Property VSTestTargets=C:\Program Files\dotnet\sdk\6.0.101\\Microsoft.TestPlatform.targets
[15:54:56 VRB] Property VSTestTaskAssemblyFile=Microsoft.TestPlatform.Build.dll
[15:54:56 VRB] Property VSTestConsolePath=C:\Program Files\dotnet\sdk\6.0.101\vstest.console.dll
[15:54:56 VRB] Property ImportProjectExtensionTargets=true
[15:54:56 VRB] Property NETStandardLibraryPackageVersion=2.0.0
[15:54:56 VRB] Property GeneratedProgramFile=C:\Users\rober\.nuget\packages\microsoft.net.test.sdk\16.11.0\build\netcoreapp2.1\Microsoft.NET.Test.Sdk.Program.cs
[15:54:56 VRB] Property GenerateProgramFile=true
[15:54:56 VRB] Property _CoverletSdkNETCoreSdkVersion=6.0.101
[15:54:56 VRB] Property _CoverletSdkMinVersionWithDependencyTarget=3.1.300
[15:54:56 VRB] Property _CoverletSourceRootTargetName=InitializeSourceRootMappedPaths
[15:54:56 VRB] Property ImportDirectoryBuildTargets=true
[15:54:56 VRB] Property _DirectoryBuildTargetsFile=Directory.Build.targets
[15:54:56 VRB] Property _DirectoryBuildTargetsBasePath=
[15:54:56 VRB] Property Utf8Output=true
[15:54:56 VRB] Property NoCompilerStandardLib=true
[15:54:56 VRB] Property InnerBuildProperty=TargetFramework
[15:54:56 VRB] Property InnerBuildPropertyValues=TargetFrameworks
[15:54:56 VRB] Property MicrosoftNETBuildTasksDirectoryRoot=C:\Program Files\dotnet\sdk\6.0.101\Sdks\Microsoft.NET.Sdk\targets\..\tools\
[15:54:56 VRB] Property MicrosoftNETBuildTasksTFM=net6.0
[15:54:56 VRB] Property MicrosoftNETBuildTasksDirectory=C:\Program Files\dotnet\sdk\6.0.101\Sdks\Microsoft.NET.Sdk\targets\..\tools\net6.0\
[15:54:56 VRB] Property MicrosoftNETBuildTasksAssembly=C:\Program Files\dotnet\sdk\6.0.101\Sdks\Microsoft.NET.Sdk\targets\..\tools\net6.0\Microsoft.NET.Build.Tasks.dll
[15:54:56 VRB] Property DefaultImplicitPackages=Microsoft.NETCore.App;NETStandard.Library
[15:54:56 VRB] Property _IsExecutable=true
[15:54:56 VRB] Property DotnetCliToolTargetFramework=netcoreapp2.2
[15:54:56 VRB] Property ProjectAssetsCacheFile=C:\repos\UCDD\Test\Unit\UCDD.Test.Unit\obj\Debug\net6.0\UCDD.Test.Unit.assets.cache
[15:54:56 VRB] Property CopyLocalLockFileAssemblies=true
[15:54:56 VRB] Property ContentPreprocessorOutputDirectory=obj\Debug\net6.0\NuGet\
[15:54:56 VRB] Property NuGetTargetMoniker=.NETCoreApp,Version=v6.0
[15:54:56 VRB] Property EmitAssetsLogMessages=true
[15:54:56 VRB] Property EmitLegacyAssetsFileItems=false
[15:54:56 VRB] Property SupportsRoslynComponentVersioning=true
[15:54:56 VRB] Property _NugetTargetMonikerAndRID=.NETCoreApp,Version=v6.0
[15:54:56 VRB] Property MarkPackageReferencesAsExternallyResolved=true
[15:54:56 VRB] Property ResolvePackageDependenciesForBuildDependsOn=
      ResolveLockFileReferences;
      ResolveLockFileAnalyzers;
      ResolveLockFileCopyLocalFiles;
      ResolveRuntimePackAssets;
      RunProduceContentAssets;
      IncludeTransitiveProjectReferences

[15:54:56 VRB] Property EnableDefaultItems=true
[15:54:56 VRB] Property EnableDefaultCompileItems=true
[15:54:56 VRB] Property EnableDefaultEmbeddedResourceItems=true
[15:54:56 VRB] Property EnableDefaultNoneItems=true
[15:54:56 VRB] Property DefaultExcludesInProjectFolder=;**/.*/**
[15:54:56 VRB] Property TargetLatestRuntimePatch=false
[15:54:56 VRB] Property _TargetLatestRuntimePatchIsDefault=true
[15:54:56 VRB] Property VerifyMatchingImplicitPackageVersion=true
[15:54:56 VRB] Property DisableStandardFrameworkResolution=true
[15:54:56 VRB] Property GenerateRuntimeConfigurationFiles=true
[15:54:56 VRB] Property AlwaysIncludeCoreFrameworkInRuntimeConfig=true
[15:54:56 VRB] Property UserRuntimeConfig=C:\repos\UCDD\Test\Unit\UCDD.Test.Unit/runtimeconfig.template.json
[15:54:56 VRB] Property GenerateSatelliteAssembliesForCore=true
[15:54:56 VRB] Property _GenerateRuntimeConfigurationPropertyInputsCache=C:\repos\UCDD\Test\Unit\UCDD.Test.Unit\obj\Debug\net6.0\UCDD.Test.Unit.genruntimeconfig.cache
[15:54:56 VRB] Property GenerateRuntimeConfigDevFile=false
[15:54:56 VRB] Property ProjectDepsFileName=UCDD.Test.Unit.deps.json
[15:54:56 VRB] Property ProjectDepsFilePath=C:\repos\UCDD\Test\Unit\UCDD.Test.Unit\bin\Debug\net6.0\UCDD.Test.Unit.deps.json
[15:54:56 VRB] Property ProjectRuntimeConfigFileName=UCDD.Test.Unit.runtimeconfig.json
[15:54:56 VRB] Property ProjectRuntimeConfigFilePath=C:\repos\UCDD\Test\Unit\UCDD.Test.Unit\bin\Debug\net6.0\UCDD.Test.Unit.runtimeconfig.json
[15:54:56 VRB] Property IncludeMainProjectInDepsFile=true
[15:54:56 VRB] Property GenerateResourceMSBuildRuntime=CurrentRuntime
[15:54:56 VRB] Property _NativeLibraryPrefix=lib
[15:54:56 VRB] Property _NativeLibraryExtension=.so
[15:54:56 VRB] Property _DotNetHostExecutableName=dotnet
[15:54:56 VRB] Property _DotNetAppHostExecutableNameWithoutExtension=apphost
[15:54:56 VRB] Property _DotNetAppHostExecutableName=apphost
[15:54:56 VRB] Property _DotNetSingleFileHostExecutableNameWithoutExtension=singlefilehost
[15:54:56 VRB] Property _DotNetComHostLibraryNameWithoutExtension=comhost
[15:54:56 VRB] Property _DotNetComHostLibraryName=comhost
[15:54:56 VRB] Property _DotNetIjwHostLibraryNameWithoutExtension=Ijwhost
[15:54:56 VRB] Property _DotNetIjwHostLibraryName=Ijwhost
[15:54:56 VRB] Property _DotNetHostPolicyLibraryName=libhostpolicy.so
[15:54:56 VRB] Property _DotNetHostFxrLibraryName=libhostfxr.so
[15:54:56 VRB] Property _DefaultUserProfileRuntimeStorePath=C:\Users\rober\.dotnet\store
[15:54:56 VRB] Property UserProfileRuntimeStorePath=C:\Users\rober\.dotnet\store
[15:54:56 VRB] Property GenerateResourceUsePreserializedResources=true
[15:54:56 VRB] Property EmbeddedResourceUseDependentUponConvention=true
[15:54:56 VRB] Property RunWorkingDirectory=
[15:54:56 VRB] Property RunCommand=dotnet
[15:54:56 VRB] Property _NetCoreRunArguments=exec "C:\repos\UCDD\Test\Unit\UCDD.Test.Unit\bin\Debug\net6.0\UCDD.Test.Unit.dll"
[15:54:56 VRB] Property RunArguments=exec "C:\repos\UCDD\Test\Unit\UCDD.Test.Unit\bin\Debug\net6.0\UCDD.Test.Unit.dll"
[15:54:56 VRB] Property ValidateExecutableReferencesMatchSelfContained=false
[15:54:56 VRB] Property ShouldBeValidatedAsExecutableReference=false
[15:54:56 VRB] Property _UseAttributeForTargetFrameworkInfoPropertyNames=true
[15:54:56 VRB] Property _TargetFrameworkDirectories=
[15:54:56 VRB] Property FrameworkPathOverride=
[15:54:56 VRB] Property TargetFrameworkDirectory=
[15:54:56 VRB] Property NoStdLib=true
[15:54:56 VRB] Property _DesignerDepsFileName=UCDD.Test.Unit.designer.deps.json
[15:54:56 VRB] Property _DesignerRuntimeConfigFileName=UCDD.Test.Unit.designer.runtimeconfig.json
[15:54:56 VRB] Property _DesignerDepsFilePath=obj\Debug\net6.0\UCDD.Test.Unit.designer.deps.json
[15:54:56 VRB] Property _DesignerRuntimeConfigFilePath=obj\Debug\net6.0\UCDD.Test.Unit.designer.runtimeconfig.json
[15:54:56 VRB] Property GeneratedAssemblyInfoFile=obj\Debug\net6.0\UCDD.Test.Unit.AssemblyInfo.cs
[15:54:56 VRB] Property GenerateAssemblyInfo=true
[15:54:56 VRB] Property GenerateAssemblyCompanyAttribute=true
[15:54:56 VRB] Property GenerateAssemblyConfigurationAttribute=true
[15:54:56 VRB] Property GenerateAssemblyCopyrightAttribute=true
[15:54:56 VRB] Property GenerateAssemblyDescriptionAttribute=true
[15:54:56 VRB] Property GenerateAssemblyFileVersionAttribute=true
[15:54:56 VRB] Property GenerateAssemblyInformationalVersionAttribute=true
[15:54:56 VRB] Property GenerateAssemblyProductAttribute=true
[15:54:56 VRB] Property GenerateAssemblyTitleAttribute=true
[15:54:56 VRB] Property GenerateAssemblyVersionAttribute=true
[15:54:56 VRB] Property GenerateRepositoryUrlAttribute=true
[15:54:56 VRB] Property GenerateNeutralResourcesLanguageAttribute=true
[15:54:56 VRB] Property GenerateAssemblyMetadataAttributes=true
[15:54:56 VRB] Property IncludeSourceRevisionInInformationalVersion=true
[15:54:56 VRB] Property GenerateInternalsVisibleToAttributes=true
[15:54:56 VRB] Property GenerateRequiresPreviewFeaturesAttribute=true
[15:54:56 VRB] Property GeneratedGlobalUsingsFile=obj\Debug\net6.0\UCDD.Test.Unit.GlobalUsings.g.cs
[15:54:56 VRB] Property _GenerateSupportedRuntimeIntermediateAppConfig=obj\Debug\net6.0\UCDD.Test.Unit.dll.withSupportedRuntime.config
[15:54:56 VRB] Property PublishReadyToRunUseCrossgen2=true
[15:54:56 VRB] Property PublishReadyToRunComposite=false
[15:54:56 VRB] Property PublishReadyToRunUseRuntimePackOptimizationData=true
[15:54:56 VRB] Property PublishReadyToRunPerfmapFormatVersion=1
[15:54:56 VRB] Property MicrosoftNETCrossgenBuildTasksAssembly=C:\Program Files\dotnet\sdk\6.0.101\Sdks\Microsoft.NET.Sdk\targets\..\tasks\net6.0\Microsoft.NET.Sdk.Crossgen.dll
[15:54:56 VRB] Property NETCoreSdkBundledCliToolsProps=C:\Program Files\dotnet\sdk\6.0.101\Sdks\Microsoft.NET.Sdk\targets\..\..\..\Microsoft.NETCoreSdk.BundledCliTools.props
[15:54:56 VRB] Property DefaultCopyToPublishDirectoryMetadata=true
[15:54:56 VRB] Property _GetChildProjectCopyToPublishDirectoryItems=true
[15:54:56 VRB] Property IsPublishable=true
[15:54:56 VRB] Property _BeforePublishNoBuildTargets=
      BuildOnlySettings;
      _PreventProjectReferencesFromBuilding;
      ResolveReferences;
      PrepareResourceNames;
      ComputeIntermediateSatelliteAssemblies;
      ComputeEmbeddedApphostPaths;

[15:54:56 VRB] Property _CorePublishTargets=
      PrepareForPublish;
      ComputeAndCopyFilesToPublishDirectory;
      ;
      PublishItemsOutputGroup;

[15:54:56 VRB] Property _PublishNoBuildAlternativeDependsOn=
      BuildOnlySettings;
      _PreventProjectReferencesFromBuilding;
      ResolveReferences;
      PrepareResourceNames;
      ComputeIntermediateSatelliteAssemblies;
      ComputeEmbeddedApphostPaths;
    ;
      PrepareForPublish;
      ComputeAndCopyFilesToPublishDirectory;
      ;
      PublishItemsOutputGroup;

[15:54:56 VRB] Property CopyBuildOutputToPublishDirectory=true
[15:54:56 VRB] Property CopyOutputSymbolsToPublishDirectory=true
[15:54:56 VRB] Property IncludeSymbolsInSingleFile=false
[15:54:56 VRB] Property PublishItemsOutputGroupDependsOn=
      ;
      ResolveReferences;
      ComputeResolvedFilesToPublishList;
      _ComputeFilesToBundle;

[15:54:56 VRB] Property _ToolsSettingsFilePath=obj\DotnetToolSettings.xml
[15:54:56 VRB] Property _PackToolPublishDependency=_PublishBuildAlternative
[15:54:56 VRB] Property ToolCommandName=UCDD.Test.Unit
[15:54:56 VRB] Property ToolEntryPoint=UCDD.Test.Unit.dll
[15:54:56 VRB] Property _ShimInputCacheFile=C:\repos\UCDD\Test\Unit\UCDD.Test.Unit\obj\Debug\net6.0\UCDD.Test.Unit.shiminput.cache
[15:54:56 VRB] Property _ShimCreatedSentinelFile=C:\repos\UCDD\Test\Unit\UCDD.Test.Unit\obj\Debug\net6.0\UCDD.Test.Unit.shimcreated.sentinel
[15:54:56 VRB] Property PackagedShimOutputRootDirectory=bin\Debug\net6.0\
[15:54:56 VRB] Property RefAssembliesFolderName=refs
[15:54:56 VRB] Property PreserveCompilationReferences=
[15:54:56 VRB] Property ImplicitConfigurationDefine=DEBUG
[15:54:56 VRB] Property IntermediateLinkDir=obj\Debug\net6.0\linked\
[15:54:56 VRB] Property _LinkSemaphore=obj\Debug\net6.0\linked\Link.semaphore
[15:54:56 VRB] Property AnalysisLevel=latest
[15:54:56 VRB] Property EffectiveAnalysisLevel=6.0
[15:54:56 VRB] Property EnableNETAnalyzers=true
[15:54:56 VRB] Property EnforceCodeStyleInBuild=false
[15:54:56 VRB] Property _NETAnalyzersSDKAssemblyVersion=6.0.0
[15:54:56 VRB] Property CodeAnalysisRuleIds=CA1000;CA1001;CA1002;CA1003;CA1005;CA1008;CA1010;CA1012;CA1014;CA1016;CA1017;CA1018;CA1019;CA1021;CA1024;CA1027;CA1028;CA1030;CA1031;CA1032;CA1033;CA1034;CA1036;CA1040;CA1041;CA1043;CA1044;CA1045;CA1046;CA1047;CA1050;CA1051;CA1052;CA1054;CA1055;CA1056;CA1058;CA1060;CA
1061;CA1062;CA1063;CA1064;CA1065;CA1066;CA1067;CA1068;CA1069;CA1070;CA1200;CA1303;CA1304;CA1305;CA1307;CA1308;CA1309;CA1310;CA1401;CA1416;CA1417;CA1418;CA1419;CA1501;CA1502;CA1505;CA1506;CA1507;CA1508;CA1509;CA1700;CA1707;CA1708;CA1710;CA1711;CA1712;CA1713;CA1715;CA1716;CA1720;CA1721;CA1724;CA1725;CA1727;CA1802
;CA1805;CA1806;CA1810;CA1812;CA1813;CA1814;CA1815;CA1816;CA1819;CA1820;CA1821;CA1822;CA1823;CA1824;CA1825;CA1826;CA1827;CA1828;CA1829;CA1830;CA1831;CA1832;CA1833;CA1834;CA1835;CA1836;CA1837;CA1838;CA1839;CA1840;CA1841;CA1842;CA1843;CA1844;CA1845;CA1846;CA1847;CA1848;CA1849;CA2000;CA2002;CA2007;CA2008;CA2009;CA2
011;CA2012;CA2013;CA2014;CA2015;CA2016;CA2017;CA2018;CA2100;CA2101;CA2109;CA2119;CA2153;CA2200;CA2201;CA2207;CA2208;CA2211;CA2213;CA2214;CA2215;CA2216;CA2217;CA2218;CA2219;CA2224;CA2225;CA2226;CA2227;CA2229;CA2231;CA2234;CA2235;CA2237;CA2241;CA2242;CA2243;CA2244;CA2245;CA2246;CA2247;CA2248;CA2249;CA2250;CA2251;
CA2252;CA2253;CA2254;CA2255;CA2256;CA2257;CA2258;CA2300;CA2301;CA2302;CA2305;CA2310;CA2311;CA2312;CA2315;CA2321;CA2322;CA2326;CA2327;CA2328;CA2329;CA2330;CA2350;CA2351;CA2352;CA2353;CA2354;CA2355;CA2356;CA2361;CA2362;CA3001;CA3002;CA3003;CA3004;CA3005;CA3006;CA3007;CA3008;CA3009;CA3010;CA3011;CA3012;CA3061;CA30
75;CA3076;CA3077;CA3147;CA5350;CA5351;CA5358;CA5359;CA5360;CA5361;CA5362;CA5363;CA5364;CA5365;CA5366;CA5367;CA5368;CA5369;CA5370;CA5371;CA5372;CA5373;CA5374;CA5375;CA5376;CA5377;CA5378;CA5379;CA5380;CA5381;CA5382;CA5383;CA5384;CA5385;CA5386;CA5387;CA5388;CA5389;CA5390;CA5391;CA5392;CA5393;CA5394;CA5395;CA5396;C
A5397;CA5398;CA5399;CA5400;CA5401;CA5402;CA5403;CA5404;CA5405
[15:54:56 VRB] Property _SupportedPlatformList=@(SupportedPlatform, ',')
[15:54:56 VRB] Property SupportedOSPlatformVersion=
[15:54:56 VRB] Property RunPackageValidationDependsOn=_GetReferencePathFromInnerProjects;
[15:54:56 VRB] Property _GetReferencePathFromInnerProjectsDependsOn=_GetReferencePathForPackageValidation
[15:54:56 VRB] Property NuGetBuildTasksPackTargets=C:\Program Files\dotnet\sdk\6.0.101\Sdks\Microsoft.NET.Sdk\Sdk\..\..\NuGet.Build.Tasks.Pack\build\NuGet.Build.Tasks.Pack.targets
[15:54:56 VRB] Property ImportNuGetBuildTasksPackTargetsFromSdk=true
[15:54:56 VRB] Property NuGetPackTaskAssemblyFile=..\CoreCLR\NuGet.Build.Tasks.Pack.dll
[15:54:56 VRB] Property PackageId=UCDD.Test.Unit
[15:54:56 VRB] Property PackageVersion=1.0.0
[15:54:56 VRB] Property IncludeContentInPack=true
[15:54:56 VRB] Property GenerateNuspecDependsOn=Build;_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; 
[15:54:56 VRB] Property PackageDescription=Package Description
[15:54:56 VRB] Property IncludeBuildOutput=true
[15:54:56 VRB] Property BuildOutputTargetFolder=lib
[15:54:56 VRB] Property ContentTargetFolders=content;contentFiles
[15:54:56 VRB] Property PackDependsOn=; _IntermediatePack; GenerateNuspec; 
[15:54:56 VRB] Property SymbolPackageFormat=symbols.nupkg
[15:54:56 VRB] Property WarnOnPackingNonPackableProject=false
[15:54:56 VRB] Property DefaultAllowedOutputExtensionsInPackageBuildOutputFolder=.dll; .exe; .winmd; .json; .pri; .xml
[15:54:56 VRB] Property AllowedOutputExtensionsInPackageBuildOutputFolder=.dll; .exe; .winmd; .json; .pri; .xml ;
[15:54:56 VRB] Property AllowedOutputExtensionsInSymbolsPackageBuildOutputFolder=.pdb; .mdb; .dll; .exe; .winmd; .json; .pri; .xml ;; 
[15:54:56 VRB] Property SuppressDependenciesWhenPacking=false
[15:54:56 VRB] Property RestoreOutputPath=C:\repos\UCDD\Test\Unit\UCDD.Test.Unit\obj\
[15:54:56 VRB] Property NuspecOutputPath=obj\Debug\
[15:54:56 VRB] Property ExcludeRestorePackageImports=true
[15:54:56 VRB] Property MSBuildLastTaskResult=true
[15:54:56 VRB] Property _RestoreGraphAbsoluteProjectPaths=C:\repos\UCDD\Core\UCDD.Core\UCDD.Core.csproj
[15:54:56 VRB] Property _ShouldRemoveAspNetCoreAll=False
[15:54:56 VRB] Property _ShouldRemoveAspNetCoreApp=False
[15:54:56 VRB] Property _ShouldAddAspNetCoreAppFrameworkReference=False
[15:54:56 VRB] Property ImplicitPackageReferenceInformationLink=https://aka.ms/sdkimplicitrefs
[15:54:56 VRB] Property EnableTargetingPackDownload=true
[15:54:56 VRB] Property EnableRuntimePackDownload=true
[15:54:56 VRB] Property UsePackageDownload=true
[15:54:56 VRB] Property _HasPackageReferenceItems=
[15:54:56 VRB] Property PackageReferenceCompatibleProjectStyle=True
[15:54:56 VRB] Property _OutputSources=https://api.nuget.org/v3/index.json
[15:54:56 VRB] Property _OutputPackagesPath=C:\Users\rober\.nuget\packages\
[15:54:56 VRB] Property _OutputFallbackFolders=
[15:54:56 VRB] Property _OutputConfigFilePaths=C:\Users\rober\AppData\Roaming\NuGet\NuGet.Config
[15:54:56 VRB] SourceFile C:\repos\UCDD\Test\Unit\UCDD.Test.Unit\Common\Builders\RequestBuilders\MovePlayerRequestBuilder.cs
[15:54:56 VRB] SourceFile C:\repos\UCDD\Test\Unit\UCDD.Test.Unit\UseCases\MovePlayerUseCaseTest.cs
[15:54:56 VRB] SourceFile C:\Users\rober\.nuget\packages\microsoft.net.test.sdk\16.11.0\build\netcoreapp2.1\Microsoft.NET.Test.Sdk.Program.cs
[15:54:56 VRB] SourceFile C:\repos\UCDD\Test\Unit\UCDD.Test.Unit\obj\Debug\net6.0\.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
[15:54:56 VRB] SourceFile C:\repos\UCDD\Test\Unit\UCDD.Test.Unit\obj\Debug\net6.0\UCDD.Test.Unit.AssemblyInfo.cs
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\Microsoft.CSharp.dll
[15:54:56 VRB] References: C:\Users\rober\.nuget\packages\microsoft.testplatform.testhost\16.11.0\lib\netcoreapp2.1\Microsoft.TestPlatform.CommunicationUtilities.dll
[15:54:56 VRB] References: C:\Users\rober\.nuget\packages\microsoft.testplatform.testhost\16.11.0\lib\netcoreapp2.1\Microsoft.TestPlatform.CoreUtilities.dll
[15:54:56 VRB] References: C:\Users\rober\.nuget\packages\microsoft.testplatform.testhost\16.11.0\lib\netcoreapp2.1\Microsoft.TestPlatform.CrossPlatEngine.dll
[15:54:56 VRB] References: C:\Users\rober\.nuget\packages\microsoft.testplatform.testhost\16.11.0\lib\netcoreapp2.1\Microsoft.TestPlatform.PlatformAbstractions.dll
[15:54:56 VRB] References: C:\Users\rober\.nuget\packages\microsoft.testplatform.testhost\16.11.0\lib\netcoreapp2.1\Microsoft.TestPlatform.Utilities.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\Microsoft.VisualBasic.Core.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\Microsoft.VisualBasic.dll
[15:54:56 VRB] References: C:\Users\rober\.nuget\packages\microsoft.codecoverage\16.11.0\lib\netcoreapp1.0\Microsoft.VisualStudio.CodeCoverage.Shim.dll
[15:54:56 VRB] References: C:\Users\rober\.nuget\packages\microsoft.testplatform.testhost\16.11.0\lib\netcoreapp2.1\Microsoft.VisualStudio.TestPlatform.Common.dll
[15:54:56 VRB] References: C:\Users\rober\.nuget\packages\microsoft.testplatform.testhost\16.11.0\lib\netcoreapp2.1\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\Microsoft.Win32.Primitives.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\Microsoft.Win32.Registry.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\mscorlib.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\netstandard.dll
[15:54:56 VRB] References: C:\Users\rober\.nuget\packages\newtonsoft.json\9.0.1\lib\netstandard1.0\Newtonsoft.Json.dll
[15:54:56 VRB] References: C:\Users\rober\.nuget\packages\nuget.frameworks\5.0.0\lib\netstandard2.0\NuGet.Frameworks.dll
[15:54:56 VRB] References: C:\Users\rober\.nuget\packages\nunit\3.13.2\lib\netstandard2.0\nunit.framework.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.AppContext.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Buffers.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Collections.Concurrent.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Collections.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Collections.Immutable.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Collections.NonGeneric.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Collections.Specialized.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.ComponentModel.Annotations.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.ComponentModel.DataAnnotations.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.ComponentModel.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.ComponentModel.EventBasedAsync.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.ComponentModel.Primitives.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.ComponentModel.TypeConverter.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Configuration.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Console.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Core.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Data.Common.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Data.DataSetExtensions.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Data.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Diagnostics.Contracts.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Diagnostics.Debug.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Diagnostics.DiagnosticSource.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Diagnostics.FileVersionInfo.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Diagnostics.Process.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Diagnostics.StackTrace.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Diagnostics.TextWriterTraceListener.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Diagnostics.Tools.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Diagnostics.TraceSource.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Diagnostics.Tracing.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Drawing.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Drawing.Primitives.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Dynamic.Runtime.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Formats.Asn1.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Globalization.Calendars.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Globalization.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Globalization.Extensions.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.IO.Compression.Brotli.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.IO.Compression.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.IO.Compression.FileSystem.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.IO.Compression.ZipFile.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.IO.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.IO.FileSystem.AccessControl.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.IO.FileSystem.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.IO.FileSystem.DriveInfo.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.IO.FileSystem.Primitives.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.IO.FileSystem.Watcher.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.IO.IsolatedStorage.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.IO.MemoryMappedFiles.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.IO.Pipes.AccessControl.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.IO.Pipes.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.IO.UnmanagedMemoryStream.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Linq.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Linq.Expressions.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Linq.Parallel.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Linq.Queryable.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Memory.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Net.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Net.Http.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Net.Http.Json.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Net.HttpListener.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Net.Mail.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Net.NameResolution.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Net.NetworkInformation.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Net.Ping.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Net.Primitives.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Net.Requests.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Net.Security.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Net.ServicePoint.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Net.Sockets.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Net.WebClient.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Net.WebHeaderCollection.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Net.WebProxy.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Net.WebSockets.Client.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Net.WebSockets.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Numerics.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Numerics.Vectors.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.ObjectModel.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Reflection.DispatchProxy.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Reflection.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Reflection.Emit.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Reflection.Emit.ILGeneration.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Reflection.Emit.Lightweight.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Reflection.Extensions.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Reflection.Metadata.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Reflection.Primitives.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Reflection.TypeExtensions.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Resources.Reader.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Resources.ResourceManager.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Resources.Writer.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Runtime.CompilerServices.Unsafe.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Runtime.CompilerServices.VisualC.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Runtime.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Runtime.Extensions.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Runtime.Handles.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Runtime.InteropServices.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Runtime.InteropServices.RuntimeInformation.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Runtime.Intrinsics.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Runtime.Loader.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Runtime.Numerics.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Runtime.Serialization.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Runtime.Serialization.Formatters.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Runtime.Serialization.Json.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Runtime.Serialization.Primitives.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Runtime.Serialization.Xml.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Security.AccessControl.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Security.Claims.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Security.Cryptography.Algorithms.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Security.Cryptography.Cng.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Security.Cryptography.Csp.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Security.Cryptography.Encoding.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Security.Cryptography.OpenSsl.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Security.Cryptography.Primitives.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Security.Cryptography.X509Certificates.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Security.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Security.Principal.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Security.Principal.Windows.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Security.SecureString.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.ServiceModel.Web.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.ServiceProcess.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Text.Encoding.CodePages.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Text.Encoding.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Text.Encoding.Extensions.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Text.Encodings.Web.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Text.Json.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Text.RegularExpressions.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Threading.Channels.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Threading.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Threading.Overlapped.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Threading.Tasks.Dataflow.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Threading.Tasks.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Threading.Tasks.Extensions.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Threading.Tasks.Parallel.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Threading.Thread.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Threading.ThreadPool.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Threading.Timer.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Transactions.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Transactions.Local.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.ValueTuple.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Web.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Web.HttpUtility.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Windows.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Xml.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Xml.Linq.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Xml.ReaderWriter.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Xml.Serialization.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Xml.XDocument.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Xml.XmlDocument.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Xml.XmlSerializer.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Xml.XPath.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\System.Xml.XPath.XDocument.dll
[15:54:56 VRB] References: C:\Users\rober\.nuget\packages\microsoft.testplatform.testhost\16.11.0\lib\netcoreapp2.1\testhost.dll
[15:54:56 VRB] References: C:\repos\UCDD\Core\UCDD.Core\bin\Debug\net472\UCDD.Core.dll
[15:54:56 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.1\ref\net6.0\WindowsBase.dll
[15:54:56 VRB] Succeeded: True
[15:54:56 VRB] **** Buildalyzer result ****
[15:54:56 DBG] Using C:\repos\UCDD\Core\UCDD.Core\UCDD.Core.csproj as project under test
[15:54:56 INF] The project C:\repos\UCDD\Core\UCDD.Core\UCDD.Core.csproj will be mutated.
[15:54:56 DBG] Analyzing solution file ../../../Infrastructure/Engine/UCDD.Infrastructure.Engine.sln
[15:54:56 DBG] Analyzing project file C:\repos\UCDD\Core\UCDD.Core\UCDD.Core.csproj
[15:54:56 INF] Time Elapsed 00:00:01.7116349
Stryker.NET failed to mutate your project. For more information see the logs below:

No valid project analysis results could be found.
dupdob commented 9 months ago

I know this is a bit late, but I reproduce your problem. I am not familiar with Godot, but I failed to build your project from VStudio. Having a quick look at the official documentation, it looks like Godot is piggy packed on top of the Net ecosystem. I any case, the first step is for the project being able to be built with dotnet build or msbuild. And I am not able to do it. May I suggest you ensure your project is buildable with msbuild/dotnet build and then try again. I am afraid there is not much we can do without this.