maui icon indicating copy to clipboard operation
maui copied to clipboard

Optimization can be disabled by setting the PublishTrimmed property to false. (NETSDK1144) (UNMC)

Open Jay-57blocks opened this issue 1 year ago • 5 comments

Description

I just took over a maui project, but I don't know much about it. I tried debugging using the iOS emulator, and the IDE told me there were four mistakes:

image

Steps to Reproduce

Based on IDE improvements, when I added code to.csproj, there was only one error

        <PublishTrimmed>true</PublishTrimmed>
        <MtouchLink>None</MtouchLink>
image

I don't know how to solve this error at the moment. Sorry, I'm not good at maui and c#. I'm learning.

Looking forward to receiving your suggestions and responses

Thanks

Link to public reproduction project repository

No response

Version with bug

Unknown/Other

Is this a regression from previous behavior?

Not sure, did not test other versions

Last version that worked well

Unknown/Other

Affected platforms

iOS

Affected platform versions

No response

Did you find any workaround?

No response

Relevant log output


Building UNMC (Debug)
Build started 4/23/2024 5:31:00 PM.
Environment at start of build:
MSBuildExtensionsPath          = /usr/local/share/dotnet/sdk/8.0.204/
COMPlus_EnableDumpOnSigTerm    = 1
MSBuildSDKsPath                = /usr/local/share/dotnet/sdk/8.0.204/Sdks
COMPlus_EnableCrashReport      = 1
MSBUILD_EXE_PATH               = /usr/local/share/dotnet/sdk/8.0.204/MSBuild.dll
COMPlus_DbgEnableFastHeapDumps = 1
MSBuildUserExtensionsPath      = /Applications/Visual Studio.app/Contents/MonoBundle/AddIns/MonoDevelop.Docker/MSbuild
COMPlus_DbgEnableMiniDump      = 1
DOTNET_HOST_PATH               = /usr/local/share/dotnet/dotnet
DOTNET_ROLL_FORWARD            = LatestMajor
DOTNET_MSBUILD_SDK_RESOLVER_CLI_DIR = /usr/local/share/dotnet
MSBUILDPROJECTROOTELEMENTCACHESIZE = 200

__________________________________________________
Project "/Users/57block/Documents/TWE/unmc/src/UNMC/UNMC.Shared/UNMC.Shared.csproj" (Build target(s)):

Target "_CheckForUnsupportedTargetFramework" skipped, due to false condition; ('$(_UnsupportedTargetFrameworkError)' == 'true') was evaluated as ('' == 'true').
Target "_CollectTargetFrameworkForTelemetry" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets":
  Using "AllowEmptyTelemetry" task from assembly "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/../tools/net8.0/Microsoft.NET.Build.Tasks.dll".
  Task "AllowEmptyTelemetry"
  Done executing task "AllowEmptyTelemetry".
Done building target "_CollectTargetFrameworkForTelemetry" in project "UNMC.Shared.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 ('Windows' != '' and '.NETStandard' == '.NETCoreApp' and False And ('' != 'true' Or '' == '')).
Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true').
Target "_CheckForUnsupportedNETCoreVersion" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' And '$(NETCoreAppMaximumVersion)' != '') was evaluated as ('.NETStandard' == '.NETCoreApp' And '8.0' != '').
Target "_CheckForEolTargetFrameworks" skipped, due to false condition; ('@(_EolNetCoreTargetFrameworkVersions->AnyHaveMetadataValue('Identity', '$(_TargetFrameworkVersionWithoutV)'))' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(CheckEolTargetFramework)' == 'true') was evaluated as ('true' and '.NETStandard' == '.NETCoreApp' and '' == 'true').
Target "_CheckForEolWorkloads" skipped, due to false condition; ('@(EolWorkload)' != '' and '$(CheckEolWorkloads)' == 'true') was evaluated as ('' != '' and 'true' == 'true').
Target "_CheckForUnsupportedCppNETCoreVersion" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets":
  Task "NETSdkError" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(_TargetFrameworkVersionWithoutV)' < '3.1' and ('$(Language)' == 'C++' and '$(_EnablePackageReferencesInVCProjects)' != 'true')) was evaluated as ('.NETStandard' == '.NETCoreApp' and '2.0' < '3.1' and ('C#' == 'C++' and '' != 'true')).
Done building target "_CheckForUnsupportedCppNETCoreVersion" in project "UNMC.Shared.csproj".
Target "_CheckForUnsupportedNETStandardVersion" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets":
  Task "NETSdkError" skipped, due to false condition; ('$(_TargetFrameworkVersionWithoutV)' > '$(NETStandardMaximumVersion)') was evaluated as ('2.0' > '2.1').
Done building target "_CheckForUnsupportedNETStandardVersion" in project "UNMC.Shared.csproj".
Target "_CheckForUnsupportedTargetFrameworkAndFeatureCombination" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETFramework') was evaluated as ('.NETStandard' == '.NETFramework').
Target "_CheckForSupportedOSPlatformVersionHigherThanTargetPlatformVersion" skipped, due to false condition; ('$(TargetPlatformVersion)' != '' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), 5.0))) was evaluated as ('7.0' != '' and '.NETStandard' == '.NETCoreApp' and False).
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 ('7.0' != '' and '.NETStandard' == '.NETCoreApp' and False and ('C#' != 'C++' or '' == 'true')).
Target "_CheckForUnsupportedArtifactsPath" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DefaultOutputPaths.targets":
  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').
Done building target "_CheckForUnsupportedArtifactsPath" in project "UNMC.Shared.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 ('.NETStandard' == '.NETCoreApp' and '' == 'true').
Target "_CheckForUnsupportedHostingUsage" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp') was evaluated as ('.NETStandard' == '.NETCoreApp').
Target "_CheckAndUnsetUnsupportedPrefer32Bit" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(_TargetFrameworkVersionWithoutV)' >= '7.0') was evaluated as ('.NETStandard' == '.NETCoreApp' and '2.0' >= '7.0').
Target "_CheckForMismatchingPlatform" skipped, due to false condition; ('$(RuntimeIdentifier)' != '' and '$(PlatformTarget)' != '') was evaluated as ('' != '' and '' != '').
Target "_CheckForLanguageAndFeatureCombinationSupport" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets":
  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 '.NETStandard' == '.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').
Done building target "_CheckForLanguageAndFeatureCombinationSupport" in project "UNMC.Shared.csproj".
Target "_CheckForNETCoreSdkIsPreview" skipped, due to false condition; ( '$(_NETCoreSdkIsPreview)' == 'true' AND '$(SuppressNETCoreSdkPreviewMessage)' != 'true' ) was evaluated as ( 'false' == 'true' AND '' != 'true' ).
Target "_GetProjectJsonPath" in file "/usr/local/share/dotnet/sdk/8.0.204/NuGet.targets":
  Task "GetRestoreProjectJsonPathTask" skipped, due to false condition; ( '$(RestoreProjectStyle)' == 'ProjectJson' OR '$(RestoreProjectStyle)' == '' ) was evaluated as ( 'PackageReference' == 'ProjectJson' OR 'PackageReference' == '' ).
Done building target "_GetProjectJsonPath" in project "UNMC.Shared.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 ('Windows' != '' and '.NETStandard' == '.NETCoreApp' and False And ('' != 'true' Or '' == '')).
Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true').
Target "_CheckForUnsupportedNETCoreVersion" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' And '$(NETCoreAppMaximumVersion)' != '') was evaluated as ('.NETStandard' == '.NETCoreApp' And '8.0' != '').
Target "_CheckForEolTargetFrameworks" skipped, due to false condition; ('@(_EolNetCoreTargetFrameworkVersions->AnyHaveMetadataValue('Identity', '$(_TargetFrameworkVersionWithoutV)'))' and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(CheckEolTargetFramework)' == 'true') was evaluated as ('true' and '.NETStandard' == '.NETCoreApp' and '' == 'true').
Target "_CheckForEolWorkloads" skipped, due to false condition; ('@(EolWorkload)' != '' and '$(CheckEolWorkloads)' == 'true') was evaluated as ('' != '' and 'true' == 'true').
Target "_CheckForUnsupportedTargetFrameworkAndFeatureCombination" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETFramework') was evaluated as ('.NETStandard' == '.NETFramework').
Target "UpdateAspNetToFrameworkReference" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' And '$(_TargetFrameworkVersionWithoutV)' >= '3.0') was evaluated as ('.NETStandard' == '.NETCoreApp' And '2.0' >= '3.0').
Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETStandard,Version=v2.0' != '' and '.NETStandard' == '.NETFramework' and 'true' == 'true').
Target "CheckForImplicitPackageReferenceOverrides" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets":
  Using "CheckForImplicitPackageReferenceOverrides" task from assembly "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/../tools/net8.0/Microsoft.NET.Build.Tasks.dll".
  Task "CheckForImplicitPackageReferenceOverrides"
  Done executing task "CheckForImplicitPackageReferenceOverrides".
Done building target "CheckForImplicitPackageReferenceOverrides" in project "UNMC.Shared.csproj".
Target "ApplyImplicitVersions" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets":
  Using "ApplyImplicitVersions" task from assembly "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/../tools/net8.0/Microsoft.NET.Build.Tasks.dll".
  Task "ApplyImplicitVersions"
  Done executing task "ApplyImplicitVersions".
Done building target "ApplyImplicitVersions" in project "UNMC.Shared.csproj".
Target "CheckForImplicitPackageReferenceOverrides" skipped. Previously built successfully.
Target "ProcessFrameworkReferences" skipped, due to false condition; ('@(FrameworkReference)' != '' Or '$(_RequiresILLinkPack)' == 'true') was evaluated as ('' != '' Or '' == 'true').
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 ('7.0' != '' and '.NETStandard' == '.NETCoreApp' and False and ('C#' != 'C++' or '' == 'true')).
Target "_ComputeToolPackInputsToProcessFrameworkReferences" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets":
Done building target "_ComputeToolPackInputsToProcessFrameworkReferences" in project "UNMC.Shared.csproj".
Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETStandard,Version=v2.0' != '' and '.NETStandard' == '.NETFramework' and 'true' == 'true').
Target "_AddMicrosoftNetCompilerToolsetFrameworkPackage" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets":
  Task "NETSdkWarning" skipped, due to false condition; ('@(PackageReference->AnyHaveMetadataValue('Identity', 'Microsoft.Net.Compilers.Toolset.Framework'))' == 'true') was evaluated as ('false' == 'true').
Done building target "_AddMicrosoftNetCompilerToolsetFrameworkPackage" in project "UNMC.Shared.csproj".
Target "_CheckForObsoleteDotNetCliToolReferences" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ObsoleteReferences.targets":
  Task "NETSdkWarning" skipped, due to false condition; ( '%(_ReferenceToObsoleteDotNetCliTool.Identity)' != '' ) was evaluated as ( '' != '' ).
Done building target "_CheckForObsoleteDotNetCliToolReferences" in project "UNMC.Shared.csproj".
Target "CollectPackageReferences" in file "/usr/local/share/dotnet/sdk/8.0.204/NuGet.targets":
  Assembly loaded during TaskRun: NuGet.Build.Tasks, Version=6.9.1.3, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/local/share/dotnet/sdk/8.0.204/NuGet.Build.Tasks.dll, MVID: 33b09c1e-6894-4d4a-9d18-cd7327cfe6c1, AssemblyLoadContext: MSBuild plugin /usr/local/share/dotnet/sdk/8.0.204/NuGet.Build.Tasks.dll)
  Assembly loaded during TaskRun: NuGet.Common, Version=6.9.1.3, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/local/share/dotnet/sdk/8.0.204/NuGet.Common.dll, MVID: a262e05f-083e-411d-a1c4-2e6195b1b293, AssemblyLoadContext: MSBuild plugin /usr/local/share/dotnet/sdk/8.0.204/NuGet.Build.Tasks.dll)
  Assembly loaded during TaskRun: NuGet.Commands, Version=6.9.1.3, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/local/share/dotnet/sdk/8.0.204/NuGet.Commands.dll, MVID: eb7233f2-5f7b-4bae-8a19-18a3018b35b1, AssemblyLoadContext: MSBuild plugin /usr/local/share/dotnet/sdk/8.0.204/NuGet.Build.Tasks.dll)
  Assembly loaded during TaskRun: NuGet.ProjectModel, Version=6.9.1.3, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/local/share/dotnet/sdk/8.0.204/NuGet.ProjectModel.dll, MVID: 551473ad-ea1f-4bb7-ad0a-7d1551ab44c2, AssemblyLoadContext: MSBuild plugin /usr/local/share/dotnet/sdk/8.0.204/NuGet.Build.Tasks.dll)
  Using "CheckForDuplicateNuGetItemsTask" task from assembly "/usr/local/share/dotnet/sdk/8.0.204/NuGet.Build.Tasks.dll".
  Task "CheckForDuplicateNuGetItemsTask"
  Done executing task "CheckForDuplicateNuGetItemsTask".
Done building target "CollectPackageReferences" in project "UNMC.Shared.csproj".
Target "_GetRestoreProjectStyle" in file "/usr/local/share/dotnet/sdk/8.0.204/NuGet.targets":
  Using "GetRestoreProjectStyleTask" task from assembly "/usr/local/share/dotnet/sdk/8.0.204/NuGet.Build.Tasks.dll".
  Task "GetRestoreProjectStyleTask"
  Done executing task "GetRestoreProjectStyleTask".
Done building target "_GetRestoreProjectStyle" in project "UNMC.Shared.csproj".
Target "EnableIntermediateOutputPathMismatchWarning" in file "/usr/local/share/dotnet/sdk/8.0.204/NuGet.targets":
Done building target "EnableIntermediateOutputPathMismatchWarning" in project "UNMC.Shared.csproj".
Target "ApplyImplicitVersions" skipped. Previously built successfully.
Target "CheckForImplicitPackageReferenceOverrides" skipped. Previously built successfully.
Target "CheckForDuplicateItems" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets":
  Using "CheckForDuplicateItems" task from assembly "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/../tools/net8.0/Microsoft.NET.Build.Tasks.dll".
  Task "CheckForDuplicateItems"
  Done executing task "CheckForDuplicateItems".
  Task "CheckForDuplicateItems"
  Done executing task "CheckForDuplicateItems".
  Task "CheckForDuplicateItems"
  Done executing task "CheckForDuplicateItems".
Done building target "CheckForDuplicateItems" in project "UNMC.Shared.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 '.NETStandard' == '.NETCoreApp' and False).
Target "_CheckForInvalidWindowsDesktopTargetingConfiguration" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(_TargetFrameworkVersionWithoutV), '5.0')) and ('$(UseWindowsForms)' == 'true' or '$(UseWPF)' == 'true')) was evaluated as ('.NETStandard' == '.NETCoreApp' and False 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 ('.NETStandard' == '.NETCoreApp' and False and '' == 'true' and '' == '').
Target "ProcessFrameworkReferences" skipped, due to false condition; ('@(FrameworkReference)' != '' Or '$(_RequiresILLinkPack)' == 'true') was evaluated as ('' != '' Or 'false' == 'true').
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 ('7.0' != '' and '.NETStandard' == '.NETCoreApp' and False and ('C#' != 'C++' or '' == 'true')).
Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETStandard,Version=v2.0' != '' and '.NETStandard' == '.NETFramework' and 'true' == 'true').
Target "_CheckForInvalidConfigurationAndPlatform" in file "/usr/local/share/dotnet/sdk/8.0.204/Microsoft.Common.CurrentVersion.targets":
  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' ).
  Using "Message" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
  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/netstandard2.0/' != '' and !HasTrailingSlash('bin/Debug/netstandard2.0/')).
  Task "Error" skipped, due to false condition; ('$(IntermediateOutputPath)' != '' and !HasTrailingSlash('$(IntermediateOutputPath)')) was evaluated as ('obj/Debug/netstandard2.0/' != '' and !HasTrailingSlash('obj/Debug/netstandard2.0/')).
  Task "Error" skipped, due to false condition; ('$(BaseIntermediateOutputPath)' != '' and !HasTrailingSlash('$(BaseIntermediateOutputPath)')) was evaluated as ('obj/' != '' and !HasTrailingSlash('obj/')).
  Task "Error" skipped, due to false condition; ( '$(_InitialMSBuildProjectExtensionsPath)' != '' And '$(MSBuildProjectExtensionsPath)' != '$(_InitialMSBuildProjectExtensionsPath)' ) was evaluated as ( '/Users/57block/Documents/TWE/unmc/src/UNMC/UNMC.Shared/obj/' != '' And '/Users/57block/Documents/TWE/unmc/src/UNMC/UNMC.Shared/obj/' != '/Users/57block/Documents/TWE/unmc/src/UNMC/UNMC.Shared/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/' != '/Users/57block/Documents/TWE/unmc/src/UNMC/UNMC.Shared/obj/' ).
Done building target "_CheckForInvalidConfigurationAndPlatform" in project "UNMC.Shared.csproj".
Target "ValidateCommandLineProperties" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets":
Done building target "ValidateCommandLineProperties" in project "UNMC.Shared.csproj".
Target "BeforeBuild" in file "/usr/local/share/dotnet/sdk/8.0.204/Microsoft.Common.CurrentVersion.targets":
Done building target "BeforeBuild" in project "UNMC.Shared.csproj".
Target "_CheckForBuildWithNoBuild" skipped, due to false condition; ('$(NoBuild)' == 'true' and '$(GeneratePackageOnBuild)' != 'true') was evaluated as ('' == 'true' and 'false' != 'true').
Target "BuildOnlySettings" in file "/usr/local/share/dotnet/sdk/8.0.204/Microsoft.Common.CurrentVersion.targets":
Done building target "BuildOnlySettings" in project "UNMC.Shared.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 ('Windows' != '' and '.NETStandard' == '.NETCoreApp' and False And ('' != 'true' Or '' == '')).
Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true').
Target "GetFrameworkPaths" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets":
Done building target "GetFrameworkPaths" in project "UNMC.Shared.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 ('Windows' != '' and '.NETStandard' == '.NETCoreApp' and False And ('' != 'true' Or '' == '')).
Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true').
Target "GetReferenceAssemblyPaths" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets":
Done building target "GetReferenceAssemblyPaths" in project "UNMC.Shared.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').
Target "PrepareForBuild" in file "/usr/local/share/dotnet/sdk/8.0.204/Microsoft.Common.CurrentVersion.targets":
  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".
Done building target "PrepareForBuild" in project "UNMC.Shared.csproj".
Target "GenerateGlobalUsings" skipped, due to false condition; (@(Using->Count()) != 0) was evaluated as (0 != 0).
Target "PreBuildEvent" skipped, due to false condition; ('$(PreBuildEvent)'!='') was evaluated as (''!='').
Target "_BlockWinMDsOnUnsupportedTFMs" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(TargetFrameworkVersion), '5.0'))) was evaluated as ('.NETStandard' == '.NETCoreApp' and False).
Target "BeforeResolveReferences" in file "/usr/local/share/dotnet/sdk/8.0.204/Microsoft.Common.CurrentVersion.targets":
Done building target "BeforeResolveReferences" in project "UNMC.Shared.csproj".
Target "IgnoreJavaScriptOutputAssembly" in file "/usr/local/share/dotnet/sdk/8.0.204/Microsoft.Common.CurrentVersion.targets":
Done building target "IgnoreJavaScriptOutputAssembly" in project "UNMC.Shared.csproj".
Target "ProcessFrameworkReferences" skipped, due to false condition; ('@(FrameworkReference)' != '' Or '$(_RequiresILLinkPack)' == 'true') was evaluated as ('' != '' Or 'false' == 'true').
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 ('7.0' != '' and '.NETStandard' == '.NETCoreApp' and False and ('C#' != 'C++' or '' == 'true')).
Target "_DefaultMicrosoftNETPlatformLibrary" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Shared.targets":
Done building target "_DefaultMicrosoftNETPlatformLibrary" in project "UNMC.Shared.csproj".
Target "_ComputePackageReferencePublish" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Shared.targets":
Done building target "_ComputePackageReferencePublish" in project "UNMC.Shared.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.9' == '' And
                     ('C#' == 'C#' Or 'C#' == 'VB') And
                     Exists('/usr/local/share/dotnet/sdk/8.0.204/Roslyn\Microsoft.Build.Tasks.CodeAnalysis.dll')).
Target "ResolvePackageAssets" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets":
  Using "ResolvePackageAssets" task from assembly "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/../tools/net8.0/Microsoft.NET.Build.Tasks.dll".
  Task "ResolvePackageAssets"
  Done executing task "ResolvePackageAssets".
Done building target "ResolvePackageAssets" in project "UNMC.Shared.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 ('.NETStandard' == '.NETCoreApp' and False and 'Windows' != 'Windows' and '' != '').
Target "AddTransitiveFrameworkReferences" skipped, due to false condition; ('@(TransitiveFrameworkReference)' != '') was evaluated as ('' != '').
Target "ResolveLockFileReferences" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets":
  Using "JoinItems" task from assembly "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/../tools/net8.0/Microsoft.NET.Build.Tasks.dll".
  Task "JoinItems"
  Done executing task "JoinItems".
Done building target "ResolveLockFileReferences" in project "UNMC.Shared.csproj".
Target "ResolvePackageAssets" skipped. Previously built successfully.
Target "ResolveLockFileAnalyzers" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets":
Done building target "ResolveLockFileAnalyzers" in project "UNMC.Shared.csproj".
Target "ResolvePackageAssets" skipped. Previously built successfully.
Target "RunProduceContentAssets" skipped, due to false condition; ('@(_ContentFilesToPreprocess)' != '' and '$(_CleaningWithoutRebuilding)' != 'true') was evaluated as ('' != '' and '' != 'true').
Target "ResolveLockFileCopyLocalFiles" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets":
Done building target "ResolveLockFileCopyLocalFiles" in project "UNMC.Shared.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.
Target "IncludeTransitiveProjectReferences" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets":
Done building target "IncludeTransitiveProjectReferences" in project "UNMC.Shared.csproj".
Target "ResolvePackageDependenciesForBuild" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets":
Done building target "ResolvePackageDependenciesForBuild" in project "UNMC.Shared.csproj".
Target "AssignProjectConfiguration" in file "/usr/local/share/dotnet/sdk/8.0.204/Microsoft.Common.CurrentVersion.targets":
  Using "AssignProjectConfiguration" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
  Task "AssignProjectConfiguration"
  Done executing task "AssignProjectConfiguration".
Done building target "AssignProjectConfiguration" in project "UNMC.Shared.csproj".
Target "AssignProjectConfiguration" skipped. Previously built successfully.
Target "_SplitProjectReferencesByFileExistence" in file "/usr/local/share/dotnet/sdk/8.0.204/Microsoft.Common.CurrentVersion.targets":
  Task "ResolveNonMSBuildProjectOutput" skipped, due to false condition; ('$(BuildingInsideVisualStudio)'=='true' and '@(ProjectReferenceWithConfiguration)'!='') was evaluated as ('true'=='true' and ''!='').
Done building target "_SplitProjectReferencesByFileExistence" in project "UNMC.Shared.csproj".
Target "_AddOutputPathToGlobalPropertiesToRemove" in file "/usr/local/share/dotnet/sdk/8.0.204/Microsoft.Common.CurrentVersion.targets":
Done building target "_AddOutputPathToGlobalPropertiesToRemove" in project "UNMC.Shared.csproj".
Target "_GetProjectReferenceTargetFrameworkProperties" in file "/usr/local/share/dotnet/sdk/8.0.204/Microsoft.Common.CurrentVersion.targets":
  Using "MSBuild" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
  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 '.NETStandard,Version=v2.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 '.NETStandard,Version=v2.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".
Done building target "_GetProjectReferenceTargetFrameworkProperties" in project "UNMC.Shared.csproj".
Target "ValidateExecutableReferences" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets":
  Using "ValidateExecutableReferences" task from assembly "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/../tools/net8.0/Microsoft.NET.Build.Tasks.dll".
  Task "ValidateExecutableReferences"
  Done executing task "ValidateExecutableReferences".
Done building target "ValidateExecutableReferences" in project "UNMC.Shared.csproj".
Target "_GetProjectReferencePlatformProperties" skipped, due to false condition; ('$(EnableDynamicPlatformResolution)' == 'true'
                     and '@(_MSBuildProjectReferenceExistent)' != '') was evaluated as ('' == 'true'
                     and '' != '').
Target "PrepareProjectReferences" in file "/usr/local/share/dotnet/sdk/8.0.204/Microsoft.Common.CurrentVersion.targets":
Done building target "PrepareProjectReferences" in project "UNMC.Shared.csproj".
Target "ResolveProjectReferences" in file "/usr/local/share/dotnet/sdk/8.0.204/Microsoft.Common.CurrentVersion.targets":
  Property 'VisualStudioVersion' with value '17.0' expanded from the environment.
  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' == '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' != '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)' != '') was evaluated as ('' != '' and '' != '').
Done building target "ResolveProjectReferences" in project "UNMC.Shared.csproj".
Target "RemoveManagedWinRTComponentWinMDReferences" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Windows.targets":
Done building target "RemoveManagedWinRTComponentWinMDReferences" in project "UNMC.Shared.csproj".
Target "AddWinRTComponentImplementationReference" skipped, due to false condition; ('@(ManagedWinRTComponentImplementations)' != '') was evaluated as ('' != '').
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 ('' != '').
Target "ResolveSDKReferences" in file "/usr/local/share/dotnet/sdk/8.0.204/Microsoft.Common.CurrentVersion.targets":
  Task "ResolveSDKReference" skipped, due to false condition; ('@(SDKReference)'!='') was evaluated as (''!='').
Done building target "ResolveSDKReferences" in project "UNMC.Shared.csproj".
Target "ResolveSDKReferences" skipped. Previously built successfully.
Target "ExpandSDKReferences" in file "/usr/local/share/dotnet/sdk/8.0.204/Microsoft.Common.CurrentVersion.targets":
  Task "GetSDKReferenceFiles" skipped, due to false condition; ('@(ResolvedSDKReference)'!='') was evaluated as (''!='').
Done building target "ExpandSDKReferences" in project "UNMC.Shared.csproj".
Target "ResolvePackageDependenciesForBuild" skipped. Previously built successfully.
Target "GetFrameworkPaths" skipped. Previously built successfully.
Target "GetReferenceAssemblyPaths" skipped. Previously built successfully.
Target "ResolveTargetingPackAssets" skipped, due to false condition; ('@(FrameworkReference)' != '') was evaluated as ('' != '').
Target "ResolveOffByDefaultAnalyzers" skipped, due to false condition; ('@(FrameworkReference)' != '') was evaluated as ('' != '').
Target "_HandlePackageFileConflicts" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ConflictResolution.targets":
  Using "ResolvePackageFileConflicts" task from assembly "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/../tools/net8.0/Microsoft.NET.Build.Tasks.dll".
  Task "ResolvePackageFileConflicts"
  Done executing task "ResolvePackageFileConflicts".
Done building target "_HandlePackageFileConflicts" in project "UNMC.Shared.csproj".
Target "ResolveTargetingPackAssets" skipped, due to false condition; ('@(FrameworkReference)' != '') was evaluated as ('' != '').
Target "ResolveOffByDefaultAnalyzers" skipped, due to false condition; ('@(FrameworkReference)' != '') was evaluated as ('' != '').
Target "ResolveAssemblyReferences" in file "/usr/local/share/dotnet/sdk/8.0.204/Microsoft.Common.CurrentVersion.targets":
  Using "ResolveAssemblyReference" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
  Task "ResolveAssemblyReference"
    TargetFrameworkMoniker:
        .NETStandard,Version=v2.0
    TargetFrameworkMonikerDisplayName:
        .NET Standard 2.0
    TargetedRuntimeVersion:
        
    Assemblies:
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/netstandard.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/Microsoft.Win32.Primitives.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.AppContext.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Collections.Concurrent.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Collections.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Collections.NonGeneric.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Collections.Specialized.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.ComponentModel.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.ComponentModel.EventBasedAsync.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.ComponentModel.Primitives.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.ComponentModel.TypeConverter.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Console.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Data.Common.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Diagnostics.Contracts.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Diagnostics.Debug.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Diagnostics.FileVersionInfo.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Diagnostics.Process.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Diagnostics.StackTrace.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Diagnostics.TextWriterTraceListener.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Diagnostics.Tools.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Diagnostics.TraceSource.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Diagnostics.Tracing.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Drawing.Primitives.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Dynamic.Runtime.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Globalization.Calendars.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Globalization.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Globalization.Extensions.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.Compression.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.Compression.ZipFile.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.FileSystem.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.FileSystem.DriveInfo.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.FileSystem.Primitives.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.FileSystem.Watcher.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.IsolatedStorage.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.MemoryMappedFiles.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.Pipes.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.UnmanagedMemoryStream.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Linq.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Linq.Expressions.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Linq.Parallel.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Linq.Queryable.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.Http.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.NameResolution.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.NetworkInformation.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.Ping.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.Primitives.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.Requests.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.Security.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.Sockets.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.WebHeaderCollection.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.WebSockets.Client.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.WebSockets.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.ObjectModel.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Reflection.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Reflection.Extensions.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Reflection.Primitives.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Resources.Reader.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Resources.ResourceManager.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Resources.Writer.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.CompilerServices.VisualC.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.Extensions.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.Handles.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.InteropServices.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.InteropServices.RuntimeInformation.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.Numerics.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.Serialization.Formatters.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.Serialization.Json.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.Serialization.Primitives.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.Serialization.Xml.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Security.Claims.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Security.Cryptography.Algorithms.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Security.Cryptography.Csp.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Security.Cryptography.Encoding.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Security.Cryptography.Primitives.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Security.Cryptography.X509Certificates.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Security.Principal.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Security.SecureString.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Text.Encoding.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Text.Encoding.Extensions.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Text.RegularExpressions.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Threading.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Threading.Overlapped.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Threading.Tasks.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Threading.Tasks.Parallel.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Threading.Thread.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Threading.ThreadPool.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Threading.Timer.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.ValueTuple.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Xml.ReaderWriter.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Xml.XDocument.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Xml.XmlDocument.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Xml.XmlSerializer.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Xml.XPath.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Xml.XPath.XDocument.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/mscorlib.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.ComponentModel.Composition.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Core.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Data.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Drawing.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.Compression.FileSystem.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Numerics.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.Serialization.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.ServiceModel.Web.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Transactions.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Web.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Windows.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Xml.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Xml.Linq.dll
            Private = 'false'
        /Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Xml.Serialization.dll
            Private = 'false'
        /Users/57block/.nuget/packages/bouncycastle.netcore/1.8.10/lib/netstandard2.0/BouncyCastle.Crypto.dll
            Private = 'false'
            HintPath = '/Users/57block/.nuget/packages/bouncycastle.netcore/1.8.10/lib/netstandard2.0/BouncyCastle.Crypto.dll'
        /Users/57block/.nuget/packages/google.protobuf/3.19.4/lib/netstandard2.0/Google.Protobuf.dll
            Private = 'false'
            HintPath = '/Users/57block/.nuget/packages/google.protobuf/3.19.4/lib/netstandard2.0/Google.Protobuf.dll'
        /Users/57block/.nuget/packages/newtonsoft.json/13.0.3/lib/netstandard2.0/Newtonsoft.Json.dll
            Private = 'false'
            HintPath = '/Users/57block/.nuget/packages/newtonsoft.json/13.0.3/lib/netstandard2.0/Newtonsoft.Json.dll'
        /Users/57block/.nuget/packages/system.buffers/4.4.0/ref/netstandard2.0/System.Buffers.dll
            Private = 'false'
            HintPath = '/Users/57block/.nuget/packages/system.buffers/4.4.0/ref/netstandard2.0/System.Buffers.dll'
        /Users/57block/.nuget/packages/system.memory/4.5.3/lib/netstandard2.0/System.Memory.dll
            Private = 'false'
            HintPath = '/Users/57block/.nuget/packages/system.memory/4.5.3/lib/netstandard2.0/System.Memory.dll'
        /Users/57block/.nuget/packages/system.numerics.vectors/4.4.0/ref/netstandard2.0/System.Numerics.Vectors.dll
            Private = 'false'
            HintPath = '/Users/57block/.nuget/packages/system.numerics.vectors/4.4.0/ref/netstandard2.0/System.Numerics.Vectors.dll'
        /Users/57block/.nuget/packages/system.runtime.compilerservices.unsafe/4.5.2/ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll
            Private = 'false'
            HintPath = '/Users/57block/.nuget/packages/system.runtime.compilerservices.unsafe/4.5.2/ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll'
        /Users/57block/.nuget/packages/uneeg.marco.recorder.api/3.1.9.17050/lib/netstandard2.0/Api.dll
            Private = 'false'
            HintPath = '/Users/57block/.nuget/packages/uneeg.marco.recorder.api/3.1.9.17050/lib/netstandard2.0/Api.dll'
        /Users/57block/.nuget/packages/uneeg.marco.recorder.api/3.1.9.17050/lib/netstandard2.0/Interfaces.dll
            Private = 'false'
            HintPath = '/Users/57block/.nuget/packages/uneeg.marco.recorder.api/3.1.9.17050/lib/netstandard2.0/Interfaces.dll'
        /Users/57block/.nuget/packages/uneeg.marco.recorder.api/3.1.9.17050/lib/netstandard2.0/Ipc.dll
            Private = 'false'
            HintPath = '/Users/57block/.nuget/packages/uneeg.marco.recorder.api/3.1.9.17050/lib/netstandard2.0/Ipc.dll'
    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/netstandard2.0/UNMC.Shared.csproj.AssemblyReference.cache
    InstalledAssemblySubsetTables:
    IgnoreInstalledAssemblySubsetTable:
        False
    TargetFrameworkSubsets:
    FullTargetFrameworkSubsetNames:
        Full
    ProfileName:
        
    FullFrameworkFolders:
    LatestTargetFrameworkDirectories:
    ProfileTablesLocation:
    Primary reference "netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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 "".
    Primary reference "Microsoft.Win32.Primitives, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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 "System.AppContext, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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.Collections.Concurrent, Version=4.0.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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, Version=4.0.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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.Collections.NonGeneric, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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.ComponentModel, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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.ComponentModel.EventBasedAsync, Version=4.0.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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.Console, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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.Data.Common, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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.Diagnostics.Contracts, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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=4.0.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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.FileVersionInfo, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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=4.0.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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.Dynamic.Runtime, Version=4.0.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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.Globalization.Calendars, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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, Version=4.0.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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.Globalization.Extensions, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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.IO.Compression, Version=4.1.3.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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.Compression.ZipFile, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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.IO.FileSystem, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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.FileSystem.DriveInfo, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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.IsolatedStorage, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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.Pipes, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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.Linq, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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.Linq.Expressions, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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.Net.Http, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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.NameResolution, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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=4.0.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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.Requests, Version=4.0.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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.Sockets, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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.WebHeaderCollection, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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.WebSockets.Client, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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.ObjectModel, Version=4.0.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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.Reflection.Extensions, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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.Resources.Reader, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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.VisualC, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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.Runtime.Extensions, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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.InteropServices.RuntimeInformation, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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.Numerics, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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=4.1.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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=4.1.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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.Security.Claims, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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=4.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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.Csp, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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.Principal, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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.Text.Encoding, Version=4.0.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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.Encoding.Extensions, Version=4.0.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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.RegularExpressions, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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, Version=4.0.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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.Threading.Overlapped, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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, Version=4.0.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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.Tasks.Parallel, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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.Thread, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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=4.0.12.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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.ValueTuple, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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.Xml.ReaderWriter, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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.XDocument, Version=4.0.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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.XmlDocument, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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=4.0.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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.XPath, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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.XPath.XDocument, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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 "mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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 "System.ComponentModel.Composition, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.ComponentModel.Composition.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 "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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 "System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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.IO.Compression.FileSystem, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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.Net, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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.ServiceModel.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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.Transactions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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 "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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.Xml.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
        Resolved file path is "/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/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 "BouncyCastle.Crypto, Version=1.8.8.0, Culture=neutral, PublicKeyToken=null".
        Resolved file path is "/Users/57block/.nuget/packages/bouncycastle.netcore/1.8.10/lib/netstandard2.0/BouncyCastle.Crypto.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 "Google.Protobuf, Version=3.19.4.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604".
        Resolved file path is "/Users/57block/.nuget/packages/google.protobuf/3.19.4/lib/netstandard2.0/Google.Protobuf.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 "Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed".
        Resolved file path is "/Users/57block/.nuget/packages/newtonsoft.json/13.0.3/lib/netstandard2.0/Newtonsoft.Json.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 "System.Buffers, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51".
        Resolved file path is "/Users/57block/.nuget/packages/system.buffers/4.4.0/ref/netstandard2.0/System.Buffers.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 "System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51".
        Resolved file path is "/Users/57block/.nuget/packages/system.memory/4.5.3/lib/netstandard2.0/System.Memory.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 "System.Numerics.Vectors, Version=4.1.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/system.numerics.vectors/4.4.0/ref/netstandard2.0/System.Numerics.Vectors.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 "System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
        Resolved file path is "/Users/57block/.nuget/packages/system.runtime.compilerservices.unsafe/4.5.2/ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.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 "Api, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null".
        Resolved file path is "/Users/57block/.nuget/packages/uneeg.marco.recorder.api/3.1.9.17050/lib/netstandard2.0/Api.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 "Interfaces, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null".
        Resolved file path is "/Users/57block/.nuget/packages/uneeg.marco.recorder.api/3.1.9.17050/lib/netstandard2.0/Interfaces.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 "Ipc, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null".
        Resolved file path is "/Users/57block/.nuget/packages/uneeg.marco.recorder.api/3.1.9.17050/lib/netstandard2.0/Ipc.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 "".
  Done executing task "ResolveAssemblyReference".
Done building target "ResolveAssemblyReferences" in project "UNMC.Shared.csproj".
Target "_ErrorOnUnresolvedWindowsSDKAssemblyConflict" skipped, due to false condition; ( '@(ResolveAssemblyReferenceUnresolvedAssemblyConflicts)' != '' ) was evaluated as ( '' != '' ).
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 '.NETStandard' == '.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 ''!='').
Target "AfterResolveReferences" in file "/usr/local/share/dotnet/sdk/8.0.204/Microsoft.Common.CurrentVersion.targets":
Done building target "AfterResolveReferences" in project "UNMC.Shared.csproj".
Target "ResolveReferences" in file "/usr/local/share/dotnet/sdk/8.0.204/Microsoft.Common.CurrentVersion.targets":
Done building target "ResolveReferences" in project "UNMC.Shared.csproj".
Target "ResolvePackageDependenciesForBuild" skipped. Previously built successfully.
Target "_HandlePackageFileConflicts" skipped. Previously built successfully.
Target "CopyAdditionalFiles" in file "/usr/local/share/dotnet/sdk/8.0.204/Roslyn/Microsoft.Managed.Core.targets":
Done building target "CopyAdditionalFiles" in project "UNMC.Shared.csproj".
Target "_ComputeNETCoreBuildOutputFiles" skipped, due to false condition; ('$(ComputeNETCoreBuildOutputFiles)' == 'true') was evaluated as ('' == 'true').
Target "AssignTargetPaths" in file "/usr/local/share/dotnet/sdk/8.0.204/Microsoft.Common.CurrentVersion.targets":
  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 ''=='.manifest').
Done building target "AssignTargetPaths" in project "UNMC.Shared.csproj".
Target "AssignTargetPaths" skipped. Previously built successfully.
Target "SplitResourcesByCulture" in file "/usr/local/share/dotnet/sdk/8.0.204/Microsoft.Common.CurrentVersion.targets":
  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".
Done building target "SplitResourcesByCulture" in project "UNMC.Shared.csproj".
Target "CreateManifestResourceNames" skipped, due to false condition; ('@(EmbeddedResource)' != '') was evaluated as ('' != '').
Target "CreateCustomManifestResourceNames" in file "/usr/local/share/dotnet/sdk/8.0.204/Microsoft.Common.CurrentVersion.targets":
Done building target "CreateCustomManifestResourceNames" in project "UNMC.Shared.csproj".
Target "PrepareResourceNames" in file "/usr/local/share/dotnet/sdk/8.0.204/Microsoft.Common.CurrentVersion.targets":
Done building target "PrepareResourceNames" in project "UNMC.Shared.csproj".
Target "ResolveAssemblyReferences" skipped. Previously built successfully.
Target "SplitResourcesByCulture" skipped. Previously built successfully.
Target "BeforeResGen" in file "/usr/local/share/dotnet/sdk/8.0.204/Microsoft.Common.CurrentVersion.targets":
Done building target "BeforeResGen" in project "UNMC.Shared.csproj".
Target "ResolveReferences" skipped. Previously built successfully.
Target "FindReferenceAssembliesForReferences" in file "/usr/local/share/dotnet/sdk/8.0.204/Microsoft.Common.CurrentVersion.targets":
Done building target "FindReferenceAssembliesForReferences" in project "UNMC.Shared.csproj".
Target "CoreResGen" in file "/usr/local/share/dotnet/sdk/8.0.204/Microsoft.Common.CurrentVersion.targets":
  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').
Done building target "CoreResGen" in project "UNMC.Shared.csproj".
Target "AfterResGen" in file "/usr/local/share/dotnet/sdk/8.0.204/Microsoft.Common.CurrentVersion.targets":
Done building target "AfterResGen" in project "UNMC.Shared.csproj".
Target "ResGen" in file "/usr/local/share/dotnet/sdk/8.0.204/Microsoft.Common.CurrentVersion.targets":
Done building target "ResGen" in project "UNMC.Shared.csproj".
Target "CompileLicxFiles" skipped, due to false condition; ('@(_LicxFile)'!='') was evaluated as (''!='').
Target "PrepareResources" in file "/usr/local/share/dotnet/sdk/8.0.204/Microsoft.Common.CurrentVersion.targets":
Done building target "PrepareResources" in project "UNMC.Shared.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 ''!='').
Target "_SetEmbeddedWin32ManifestProperties" in file "/usr/local/share/dotnet/sdk/8.0.204/Microsoft.Common.CurrentVersion.targets":
  Using "GetFrameworkPath" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
  Task "GetFrameworkPath"
  Done executing task "GetFrameworkPath".
Done building target "_SetEmbeddedWin32ManifestProperties" in project "UNMC.Shared.csproj".
Target "SetWin32ManifestProperties" in file "/usr/local/share/dotnet/sdk/8.0.204/Microsoft.Common.CurrentVersion.targets":
Done building target "SetWin32ManifestProperties" in project "UNMC.Shared.csproj".
Target "FindReferenceAssembliesForReferences" skipped. Previously built successfully.
Target "_GenerateCompileInputs" in file "/usr/local/share/dotnet/sdk/8.0.204/Microsoft.Common.CurrentVersion.targets":
  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 ''=='').
Done building target "_GenerateCompileInputs" in project "UNMC.Shared.csproj".
Target "PrepareForBuild" skipped. Previously built successfully.
Target "GenerateMSBuildEditorConfigFileShouldRun" in file "/usr/local/share/dotnet/sdk/8.0.204/Roslyn/Microsoft.Managed.Core.targets":
Done building target "GenerateMSBuildEditorConfigFileShouldRun" in project "UNMC.Shared.csproj".
Target "GenerateMSBuildEditorConfigFileCore" in file "/usr/local/share/dotnet/sdk/8.0.204/Roslyn/Microsoft.Managed.Core.targets":
  Building target "GenerateMSBuildEditorConfigFileCore" completely.
  No input files were specified.
  Using "GenerateMSBuildEditorConfig" task from assembly "/usr/local/share/dotnet/sdk/8.0.204/Roslyn/Microsoft.Build.Tasks.CodeAnalysis.dll".
  Task "GenerateMSBuildEditorConfig"
  Done executing task "GenerateMSBuildEditorConfig".
Done building target "GenerateMSBuildEditorConfigFileCore" in project "UNMC.Shared.csproj".
Target "GenerateMSBuildEditorConfigFile" in file "/usr/local/share/dotnet/sdk/8.0.204/Roslyn/Microsoft.Managed.Core.targets":
Done building target "GenerateMSBuildEditorConfigFile" in project "UNMC.Shared.csproj".
Target "PrepareForBuild" skipped. Previously built successfully.
Target "GetReferenceAssemblyPaths" skipped. Previously built successfully.
Target "_SetTargetFrameworkMonikerAttribute" in file "/usr/local/share/dotnet/sdk/8.0.204/Microsoft.CSharp.CurrentVersion.targets":
Done building target "_SetTargetFrameworkMonikerAttribute" in project "UNMC.Shared.csproj".
Target "GenerateTargetFrameworkMonikerAttribute" in file "/usr/local/share/dotnet/sdk/8.0.204/Microsoft.Common.CurrentVersion.targets":
  Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
  Input files: /usr/local/share/dotnet/sdk/8.0.204/Microsoft.Common.targets
  Output files: obj/Debug/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.cs
Done building target "GenerateTargetFrameworkMonikerAttribute" in project "UNMC.Shared.csproj".
Target "GenerateAdditionalSources" skipped, due to false condition; ('@(AssemblyAttributes)' != '' and '$(GenerateAdditionalSources)' == 'true') was evaluated as ('' != '' and '' == 'true').
Target "PrepareForBuild" skipped. Previously built successfully.
Target "GetAssemblyVersion" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.GenerateAssemblyInfo.targets":
  Using "GetAssemblyVersion" task from assembly "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/../tools/net8.0/Microsoft.NET.Build.Tasks.dll".
  Task "GetAssemblyVersion"
  Done executing task "GetAssemblyVersion".
Done building target "GetAssemblyVersion" in project "UNMC.Shared.csproj".
Target "GetAssemblyVersion" skipped. Previously built successfully.
Target "InitializeSourceControlInformationFromSourceControlManager" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.Build.Tasks.Git/build/Microsoft.Build.Tasks.Git.targets":
  Using "Microsoft.Build.Tasks.Git.LocateRepository" task from assembly "/usr/local/share/dotnet/sdk/8.0.204/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: '*:/Users/57block/Documents/TWE/unmc/.git'
  Done executing task "Microsoft.Build.Tasks.Git.LocateRepository".
Done building target "InitializeSourceControlInformationFromSourceControlManager" in project "UNMC.Shared.csproj".
Target "_SourceLinkHasSingleProvider" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.SourceLink.Common/build/InitializeSourceControlInformation.targets":
  Assembly loaded during TaskRun: Microsoft.SourceLink.Common, Version=8.0.9.11501, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.SourceLink.Common/tools/core/Microsoft.SourceLink.Common.dll, MVID: d5b96578-81ec-438f-8487-2f5405206516, AssemblyLoadContext: MSBuild plugin /usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.SourceLink.Common/tools/core/Microsoft.SourceLink.Common.dll)
  Using "Microsoft.SourceLink.Common.SourceLinkHasSingleProvider" task from assembly "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.SourceLink.Common/build/../tools/core/Microsoft.SourceLink.Common.dll".
  Task "Microsoft.SourceLink.Common.SourceLinkHasSingleProvider"
  Done executing task "Microsoft.SourceLink.Common.SourceLinkHasSingleProvider".
Done building target "_SourceLinkHasSingleProvider" in project "UNMC.Shared.csproj".
Target "TranslateGitHubUrlsInSourceControlInformation" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.SourceLink.GitHub/build/Microsoft.SourceLink.GitHub.targets":
  Assembly loaded during TaskRun: Microsoft.SourceLink.GitHub, Version=8.0.9.11501, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.SourceLink.GitHub/tools/core/Microsoft.SourceLink.GitHub.dll, MVID: 1fbac130-3a2a-4cf4-9c60-b0ae73333681, AssemblyLoadContext: MSBuild plugin /usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.SourceLink.GitHub/tools/core/Microsoft.SourceLink.GitHub.dll)
  Using "Microsoft.SourceLink.GitHub.TranslateRepositoryUrls" task from assembly "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.SourceLink.GitHub/build/../tools/core/Microsoft.SourceLink.GitHub.dll".
  Task "Microsoft.SourceLink.GitHub.TranslateRepositoryUrls"
  Done executing task "Microsoft.SourceLink.GitHub.TranslateRepositoryUrls".
Done building target "TranslateGitHubUrlsInSourceControlInformation" in project "UNMC.Shared.csproj".
Target "TranslateGitLabUrlsInSourceControlInformation" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.SourceLink.GitLab/build/Microsoft.SourceLink.GitLab.targets":
  Assembly loaded during TaskRun: Microsoft.SourceLink.GitLab, Version=8.0.9.11501, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.SourceLink.GitLab/tools/core/Microsoft.SourceLink.GitLab.dll, MVID: 6b003cb9-36ef-4a5a-83ae-cc8fa7fbcb67, AssemblyLoadContext: MSBuild plugin /usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.SourceLink.GitLab/tools/core/Microsoft.SourceLink.GitLab.dll)
  Using "Microsoft.SourceLink.GitLab.TranslateRepositoryUrls" task from assembly "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.SourceLink.GitLab/build/../tools/core/Microsoft.SourceLink.GitLab.dll".
  Task "Microsoft.SourceLink.GitLab.TranslateRepositoryUrls"
  Done executing task "Microsoft.SourceLink.GitLab.TranslateRepositoryUrls".
Done building target "TranslateGitLabUrlsInSourceControlInformation" in project "UNMC.Shared.csproj".
Target "TranslateAzureReposGitUrlsInSourceControlInformation" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.SourceLink.AzureRepos.Git/build/Microsoft.SourceLink.AzureRepos.Git.targets":
  Assembly loaded during TaskRun: Microsoft.SourceLink.AzureRepos.Git, Version=8.0.9.11501, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/core/Microsoft.SourceLink.AzureRepos.Git.dll, MVID: 3a082d27-0e6b-4d51-92ea-8eaf3fc3120f, AssemblyLoadContext: MSBuild plugin /usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.SourceLink.AzureRepos.Git/tools/core/Microsoft.SourceLink.AzureRepos.Git.dll)
  Using "Microsoft.SourceLink.AzureRepos.Git.TranslateRepositoryUrls" task from assembly "/usr/local/share/dotnet/sdk/8.0.204/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".
Done building target "TranslateAzureReposGitUrlsInSourceControlInformation" in project "UNMC.Shared.csproj".
Target "TranslateBitbucketGitUrlsInSourceControlInformation" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.SourceLink.Bitbucket.Git/build/Microsoft.SourceLink.Bitbucket.Git.targets":
  Assembly loaded during TaskRun: Microsoft.SourceLink.Bitbucket.Git, Version=8.0.9.11501, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: /usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/core/Microsoft.SourceLink.Bitbucket.Git.dll, MVID: 3994e8b0-7ae9-409e-bc2b-53baef289161, AssemblyLoadContext: MSBuild plugin /usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.SourceLink.Bitbucket.Git/tools/core/Microsoft.SourceLink.Bitbucket.Git.dll)
  Using "Microsoft.SourceLink.Bitbucket.Git.TranslateRepositoryUrls" task from assembly "/usr/local/share/dotnet/sdk/8.0.204/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".
Done building target "TranslateBitbucketGitUrlsInSourceControlInformation" in project "UNMC.Shared.csproj".
Target "SourceControlManagerPublishTranslatedUrls" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.SourceLink.Common/build/InitializeSourceControlInformation.targets":
Done building target "SourceControlManagerPublishTranslatedUrls" in project "UNMC.Shared.csproj".
Target "_InitializeSourceControlInformationFromSourceControlManager" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.SourceLink.Common/build/InitializeSourceControlInformation.targets":
Done building target "_InitializeSourceControlInformationFromSourceControlManager" in project "UNMC.Shared.csproj".
Target "InitializeSourceControlInformation" in file "/usr/local/share/dotnet/sdk/8.0.204/Microsoft.Common.CurrentVersion.targets":
Done building target "InitializeSourceControlInformation" in project "UNMC.Shared.csproj".
Target "AddSourceRevisionToInformationalVersion" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.GenerateAssemblyInfo.targets":
Done building target "AddSourceRevisionToInformationalVersion" in project "UNMC.Shared.csproj".
Target "_GetUserSecretsAssemblyAttribute" skipped, due to false condition; ( '$(UserSecretsId)' != '' AND '$(GenerateUserSecretsAttribute)' != 'false' AND '$(GeneratedUserSecretsAttributeFile)' == '' ) was evaluated as ( '' != '' AND '' != 'false' AND '' == '' ).
Target "GetAssemblyAttributes" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.GenerateAssemblyInfo.targets":
Done building target "GetAssemblyAttributes" in project "UNMC.Shared.csproj".
Target "CreateGeneratedAssemblyInfoInputsCacheFile" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.GenerateAssemblyInfo.targets":
  Using "Hash" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
  Task "Hash"
  Done executing task "Hash".
  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/netstandard2.0/UNMC.Shared.AssemblyInfoInputs.cache" because content would not change.
  Done executing task "WriteLinesToFile".
Done building target "CreateGeneratedAssemblyInfoInputsCacheFile" in project "UNMC.Shared.csproj".
Target "CoreGenerateAssemblyInfo" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.GenerateAssemblyInfo.targets":
  Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files.
  Input files: obj/Debug/netstandard2.0/UNMC.Shared.AssemblyInfoInputs.cache
  Output files: obj/Debug/netstandard2.0/UNMC.Shared.AssemblyInfo.cs
Done building target "CoreGenerateAssemblyInfo" in project "UNMC.Shared.csproj".
Target "GenerateAssemblyInfo" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.GenerateAssemblyInfo.targets":
Done building target "GenerateAssemblyInfo" in project "UNMC.Shared.csproj".
Target "GenerateGlobalUsings" skipped, due to false condition; (@(Using->Count()) != 0) was evaluated as (0 != 0).
Target "BeforeCompile" in file "/usr/local/share/dotnet/sdk/8.0.204/Microsoft.Common.CurrentVersion.targets":
Done building target "BeforeCompile" in project "UNMC.Shared.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.
Target "_GenerateCompileDependencyCache" in file "/usr/local/share/dotnet/sdk/8.0.204/Microsoft.Common.CurrentVersion.targets":
  Task "Hash"
  Done executing task "Hash".
  Task "WriteLinesToFile"
    Skipping write to file "obj/Debug/netstandard2.0/UNMC.Shared.csproj.CoreCompileInputs.cache" because content would not change.
  Done executing task "WriteLinesToFile".
Done building target "_GenerateCompileDependencyCache" in project "UNMC.Shared.csproj".
Target "_ComputeNonExistentFileProperty" skipped, due to false condition; (('$(BuildingInsideVisualStudio)' == 'true') and ('$(BuildingOutOfProcess)' != 'true') and (('$(BuildingProject)' == 'false') or ('$(UseHostCompilerIfAvailable)' == 'true'))) was evaluated as (('true' == 'true') and ('' != 'true') and (('true' == 'false') or ('false' == 'true'))).
Target "ResolveCodeAnalysisRuleSet" skipped, due to false condition; ('$(CodeAnalysisRuleSet)' != '') was evaluated as ('' != '').
Target "ShimReferencePathsWhenCommonTargetsDoesNotUnderstandReferenceAssemblies" skipped, due to false condition; ('@(ReferencePathWithRefAssemblies)' == '') was evaluated as ('/Users/57block/.nuget/packages/uneeg.marco.recorder.api/3.1.9.17050/lib/netstandard2.0/Api.dll;/Users/57block/.nuget/packages/bouncycastle.netcore/1.8.10/lib/netstandard2.0/BouncyCastle.Crypto.dll;/Users/57block/.nuget/packages/google.protobuf/3.19.4/lib/netstandard2.0/Google.Protobuf.dll;...' == '').
Target "_BeforeVBCSCoreCompile" in file "/usr/local/share/dotnet/sdk/8.0.204/Roslyn/Microsoft.Managed.Core.targets":
Done building target "_BeforeVBCSCoreCompile" in project "UNMC.Shared.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 'Windows' != '' and '.NETStandard' == '.NETCoreApp' and False ).
Target "GenerateNETCompatibleDefineConstants" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets":
Done building target "GenerateNETCompatibleDefineConstants" in project "UNMC.Shared.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 'Windows' != '' and '.NETStandard' == '.NETCoreApp' and False ).
Target "_DisableDiagnosticTracing" skipped, due to false condition; ('$(DisableDiagnosticTracing)' == 'true') was evaluated as ('' == 'true').
Target "AddImplicitDefineConstants" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets":
Done building target "AddImplicitDefineConstants" in project "UNMC.Shared.csproj".
Target "ShimReferencePathsWhenCommonTargetsDoesNotUnderstandReferenceAssemblies" skipped, due to false condition; ('@(ReferencePathWithRefAssemblies)' == '') was evaluated as ('/Users/57block/.nuget/packages/uneeg.marco.recorder.api/3.1.9.17050/lib/netstandard2.0/Api.dll;/Users/57block/.nuget/packages/bouncycastle.netcore/1.8.10/lib/netstandard2.0/BouncyCastle.Crypto.dll;/Users/57block/.nuget/packages/google.protobuf/3.19.4/lib/netstandard2.0/Google.Protobuf.dll;...' == '').
Target "_ComputeSkipAnalyzers" in file "/usr/local/share/dotnet/sdk/8.0.204/Roslyn/Microsoft.Managed.Core.targets":
  Task "ShowMessageForImplicitlySkipAnalyzers" skipped, due to false condition; ('$(_ImplicitlySkipAnalyzers)' == 'true') was evaluated as ('' == 'true').
Done building target "_ComputeSkipAnalyzers" in project "UNMC.Shared.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 "BeforeCompile" skipped. Previously built successfully.
Target "InitializeSourceControlInformationFromSourceControlManager" skipped. Previously built successfully.
Target "SetEmbeddedFilesFromSourceControlManagerUntrackedFiles" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.Build.Tasks.Git/build/Microsoft.Build.Tasks.Git.targets":
  Using "Microsoft.Build.Tasks.Git.GetUntrackedFiles" task from assembly "/usr/local/share/dotnet/sdk/8.0.204/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".
Done building target "SetEmbeddedFilesFromSourceControlManagerUntrackedFiles" in project "UNMC.Shared.csproj".
Target "_SetEmbeddedFilesFromSourceControlManagerUntrackedFiles" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.SourceLink.Common/build/Microsoft.SourceLink.Common.targets":
Done building target "_SetEmbeddedFilesFromSourceControlManagerUntrackedFiles" in project "UNMC.Shared.csproj".
Target "InitializeSourceControlInformation" skipped. Previously built successfully.
Target "_SetSourceLinkFilePath" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.SourceLink.Common/build/Microsoft.SourceLink.Common.targets":
Done building target "_SetSourceLinkFilePath" in project "UNMC.Shared.csproj".
Target "InitializeSourceControlInformation" skipped. Previously built successfully.
Target "_InitializeSourceRootMappedPathsFromSourceControl" in file "/usr/local/share/dotnet/sdk/8.0.204/Roslyn/Microsoft.Managed.Core.targets":
Done building target "_InitializeSourceRootMappedPathsFromSourceControl" in project "UNMC.Shared.csproj".
Target "InitializeSourceRootMappedPaths" in file "/usr/local/share/dotnet/sdk/8.0.204/Roslyn/Microsoft.Managed.Core.targets":
  Using "Microsoft.CodeAnalysis.BuildTasks.MapSourceRoots" task from assembly "/usr/local/share/dotnet/sdk/8.0.204/Roslyn/Microsoft.Build.Tasks.CodeAnalysis.dll".
  Task "Microsoft.CodeAnalysis.BuildTasks.MapSourceRoots"
  Done executing task "Microsoft.CodeAnalysis.BuildTasks.MapSourceRoots".
Done building target "InitializeSourceRootMappedPaths" in project "UNMC.Shared.csproj".
Target "_InitializeSourceRootMappedPathsOpt" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.SourceLink.Common/build/Microsoft.SourceLink.Common.targets":
Done building target "_InitializeSourceRootMappedPathsOpt" in project "UNMC.Shared.csproj".
Target "_InitializeGitHubSourceLinkUrl" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.SourceLink.GitHub/build/Microsoft.SourceLink.GitHub.targets":
  Building target "_InitializeGitHubSourceLinkUrl" completely.
  No input files were specified.
  Using "Microsoft.SourceLink.GitHub.GetSourceLinkUrl" task from assembly "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.SourceLink.GitHub/build/../tools/core/Microsoft.SourceLink.GitHub.dll".
  Task "Microsoft.SourceLink.GitHub.GetSourceLinkUrl"
  Done executing task "Microsoft.SourceLink.GitHub.GetSourceLinkUrl".
Done building target "_InitializeGitHubSourceLinkUrl" in project "UNMC.Shared.csproj".
Target "_InitializeGitHubSourceLinkUrl" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.SourceLink.GitHub/build/Microsoft.SourceLink.GitHub.targets":
  Building target "_InitializeGitHubSourceLinkUrl" completely.
  No input files were specified.
  Task "Microsoft.SourceLink.GitHub.GetSourceLinkUrl"
  Done executing task "Microsoft.SourceLink.GitHub.GetSourceLinkUrl".
Done building target "_InitializeGitHubSourceLinkUrl" in project "UNMC.Shared.csproj".
Target "_InitializeGitLabSourceLinkUrl" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.SourceLink.GitLab/build/Microsoft.SourceLink.GitLab.targets":
  Building target "_InitializeGitLabSourceLinkUrl" completely.
  No input files were specified.
  Using "Microsoft.SourceLink.GitLab.GetSourceLinkUrl" task from assembly "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.SourceLink.GitLab/build/../tools/core/Microsoft.SourceLink.GitLab.dll".
  Task "Microsoft.SourceLink.GitLab.GetSourceLinkUrl"
  Done executing task "Microsoft.SourceLink.GitLab.GetSourceLinkUrl".
Done building target "_InitializeGitLabSourceLinkUrl" in project "UNMC.Shared.csproj".
Target "_InitializeGitLabSourceLinkUrl" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.SourceLink.GitLab/build/Microsoft.SourceLink.GitLab.targets":
  Building target "_InitializeGitLabSourceLinkUrl" completely.
  No input files were specified.
  Task "Microsoft.SourceLink.GitLab.GetSourceLinkUrl"
  Done executing task "Microsoft.SourceLink.GitLab.GetSourceLinkUrl".
Done building target "_InitializeGitLabSourceLinkUrl" in project "UNMC.Shared.csproj".
Target "_InitializeAzureReposGitSourceLinkUrl" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.SourceLink.AzureRepos.Git/build/Microsoft.SourceLink.AzureRepos.Git.targets":
  Building target "_InitializeAzureReposGitSourceLinkUrl" completely.
  No input files were specified.
  Using "Microsoft.SourceLink.AzureRepos.Git.GetSourceLinkUrl" task from assembly "/usr/local/share/dotnet/sdk/8.0.204/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".
Done building target "_InitializeAzureReposGitSourceLinkUrl" in project "UNMC.Shared.csproj".
Target "_InitializeAzureReposGitSourceLinkUrl" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.SourceLink.AzureRepos.Git/build/Microsoft.SourceLink.AzureRepos.Git.targets":
  Building target "_InitializeAzureReposGitSourceLinkUrl" completely.
  No input files were specified.
  Task "Microsoft.SourceLink.AzureRepos.Git.GetSourceLinkUrl"
  Done executing task "Microsoft.SourceLink.AzureRepos.Git.GetSourceLinkUrl".
Done building target "_InitializeAzureReposGitSourceLinkUrl" in project "UNMC.Shared.csproj".
Target "_InitializeBitbucketGitSourceLinkUrl" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.SourceLink.Bitbucket.Git/build/Microsoft.SourceLink.Bitbucket.Git.targets":
  Building target "_InitializeBitbucketGitSourceLinkUrl" completely.
  No input files were specified.
  Using "Microsoft.SourceLink.Bitbucket.Git.GetSourceLinkUrl" task from assembly "/usr/local/share/dotnet/sdk/8.0.204/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".
Done building target "_InitializeBitbucketGitSourceLinkUrl" in project "UNMC.Shared.csproj".
Target "_InitializeBitbucketGitSourceLinkUrl" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.SourceLink.Bitbucket.Git/build/Microsoft.SourceLink.Bitbucket.Git.targets":
  Building target "_InitializeBitbucketGitSourceLinkUrl" completely.
  No input files were specified.
  Task "Microsoft.SourceLink.Bitbucket.Git.GetSourceLinkUrl"
  Done executing task "Microsoft.SourceLink.Bitbucket.Git.GetSourceLinkUrl".
Done building target "_InitializeBitbucketGitSourceLinkUrl" in project "UNMC.Shared.csproj".
Target "_GenerateSourceLinkFile" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.SourceLink.Common/build/Microsoft.SourceLink.Common.targets":
  Building target "_GenerateSourceLinkFile" completely.
  No input files were specified.
  Using "Microsoft.SourceLink.Common.GenerateSourceLinkFile" task from assembly "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.SourceLink.Common/build/../tools/core/Microsoft.SourceLink.Common.dll".
  Task "Microsoft.SourceLink.Common.GenerateSourceLinkFile"
    Source Link file 'obj/Debug/netstandard2.0/UNMC.Shared.sourcelink.json' is up-to-date.
  Done executing task "Microsoft.SourceLink.Common.GenerateSourceLinkFile".
Done building target "_GenerateSourceLinkFile" in project "UNMC.Shared.csproj".
Target "GenerateSourceLinkFile" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.SourceLink.Common/build/Microsoft.SourceLink.Common.targets":
Done building target "GenerateSourceLinkFile" in project "UNMC.Shared.csproj".
Target "GenerateGlobalUsings" skipped, due to false condition; (@(Using->Count()) != 0) was evaluated as (0 != 0).
Target "CoreCompile" in file "/usr/local/share/dotnet/sdk/8.0.204/Roslyn/Microsoft.CSharp.Core.targets":
  Building target "CoreCompile" completely.
  Input file "/Users/57block/Documents/TWE/unmc/src/UNMC/UNMC.Shared/obj/UNMC.Shared.csproj.nuget.g.props" is newer than output file "obj/Debug/netstandard2.0/UNMC.Shared.pdb".
  Using "Csc" task from assembly "/usr/local/share/dotnet/sdk/8.0.204/Roslyn/Microsoft.Build.Tasks.CodeAnalysis.dll".
  Task "Csc"
    /usr/local/share/dotnet/dotnet exec "/usr/local/share/dotnet/sdk/8.0.204/Roslyn/bincore/csc.dll" /noconfig /unsafe- /checked- /nowarn:1701,1702,1701,1702,2008 /fullpaths /nostdlib+ /errorreport:prompt /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_0;NETSTANDARD1_0_OR_GREATER;NETSTANDARD1_1_OR_GREATER;NETSTANDARD1_2_OR_GREATER;NETSTANDARD1_3_OR_GREATER;NETSTANDARD1_4_OR_GREATER;NETSTANDARD1_5_OR_GREATER;NETSTANDARD1_6_OR_GREATER;NETSTANDARD2_0_OR_GREATER /errorendlocation /preferreduilang:en-US /highentropyva+ /reference:/Users/57block/.nuget/packages/uneeg.marco.recorder.api/3.1.9.17050/lib/netstandard2.0/Api.dll /reference:/Users/57block/.nuget/packages/bouncycastle.netcore/1.8.10/lib/netstandard2.0/BouncyCastle.Crypto.dll /reference:/Users/57block/.nuget/packages/google.protobuf/3.19.4/lib/netstandard2.0/Google.Protobuf.dll /reference:/Users/57block/.nuget/packages/uneeg.marco.recorder.api/3.1.9.17050/lib/netstandard2.0/Interfaces.dll /reference:/Users/57block/.nuget/packages/uneeg.marco.recorder.api/3.1.9.17050/lib/netstandard2.0/Ipc.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/Microsoft.Win32.Primitives.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/mscorlib.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/netstandard.dll /reference:/Users/57block/.nuget/packages/newtonsoft.json/13.0.3/lib/netstandard2.0/Newtonsoft.Json.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.AppContext.dll /reference:/Users/57block/.nuget/packages/system.buffers/4.4.0/ref/netstandard2.0/System.Buffers.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Collections.Concurrent.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Collections.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Collections.NonGeneric.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Collections.Specialized.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.ComponentModel.Composition.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.ComponentModel.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.ComponentModel.EventBasedAsync.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.ComponentModel.Primitives.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.ComponentModel.TypeConverter.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Console.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Core.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Data.Common.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Data.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Diagnostics.Contracts.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Diagnostics.Debug.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Diagnostics.FileVersionInfo.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Diagnostics.Process.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Diagnostics.StackTrace.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Diagnostics.TextWriterTraceListener.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Diagnostics.Tools.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Diagnostics.TraceSource.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Diagnostics.Tracing.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Drawing.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Drawing.Primitives.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Dynamic.Runtime.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Globalization.Calendars.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Globalization.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Globalization.Extensions.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.Compression.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.Compression.FileSystem.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.Compression.ZipFile.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.FileSystem.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.FileSystem.DriveInfo.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.FileSystem.Primitives.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.FileSystem.Watcher.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.IsolatedStorage.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.MemoryMappedFiles.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.Pipes.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.UnmanagedMemoryStream.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Linq.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Linq.Expressions.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Linq.Parallel.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Linq.Queryable.dll /reference:/Users/57block/.nuget/packages/system.memory/4.5.3/lib/netstandard2.0/System.Memory.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.Http.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.NameResolution.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.NetworkInformation.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.Ping.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.Primitives.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.Requests.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.Security.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.Sockets.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.WebHeaderCollection.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.WebSockets.Client.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.WebSockets.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Numerics.dll /reference:/Users/57block/.nuget/packages/system.numerics.vectors/4.4.0/ref/netstandard2.0/System.Numerics.Vectors.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.ObjectModel.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Reflection.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Reflection.Extensions.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Reflection.Primitives.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Resources.Reader.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Resources.ResourceManager.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Resources.Writer.dll /reference:/Users/57block/.nuget/packages/system.runtime.compilerservices.unsafe/4.5.2/ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.CompilerServices.VisualC.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.Extensions.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.Handles.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.InteropServices.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.InteropServices.RuntimeInformation.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.Numerics.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.Serialization.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.Serialization.Formatters.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.Serialization.Json.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.Serialization.Primitives.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.Serialization.Xml.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Security.Claims.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Security.Cryptography.Algorithms.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Security.Cryptography.Csp.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Security.Cryptography.Encoding.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Security.Cryptography.Primitives.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Security.Cryptography.X509Certificates.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Security.Principal.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Security.SecureString.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.ServiceModel.Web.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Text.Encoding.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Text.Encoding.Extensions.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Text.RegularExpressions.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Threading.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Threading.Overlapped.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Threading.Tasks.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Threading.Tasks.Parallel.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Threading.Thread.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Threading.ThreadPool.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Threading.Timer.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Transactions.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.ValueTuple.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Web.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Windows.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Xml.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Xml.Linq.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Xml.ReaderWriter.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Xml.Serialization.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Xml.XDocument.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Xml.XmlDocument.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Xml.XmlSerializer.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Xml.XPath.dll /reference:/Users/57block/.nuget/packages/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Xml.XPath.XDocument.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj/Debug/netstandard2.0/UNMC.Shared.dll /target:library /warnaserror- /utf8output /deterministic+ /sourcelink:obj/Debug/netstandard2.0/UNMC.Shared.sourcelink.json /langversion:7.3 /embed:"obj/Debug/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.cs" /embed:obj/Debug/netstandard2.0/UNMC.Shared.AssemblyInfo.cs /analyzerconfig:/Users/57block/Documents/TWE/unmc/src/UNMC/.editorconfig /analyzerconfig:obj/Debug/netstandard2.0/UNMC.Shared.GeneratedMSBuildEditorConfig.editorconfig App/AppGateway.cs Cryptography/CryptographyHelper.cs Dto/GatewayArguments.cs Shared/IBackdoor.cs Shared/IFabric.cs Shared/RunStatus.cs Shared/StartStatus.cs Shared/UiTestEnums.cs Test/ITestRunnerGateway.cs Test/TestRunnerBackdoor.cs Test/TestRunnerGateway.cs "obj/Debug/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.cs" obj/Debug/netstandard2.0/UNMC.Shared.AssemblyInfo.cs /warnaserror+:NU1605
    Assembly loaded during TaskRun (Microsoft.CodeAnalysis.BuildTasks.Csc): System.Security.Principal.Windows, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (location: /Applications/Visual Studio.app/Contents/MonoBundle/MSBuildBuilder/net8.0/osx-arm64/System.Security.Principal.Windows.dll, MVID: a4e39587-4f42-43e9-8785-2585df1ed08c, AssemblyLoadContext: Default)
    Assembly loaded during TaskRun (Microsoft.CodeAnalysis.BuildTasks.Csc): System.Security.Claims, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (location: /Applications/Visual Studio.app/Contents/MonoBundle/MSBuildBuilder/net8.0/osx-arm64/System.Security.Claims.dll, MVID: 4d7be535-bae5-4bf5-8fbf-c0c03857b97d, AssemblyLoadContext: Default)
    Assembly loaded during TaskRun (Microsoft.CodeAnalysis.BuildTasks.Csc): System.Security.Cryptography.Primitives, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (location: /Applications/Visual Studio.app/Contents/MonoBundle/MSBuildBuilder/net8.0/osx-arm64/System.Security.Cryptography.Primitives.dll, MVID: 97a2180f-7ba7-43f2-a54c-1361d5fb4ae6, AssemblyLoadContext: Default)
    Assembly loaded during TaskRun (Microsoft.CodeAnalysis.BuildTasks.Csc): System.IO.Pipes, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (location: /Applications/Visual Studio.app/Contents/MonoBundle/MSBuildBuilder/net8.0/osx-arm64/System.IO.Pipes.dll, MVID: b89c6cf4-a1fb-487b-a333-de51c9800c38, AssemblyLoadContext: Default)
    Microsoft (R) Visual C# Compiler version 4.9.2-3.24129.6 (9934fb9e)
    Copyright (C) Microsoft Corporation. All rights reserved.
    CompilerServer: server - server processed compilation - 814cb43c-201f-4d07-ab49-086a4d92c379
  Done executing task "Csc".
  Task "CallTarget" skipped, due to false condition; ('$(TargetsTriggeredByCompilation)' != '') was evaluated as ('' != '').
Done building target "CoreCompile" in project "UNMC.Shared.csproj".
Target "_TouchLastBuildWithSkipAnalyzers" skipped, due to false condition; ('$(_SkipAnalyzers)' == 'true') was evaluated as ('' == 'true').
Target "_TimeStampAfterCompile" skipped, due to false condition; ('$(RunPostBuildEvent)'=='OnOutputUpdated' or ('$(RegisterForComInterop)'=='true' and '$(OutputType)'=='library')) was evaluated as (''=='OnOutputUpdated' or (''=='true' and 'Library'=='library')).
Target "AfterCompile" in file "/usr/local/share/dotnet/sdk/8.0.204/Microsoft.Common.CurrentVersion.targets":
Done building target "AfterCompile" in project "UNMC.Shared.csproj".
Target "_CreateAppHost" skipped, due to false condition; ('$(ComputeNETCoreBuildOutputFiles)' == 'true' and
                     '$(AppHostSourcePath)' != '' and
                     Exists('@(IntermediateAssembly)') and
                     Exists('$(AppHostSourcePath)')) was evaluated as ('' == 'true' and
                     '' != '' and
                     Exists('obj/Debug/netstandard2.0/UNMC.Shared.dll') and
                     Exists('')).
Target "_CreateComHost" skipped, due to false condition; ('$(ComputeNETCoreBuildOutputFiles)' == 'true' and
                     '$(ComHostIntermediatePath)' != '' and
                     Exists('@(IntermediateAssembly)') and
                     Exists('$(ComHostSourcePath)')) was evaluated as ('' == 'true' and
                     '' != '' and
                     Exists('obj/Debug/netstandard2.0/UNMC.Shared.dll') and
                     Exists('')).
Target "_GetIjwHostPaths" skipped, due to false condition; ('$(UseIJWHost)' == 'true') was evaluated as ('' == 'true').
Target "Compile" in file "/usr/local/share/dotnet/sdk/8.0.204/Microsoft.Common.CurrentVersion.targets":
Done building target "Compile" in project "UNMC.Shared.csproj".
Target "ExportWindowsMDFile" skipped, due to false condition; ('$(ExportWinMDFile)' == 'true') was evaluated as ('' == 'true').
Target "UnmanagedUnregistration" skipped, due to false condition; ((('$(_AssemblyTimestampBeforeCompile)' != '$(_AssemblyTimestampAfterCompile)' or '$(RegisterForComInterop)' != 'true' or '$(OutputType)' != 'library') or
                    ('$(_AssemblyTimestampBeforeCompile)' == '')) and
                   Exists('@(_UnmanagedRegistrationCache)')) was evaluated as ((('' != '' or '' != 'true' or 'Library' != 'library') or
                    ('' == '')) and
                   Exists('obj/UNMC.Shared.csproj.UnmanagedRegistration.cache')).
Target "GenerateSerializationAssemblies" skipped, due to false condition; ('$(_SGenGenerateSerializationAssembliesConfig)' == 'On' or ('@(WebReferenceUrl)'!='' and '$(_SGenGenerateSerializationAssembliesConfig)' == 'Auto')) was evaluated as ('Off' == 'On' or (''!='' and 'Off' == 'Auto')).
Target "_GenerateSatelliteAssemblyInputs" in file "/usr/local/share/dotnet/sdk/8.0.204/Microsoft.Common.CurrentVersion.targets":
  Task "Warning" skipped, due to false condition; ('@(ManifestResourceWithCulture)'!='' and '%(ManifestResourceWithCulture.EmittedForCompatibilityOnly)'=='') was evaluated as (''!='' and ''=='').
  Task "Warning" skipped, due to false condition; ('@(ManifestNonResxWithCultureOnDisk)'!='' and '%(ManifestNonResxWithCultureOnDisk.EmittedForCompatibilityOnly)'=='') was evaluated as (''!='' and ''=='').
Done building target "_GenerateSatelliteAssemblyInputs" in project "UNMC.Shared.csproj".
Target "ComputeIntermediateSatelliteAssemblies" skipped, due to false condition; (@(EmbeddedResource->'%(WithCulture)') != '') was evaluated as ( != '').
Target "GenerateSatelliteAssemblies" skipped, due to false condition; ('@(_SatelliteAssemblyResourceInputs)' != '' and '$(GenerateSatelliteAssembliesForCore)' != 'true') was evaluated as ('' != '' and 'true' != 'true').
Target "CoreGenerateSatelliteAssemblies" skipped, due to false condition; ('@(_SatelliteAssemblyResourceInputs)' != ''  and '$(GenerateSatelliteAssembliesForCore)' == 'true' ) was evaluated as ('' != ''  and 'true' == 'true' ).
Target "CreateSatelliteAssemblies" in file "/usr/local/share/dotnet/sdk/8.0.204/Microsoft.Common.CurrentVersion.targets":
Done building target "CreateSatelliteAssemblies" in project "UNMC.Shared.csproj".
Target "GenerateManifests" skipped, due to false condition; ('$(GenerateClickOnceManifests)'=='true' or '@(NativeReference)'!='' or '@(ResolvedIsolatedComModules)'!='' or '$(GenerateAppxManifest)' == 'true') was evaluated as (''=='true' or ''!='' or ''!='' or '' == 'true').
Target "GetTargetPathWithTargetPlatformMoniker" in file "/usr/local/share/dotnet/sdk/8.0.204/Microsoft.Common.CurrentVersion.targets":
Done building target "GetTargetPathWithTargetPlatformMoniker" in project "UNMC.Shared.csproj".
Target "GetTargetPath" in file "/usr/local/share/dotnet/sdk/8.0.204/Microsoft.Common.CurrentVersion.targets":
Done building target "GetTargetPath" in project "UNMC.Shared.csproj".
Target "ComputeIntermediateSatelliteAssemblies" skipped, due to false condition; (@(EmbeddedResource->'%(WithCulture)') != '') was evaluated as ( != '').
Target "_CopyFilesMarkedCopyLocal" skipped, due to false condition; ('@(ReferenceCopyLocalPaths)' != '') was evaluated as ('' != '').
Target "AssignTargetPaths" skipped. Previously built successfully.
Target "AssignProjectConfiguration" skipped. Previously built successfully.
Target "_SplitProjectReferencesByFileExistence" skipped. Previously built successfully.
Target "_GetProjectReferenceTargetFrameworkProperties" skipped. Previously built successfully.
Target "_PopulateCommonStateForGetCopyToOutputDirectoryItems" in file "/usr/local/share/dotnet/sdk/8.0.204/Microsoft.Common.CurrentVersion.targets":
Done building target "_PopulateCommonStateForGetCopyToOutputDirectoryItems" in project "UNMC.Shared.csproj".
Target "AddDepsJsonAndRuntimeConfigToCopyItemsForReferencingProjects" skipped, due to false condition; ('$(HasRuntimeOutput)' == 'true') was evaluated as ('' == 'true').
Target "GetCopyToOutputDirectoryItems" in file "/usr/local/share/dotnet/sdk/8.0.204/Microsoft.Common.CurrentVersion.targets":
  Using "CallTarget" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
  Task "CallTarget"
    Target "_PopulateCommonStateForGetCopyToOutputDirectoryItems" skipped. Previously built successfully.
    Target "_AddOutputPathToGlobalPropertiesToRemove" skipped. Previously built successfully.
    Target "_GetCopyToOutputDirectoryItemsFromTransitiveProjectReferences" in file "/usr/local/share/dotnet/sdk/8.0.204/Microsoft.Common.CurrentVersion.targets":
      Task "MSBuild" skipped, due to false condition; ('@(_MSBuildProjectReferenceExistent)' != '' and '$(_GetChildProjectCopyToOutputDirectoryItems)' == 'true' and '%(_MSBuildProjectReferenceExistent.Private)' != 'false' and '$(UseCommonOutputDirectory)' != 'true') was evaluated as ('' != '' and 'true' == 'true' and '' != 'false' and 'false' != 'true').
      Task "AssignTargetPath"
      Done executing task "AssignTargetPath".
    Done building target "_GetCopyToOutputDirectoryItemsFromTransitiveProjectReferences" in project "UNMC.Shared.csproj".
  Done executing task "CallTarget".
  Task "CallTarget"
    Target "AssignTargetPaths" skipped. Previously built successfully.
    Target "_PopulateCommonStateForGetCopyToOutputDirectoryItems" skipped. Previously built successfully.
    Target "AddDepsJsonAndRuntimeConfigToCopyItemsForReferencingProjects" skipped, due to false condition; ('$(HasRuntimeOutput)' == 'true') was evaluated as ('' == 'true').
    Target "_GetCopyToOutputDirectoryItemsFromThisProject" in file "/usr/local/share/dotnet/sdk/8.0.204/Microsoft.Common.CurrentVersion.targets":
      Task "AssignTargetPath"
      Done executing task "AssignTargetPath".
    Done building target "_GetCopyToOutputDirectoryItemsFromThisProject" in project "UNMC.Shared.csproj".
  Done executing task "CallTarget".
Done building target "GetCopyToOutputDirectoryItems" in project "UNMC.Shared.csproj".
Target "_CopyOutOfDateSourceItemsToOutputDirectory" skipped, due to false condition; ( '@(_SourceItemsToCopyToOutputDirectory)' != '' ) was evaluated as ( '' != '' ).
Target "_CopyOutOfDateSourceItemsToOutputDirectoryAlways" skipped, due to false condition; ( '@(_SourceItemsToCopyToOutputDirectoryAlways)' != '' ) was evaluated as ( '' != '' ).
Target "_CopySourceItemsToOutputDirectory" in file "/usr/local/share/dotnet/sdk/8.0.204/Microsoft.Common.CurrentVersion.targets":
Done building target "_CopySourceItemsToOutputDirectory" in project "UNMC.Shared.csproj".
Target "_CopyAppConfigFile" skipped, due to false condition; ( '@(AppConfigWithTargetPath)' != '' ) was evaluated as ( '' != '' ).
Target "_CopyManifestFiles" skipped, due to false condition; ( '$(_DeploymentCopyApplicationManifest)'=='true' or '$(GenerateClickOnceManifests)'=='true' ) was evaluated as ( ''=='true' or ''=='true' ).
Target "_CheckForCompileOutputs" in file "/usr/local/share/dotnet/sdk/8.0.204/Microsoft.Common.CurrentVersion.targets":
Done building target "_CheckForCompileOutputs" in project "UNMC.Shared.csproj".
Target "_SGenCheckForOutputs" skipped, due to false condition; ('$(_SGenGenerateSerializationAssembliesConfig)' == 'On' or ('@(WebReferenceUrl)'!='' and '$(_SGenGenerateSerializationAssembliesConfig)' == 'Auto')) was evaluated as ('Off' == 'On' or (''!='' and 'Off' == 'Auto')).
Target "_DefaultMicrosoftNETPlatformLibrary" skipped. Previously built successfully.
Target "_HandlePackageFileConflicts" skipped. Previously built successfully.
Target "ResolveAssemblyReferences" skipped. Previously built successfully.
Target "_ComputeReferenceAssemblies" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets":
Done building target "_ComputeReferenceAssemblies" in project "UNMC.Shared.csproj".
Target "_ComputeUserRuntimeAssemblies" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets":
Done building target "_ComputeUserRuntimeAssemblies" in project "UNMC.Shared.csproj".
Target "ResolveRuntimePackAssets" skipped, due to false condition; ('@(RuntimePack)' != '') was evaluated as ('' != '').
Target "_ComputePackageReferencePublish" skipped. Previously built successfully.
Target "ComputeDependencyFileCompilerOptions" skipped, due to false condition; ('$(PreserveCompilationContext)' == 'true') was evaluated as ('' == 'true').
Target "GenerateBuildDependencyFile" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets":
  Building target "GenerateBuildDependencyFile" completely.
  Input file "/Users/57block/Documents/TWE/unmc/src/UNMC/UNMC.Shared/obj/UNMC.Shared.csproj.nuget.g.props" is newer than output file "/Users/57block/Documents/TWE/unmc/src/UNMC/UNMC.Shared/bin/Debug/netstandard2.0/UNMC.Shared.deps.json".
  Using "GenerateDepsFile" task from assembly "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/../tools/net8.0/Microsoft.NET.Build.Tasks.dll".
  Task "GenerateDepsFile"
  Done executing task "GenerateDepsFile".
Done building target "GenerateBuildDependencyFile" in project "UNMC.Shared.csproj".
Target "GenerateBuildRuntimeConfigurationFiles" skipped, due to false condition; ( '$(GenerateRuntimeConfigurationFiles)' == 'true') was evaluated as ( '' == 'true').
Target "GenerateShimsAssets" skipped, due to false condition; ('$(PackAsTool)' == 'true' and $(PackAsToolShimRuntimeIdentifiers) != '' ) was evaluated as ('' == 'true' and  != '' ).
Target "CopyFilesToOutputDirectory" in file "/usr/local/share/dotnet/sdk/8.0.204/Microsoft.Common.CurrentVersion.targets":
  Using "Copy" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
  Task "Copy"
    Copying file from "/Users/57block/Documents/TWE/unmc/src/UNMC/UNMC.Shared/obj/Debug/netstandard2.0/UNMC.Shared.dll" to "/Users/57block/Documents/TWE/unmc/src/UNMC/UNMC.Shared/bin/Debug/netstandard2.0/UNMC.Shared.dll".
  Done executing task "Copy".
  Task "CopyRefAssembly" skipped, due to false condition; ('$(ProduceReferenceAssembly)' == 'true' and '$(CopyBuildOutputToOutputDirectory)' == 'true' and '$(SkipCopyBuildProduct)' != 'true') was evaluated as ('false' == 'true' and 'true' == 'true' and '' != 'true').
  Task "Message"
    UNMC.Shared -> /Users/57block/Documents/TWE/unmc/src/UNMC/UNMC.Shared/bin/Debug/netstandard2.0/UNMC.Shared.dll
  Done executing task "Message".
  Task "Copy" skipped, due to false condition; ('@(AddModules)' != '') was evaluated as ('' != '').
  Task "Copy" skipped, due to false condition; ('$(_SGenDllCreated)'=='true') was evaluated as ('false'=='true').
  Task "Copy"
    Copying file from "/Users/57block/Documents/TWE/unmc/src/UNMC/UNMC.Shared/obj/Debug/netstandard2.0/UNMC.Shared.pdb" to "/Users/57block/Documents/TWE/unmc/src/UNMC/UNMC.Shared/bin/Debug/netstandard2.0/UNMC.Shared.pdb".
  Done executing task "Copy".
  Task "Copy" skipped, due to false condition; ('$(_DocumentationFileProduced)'=='true' and '$(CopyDocumentationFileToOutputDirectory)'=='true') was evaluated as ('false'=='true' and 'true'=='true').
  Task "Copy" skipped, due to false condition; ('@(IntermediateSatelliteAssembliesWithTargetPath)' != '') was evaluated as ('' != '').
  Task "Copy" skipped, due to false condition; ('@(ReferenceComWrappersToCopyLocal)' != '' or '@(ResolvedIsolatedComModules)' != '' or '@(_DeploymentLooseManifestFile)' != '' or '@(NativeReferenceFile)' != '' ) was evaluated as ('' != '' or '' != '' or '' != '' or '' != '' ).
  Task "Copy" skipped, due to false condition; ('$(SkipCopyWinMDArtifact)' != 'true' and '@(WinMDExpArtifacts)' != '') was evaluated as ('' != 'true' and '' != '').
  Task "Message" skipped, due to false condition; ('$(SkipCopyWinMDArtifact)' != 'true' and '$(_WindowsMetadataOutputPath)' != '') was evaluated as ('' != 'true' and '' != '').
Done building target "CopyFilesToOutputDirectory" in project "UNMC.Shared.csproj".
Target "_CopyReferenceOnlyAssembliesForBuild" skipped, due to false condition; ('$(PreserveCompilationReferences)' == 'true') was evaluated as ('' == 'true').
Target "PrepareForRun" in file "/usr/local/share/dotnet/sdk/8.0.204/Microsoft.Common.CurrentVersion.targets":
Done building target "PrepareForRun" in project "UNMC.Shared.csproj".
Target "UnmanagedRegistration" skipped, due to false condition; ('$(RegisterForComInterop)'=='true' and '$(OutputType)'=='library') was evaluated as (''=='true' and 'Library'=='library').
Target "_CheckForCompileOutputs" skipped. Previously built successfully.
Target "_SGenCheckForOutputs" skipped, due to false condition; ('$(_SGenGenerateSerializationAssembliesConfig)' == 'On' or ('@(WebReferenceUrl)'!='' and '$(_SGenGenerateSerializationAssembliesConfig)' == 'Auto')) was evaluated as ('Off' == 'On' or (''!='' and 'Off' == 'Auto')).
Target "_CleanGetCurrentAndPriorFileWrites" in file "/usr/local/share/dotnet/sdk/8.0.204/Microsoft.Common.CurrentVersion.targets":
  Using "ReadLinesFromFile" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
  Task "ReadLinesFromFile"
  Done executing task "ReadLinesFromFile".
  Using "ConvertToAbsolutePath" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
  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 "/Users/57block/Documents/TWE/unmc/src/UNMC/UNMC.Shared".
  Done executing task "FindUnderPath".
  Task "FindUnderPath"
    Comparison path is "bin/Debug/netstandard2.0/".
  Done executing task "FindUnderPath".
  Task "FindUnderPath"
    Comparison path is "obj/Debug/netstandard2.0/".
  Done executing task "FindUnderPath".
  Using "RemoveDuplicates" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
  Task "RemoveDuplicates"
  Done executing task "RemoveDuplicates".
Done building target "_CleanGetCurrentAndPriorFileWrites" in project "UNMC.Shared.csproj".
Target "IncrementalClean" in file "/usr/local/share/dotnet/sdk/8.0.204/Microsoft.Common.CurrentVersion.targets":
  Task "FindUnderPath"
    Comparison path is "bin/Debug/netstandard2.0/".
  Done executing task "FindUnderPath".
  Task "FindUnderPath"
    Comparison path is "obj/Debug/netstandard2.0/".
  Done executing task "FindUnderPath".
  Using "Delete" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
  Task "Delete"
  Done executing task "Delete".
  Task "RemoveDuplicates"
  Done executing task "RemoveDuplicates".
  Task "WriteLinesToFile" skipped, due to false condition; ('@(_CleanUnfilteredPriorFileWrites)'!='@(_CleanUniqueRemainingFileWritesAfterIncrementalClean)') was evaluated as ('/Users/57block/Documents/TWE/unmc/src/UNMC/UNMC.Shared/bin/Debug/netstandard2.0/UNMC.Shared.deps.json;/Users/57block/Documents/TWE/unmc/src/UNMC/UNMC.Shared/bin/Debug/netstandard2.0/UNMC.Shared.dll;/Users/57block/Documents/TWE/unmc/src/UNMC/UNMC.Shared/bin/Debug/netstandard2.0/UNMC.Shared.pdb;...'!='/Users/57block/Documents/TWE/unmc/src/UNMC/UNMC.Shared/bin/Debug/netstandard2.0/UNMC.Shared.deps.json;/Users/57block/Documents/TWE/unmc/src/UNMC/UNMC.Shared/bin/Debug/netstandard2.0/UNMC.Shared.dll;/Users/57block/Documents/TWE/unmc/src/UNMC/UNMC.Shared/bin/Debug/netstandard2.0/UNMC.Shared.pdb;...').
Done building target "IncrementalClean" in project "UNMC.Shared.csproj".
Target "PostBuildEvent" skipped, due to false condition; ('$(PostBuildEvent)' != '' and ('$(RunPostBuildEvent)' != 'OnOutputUpdated' or '$(_AssemblyTimestampBeforeCompile)' != '$(_AssemblyTimestampAfterCompile)')) was evaluated as ('' != '' and ('' != 'OnOutputUpdated' or '' != '')).
Target "GenerateBuildDependencyFile" skipped. Previously built successfully.
Target "GenerateBuildRuntimeConfigurationFiles" skipped, due to false condition; ( '$(GenerateRuntimeConfigurationFiles)' == 'true') was evaluated as ( '' == 'true').
Target "CoreBuild" in file "/usr/local/share/dotnet/sdk/8.0.204/Microsoft.Common.CurrentVersion.targets":
Done building target "CoreBuild" in project "UNMC.Shared.csproj".
Target "AfterBuild" in file "/usr/local/share/dotnet/sdk/8.0.204/Microsoft.Common.CurrentVersion.targets":
Done building target "AfterBuild" in project "UNMC.Shared.csproj".
Target "_CheckBrowserWorkloadNeededButNotAvailable" skipped, due to false condition; ('$(RuntimeIdentifier)' == 'browser-wasm' and '$(_BrowserWorkloadDisabled)' != 'true' and '$(WasmNativeWorkloadAvailable)' != 'true') was evaluated as ('' == 'browser-wasm' and '' != 'true' and '' != 'true').
Target "_ErrorWorkloadDisabledForTFMLessThan6" skipped, due to false condition; ('$(_BrowserWorkloadNotSupportedForTFM)' == 'true') was evaluated as ('' == 'true').
Target "_ErrorDualWasmThreadPropsOn7" skipped, due to false condition; ('$(TargetsNet7)' == 'true' and '$(RuntimeIdentifier)' == 'browser-wasm' and
    '$(BrowserWorkloadDisabled)' != 'true' and '$(WasmEnableThreads)' == 'true' and '$(WasmEnablePerfTrace)' == 'true') was evaluated as ('' == 'true' and '' == 'browser-wasm' and
    '' != 'true' and '' == 'true' and '' == 'true').
Target "_CheckForInvalidConfigurationAndPlatform" skipped. Previously built successfully.
Target "_CheckForInvalidConfigurationAndPlatform" skipped. Previously built successfully.
Target "Build" in file "/usr/local/share/dotnet/sdk/8.0.204/Microsoft.Common.CurrentVersion.targets":
Done building target "Build" in project "UNMC.Shared.csproj".
Target "_PackAsBuildAfterTarget" skipped, due to false condition; ('$(GeneratePackageOnBuild)' == 'true' AND '$(IsInnerBuild)' != 'true') was evaluated as ('false' == 'true' AND '' != 'true').
Target "_CheckContainersPackage" in file "/usr/local/share/dotnet/sdk/8.0.204/Containers/build/Microsoft.NET.Build.Containers.targets":
  Task "Warning" skipped, due to false condition; ('@(ContainersPackage)' != '') was evaluated as ('' != '').
Done building target "_CheckContainersPackage" in project "UNMC.Shared.csproj".

Done building project "UNMC.Shared.csproj".
__________________________________________________
Project "/Users/57block/Documents/TWE/unmc/src/UNMC/UNMC/UNMC/UNMC.csproj" (Build target(s)):

Target "_CheckForUnsupportedTargetFramework" skipped, due to false condition; ('$(_UnsupportedTargetFrameworkError)' == 'true') was evaluated as ('' == 'true').
Target "_CollectTargetFrameworkForTelemetry" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets":
  Using "AllowEmptyTelemetry" task from assembly "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/../tools/net8.0/Microsoft.NET.Build.Tasks.dll".
  Task "AllowEmptyTelemetry"
  Done executing task "AllowEmptyTelemetry".
Done building target "_CollectTargetFrameworkForTelemetry" in project "UNMC.csproj".
Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true').
Target "_CheckForUnsupportedTargetPlatformIdentifier" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets":
  Task "NETSdkError" skipped, due to false condition; ('$(TargetPlatformSupported)' != 'true' and '$(UseWorkloadsSpecificError)' != 'true') was evaluated as ('true' != 'true' and '' != 'true').
  Task "NETSdkError" skipped, due to false condition; ('$(TargetPlatformSupported)' != 'true' and '$(UseWorkloadsSpecificError)' == 'true') was evaluated as ('true' != 'true' and '' == 'true').
Done building target "_CheckForUnsupportedTargetPlatformIdentifier" in project "UNMC.csproj".
Target "_CheckForUnsupportedNETCoreVersion" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets":
  Task "NETSdkError" skipped, due to false condition; ('$(_TargetFrameworkVersionWithoutV)' > '$(NETCoreAppMaximumVersion)' and '$(DisplayVSMessage)' != 'true') was evaluated as ('8.0' > '8.0' and '' != 'true').
  Task "NETSdkError" skipped, due to false condition; ('$(DisplayVSMessage)' == 'true') was evaluated as ('' == 'true').
Done building target "_CheckForUnsupportedNETCoreVersion" in project "UNMC.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' == 'true').
Target "_CheckForEolWorkloads" skipped, due to false condition; ('@(EolWorkload)' != '' and '$(CheckEolWorkloads)' == 'true') was evaluated as ('' != '' and 'true' == 'true').
Target "_CheckForUnsupportedCppNETCoreVersion" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets":
  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 '8.0' < '3.1' and ('C#' == 'C++' and '' != 'true')).
Done building target "_CheckForUnsupportedCppNETCoreVersion" in project "UNMC.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" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets":
  Task "NETSdkError" skipped, due to false condition; ('$(SupportedOSPlatformVersion)' != '' and $(TargetPlatformVersion) != '' and $([MSBuild]::VersionGreaterThan($(SupportedOSPlatformVersion), $(TargetPlatformVersion)))) was evaluated as ('15.0' != '' and 17.2 != '' and False).
Done building target "_CheckForSupportedOSPlatformVersionHigherThanTargetPlatformVersion" in project "UNMC.csproj".
Target "_NormalizeTargetPlatformVersion" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets":
Done building target "_NormalizeTargetPlatformVersion" in project "UNMC.csproj".
Target "_CheckForInvalidTargetPlatformVersion" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets":
  Task "NetSdkError" skipped, due to false condition; ('$(TargetPlatformVersionSupported)' != 'true') was evaluated as ('true' != 'true').
Done building target "_CheckForInvalidTargetPlatformVersion" in project "UNMC.csproj".
Target "_CheckForUnsupportedArtifactsPath" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DefaultOutputPaths.targets":
  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').
Done building target "_CheckForUnsupportedArtifactsPath" in project "UNMC.csproj".
Target "_CheckForMissingWorkload" skipped, due to false condition; ('@(MissingWorkloadPack)' != '' And '$(DesignTimeBuild)' != 'true') was evaluated as ('' != '' And '' != 'true').
Target "_CheckForUnsupportedAppHostUsage" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets":
  Task "NETSdkError" skipped, due to false condition; ('$(SelfContained)' == 'true' and '$(RuntimeIdentifier)' == '' and '$(AllowSelfContainedWithoutRuntimeIdentifier)' != 'true') was evaluated as ('true' == 'true' and 'ios-arm64' == '' and 'true' != 'true').
  Task "NETSdkError" skipped, due to false condition; ('$(PublishReadyToRun)' == 'true' and '$(RuntimeIdentifier)' == '' and '$(_IsPublishing)' == 'true') was evaluated as ('' == 'true' and 'ios-arm64' == '' and '' == 'true').
  Task "NETSdkError" skipped, due to false condition; ('$(PublishSingleFile)' == 'true' and '$(RuntimeIdentifier)' == '' and '$(_IsPublishing)' == 'true') was evaluated as ('' == 'true' and 'ios-arm64' == '' and '' == 'true').
  Task "NETSdkError" skipped, due to false condition; ('$(PublishAot)' == 'true' and '$(RuntimeIdentifier)' == '' and '$(_IsPublishing)' == 'true' and '$(AllowPublishAotWithoutRuntimeIdentifier)' != 'true') was evaluated as ('' == 'true' and 'ios-arm64' == '' and '' == 'true' and '' != 'true').
  Task "NETSdkError" skipped, due to false condition; ('$(PublishSelfContained)' != 'true' and '$(PublishSelfContained)' != 'false' and '$(PublishSelfContained)' != '') was evaluated as ('' != 'true' and '' != 'false' and '' != '').
  Task "NETSdkError" skipped, due to false condition; ('$(SelfContained)' == 'true' and '$(UseAppHost)' != 'true' and '$(_RuntimeIdentifierUsesAppHost)' == 'true') was evaluated as ('true' == 'true' and 'false' != 'true' and 'false' == 'true').
  Task "NETSdkError" skipped, due to false condition; ('$(SelfContained)' != 'true' and '$(UseAppHost)' == 'true' and '$(_TargetFrameworkVersionWithoutV)' < '2.1') was evaluated as ('true' != 'true' and 'false' == 'true' and '8.0' < '2.1').
  Task "NETSdkError" skipped, due to false condition; ('$(PublishSingleFile)' == 'true' and '$(_TargetFrameworkVersionWithoutV)' < '3.0') was evaluated as ('' == 'true' and '8.0' < '3.0').
  Task "NETSdkWarning" skipped, due to false condition; ('$(PublishReadyToRun)' == 'true' and '$(_TargetFrameworkVersionWithoutV)' < '3.0') was evaluated as ('' == 'true' and '8.0' < '3.0').
  Task "NETSdkWarning" skipped, due to false condition; ('$(RuntimeIdentifier)' != '' and '$(_TargetFrameworkVersionWithoutV)' != '' and $([MSBuild]::VersionLessThan($(_TargetFrameworkVersionWithoutV), '8.0')) and '$(_SelfContainedWasSpecified)' != 'true') was evaluated as ('ios-arm64' != '' and '8.0' != '' and False and 'true' != 'true').
  Task "NetSdkError" skipped, due to false condition; (('$(UseWindowsForms)' == 'true') and ('$(PublishTrimmed)' == 'true') and ('$(_SuppressWinFormsTrimError)' != 'true')) was evaluated as (('' == 'true') and ('false' == 'true') and ('' != 'true')).
  Task "NetSdkError" skipped, due to false condition; (('$(UseWpf)' == 'true') and ('$(PublishTrimmed)' == 'true') and ('$(_SuppressWpfTrimError)' != 'true')) was evaluated as (('' == 'true') and ('false' == 'true') and ('' != 'true')).
Done building target "_CheckForUnsupportedAppHostUsage" in project "UNMC.csproj".
Target "_CheckForUnsupportedHostingUsage" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets":
  Task "NETSdkWarning" skipped, due to false condition; ('$(SelfContained)' == 'true' and '$(EnableComHosting)' == 'true') was evaluated as ('true' == 'true' and '' == 'true').
Done building target "_CheckForUnsupportedHostingUsage" in project "UNMC.csproj".
Target "_CheckAndUnsetUnsupportedPrefer32Bit" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets":
  Task "NETSdkWarning" skipped, due to false condition; ('$(Prefer32Bit)' == 'true') was evaluated as ('false' == 'true').
Done building target "_CheckAndUnsetUnsupportedPrefer32Bit" in project "UNMC.csproj".
Target "_CheckForMismatchingPlatform" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets":
  Task "NETSdkError" skipped, due to false condition; ('$(PlatformTarget)' != 'AnyCPU' and !$(RuntimeIdentifier.ToUpperInvariant().Contains($(PlatformTarget.ToUpperInvariant())))) was evaluated as ('arm64' != 'AnyCPU' and !True).
Done building target "_CheckForMismatchingPlatform" in project "UNMC.csproj".
Target "_CheckForLanguageAndFeatureCombinationSupport" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets":
  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 Exe != '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 == 'true').
Done building target "_CheckForLanguageAndFeatureCombinationSupport" in project "UNMC.csproj".
Target "_CheckForNETCoreSdkIsPreview" skipped, due to false condition; ( '$(_NETCoreSdkIsPreview)' == 'true' AND '$(SuppressNETCoreSdkPreviewMessage)' != 'true' ) was evaluated as ( 'false' == 'true' AND '' != 'true' ).
Target "_GetProjectJsonPath" in file "/usr/local/share/dotnet/sdk/8.0.204/NuGet.targets":
  Task "GetRestoreProjectJsonPathTask" skipped, due to false condition; ( '$(RestoreProjectStyle)' == 'ProjectJson' OR '$(RestoreProjectStyle)' == '' ) was evaluated as ( 'PackageReference' == 'ProjectJson' OR 'PackageReference' == '' ).
Done building target "_GetProjectJsonPath" in project "UNMC.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 "UpdateAspNetToFrameworkReference" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets":
  Using "CheckIfPackageReferenceShouldBeFrameworkReference" task from assembly "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/../tools/net8.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').
Done building target "UpdateAspNetToFrameworkReference" in project "UNMC.csproj".
Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v8.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true').
Target "CheckForImplicitPackageReferenceOverrides" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets":
  Using "CheckForImplicitPackageReferenceOverrides" task from assembly "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/../tools/net8.0/Microsoft.NET.Build.Tasks.dll".
  Task "CheckForImplicitPackageReferenceOverrides"
  Done executing task "CheckForImplicitPackageReferenceOverrides".
Done building target "CheckForImplicitPackageReferenceOverrides" in project "UNMC.csproj".
Target "ApplyImplicitVersions" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets":
  Using "ApplyImplicitVersions" task from assembly "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/../tools/net8.0/Microsoft.NET.Build.Tasks.dll".
  Task "ApplyImplicitVersions"
  Done executing task "ApplyImplicitVersions".
Done building target "ApplyImplicitVersions" in project "UNMC.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 'iOS' == 'Windows').
Target "_ComputeToolPackInputsToProcessFrameworkReferences" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets":
Done building target "_ComputeToolPackInputsToProcessFrameworkReferences" in project "UNMC.csproj".
Target "ProcessFrameworkReferences" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets":
  Using "CheckForDuplicateFrameworkReferences" task from assembly "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/../tools/net8.0/Microsoft.NET.Build.Tasks.dll".
  Task "CheckForDuplicateFrameworkReferences"
  Done executing task "CheckForDuplicateFrameworkReferences".
  Using "ProcessFrameworkReferences" task from assembly "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/../tools/net8.0/Microsoft.NET.Build.Tasks.dll".
  Task "ProcessFrameworkReferences"
  Done executing task "ProcessFrameworkReferences".
  Using "ResolveAppHosts" task from assembly "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/../tools/net8.0/Microsoft.NET.Build.Tasks.dll".
  Task "ResolveAppHosts"
  Done executing task "ResolveAppHosts".
Done building target "ProcessFrameworkReferences" in project "UNMC.csproj".
Target "IncludeTargetingPackReference" skipped, due to false condition; ('$(TargetFrameworkMoniker)' != '' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(AutomaticallyUseReferenceAssemblyPackages)' == 'true') was evaluated as ('.NETCoreApp,Version=v8.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true').
Target "_AddMicrosoftNetCompilerToolsetFrameworkPackage" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets":
  Task "NETSdkWarning" skipped, due to false condition; ('@(PackageReference->AnyHaveMetadataValue('Identity', 'Microsoft.Net.Compilers.Toolset.Framework'))' == 'true') was evaluated as ('false' == 'true').
Done building target "_AddMicrosoftNetCompilerToolsetFrameworkPackage" in project "UNMC.csproj".
Target "_CheckForObsoleteDotNetCliToolReferences" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ObsoleteReferences.targets":
  Task "NETSdkWarning" skipped, due to false condition; ( '%(_ReferenceToObsoleteDotNetCliTool.Identity)' != '' ) was evaluated as ( '' != '' ).
Done building target "_CheckForObsoleteDotNetCliToolReferences" in project "UNMC.csproj".
Target "CollectPackageReferences" in file "/usr/local/share/dotnet/sdk/8.0.204/NuGet.targets":
  Using "CheckForDuplicateNuGetItemsTask" task from assembly "/usr/local/share/dotnet/sdk/8.0.204/NuGet.Build.Tasks.dll".
  Task "CheckForDuplicateNuGetItemsTask"
  Done executing task "CheckForDuplicateNuGetItemsTask".
Done building target "CollectPackageReferences" in project "UNMC.csproj".
Target "ValidateMauiImplicitPackageReferences" skipped, due to false condition; (
      ('$(SkipValidateMauiImplicitPackageReferences)' != 'true') and
      ('$(DisableMauiImplicitPackageReferences)' != 'true' and '$(UseMauiNuGets)' != 'true') and
      ('$(UseMaui)' == 'true' or '$(UseMauiCore)' == 'true' or '$(UseMauiEssentials)' == 'true' or '$(UseMauiAssets)' == 'true') and
      ('@(_MauiImplicitRequiredPackageReference->Count())' != '0') ) was evaluated as (
      ('' != 'true') and
      ('' != 'true' and '' != 'true') and
      ('True' == 'true' or '' == 'true' or '' == 'true' or '' == 'true') and
      ('0' != '0') ).
Target "_GetRestoreProjectStyle" in file "/usr/local/share/dotnet/sdk/8.0.204/NuGet.targets":
  Using "GetRestoreProjectStyleTask" task from assembly "/usr/local/share/dotnet/sdk/8.0.204/NuGet.Build.Tasks.dll".
  Task "GetRestoreProjectStyleTask"
  Done executing task "GetRestoreProjectStyleTask".
Done building target "_GetRestoreProjectStyle" in project "UNMC.csproj".
Target "EnableIntermediateOutputPathMismatchWarning" in file "/usr/local/share/dotnet/sdk/8.0.204/NuGet.targets":
Done building target "EnableIntermediateOutputPathMismatchWarning" in project "UNMC.csproj".
Target "ApplyImplicitVersions" skipped. Previously built successfully.
Target "CheckForImplicitPackageReferenceOverrides" skipped. Previously built successfully.
Target "CheckForDuplicateItems" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets":
  Using "CheckForDuplicateItems" task from assembly "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/../tools/net8.0/Microsoft.NET.Build.Tasks.dll".
  Task "CheckForDuplicateItems"
  Done executing task "CheckForDuplicateItems".
  Task "CheckForDuplicateItems"
  Done executing task "CheckForDuplicateItems".
  Task "CheckForDuplicateItems"
  Done executing task "CheckForDuplicateItems".
Done building target "CheckForDuplicateItems" in project "UNMC.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 'net8.0-android;net8.0-ios;net8.0' == '').
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=v8.0' != '' and '.NETCoreApp' == '.NETFramework' and 'true' == 'true').
Target "_ValidateMauiTasks" in file "/Users/57block/.nuget/packages/microsoft.maui.controls.build.tasks/8.0.7/buildTransitive/netstandard2.0/Microsoft.Maui.Controls.targets":
  Task "Error" skipped, due to false condition; ('$(_MauiTargetsImportedAgain)' == 'True') was evaluated as ('' == 'True').
Done building target "_ValidateMauiTasks" in project "UNMC.csproj".
Target "_ValidateMSBuild" in file "/Users/57block/.nuget/packages/microsoft.maui.controls.build.tasks/8.0.7/buildTransitive/netstandard2.0/Microsoft.Maui.Controls.targets":
  Task "Error" skipped, due to false condition; ('$(IsXBuild)' == 'true') was evaluated as ('false' == 'true').
Done building target "_ValidateMSBuild" in project "UNMC.csproj".
Target "_ValidateNETFrameworkVersion" skipped, due to false condition; ('$(ProjectExt)' != '.wapproj' AND '$(TargetFrameworkIdentifier)' == '.NETFramework' AND '$(TargetFrameworkVersion.Substring(1))' < '4.6.1' AND '$(MauiDisableFrameworkVersionValidation)' != 'True') was evaluated as ('.csproj' != '.wapproj' AND '.NETCoreApp' == '.NETFramework' AND '8.0' < '4.6.1' AND '' != 'True').
Target "_ValidateMauiDoesNotHaveXamarinForms" in file "/Users/57block/.nuget/packages/microsoft.maui.controls.build.tasks/8.0.7/buildTransitive/netstandard2.0/Microsoft.Maui.Controls.targets":
  Task "Error" skipped, due to false condition; ('$(_XFTargetsImported)' == 'true') was evaluated as ('' == 'true').
Done building target "_ValidateMauiDoesNotHaveXamarinForms" in project "UNMC.csproj".
Target "_CheckForInvalidConfigurationAndPlatform" in file "/usr/local/share/dotnet/sdk/8.0.204/Microsoft.Common.CurrentVersion.targets":
  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/net8.0-ios/ios-arm64/' != '' and !HasTrailingSlash('bin/Debug/net8.0-ios/ios-arm64/')).
  Task "Error" skipped, due to false condition; ('$(IntermediateOutputPath)' != '' and !HasTrailingSlash('$(IntermediateOutputPath)')) was evaluated as ('obj/Debug/net8.0-ios/ios-arm64/' != '' and !HasTrailingSlash('obj/Debug/net8.0-ios/ios-arm64/')).
  Task "Error" skipped, due to false condition; ('$(BaseIntermediateOutputPath)' != '' and !HasTrailingSlash('$(BaseIntermediateOutputPath)')) was evaluated as ('obj/' != '' and !HasTrailingSlash('obj/')).
  Task "Error" skipped, due to false condition; ( '$(_InitialMSBuildProjectExtensionsPath)' != '' And '$(MSBuildProjectExtensionsPath)' != '$(_InitialMSBuildProjectExtensionsPath)' ) was evaluated as ( '/Users/57block/Documents/TWE/unmc/src/UNMC/UNMC/UNMC/obj/' != '' And '/Users/57block/Documents/TWE/unmc/src/UNMC/UNMC/UNMC/obj/' != '/Users/57block/Documents/TWE/unmc/src/UNMC/UNMC/UNMC/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/' != '/Users/57block/Documents/TWE/unmc/src/UNMC/UNMC/UNMC/obj/' ).
Done building target "_CheckForInvalidConfigurationAndPlatform" in project "UNMC.csproj".
Target "ValidateCommandLineProperties" in file "/usr/local/share/dotnet/sdk/8.0.204/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets":
Done building target "ValidateCommandLineProperties" in project "UNMC.csproj".
Target "_VerifyValidOutputType" in file "/usr/local/share/dotnet/packs/Microsoft.iOS.Sdk/17.2.8053/targets/Xamarin.Shared.Sdk.targets":
  Task "Error" skipped, due to false condition; ('$(OutputType)' == 'WinExe') was evaluated as ('Exe' == 'WinExe').
Done building target "_VerifyValidOutputType" in project "UNMC.csproj".
Target "_WarnRuntimeIdentifiersClash" skipped, due to false condition; ('$(_RuntimeIdentifiersClashMessage)' != '') was evaluated as ('' != '').
Target "_ComputePublishTrimmed" in file "/usr/local/share/dotnet/packs/Microsoft.iOS.Sdk/17.2.8053/targets/Xamarin.Shared.Sdk.targets":
  Using "Error" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
  Task "Error"
    /usr/local/share/dotnet/packs/Microsoft.iOS.Sdk/17.2.8053/targets/Xamarin.Shared.Sdk.targets(288,3): error : iOS projects must build with PublishTrimmed=true. Current value: false. Set 'MtouchLink=None' instead to disable trimming for all assemblies.
  Done executing task "Error" -- FAILED.
Done building target "_ComputePublishTrimmed" in project "UNMC.csproj" -- FAILED.

Done building project "UNMC.csproj" -- FAILED.

Project Performance Summary:
       22 ms  /Users/57block/Documents/TWE/unmc/src/UNMC/UNMC/UNMC/UNMC.csproj   1 calls
      250 ms  /Users/57block/Documents/TWE/unmc/src/UNMC/UNMC.Shared/UNMC.Shared.csproj   1 calls

Target Performance Summary:
        0 ms  _CopySourceItemsToOutputDirectory          1 calls
        0 ms  BeforeBuild                                1 calls
        0 ms  BeforeCompile                              1 calls
        0 ms  GenerateAssemblyInfo                       1 calls
        0 ms  PrepareResourceNames                       1 calls
        0 ms  PrepareResources                           1 calls
        0 ms  ResolvePackageDependenciesForBuild         1 calls
        0 ms  PrepareProjectReferences                   1 calls
        0 ms  CreateCustomManifestResourceNames          1 calls
        0 ms  BeforeResGen                               1 calls
        0 ms  AfterResGen                                1 calls
        0 ms  SetWin32ManifestProperties                 1 calls
        0 ms  _DefaultMicrosoftNETPlatformLibrary        1 calls
        0 ms  InitializeSourceControlInformation         1 calls
        0 ms  _InitializeSourceRootMappedPathsFromSourceControl   1 calls
        0 ms  GenerateSourceLinkFile                     1 calls
        0 ms  Compile                                    1 calls
        0 ms  CreateSatelliteAssemblies                  1 calls
        0 ms  ResGen                                     1 calls
        0 ms  BeforeResolveReferences                    1 calls
        0 ms  PrepareForRun                              1 calls
        0 ms  GetReferenceAssemblyPaths                  1 calls
        0 ms  _InitializeSourceControlInformationFromSourceControlManager   1 calls
        0 ms  IgnoreJavaScriptOutputAssembly             1 calls
        0 ms  AfterResolveReferences                     1 calls
        0 ms  GenerateMSBuildEditorConfigFile            1 calls
        0 ms  AfterCompile                               1 calls
        0 ms  _SetEmbeddedFilesFromSourceControlManagerUntrackedFiles   1 calls
        0 ms  _InitializeSourceRootMappedPathsOpt        1 calls
        0 ms  _ValidateMSBuild                           1 calls
        0 ms  CoreBuild                                  1 calls
        0 ms  _CheckAndUnsetUnsupportedPrefer32Bit       1 calls
        0 ms  _VerifyValidOutputType                     1 calls
        0 ms  GetFrameworkPaths                          1 calls
        0 ms  ValidateCommandLineProperties              2 calls
        0 ms  AfterBuild                                 1 calls
        0 ms  BuildOnlySettings                          1 calls
        0 ms  _ValidateMauiTasks                         1 calls
        0 ms  _AddOutputPathToGlobalPropertiesToRemove   1 calls
        0 ms  Build                                      1 calls
        0 ms  GetTargetPath                              1 calls
        0 ms  IncludeTransitiveProjectReferences         1 calls
        0 ms  ResolveLockFileAnalyzers                   1 calls
        0 ms  _PopulateCommonStateForGetCopyToOutputDirectoryItems   1 calls
        0 ms  _CheckForUnsupportedHostingUsage           1 calls
        0 ms  _CheckForObsoleteDotNetCliToolReferences   2 calls
        0 ms  _CheckForUnsupportedNETStandardVersion     1 calls
        0 ms  AddImplicitDefineConstants                 1 calls
        0 ms  RemoveManagedWinRTComponentWinMDReferences   1 calls
        0 ms  _BeforeVBCSCoreCompile                     1 calls
        0 ms  ExpandSDKReferences                        1 calls
        0 ms  ResolveSDKReferences                       1 calls
        0 ms  _CheckForUnsupportedArtifactsPath          2 calls
        0 ms  AddSourceRevisionToInformationalVersion    1 calls
        0 ms  CopyAdditionalFiles                        1 calls
        0 ms  _ValidateMauiDoesNotHaveXamarinForms       1 calls
        0 ms  _CheckForLanguageAndFeatureCombinationSupport   2 calls
        0 ms  _SetSourceLinkFilePath                     1 calls
        0 ms  _CheckForSupportedOSPlatformVersionHigherThanTargetPlatformVersion   1 calls
        0 ms  EnableIntermediateOutputPathMismatchWarning   2 calls
        0 ms  _SetTargetFrameworkMonikerAttribute        1 calls
        0 ms  _SplitProjectReferencesByFileExistence     1 calls
        0 ms  ResolveReferences                          1 calls
        0 ms  _CheckForUnsupportedTargetPlatformIdentifier   1 calls
        0 ms  _CheckForMismatchingPlatform               1 calls
        0 ms  _CheckForUnsupportedNETCoreVersion         1 calls
        0 ms  ResolveLockFileCopyLocalFiles              1 calls
        0 ms  _ComputePackageReferencePublish            1 calls
        0 ms  _CheckContainersPackage                    1 calls
        0 ms  _GetProjectJsonPath                        2 calls
        0 ms  _CheckForUnsupportedCppNETCoreVersion      2 calls
        0 ms  GetTargetPathWithTargetPlatformMoniker     1 calls
        0 ms  _GenerateCompileInputs                     1 calls
        0 ms  _ComputeSkipAnalyzers                      1 calls
        0 ms  _CheckForCompileOutputs                    1 calls
        0 ms  GenerateMSBuildEditorConfigFileShouldRun   1 calls
        0 ms  CoreResGen                                 1 calls
        0 ms  SourceControlManagerPublishTranslatedUrls   1 calls
        0 ms  _GenerateSatelliteAssemblyInputs           1 calls
        0 ms  _AddMicrosoftNetCompilerToolsetFrameworkPackage   2 calls
        0 ms  _GetCopyToOutputDirectoryItemsFromThisProject   1 calls
        0 ms  ResolveProjectReferences                   1 calls
        0 ms  GetAssemblyAttributes                      1 calls
        0 ms  _GetCopyToOutputDirectoryItemsFromTransitiveProjectReferences   1 calls
        0 ms  _CheckForUnsupportedAppHostUsage           1 calls
        0 ms  _ComputeUserRuntimeAssemblies              1 calls
        0 ms  _CheckForInvalidTargetPlatformVersion      1 calls
        0 ms  SplitResourcesByCulture                    1 calls
        0 ms  InitializeSourceRootMappedPaths            1 calls
        0 ms  GetAssemblyVersion                         1 calls
        1 ms  _NormalizeTargetPlatformVersion            1 calls
        1 ms  _ComputeReferenceAssemblies                1 calls
        1 ms  _SourceLinkHasSingleProvider               1 calls
        1 ms  ValidateExecutableReferences               1 calls
        1 ms  IncrementalClean                           1 calls
        1 ms  UpdateAspNetToFrameworkReference           1 calls
        1 ms  GenerateNETCompatibleDefineConstants       1 calls
        1 ms  CoreGenerateAssemblyInfo                   1 calls
        1 ms  AssignProjectConfiguration                 1 calls
        1 ms  _ComputePublishTrimmed                     1 calls
        1 ms  AssignTargetPaths                          1 calls
        1 ms  GenerateTargetFrameworkMonikerAttribute    1 calls
        1 ms  _GenerateCompileDependencyCache            1 calls
        1 ms  CreateGeneratedAssemblyInfoInputsCacheFile   1 calls
        1 ms  CheckForImplicitPackageReferenceOverrides   2 calls
        1 ms  _GetRestoreProjectStyle                    2 calls
        1 ms  TranslateBitbucketGitUrlsInSourceControlInformation   1 calls
        1 ms  TranslateAzureReposGitUrlsInSourceControlInformation   1 calls
        1 ms  TranslateGitLabUrlsInSourceControlInformation   1 calls
        2 ms  ResolveLockFileReferences                  1 calls
        2 ms  _SetEmbeddedWin32ManifestProperties        1 calls
        2 ms  _HandlePackageFileConflicts                1 calls
        2 ms  PrepareForBuild                            1 calls
        2 ms  _GenerateSourceLinkFile                    1 calls
        2 ms  TranslateGitHubUrlsInSourceControlInformation   1 calls
        2 ms  CopyFilesToOutputDirectory                 1 calls
        2 ms  _InitializeGitLabSourceLinkUrl             2 calls
        2 ms  _CleanGetCurrentAndPriorFileWrites         1 calls
        2 ms  _InitializeGitHubSourceLinkUrl             2 calls
        3 ms  _InitializeBitbucketGitSourceLinkUrl       2 calls
        3 ms  GenerateMSBuildEditorConfigFileCore        1 calls
        3 ms  _ComputeToolPackInputsToProcessFrameworkReferences   2 calls
        3 ms  _CheckForInvalidConfigurationAndPlatform   2 calls
        4 ms  GetCopyToOutputDirectoryItems              1 calls
        4 ms  ApplyImplicitVersions                      2 calls
        4 ms  CollectPackageReferences                   2 calls
        5 ms  FindReferenceAssembliesForReferences       1 calls
        6 ms  CheckForDuplicateItems                     2 calls
        6 ms  SetEmbeddedFilesFromSourceControlManagerUntrackedFiles   1 calls
        6 ms  _InitializeAzureReposGitSourceLinkUrl      2 calls
        8 ms  _CollectTargetFrameworkForTelemetry        2 calls
        9 ms  ProcessFrameworkReferences                 1 calls
       12 ms  _GetProjectReferenceTargetFrameworkProperties   1 calls
       15 ms  ResolvePackageAssets                       1 calls
       16 ms  InitializeSourceControlInformationFromSourceControlManager   1 calls
       18 ms  ResolveAssemblyReferences                  1 calls
       50 ms  CoreCompile                                1 calls
       51 ms  GenerateBuildDependencyFile                1 calls

Task Performance Summary:
        0 ms  ConvertToAbsolutePath                      1 calls
        0 ms  Delete                                     1 calls
        0 ms  AssignCulture                              1 calls
        0 ms  FindAppConfigFile                          1 calls
        0 ms  CheckForDuplicateFrameworkReferences       1 calls
        0 ms  RemoveDuplicates                           2 calls
        0 ms  Microsoft.SourceLink.Common.SourceLinkHasSingleProvider   1 calls
        0 ms  SetRidAgnosticValueForProjects             1 calls
        0 ms  Microsoft.CodeAnalysis.BuildTasks.MapSourceRoots   1 calls
        0 ms  ResolveAppHosts                            1 calls
        0 ms  MSBuild                                    1 calls
        0 ms  GetAssemblyVersion                         1 calls
        0 ms  JoinItems                                  1 calls
        0 ms  ApplyImplicitVersions                      2 calls
        0 ms  ReadLinesFromFile                          1 calls
        0 ms  AssignTargetPath                           6 calls
        0 ms  Error                                      1 calls
        0 ms  CheckIfPackageReferenceShouldBeFrameworkReference   2 calls
        0 ms  AssignProjectConfiguration                 1 calls
        0 ms  Hash                                       2 calls
        1 ms  ValidateExecutableReferences               1 calls
        1 ms  GenerateMSBuildEditorConfig                1 calls
        1 ms  Message                                    5 calls
        1 ms  CheckForImplicitPackageReferenceOverrides   2 calls
        1 ms  ResolvePackageFileConflicts                1 calls
        1 ms  CheckForDuplicateNuGetItemsTask            2 calls
        1 ms  FindUnderPath                              5 calls
        1 ms  WriteLinesToFile                           2 calls
        1 ms  GetRestoreProjectStyleTask                 2 calls
        1 ms  Microsoft.SourceLink.Bitbucket.Git.TranslateRepositoryUrls   1 calls
        1 ms  Microsoft.SourceLink.AzureRepos.Git.TranslateRepositoryUrls   1 calls
        1 ms  Microsoft.SourceLink.GitLab.TranslateRepositoryUrls   1 calls
        1 ms  GetFrameworkPath                           1 calls
        1 ms  MakeDir                                    1 calls
        1 ms  Microsoft.SourceLink.Common.GenerateSourceLinkFile   1 calls
        1 ms  Microsoft.SourceLink.GitHub.TranslateRepositoryUrls   1 calls
        1 ms  Copy                                       2 calls
        2 ms  CallTarget                                 2 calls
        2 ms  AllowEmptyTelemetry                        2 calls
        2 ms  Microsoft.SourceLink.AzureRepos.Git.GetSourceLinkUrl   2 calls
        2 ms  Microsoft.SourceLink.GitLab.GetSourceLinkUrl   2 calls
        2 ms  Microsoft.SourceLink.GitHub.GetSourceLinkUrl   2 calls
        2 ms  Microsoft.SourceLink.Bitbucket.Git.GetSourceLinkUrl   2 calls
        2 ms  ResolvePackageAssets                       1 calls
        5 ms  CheckForDuplicateItems                     6 calls
        6 ms  Microsoft.Build.Tasks.Git.GetUntrackedFiles   1 calls
        7 ms  ProcessFrameworkReferences                 1 calls
       15 ms  Microsoft.Build.Tasks.Git.LocateRepository   1 calls
       18 ms  ResolveAssemblyReference                   1 calls
       48 ms  Csc                                        1 calls
       50 ms  GenerateDepsFile                           1 calls

Build FAILED.

/usr/local/share/dotnet/packs/Microsoft.iOS.Sdk/17.2.8053/targets/Xamarin.Shared.Sdk.targets(288,3): error : iOS projects must build with PublishTrimmed=true. Current value: false. Set 'MtouchLink=None' instead to disable trimming for all assemblies.
    0 Warning(s)
    1 Error(s)

Time Elapsed 00:00:02.31

========== Build: 1 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

Build: 1 error, 0 warnings

Jay-57blocks avatar Apr 23 '24 09:04 Jay-57blocks

Can you create and attach a binlog please? https://github.com/dotnet/maui/wiki/Capturing-Binary-Logs

PureWeen avatar Apr 23 '24 18:04 PureWeen

Can you create and attach a binlog please? https://github.com/dotnet/maui/wiki/Capturing-Binary-Logs

Thanks for your reminder, I attached the log file. By the way, I use Mac M1 and it has arm cpu. I don't know if this will help solve the problem.

image

build log.zip

image

Jay-57blocks avatar Apr 24 '24 03:04 Jay-57blocks

@PureWeen I have added a log to it. Do you have time to check it?

Jay-57blocks avatar Apr 29 '24 01:04 Jay-57blocks

Looks like the most important error is saying that you're not using the right Xcode version? Can you confirm what Xcode version you are using?

@rolfbjarne any additional ideas?

jfversluis avatar May 07 '24 12:05 jfversluis

Looks like the most important error is saying that you're not using the right Xcode version? Can you confirm what Xcode version you are using?

@rolfbjarne any additional ideas?

That's correct, just use Xcode 15.1 or 15.2 (not 15.3: https://github.com/xamarin/xamarin-macios/issues/20257).

rolfbjarne avatar May 07 '24 12:05 rolfbjarne

@rolfbjarne @jfversluis I updated Xcode and set it up net8.0-ios/ios-arm64, and it works normally now

        <!-- net8.0 is added to allow the unit test project to reference this project. -->
        <TargetFrameworks>net8.0-android;net8.0-ios;net8.0</TargetFrameworks>
        <!-- Fix project.assets.json' doesn't have a target for 'net8.0-ios/ios-arm64' -->
        <RuntimeIdentifier Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios' and '$([System.Runtime.InteropServices.RuntimeInformation]::OSArchitecture)' == 'arm64'">ios-arm64</RuntimeIdentifier> 

Jay-57blocks avatar May 08 '24 02:05 Jay-57blocks

Perfect, thanks for letting us know!

jfversluis avatar May 08 '24 06:05 jfversluis