stryker-mutator / stryker-net

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

No valid project analysis results could be found. #2140

Closed fabiookamura closed 2 years ago

fabiookamura commented 2 years ago

Describe the bug Stryker did't analyze my project in net core 3.1, with no specifc log.

Logs dotnet stryker

[18:02:42 INF] Identifying project to mutate.
[18:02:45 INF] The project C:\cd-ms-authorizer-mastercard\src\Super.GlobalPlatform.Authorizer.Master.Domain\Super.GlobalPlatform.Authorizer.Master.Domain.csproj will be mutated.
[18:02:46 INF] Time Elapsed 00:00:03.6547389
Stryker.NET failed to mutate your project. For more information see the logs below:

No valid project analysis results could be found.

Expected behavior Styker analyze my project and output the report.

Desktop (please complete the following information):

Additional context Stryker successfully run on PC of my colleagues, in my case perhaps must be something with enviroment.

image

fabiookamura commented 2 years ago

dotnet stryker --verbosity trace --log-to-file

[18:00:36 INF] Logging enabled at level Trace
Version: 2.1.2

[18:00:36 VRB]   CACHE https://api.nuget.org/v3/registration5-gz-semver2/dotnet-stryker/index.json
[18:00:36 VRB]   CACHE https://api.nuget.org/v3/registration5-gz-semver2/dotnet-stryker/index.json
[18:00:36 DBG] Stryker started with options: {"MsBuildPath": null, "DevMode": false, "ProjectPath": "C:\\cd-ms-authorizer-mastercard", "WorkingDirectory": "C:\\cd-ms-authorizer-mastercard", "OutputPath": "C:\\cd-ms-authorizer-mastercard\\StrykerOutput\\2022-08-18.18-00-36", "ReportPath": "C:\\cd-ms-authorizer-mastercard\\StrykerOutput\\2022-08-18.18-00-36\\reports", "ReportFileName": "mutation-report", "SolutionPath": null, "TargetFramework": null, "LogOptions": {"LogToFile": true, "LogLevel": "Verbose", "$type": "LogOptions"}, "MutationLevel": "Advanced", "Thresholds": {"High": 80, "Low": 60, "Break": 0, "$type": "Thresholds"}, "AdditionalTimeout": 5000, "LanguageVersion": "Default", "Concurrency": 6, "ProjectUnderTestName": "", "TestProjects": ["C:\\cd-ms-authorizer-mastercard\\unit-tests\\Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests\\Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests.csproj"], "TestCaseFilter": "", "Reporters": ["Progress", "Html"], "WithBaseline": false, "BaselineProvider": "Disk", "AzureFileStorageUrl": "", "AzureFileStorageSas": "", "DashboardUrl": "https://dashboard.stryker-mutator.io", "DashboardApiKey": null, "Since": false, "SinceTarget": "master", "DiffIgnoreChanges": [], "FallbackVersion": "master", "ModuleName": "", "ReportTypeToOpen": null, "Mutate": [{"Glob": {"Tokens": [{"TrailingPathSeparator": {"Value": "\\", "$type": "PathSeparatorToken"}, "LeadingPathSeparator": null, "$type": "WildcardDirectoryToken"}, {"$type": "WildcardToken"}], "$type": "Glob"}, "IsExclude": false, "TextSpans": [{"Start": 0, "End": 2147483647, "Length": 2147483647, "IsEmpty": false, "$type": "TextSpan"}], "$type": "FilePattern"}], "IgnoredMethods": [{"Options": "IgnoreCase", "RightToLeft": false, "MatchTimeout": "-00:00:00.0010000", "$type": "Regex"}, {"Options": "IgnoreCase", "RightToLeft": false, "MatchTimeout": "-00:00:00.0010000", "$type": "Regex"}, {"Options": "IgnoreCase", "RightToLeft": false, "MatchTimeout": "-00:00:00.0010000", "$type": "Regex"}, {"Options": "IgnoreCase", "RightToLeft": false, "MatchTimeout": "-00:00:00.0010000", "$type": "Regex"}, {"Options": "IgnoreCase", "RightToLeft": false, "MatchTimeout": "-00:00:00.0010000", "$type": "Regex"}], "ExcludedMutations": [], "ExcludedLinqExpressions": [], "OptimizationMode": "CoverageBasedTest", "ProjectName": "", "ProjectVersion": "", "$type": "StrykerOptions"}
[18:00:36 INF] Identifying project to mutate.
[18:00:36 DBG] Using C:\cd-ms-authorizer-mastercard\unit-tests\Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests\Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests.csproj as test project
[18:00:36 DBG] Analyzing project file C:\cd-ms-authorizer-mastercard\unit-tests\Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests\Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests.csproj
[18:00:39 VRB] **** Buildalyzer result ****
[18:00:39 VRB] Project: C:\cd-ms-authorizer-mastercard\unit-tests\Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests\Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests.csproj
[18:00:39 VRB] TargetFramework: netcoreapp3.1
[18:00:39 VRB] Property MSBuildToolsVersion=Current
[18:00:39 VRB] Property MSBuildToolsPath=C:\Program Files\dotnet\sdk\6.0.108
[18:00:39 VRB] Property MSBuildBinPath=C:\Program Files\dotnet\sdk\6.0.108
[18:00:39 VRB] Property MSBuildStartupDirectory=C:\cd-ms-authorizer-mastercard\unit-tests\Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests
[18:00:39 VRB] Property MSBuildNodeCount=1
[18:00:39 VRB] Property MSBuildProgramFiles32=C:\Program Files (x86)
[18:00:39 VRB] Property MSBuildAssemblyVersion=17.0
[18:00:39 VRB] Property MSBuildVersion=17.0.0
[18:00:39 VRB] Property MSBuildFileVersion=17.0.0.52104
[18:00:39 VRB] Property MSBuildSemanticVersion=17.0.0+c9eb9dd64
[18:00:39 VRB] Property MSBuildDisableFeaturesFromVersion=999.999
[18:00:39 VRB] Property MSBuildRuntimeType=Core
[18:00:39 VRB] Property MSBuildProjectFile=Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests.csproj
[18:00:39 VRB] Property MSBuildProjectName=Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests
[18:00:39 VRB] Property MSBuildProjectExtension=.csproj
[18:00:39 VRB] Property MSBuildProjectFullPath=C:\cd-ms-authorizer-mastercard\unit-tests\Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests\Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests.csproj
[18:00:39 VRB] Property MSBuildProjectDirectory=C:\cd-ms-authorizer-mastercard\unit-tests\Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests
[18:00:39 VRB] Property MSBuildProjectDirectoryNoRoot=cd-ms-authorizer-mastercard\unit-tests\Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests
[18:00:39 VRB] Property MSBuildExtensionsPath32=C:\Program Files\dotnet\sdk\6.0.108
[18:00:39 VRB] Property MSBuildExtensionsPath64=C:\Program Files\dotnet\sdk\6.0.108
[18:00:39 VRB] Property MSBuildExtensionsPath=C:\Program Files\dotnet\sdk\6.0.108\
[18:00:39 VRB] Property LOCALAPPDATA=C:\Users\Fábio Okamura\AppData\Local
[18:00:39 VRB] Property MSBuildUserExtensionsPath=C:\Users\Fábio Okamura\AppData\Local\Microsoft\MSBuild
[18:00:39 VRB] Property ALLUSERSPROFILE=C:\ProgramData
[18:00:39 VRB] Property ANDROID_HOME=C:\android
[18:00:39 VRB] Property APPDATA=C:\Users\Fábio Okamura\AppData\Roaming
[18:00:39 VRB] Property ChocolateyInstall=C:\ProgramData\chocolatey
[18:00:39 VRB] Property ChocolateyLastPathUpdate=133015160850419096
[18:00:39 VRB] Property CommonProgramFiles=C:\Program Files\Common Files
[18:00:39 VRB] Property CommonProgramW6432=C:\Program Files\Common Files
[18:00:39 VRB] Property COMPUTERNAME=DESKTOP-OBB4BU1
[18:00:39 VRB] Property ComSpec=C:\WINDOWS\system32\cmd.exe
[18:00:39 VRB] Property COREHOST_TRACE=0
[18:00:39 VRB] Property DOTNET_HOST_PATH=C:\Program Files\dotnet\dotnet.exe
[18:00:39 VRB] Property DriverData=C:\Windows\System32\Drivers\DriverData
[18:00:39 VRB] Property FPS_BROWSER_APP_PROFILE_STRING=Internet Explorer
[18:00:39 VRB] Property FPS_BROWSER_USER_PROFILE_STRING=Default
[18:00:39 VRB] Property HOMEDRIVE=C:
[18:00:39 VRB] Property HOMEPATH=\Users\Fábio Okamura
[18:00:39 VRB] Property JAVA_HOME=C:\Program Files\ojdkbuild\java-1.8.0
[18:00:39 VRB] Property JRE_HOME=C:\Program Files\ojdkbuild\java-1.8.0\jre
[18:00:39 VRB] Property LOGONSERVER=\\DESKTOP-OBB4BU1
[18:00:39 VRB] Property MSBuildLoadMicrosoftTargetsReadOnly=true
[18:00:39 VRB] Property MSBuildSDKsPath=C:\Program Files\dotnet\sdk\6.0.108\Sdks
[18:00:39 VRB] Property MSMPI_BIN=C:\Program Files\Microsoft MPI\Bin\
[18:00:39 VRB] Property NUMBER_OF_PROCESSORS=12
[18:00:39 VRB] Property OneDrive=C:\Users\Fábio Okamura\OneDrive
[18:00:39 VRB] Property OS=Windows_NT
[18:00:39 VRB] Property Path=C:\Python310\Scripts\;C:\Python310\;C:\Program Files\ojdkbuild\java-1.8.0\bin;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files\Microsoft MPI\Bin\;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Razer Chroma SDK\bin;C:\Program Files\Razer Chroma SDK\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Windows\system32\config\systemprofile\AppData\Local\Microsoft\WindowsApps;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Program Files\dotnet\;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\150\DTS\Binn\;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\Azure Data Studio\bin;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\android\platform-tools;C:\android\tools;C:\scrcpy-win64-v1.19;C:\Gradle\gradle-3.3\bin;;C:\Program Files\Docker\Docker\resources\bin;C:\ProgramData\DockerDesktop\version-bin;C:\Program Files\nodejs\;C:\ProgramData\chocolatey\bin;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Users\Fábio Okamura\AppData\Local\Microsoft\WindowsApps;;C:\Users\Fábio Okamura\AppData\Local\Programs\Microsoft VS Code\bin;C:\Program Files\Azure Data Studio\bin;C:\Program Files (x86)\Sophos\Sophos SSL VPN Client\bin;C:\Users\Fábio Okamura\.dotnet\tools;C:\Users\Fábio Okamura\AppData\Roaming\npm
[18:00:39 VRB] Property PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.PY;.PYW;.CPL
[18:00:39 VRB] Property PROCESSOR_ARCHITECTURE=AMD64
[18:00:39 VRB] Property PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 158 Stepping 10, GenuineIntel
[18:00:39 VRB] Property PROCESSOR_LEVEL=6
[18:00:39 VRB] Property PROCESSOR_REVISION=9e0a
[18:00:39 VRB] Property ProgramData=C:\ProgramData
[18:00:39 VRB] Property ProgramFiles=C:\Program Files
[18:00:39 VRB] Property ProgramW6432=C:\Program Files
[18:00:39 VRB] Property PSModulePath=C:\Users\Fábio Okamura\Documents\WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules
[18:00:39 VRB] Property PUBLIC=C:\Users\Public
[18:00:39 VRB] Property scrcpy=C:\Users\Fábio Okamura\Downloads\scrcpy-win64-v1.19\scrcpy-server
[18:00:39 VRB] Property SESSIONNAME=Console
[18:00:39 VRB] Property SystemDrive=C:
[18:00:39 VRB] Property SystemRoot=C:\WINDOWS
[18:00:39 VRB] Property TEMP=C:\Users\FBIOOK~1\AppData\Local\Temp
[18:00:39 VRB] Property TMP=C:\Users\FBIOOK~1\AppData\Local\Temp
[18:00:39 VRB] Property USERDOMAIN=DESKTOP-OBB4BU1
[18:00:39 VRB] Property USERDOMAIN_ROAMINGPROFILE=DESKTOP-OBB4BU1
[18:00:39 VRB] Property USERNAME=Fábio Okamura
[18:00:39 VRB] Property USERPROFILE=C:\Users\Fábio Okamura
[18:00:39 VRB] Property windir=C:\WINDOWS
[18:00:39 VRB] Property RoslynTargetsPath=C:\Program Files\dotnet\sdk\6.0.108\Roslyn
[18:00:39 VRB] Property VisualStudioVersion=17.0
[18:00:39 VRB] Property ProvideCommandLineArgs=true
[18:00:39 VRB] Property GenerateResourceMSBuildArchitecture=CurrentArchitecture
[18:00:39 VRB] Property DesignTimeBuild=true
[18:00:39 VRB] Property BuildingProject=false
[18:00:39 VRB] Property BuildProjectReferences=false
[18:00:39 VRB] Property SkipCompilerExecution=true
[18:00:39 VRB] Property DisableRarCache=true
[18:00:39 VRB] Property AutoGenerateBindingRedirects=false
[18:00:39 VRB] Property CopyBuildOutputToOutputDirectory=false
[18:00:39 VRB] Property CopyOutputSymbolsToOutputDirectory=false
[18:00:39 VRB] Property CopyDocumentationFileToOutputDirectory=false
[18:00:39 VRB] Property ComputeNETCoreBuildOutputFiles=false
[18:00:39 VRB] Property SkipCopyBuildProduct=true
[18:00:39 VRB] Property AddModules=false
[18:00:39 VRB] Property UseCommonOutputDirectory=true
[18:00:39 VRB] Property GeneratePackageOnBuild=false
[18:00:39 VRB] Property NonExistentFile=__NonExistentSubDir__\__NonExistentFile__
[18:00:39 VRB] Property SolutionDir=C:\cd-ms-authorizer-mastercard\unit-tests\Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests\
[18:00:39 VRB] Property MSBuildRestoreSessionId=c195b9ba-8b63-4251-93a8-f44da5af7da5
[18:00:39 VRB] Property UsingMicrosoftNETSdk=true
[18:00:39 VRB] Property UsingNETSdkDefaults=true
[18:00:39 VRB] Property ImportByWildcardBeforeMicrosoftCommonProps=true
[18:00:39 VRB] Property ImportByWildcardAfterMicrosoftCommonProps=true
[18:00:39 VRB] Property ImportUserLocationsByWildcardBeforeMicrosoftCommonProps=true
[18:00:39 VRB] Property ImportUserLocationsByWildcardAfterMicrosoftCommonProps=true
[18:00:39 VRB] Property ImportDirectoryBuildProps=true
[18:00:39 VRB] Property _DirectoryBuildPropsFile=Directory.Build.props
[18:00:39 VRB] Property _DirectoryBuildPropsBasePath=C:\cd-ms-authorizer-mastercard
[18:00:39 VRB] Property DirectoryBuildPropsPath=C:\cd-ms-authorizer-mastercard\Directory.Build.props
[18:00:39 VRB] Property CardsCoreVersion=2.*
[18:00:39 VRB] Property CardsConfigurationVersion=1.0.21
[18:00:39 VRB] Property AuthorizerLibVersion=1.0.214
[18:00:39 VRB] Property NetStandardTargetVersion=netstandard2.1
[18:00:39 VRB] Property LangVersion=latest
[18:00:39 VRB] Property BaseIntermediateOutputPath=obj\
[18:00:39 VRB] Property _InitialBaseIntermediateOutputPath=obj\
[18:00:39 VRB] Property MSBuildProjectExtensionsPath=C:\cd-ms-authorizer-mastercard\unit-tests\Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests\obj\
[18:00:39 VRB] Property ImportProjectExtensionProps=true
[18:00:39 VRB] Property _InitialMSBuildProjectExtensionsPath=C:\cd-ms-authorizer-mastercard\unit-tests\Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests\obj\
[18:00:39 VRB] Property RestoreSuccess=True
[18:00:39 VRB] Property RestoreTool=NuGet
[18:00:39 VRB] Property ProjectAssetsFile=C:\cd-ms-authorizer-mastercard\unit-tests\Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests\obj\project.assets.json
[18:00:39 VRB] Property NuGetPackageRoot=C:\Users\Fábio Okamura\.nuget\packages\
[18:00:39 VRB] Property NuGetPackageFolders=C:\Users\Fábio Okamura\.nuget\packages\;C:\Program Files (x86)\Microsoft\Xamarin\NuGet\;C:\Program Files\dotnet\sdk\NuGetFallbackFolder
[18:00:39 VRB] Property NuGetProjectStyle=PackageReference
[18:00:39 VRB] Property NuGetToolVersion=5.11.1
[18:00:39 VRB] Property MSBuildAllProjects=C:\cd-ms-authorizer-mastercard\unit-tests\Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests\obj\Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests.csproj.nuget.g.targets;;C:\cd-ms-authorizer-mastercard\unit-tests\Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests\obj\Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests.csproj.nuget.g.props;C:\Program Files\dotnet\sdk\6.0.108\Current\Microsoft.Common.targets\ImportAfter\Microsoft.TestPlatform.ImportAfter.targets;C:\cd-ms-authorizer-mastercard\unit-tests\Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests\obj\Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests.csproj.nuget.g.targets
[18:00:39 VRB] Property TraceDataCollectorDirectoryPath=C:\Users\Fábio Okamura\.nuget\packages\microsoft.codecoverage\16.5.0\build\netstandard1.0\
[18:00:39 VRB] Property IsTestProject=true
[18:00:39 VRB] Property CustomBeforeMicrosoftCommonProps=C:\Program Files\dotnet\sdk\6.0.108\\vCurrent\Custom.Before.Microsoft.Common.props
[18:00:39 VRB] Property CustomAfterMicrosoftCommonProps=C:\Program Files\dotnet\sdk\6.0.108\\vCurrent\Custom.After.Microsoft.Common.props
[18:00:39 VRB] Property MicrosoftCommonPropsHasBeenImported=true
[18:00:39 VRB] Property WMSJSProject=WJProject
[18:00:39 VRB] Property WMSJSProjectDirectory=JavaScript
[18:00:39 VRB] Property MSBuildUseVisualStudioDirectoryLayout=False
[18:00:39 VRB] Property NuGetPropsFile=C:\Program Files\dotnet\sdk\6.0.108\NuGet.props
[18:00:39 VRB] Property ImportDirectoryPackagesProps=true
[18:00:39 VRB] Property _DirectoryPackagesPropsFile=Directory.Packages.props
[18:00:39 VRB] Property _DirectoryPackagesPropsBasePath=
[18:00:39 VRB] Property DisableLogTaskParameter_ConvertToAbsolutePath_Path=true
[18:00:39 VRB] Property DisableLogTaskParameter_FindUnderPath_OutOfPath=true
[18:00:39 VRB] Property DisableLogTaskParameter_RemoveDuplicates_Inputs=true
[18:00:39 VRB] Property DisableLogTaskParameterItemMetadata_ConvertToAbsolutePath_AbsolutePaths=true
[18:00:39 VRB] Property DisableLogTaskParameterItemMetadata_Copy_CopiedFiles=true
[18:00:39 VRB] Property DisableLogTaskParameterItemMetadata_Copy_DestinationFiles=true
[18:00:39 VRB] Property DisableLogTaskParameterItemMetadata_Copy_SourceFiles=true
[18:00:40 VRB] Property DisableLogTaskParameterItemMetadata_FindUnderPath_Files=true
[18:00:40 VRB] Property DisableLogTaskParameterItemMetadata_FindUnderPath_InPath=true
[18:00:40 VRB] Property DisableLogTaskParameterItemMetadata_GenerateResource_FilesWritten=true
[18:00:40 VRB] Property DisableLogTaskParameterItemMetadata_Hash_ItemsToHash=true
[18:00:40 VRB] Property DisableLogTaskParameterItemMetadata_RemoveDuplicates_Filtered=true
[18:00:40 VRB] Property DisableLogTaskParameterItemMetadata_WriteLinesToFile_Lines=true
[18:00:40 VRB] Property DisableHandlePackageFileConflicts=true
[18:00:40 VRB] Property Configurations=Debug;Release
[18:00:40 VRB] Property Platforms=AnyCPU
[18:00:40 VRB] Property Configuration=Debug
[18:00:40 VRB] Property Platform=AnyCPU
[18:00:40 VRB] Property OutputType=Exe
[18:00:40 VRB] Property FileAlignment=512
[18:00:40 VRB] Property ErrorReport=prompt
[18:00:40 VRB] Property AssemblyName=Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests
[18:00:40 VRB] Property RootNamespace=Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests
[18:00:40 VRB] Property Deterministic=true
[18:00:40 VRB] Property DebugSymbols=true
[18:00:40 VRB] Property Optimize=false
[18:00:40 VRB] Property _PlatformWithoutConfigurationInference=AnyCPU
[18:00:40 VRB] Property DebugType=portable
[18:00:40 VRB] Property ResolveNuGetPackages=false
[18:00:40 VRB] Property SkipImportNuGetProps=true
[18:00:40 VRB] Property SkipImportNuGetBuildTargets=true
[18:00:40 VRB] Property RestoreProjectStyle=PackageReference
[18:00:40 VRB] Property AssemblySearchPaths={CandidateAssemblyFiles};{HintPathFromItem};{TargetFrameworkDirectory};{RawFileName}
[18:00:40 VRB] Property DesignTimeAssemblySearchPaths={CandidateAssemblyFiles};{HintPathFromItem};{TargetFrameworkDirectory};{RawFileName}
[18:00:40 VRB] Property AllowUnsafeBlocks=false
[18:00:40 VRB] Property TreatWarningsAsErrors=false
[18:00:40 VRB] Property Prefer32Bit=false
[18:00:40 VRB] Property SignAssembly=false
[18:00:40 VRB] Property DelaySign=
[18:00:40 VRB] Property PackageRequireLicenseAcceptance=false
[18:00:40 VRB] Property CheckForOverflowUnderflow=false
[18:00:40 VRB] Property AutomaticallyUseReferenceAssemblyPackages=true
[18:00:40 VRB] Property MicrosoftNETFrameworkReferenceAssembliesLatestPackageVersion=1.0.2
[18:00:40 VRB] Property CopyConflictingTransitiveContent=false
[18:00:40 VRB] Property MSBuildCopyContentTransitively=true
[18:00:40 VRB] Property ResolveAssemblyReferenceOutputUnresolvedAssemblyConflicts=true
[18:00:40 VRB] Property ToolDepsJsonGeneratorProject=C:\Program Files\dotnet\sdk\6.0.108\Sdks\Microsoft.NET.Sdk\targets\GenerateDeps\GenerateDeps.proj
[18:00:40 VRB] Property NETCoreSdkBundledVersionsProps=C:\Program Files\dotnet\sdk\6.0.108\Sdks\Microsoft.NET.Sdk\targets\..\..\..\Microsoft.NETCoreSdk.BundledVersions.props
[18:00:40 VRB] Property NetCoreRoot=C:\Program Files\dotnet\
[18:00:40 VRB] Property NetCoreTargetingPackRoot=C:\Program Files\dotnet\packs
[18:00:40 VRB] Property NETCoreAppMaximumVersion=6.0
[18:00:40 VRB] Property BundledNETCoreAppTargetFrameworkVersion=6.0
[18:00:40 VRB] Property BundledNETCoreAppPackageVersion=6.0.8
[18:00:40 VRB] Property BundledNETStandardTargetFrameworkVersion=2.1
[18:00:40 VRB] Property BundledNETStandardPackageVersion=2.1.0
[18:00:40 VRB] Property BundledNETCorePlatformsPackageVersion=6.0.5
[18:00:40 VRB] Property BundledRuntimeIdentifierGraphFile=C:\Program Files\dotnet\sdk\6.0.108\RuntimeIdentifierGraph.json
[18:00:40 VRB] Property NETCoreSdkVersion=6.0.108
[18:00:40 VRB] Property NETCoreSdkRuntimeIdentifier=win-x64
[18:00:40 VRB] Property NETCoreSdkPortableRuntimeIdentifier=win-x64
[18:00:40 VRB] Property _NETCoreSdkIsPreview=false
[18:00:40 VRB] Property RuntimeIdentifierGraphPath=C:\Program Files\dotnet\sdk\6.0.108\RuntimeIdentifierGraph.json
[18:00:40 VRB] Property EnableWebSdkImplicitPackageVersions=false
[18:00:40 VRB] Property __DisableWorkloadResolverSentinelPath=C:\Program Files\dotnet\sdk\6.0.108\DisableWorkloadResolver.sentinel
[18:00:40 VRB] Property MSBuildEnableWorkloadResolver=true
[18:00:40 VRB] Property WarningLevel=4
[18:00:40 VRB] Property NoWarn=1701;1702
[18:00:40 VRB] Property WarningsAsErrors=;NU1605
[18:00:40 VRB] Property DefineConstants=TRACE;DEBUG;NETCOREAPP;NETCOREAPP3_1;
[18:00:40 VRB] Property UsingILLinkTasksSdk=true
[18:00:40 VRB] Property ILLinkTasksAssembly=C:\Program Files\dotnet\sdk\6.0.108\Sdks\Microsoft.NET.ILLink.Tasks\build\..\tools\net6.0\ILLink.Tasks.dll
[18:00:40 VRB] Property DotNetCompatibilityAssembly=C:\Program Files\dotnet\sdk\6.0.108\Sdks\Microsoft.NET.Sdk\targets\..\tools\net6.0\Microsoft.DotNet.Compatibility.dll
[18:00:40 VRB] Property TargetsForTfmSpecificContentInPackage=;PackTool;_PackProjectToolValidation
[18:00:40 VRB] Property MicrosoftNETWindowsWorkloadInstalled=true
[18:00:40 VRB] Property _TargetFrameworkVersionValue=0.0
[18:00:40 VRB] Property _WindowsDesktopSdkTargetFrameworkVersionFloor=3.0
[18:00:40 VRB] Property TargetFramework=netcoreapp3.1
[18:00:40 VRB] Property IsPackable=false
[18:00:40 VRB] Property HasRuntimeOutput=true
[18:00:40 VRB] Property _UsingDefaultForHasRuntimeOutput=true
[18:00:40 VRB] Property VersionPrefix=1.0.0
[18:00:40 VRB] Property Version=1.0.0
[18:00:40 VRB] Property Authors=Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests
[18:00:40 VRB] Property Company=Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests
[18:00:40 VRB] Property AssemblyTitle=Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests
[18:00:40 VRB] Property Product=Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests
[18:00:40 VRB] Property PlatformName=AnyCPU
[18:00:40 VRB] Property BaseOutputPath=bin\
[18:00:40 VRB] Property OutputPath=bin\Debug\netcoreapp3.1\
[18:00:40 VRB] Property IntermediateOutputPath=obj\Debug\netcoreapp3.1\
[18:00:40 VRB] Property PackageOutputPath=bin\Debug\
[18:00:40 VRB] Property PublishProfileImported=false
[18:00:40 VRB] Property _PublishProfileDesignerFolder=Properties
[18:00:40 VRB] Property _PublishProfileRootFolder=C:\cd-ms-authorizer-mastercard\unit-tests\Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests\Properties\PublishProfiles\
[18:00:40 VRB] Property TargetFrameworkIdentifier=.NETCoreApp
[18:00:40 VRB] Property TargetFrameworkVersion=v3.1
[18:00:40 VRB] Property TargetPlatformIdentifier=Windows
[18:00:40 VRB] Property TargetPlatformVersion=7.0
[18:00:40 VRB] Property DefaultItemExcludes=;bin\Debug\/**;obj\Debug\/**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln;**/*.vssscc
[18:00:40 VRB] Property AppendTargetFrameworkToOutputPath=true
[18:00:40 VRB] Property ImportFrameworkWinFXTargets=false
[18:00:40 VRB] Property _TargetFrameworkVersionWithoutV=3.1
[18:00:40 VRB] Property RuntimePackInWorkloadVersion=6.0.8
[18:00:40 VRB] Property _UsingDefaultPlatformTarget=true
[18:00:40 VRB] Property AppendRuntimeIdentifierToOutputPath=true
[18:00:40 VRB] Property CheckEolTargetFramework=true
[18:00:40 VRB] Property _IsNETCoreOrNETStandard=true
[18:00:40 VRB] Property DesignTimeAutoUnify=true
[18:00:40 VRB] Property AutoUnifyAssemblyReferences=true
[18:00:40 VRB] Property GenerateDependencyFile=true
[18:00:40 VRB] Property IncludeFileVersionsInDependencyFile=true
[18:00:40 VRB] Property TargetExt=.dll
[18:00:40 VRB] Property EnableFrameworkPathOverride=false
[18:00:40 VRB] Property PublishDirName=publish
[18:00:40 VRB] Property PublishDir=bin\Debug\netcoreapp3.1\publish\
[18:00:40 VRB] Property _NugetFallbackFolder=C:\Program Files\dotnet\sdk\6.0.108\Sdks\Microsoft.NET.Sdk\targets\..\..\..\..\NuGetFallbackFolder
[18:00:40 VRB] Property _WorkloadLibraryPacksFolder=C:\Program Files\dotnet\library-packs
[18:00:40 VRB] Property RestoreAdditionalProjectFallbackFolders=;C:\Program Files\dotnet\sdk\6.0.108\Sdks\Microsoft.NET.Sdk\targets\..\..\..\..\NuGetFallbackFolder
[18:00:40 VRB] Property AddAdditionalExplicitAssemblyReferences=false
[18:00:40 VRB] Property AssetTargetFallback=;net461;net462;net47;net471;net472;net48
[18:00:40 VRB] Property _FrameworkIdentifierForImplicitDefine=NETCOREAPP
[18:00:40 VRB] Property VersionlessImplicitFrameworkDefine=NETCOREAPP
[18:00:40 VRB] Property _FrameworkVersionForImplicitDefine=3_1
[18:00:40 VRB] Property ImplicitFrameworkDefine=NETCOREAPP3_1
[18:00:40 VRB] Property GenerateDocumentationFile=false
[18:00:40 VRB] Property DocumentationFile=
[18:00:40 VRB] Property PublishDocumentationFiles=true
[18:00:40 VRB] Property PublishDocumentationFile=true
[18:00:40 VRB] Property PublishReferencesDocumentationFiles=true
[18:00:40 VRB] Property LanguageTargets=C:\Program Files\dotnet\sdk\6.0.108\Microsoft.CSharp.targets
[18:00:40 VRB] Property CSharpTargetsPath=C:\Program Files\dotnet\sdk\6.0.108\Microsoft.CSharp.CurrentVersion.targets
[18:00:40 VRB] Property ImportByWildcardBeforeMicrosoftCSharpTargets=true
[18:00:40 VRB] Property ImportByWildcardAfterMicrosoftCSharpTargets=true
[18:00:40 VRB] Property ImportUserLocationsByWildcardBeforeMicrosoftCSharpTargets=true
[18:00:40 VRB] Property ImportUserLocationsByWildcardAfterMicrosoftCSharpTargets=true
[18:00:40 VRB] Property CustomBeforeMicrosoftCSharpTargets=C:\Program Files\dotnet\sdk\6.0.108\\vCurrent\Custom.Before.Microsoft.CSharp.targets
[18:00:40 VRB] Property CustomAfterMicrosoftCSharpTargets=C:\Program Files\dotnet\sdk\6.0.108\\vCurrent\Custom.After.Microsoft.CSharp.targets
[18:00:40 VRB] Property DefaultLanguageSourceExtension=.cs
[18:00:40 VRB] Property Language=C#
[18:00:40 VRB] Property TargetRuntime=Managed
[18:00:40 VRB] Property AlwaysUseNumericalSuffixInItemNames=true
[18:00:40 VRB] Property DefineCommonItemSchemas=true
[18:00:40 VRB] Property DefineCommonReferenceSchemas=true
[18:00:40 VRB] Property DefineCommonCapabilities=true
[18:00:40 VRB] Property DefaultProjectTypeGuid={FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
[18:00:40 VRB] Property AppDesignerFolder=Properties
[18:00:40 VRB] Property CreateManifestResourceNamesDependsOn=
[18:00:40 VRB] Property UseHostCompilerIfAvailable=true
[18:00:40 VRB] Property CoreCompileDependsOn=;_ComputeNonExistentFileProperty;ResolveCodeAnalysisRuleSet
[18:00:40 VRB] Property CSharpCoreTargetsPath=C:\Program Files\dotnet\sdk\6.0.108\Roslyn\Microsoft.CSharp.Core.targets
[18:00:40 VRB] Property CompilerApiVersion=roslyn4.0
[18:00:40 VRB] Property SourceRootMappedPathsFeatureSupported=true
[18:00:40 VRB] Property EmitCompilerGeneratedFiles=false
[18:00:40 VRB] Property CompilerGeneratedFilesOutputPath=
[18:00:40 VRB] Property _MaxSupportedLangVersion=8.0
[18:00:40 VRB] Property MaxSupportedLangVersion=8.0
[18:00:40 VRB] Property CSharpDesignTimeTargetsPath=C:\Program Files\dotnet\sdk\6.0.108\\Microsoft\VisualStudio\Managed\Microsoft.CSharp.DesignTime.targets
[18:00:40 VRB] Property MSBuildProjectDefaultTargets=Build
[18:00:40 VRB] Property CommonTargetsPath=C:\Program Files\dotnet\sdk\6.0.108\Microsoft.Common.CurrentVersion.targets
[18:00:40 VRB] Property ImportByWildcardBeforeMicrosoftCommonTargets=true
[18:00:40 VRB] Property ImportByWildcardAfterMicrosoftCommonTargets=true
[18:00:40 VRB] Property ImportUserLocationsByWildcardBeforeMicrosoftCommonTargets=true
[18:00:40 VRB] Property ImportUserLocationsByWildcardAfterMicrosoftCommonTargets=true
[18:00:40 VRB] Property CustomBeforeMicrosoftCommonTargets=C:\Program Files\dotnet\sdk\6.0.108\\vCurrent\Custom.Before.Microsoft.Common.targets
[18:00:40 VRB] Property CustomAfterMicrosoftCommonTargets=C:\Program Files\dotnet\sdk\6.0.108\\vCurrent\Custom.After.Microsoft.Common.targets
[18:00:40 VRB] Property ReportingServicesTargets=C:\Program Files\dotnet\sdk\6.0.108\\Microsoft\VisualStudio\v17.0\ReportingServices\Microsoft.ReportingServices.targets
[18:00:40 VRB] Property AvailablePlatforms=Any CPU,x86,x64,ARM32,ARM64
[18:00:40 VRB] Property TargetFrameworkSDKToolsDirectory=
[18:00:40 VRB] Property HighEntropyVA=true
[18:00:40 VRB] Property GenerateFullPaths=true
[18:00:40 VRB] Property YieldDuringToolExecution=true
[18:00:40 VRB] Property TargetFrameworkMoniker=.NETCoreApp,Version=v3.1
[18:00:40 VRB] Property TargetPlatformSdkPath=
[18:00:40 VRB] Property TargetPlatformMoniker=Windows,Version=7.0
[18:00:40 VRB] Property TargetPlatformDisplayName=Windows 7.0
[18:00:40 VRB] Property _OriginalPlatform=AnyCPU
[18:00:40 VRB] Property _OriginalConfiguration=Debug
[18:00:40 VRB] Property BaseOutputPathWasSpecified=true
[18:00:40 VRB] Property ConfigurationName=Debug
[18:00:40 VRB] Property _DebugSymbolsProduced=true
[18:00:40 VRB] Property _DocumentationFileProduced=false
[18:00:40 VRB] Property ProduceReferenceAssembly=false
[18:00:40 VRB] Property OutDir=bin\Debug\netcoreapp3.1\
[18:00:40 VRB] Property ProjectName=Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests
[18:00:40 VRB] Property TargetName=Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests
[18:00:40 VRB] Property ProjectFileName=Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests.csproj
[18:00:40 VRB] Property ProjectExt=.csproj
[18:00:40 VRB] Property TargetFileName=Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests.dll
[18:00:40 VRB] Property PublishableProject=
[18:00:40 VRB] Property _DeploymentTargetApplicationManifestFileName=Native.Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests.manifest
[18:00:40 VRB] Property TargetDeployManifestFileName=Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests.application
[18:00:40 VRB] Property _DeploymentApplicationManifestIdentity=Native.Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests
[18:00:40 VRB] Property _DeploymentDeployManifestIdentity=Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests.application
[18:00:40 VRB] Property _DeploymentFileMappingExtension=
[18:00:40 VRB] Property _DeploymentBuiltUpdateInterval=0
[18:00:40 VRB] Property _DeploymentBuiltUpdateIntervalUnits=Days
[18:00:40 VRB] Property _DeploymentLauncherBased=true
[18:00:40 VRB] Property MaxTargetPath=100
[18:00:40 VRB] Property TargetCulture=*
[18:00:40 VRB] Property TargetDir=C:\cd-ms-authorizer-mastercard\unit-tests\Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests\bin\Debug\netcoreapp3.1\
[18:00:40 VRB] Property TargetPath=C:\cd-ms-authorizer-mastercard\unit-tests\Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests\bin\Debug\netcoreapp3.1\Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests.dll
[18:00:40 VRB] Property ProjectDir=C:\cd-ms-authorizer-mastercard\unit-tests\Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests\
[18:00:40 VRB] Property ProjectPath=C:\cd-ms-authorizer-mastercard\unit-tests\Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests\Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests.csproj
[18:00:40 VRB] Property DevEnvDir=*Undefined*
[18:00:40 VRB] Property SolutionName=*Undefined*
[18:00:40 VRB] Property SolutionFileName=*Undefined*
[18:00:40 VRB] Property SolutionPath=*Undefined*
[18:00:40 VRB] Property SolutionExt=*Undefined*
[18:00:40 VRB] Property CleanFile=Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests.csproj.FileListAbsolute.txt
[18:00:40 VRB] Property BuildInParallel=true
[18:00:40 VRB] Property _ResolveReferenceDependencies=false
[18:00:40 VRB] Property _GetChildProjectCopyToOutputDirectoryItems=true
[18:00:40 VRB] Property OverwriteReadOnlyFiles=false
[18:00:40 VRB] Property ComReferenceNoClassMembers=false
[18:00:40 VRB] Property _GenerateBindingRedirectsIntermediateAppConfig=obj\Debug\netcoreapp3.1\Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests.dll.config
[18:00:40 VRB] Property _DeploymentUrl=
[18:00:40 VRB] Property ProcessorArchitecture=msil
[18:00:40 VRB] Property ConsiderPlatformAsProcessorArchitecture=true
[18:00:40 VRB] Property ProcessorArchitectureAsPlatform=AnyCPU
[18:00:40 VRB] Property ProjectFlavor=Client
[18:00:40 VRB] Property WebReference_EnableProperties=true
[18:00:40 VRB] Property WebReference_EnableSQLTypes=true
[18:00:40 VRB] Property WebReference_EnableLegacyEventingModel=false
[18:00:40 VRB] Property AssemblyFoldersSuffix=AssemblyFoldersEx
[18:00:40 VRB] Property FrameworkRegistryBase=Software\Microsoft\.NETCoreApp
[18:00:40 VRB] Property TargetPlatformRegistryBase=Software\Microsoft\Microsoft SDKs\Windows
[18:00:40 VRB] Property AssemblyFoldersConfigFile=C:\Program Files\dotnet\sdk\6.0.108\AssemblyFolders.config
[18:00:40 VRB] Property AllowedReferenceAssemblyFileExtensions=
      .winmd;
      .dll;
      .exe

[18:00:40 VRB] Property AllowedReferenceRelatedFileExtensions=
      .pdb;
      .xml;
      .pri;
      .dll.config;
      .exe.config

[18:00:40 VRB] Property FullReferenceAssemblyNames=Full
[18:00:40 VRB] Property ContinueOnError=false
[18:00:40 VRB] Property MSBuildWarningsAsMessages=1701;1702
[18:00:40 VRB] Property MSBuildWarningsAsErrors=;NU1605
[18:00:40 VRB] Property CommonXamlResourcesDirectory=C:\Program Files\dotnet\sdk\6.0.108\\
[18:00:40 VRB] Property SourceControlInformationFeatureSupported=true
[18:00:40 VRB] Property BuildDependsOn=
      BeforeBuild;
      CoreBuild;
      AfterBuild

[18:00:40 VRB] Property CoreBuildDependsOn=
      _CheckForBuildWithNoBuild;

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

[18:00:40 VRB] Property _ProjectDefaultTargets=Build
[18:00:40 VRB] Property RebuildDependsOn=
      _SdkBeforeRebuild;

      BeforeRebuild;
      Clean;
      Build;
      AfterRebuild;

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

[18:00:40 VRB] Property UseDefaultPlatformLookupTables=true
[18:00:40 VRB] Property PrepareProjectReferencesDependsOn=
      AssignProjectConfiguration;
      _SplitProjectReferencesByFileExistence;
      _GetProjectReferenceTargetFrameworkProperties;
      _GetProjectReferencePlatformProperties

[18:00:40 VRB] Property GetTargetPathDependsOn=
[18:00:40 VRB] Property GetTargetPathWithTargetPlatformMonikerDependsOn=
[18:00:40 VRB] Property ResolveAssemblyReferencesDependsOn=

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

[18:00:40 VRB] Property SDKReferenceRegistryRoot=Software\Microsoft\Microsoft SDKs
[18:00:40 VRB] Property SDKReferenceDirectoryRoot=C:\Users\Fábio Okamura\AppData\Local\Microsoft SDKs;C:\Program Files (x86)\Microsoft SDKs
[18:00:40 VRB] Property ResolveSDKReferencesDependsOn=
      GetInstalledSDKLocations

[18:00:40 VRB] Property TargetedSDKConfiguration=Debug
[18:00:40 VRB] Property TargetedSDKArchitecture=msil
[18:00:40 VRB] Property ShouldMarkCertainSDKReferencesAsRuntimeOnly=true
[18:00:40 VRB] Property FindInvalidProjectReferencesDependsOn=
      GetReferenceTargetPlatformMonikers

[18:00:40 VRB] Property ExpandSDKReferencesDependsOn=
      ResolveSDKReferences

[18:00:40 VRB] Property ExpandSDKAllowedReferenceExtensions=
      .winmd;
      .dll

[18:00:40 VRB] Property ProjectDesignTimeAssemblyResolutionSearchPaths=
      {CandidateAssemblyFiles};
      ;
      {HintPathFromItem};
      {TargetFrameworkDirectory};
      {Registry:Software\Microsoft\.NETCoreApp,v3.1,AssemblyFoldersEx};
      {RawFileName};
      C:\cd-ms-authorizer-mastercard\unit-tests\Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests\bin\Debug\netcoreapp3.1\

[18:00:40 VRB] Property DesignTimeResolveAssemblyReferencesDependsOn=
      GetFrameworkPaths;
      GetReferenceAssemblyPaths;
      ResolveReferences

[18:00:41 VRB] Property ComReferenceExecuteAsTool=false
[18:00:41 VRB] Property PrepareResourcesDependsOn=
      ResolvePackageDependenciesForBuild;
      _HandlePackageFileConflicts;

      ;
      PrepareResourceNames;
      ResGen;
      CompileLicxFiles

[18:00:41 VRB] Property PrepareResourceNamesDependsOn=
      AssignTargetPaths;
      SplitResourcesByCulture;
      CreateManifestResourceNames;
      CreateCustomManifestResourceNames

[18:00:41 VRB] Property AssignTargetPathsDependsOn=
[18:00:41 VRB] Property CreateCustomManifestResourceNamesDependsOn=
[18:00:41 VRB] Property ResGenDependsOn=ResolveAssemblyReferences;SplitResourcesByCulture;BeforeResGen;CoreResGen;AfterResGen
[18:00:41 VRB] Property CoreResGenDependsOn=FindReferenceAssembliesForReferences
[18:00:41 VRB] Property UseSourcePath=true
[18:00:41 VRB] Property ResGenExecuteAsTool=false
[18:00:41 VRB] Property CompileLicxFilesDependsOn=
[18:00:41 VRB] Property CompileDependsOn=

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

[18:00:41 VRB] Property TargetFrameworkMonikerAssemblyAttributesPath=obj\Debug\netcoreapp3.1\.NETCoreApp,Version=v3.1.AssemblyAttributes.cs
[18:00:41 VRB] Property GenerateTargetFrameworkAttribute=true
[18:00:41 VRB] Property _SGenDllName=Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests.XmlSerializers.dll
[18:00:41 VRB] Property _SGenDllCreated=false
[18:00:41 VRB] Property _SGenGenerateSerializationAssembliesConfig=Off
[18:00:41 VRB] Property SGenUseProxyTypes=true
[18:00:41 VRB] Property SGenUseKeep=false
[18:00:41 VRB] Property SGenShouldGenerateSerializer=true
[18:00:41 VRB] Property CreateSatelliteAssembliesDependsOn=

      _GenerateSatelliteAssemblyInputs;
      ComputeIntermediateSatelliteAssemblies;
      GenerateSatelliteAssemblies
    ;
      CoreGenerateSatelliteAssemblies

[18:00:41 VRB] Property ComputeIntermediateSatelliteAssembliesDependsOn=
      CreateManifestResourceNames

[18:00:41 VRB] Property EmbeddedWin32Manifest=
[18:00:41 VRB] Property GenerateManifestsDependsOn=
      SetWin32ManifestProperties;
      GenerateApplicationManifest;
      GenerateDeploymentManifest

[18:00:41 VRB] Property DeploymentComputeClickOnceManifestInfoDependsOn=
      CleanPublishFolder;
      _DeploymentGenerateTrustInfo

[18:00:41 VRB] Property SkipCopyUnchangedFiles=true
[18:00:41 VRB] Property PrepareForRunDependsOn=
      CopyFilesToOutputDirectory

[18:00:41 VRB] Property CreateHardLinksForCopyAdditionalFilesIfPossible=false
[18:00:41 VRB] Property CreateSymbolicLinksForCopyAdditionalFilesIfPossible=false
[18:00:41 VRB] Property _TargetsThatPrepareProjectReferences=
      AssignProjectConfiguration;
      _SplitProjectReferencesByFileExistence

[18:00:41 VRB] Property GetCopyToOutputDirectoryItemsDependsOn=
      AssignTargetPaths;

      AssignProjectConfiguration;
      _SplitProjectReferencesByFileExistence
    ;
      _GetProjectReferenceTargetFrameworkProperties;
      _PopulateCommonStateForGetCopyToOutputDirectoryItems

[18:00:41 VRB] Property _RecursiveTargetForContentCopying=GetCopyToOutputDirectoryItems
[18:00:41 VRB] Property UnmanagedRegistrationDependsOn=
[18:00:41 VRB] Property CleanDependsOn=
      BeforeClean;
      UnmanagedUnregistration;
      CoreClean;
      CleanReferencedProjects;
      CleanPublishFolder;
      AfterClean

[18:00:41 VRB] Property CoreCleanDependsOn=
      _SdkBeforeClean;

[18:00:41 VRB] Property PostBuildEventDependsOn=
[18:00:41 VRB] Property PublishDependsOn=
      _DeploymentUnpublishable

[18:00:41 VRB] Property PublishOnlyDependsOn=
      SetGenerateManifests;
      PublishBuild;
      BeforePublish;
      GenerateManifests;
      CopyFilesToOutputDirectory;
      _CopyFilesToPublishFolder;
      _DeploymentGenerateBootstrapper;
      ResolveKeySource;
      _DeploymentSignClickOnceDeployment;
      AfterPublish

[18:00:41 VRB] Property PublishBuildDependsOn=
      BuildOnlySettings;
      PrepareForBuild;
      ResolveReferences;
      PrepareResources;
      ResolveKeySource;
      GenerateSerializationAssemblies;
      CreateSatelliteAssemblies;

[18:00:41 VRB] Property BuiltProjectOutputGroupDependsOn=PrepareForBuild
[18:00:41 VRB] Property DebugSymbolsProjectOutputGroupDependsOn=
[18:00:41 VRB] Property DocumentationProjectOutputGroupDependsOn=
[18:00:41 VRB] Property SatelliteDllsProjectOutputGroupDependsOn=PrepareForBuild;PrepareResourceNames
[18:00:41 VRB] Property SourceFilesProjectOutputGroupDependsOn=PrepareForBuild;AssignTargetPaths
[18:00:41 VRB] Property ContentFilesProjectOutputGroupDependsOn=PrepareForBuild;AssignTargetPaths
[18:00:41 VRB] Property SGenFilesOutputGroupDependsOn=
[18:00:41 VRB] Property SDKRedistOutputGroupDependsOn=ResolveSDKReferences;ExpandSDKReferences
[18:00:41 VRB] Property CommonOutputGroupsDependsOn=
      ;
      BuildOnlySettings;
      PrepareForBuild;
      AssignTargetPaths;
      ResolveReferences

[18:00:41 VRB] Property BuiltProjectOutputGroupDependenciesDependsOn=
      ;

      ;
      BuildOnlySettings;
      PrepareForBuild;
      AssignTargetPaths;
      ResolveReferences

[18:00:41 VRB] Property DebugSymbolsProjectOutputGroupDependenciesDependsOn=
      ;

      ;
      BuildOnlySettings;
      PrepareForBuild;
      AssignTargetPaths;
      ResolveReferences

[18:00:41 VRB] Property SatelliteDllsProjectOutputGroupDependenciesDependsOn=
      ;

      ;
      BuildOnlySettings;
      PrepareForBuild;
      AssignTargetPaths;
      ResolveReferences

[18:00:41 VRB] Property DocumentationProjectOutputGroupDependenciesDependsOn=
      ;

      ;
      BuildOnlySettings;
      PrepareForBuild;
      AssignTargetPaths;
      ResolveReferences

[18:00:41 VRB] Property SGenFilesOutputGroupDependenciesDependsOn=
      ;

      ;
      BuildOnlySettings;
      PrepareForBuild;
      AssignTargetPaths;
      ResolveReferences

[18:00:41 VRB] Property ReferenceCopyLocalPathsOutputGroupDependsOn=
      ;

      ;
      BuildOnlySettings;
      PrepareForBuild;
      AssignTargetPaths;
      ResolveReferences

[18:00:41 VRB] Property DesignerRuntimeImplementationProjectOutputGroupDependsOn=

      ;

      ;
      BuildOnlySettings;
      PrepareForBuild;
      AssignTargetPaths;
      ResolveReferences

    ;
      _GenerateDesignerDepsFile;
      _GenerateDesignerRuntimeConfigFile;
      _GatherDesignerShadowCopyFiles;

[18:00:41 VRB] Property CodeAnalysisTargets=C:\Program Files\dotnet\sdk\6.0.108\Microsoft\VisualStudio\v17.0\CodeAnalysis\Microsoft.CodeAnalysis.targets
[18:00:41 VRB] Property MsTestToolsTargets=C:\Program Files\dotnet\sdk\6.0.108\Microsoft\VisualStudio\v17.0\TeamTest\Microsoft.TeamTest.targets
[18:00:41 VRB] Property MsAppxPackageTargets=C:\Program Files\dotnet\sdk\6.0.108\Microsoft\VisualStudio\v17.0\AppxPackage\Microsoft.AppXPackage.Targets
[18:00:41 VRB] Property NuGetRestoreTargets=C:\Program Files\dotnet\sdk\6.0.108\NuGet.targets
[18:00:41 VRB] Property IsRestoreTargetsFileLoaded=true
[18:00:41 VRB] Property RestoreTaskAssemblyFile=NuGet.Build.Tasks.dll
[18:00:41 VRB] Property HideWarningsAndErrors=false
[18:00:41 VRB] Property RestoreRecursive=true
[18:00:41 VRB] Property RestoreUseSkipNonexistentTargets=true
[18:00:41 VRB] Property ValidateRuntimeIdentifierCompatibility=false
[18:00:41 VRB] Property RestoreContinueOnError=WarnAndContinue
[18:00:41 VRB] Property RestoreBuildInParallel=true
[18:00:41 VRB] Property NuGetInteractive=
[18:00:41 VRB] Property PackageDownloadSupported=true
[18:00:41 VRB] Property GetReferenceNearestTargetFrameworkTaskSupportsTargetPlatformParameter=true
[18:00:41 VRB] Property _GenerateRestoreGraphProjectEntryInputProperties=ExcludeRestorePackageImports=true
[18:00:41 VRB] Property MicrosoftNETBuildExtensionsTargets=C:\Program Files\dotnet\sdk\6.0.108\\Microsoft\Microsoft.NET.Build.Extensions\Microsoft.NET.Build.Extensions.targets
[18:00:41 VRB] Property MicrosoftNETBuildExtensionsTasksAssembly=C:\Program Files\dotnet\sdk\6.0.108\Microsoft\Microsoft.NET.Build.Extensions\\tools\net6.0\Microsoft.NET.Build.Extensions.Tasks.dll
[18:00:41 VRB] Property VSTestTargets=C:\Program Files\dotnet\sdk\6.0.108\\Microsoft.TestPlatform.targets
[18:00:41 VRB] Property VSTestTaskAssemblyFile=Microsoft.TestPlatform.Build.dll
[18:00:41 VRB] Property VSTestConsolePath=C:\Program Files\dotnet\sdk\6.0.108\vstest.console.dll
[18:00:41 VRB] Property ImportProjectExtensionTargets=true
[18:00:41 VRB] Property RefitTaskAssemblyFile=C:\Users\Fábio Okamura\.nuget\packages\refit\5.2.1\buildTransitive\netstandard2.0\..\..\build\MSBuildCore20\InterfaceStubGenerator.BuildTasks.dll
[18:00:41 VRB] Property RefitMinCoreVersionRequired=2.1
[18:00:41 VRB] Property RefitNetCoreAppVersion=6.0
[18:00:41 VRB] Property RefitInternalNamespace=Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests
[18:00:41 VRB] Property RefitGeneratedFile=obj\Debug\netcoreapp3.1\\RefitStubs.g.cs
[18:00:41 VRB] Property NETStandardLibraryPackageVersion=2.0.0
[18:00:41 VRB] Property GeneratedProgramFile=C:\Users\Fábio Okamura\.nuget\packages\microsoft.net.test.sdk\16.5.0\build\netcoreapp2.1\Microsoft.NET.Test.Sdk.Program.cs
[18:00:41 VRB] Property GenerateProgramFile=true
[18:00:41 VRB] Property ImportDirectoryBuildTargets=true
[18:00:41 VRB] Property _DirectoryBuildTargetsFile=Directory.Build.targets
[18:00:41 VRB] Property _DirectoryBuildTargetsBasePath=
[18:00:41 VRB] Property Utf8Output=true
[18:00:41 VRB] Property NoCompilerStandardLib=true
[18:00:41 VRB] Property InnerBuildProperty=TargetFramework
[18:00:41 VRB] Property InnerBuildPropertyValues=TargetFrameworks
[18:00:41 VRB] Property MicrosoftNETBuildTasksDirectoryRoot=C:\Program Files\dotnet\sdk\6.0.108\Sdks\Microsoft.NET.Sdk\targets\..\tools\
[18:00:41 VRB] Property MicrosoftNETBuildTasksTFM=net6.0
[18:00:41 VRB] Property MicrosoftNETBuildTasksDirectory=C:\Program Files\dotnet\sdk\6.0.108\Sdks\Microsoft.NET.Sdk\targets\..\tools\net6.0\
[18:00:41 VRB] Property MicrosoftNETBuildTasksAssembly=C:\Program Files\dotnet\sdk\6.0.108\Sdks\Microsoft.NET.Sdk\targets\..\tools\net6.0\Microsoft.NET.Build.Tasks.dll
[18:00:41 VRB] Property DefaultImplicitPackages=Microsoft.NETCore.App;NETStandard.Library
[18:00:41 VRB] Property _IsExecutable=true
[18:00:41 VRB] Property DotnetCliToolTargetFramework=netcoreapp2.2
[18:00:41 VRB] Property ProjectAssetsCacheFile=C:\cd-ms-authorizer-mastercard\unit-tests\Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests\obj\Debug\netcoreapp3.1\Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests.assets.cache
[18:00:41 VRB] Property CopyLocalLockFileAssemblies=true
[18:00:41 VRB] Property ContentPreprocessorOutputDirectory=obj\Debug\netcoreapp3.1\NuGet\
[18:00:41 VRB] Property NuGetTargetMoniker=.NETCoreApp,Version=v3.1
[18:00:41 VRB] Property EmitAssetsLogMessages=true
[18:00:41 VRB] Property EmitLegacyAssetsFileItems=false
[18:00:41 VRB] Property SupportsRoslynComponentVersioning=true
[18:00:41 VRB] Property _NugetTargetMonikerAndRID=.NETCoreApp,Version=v3.1
[18:00:41 VRB] Property MarkPackageReferencesAsExternallyResolved=true
[18:00:41 VRB] Property ResolvePackageDependenciesForBuildDependsOn=
      ResolveLockFileReferences;
      ResolveLockFileAnalyzers;
      ResolveLockFileCopyLocalFiles;
      ResolveRuntimePackAssets;
      RunProduceContentAssets;
      IncludeTransitiveProjectReferences

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

[18:00:41 VRB] Property _CorePublishTargets=
      PrepareForPublish;
      ComputeAndCopyFilesToPublishDirectory;
      ;
      PublishItemsOutputGroup;

[18:00:41 VRB] Property _PublishNoBuildAlternativeDependsOn=
      BuildOnlySettings;
      _PreventProjectReferencesFromBuilding;
      ResolveReferences;
      PrepareResourceNames;
      ComputeIntermediateSatelliteAssemblies;
      ComputeEmbeddedApphostPaths;
    ;
      PrepareForPublish;
      ComputeAndCopyFilesToPublishDirectory;
      ;
      PublishItemsOutputGroup;

[18:00:41 VRB] Property CopyBuildOutputToPublishDirectory=true
[18:00:41 VRB] Property CopyOutputSymbolsToPublishDirectory=true
[18:00:41 VRB] Property IncludeSymbolsInSingleFile=false
[18:00:41 VRB] Property PublishItemsOutputGroupDependsOn=
      ;
      ResolveReferences;
      ComputeResolvedFilesToPublishList;
      _ComputeFilesToBundle;

[18:00:41 VRB] Property _ToolsSettingsFilePath=obj\DotnetToolSettings.xml
[18:00:41 VRB] Property _PackToolPublishDependency=_PublishBuildAlternative
[18:00:41 VRB] Property ToolCommandName=Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests
[18:00:41 VRB] Property ToolEntryPoint=Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests.dll
[18:00:41 VRB] Property _ShimInputCacheFile=C:\cd-ms-authorizer-mastercard\unit-tests\Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests\obj\Debug\netcoreapp3.1\Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests.shiminput.cache
[18:00:41 VRB] Property _ShimCreatedSentinelFile=C:\cd-ms-authorizer-mastercard\unit-tests\Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests\obj\Debug\netcoreapp3.1\Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests.shimcreated.sentinel
[18:00:41 VRB] Property PackagedShimOutputRootDirectory=bin\Debug\netcoreapp3.1\
[18:00:41 VRB] Property RefAssembliesFolderName=refs
[18:00:41 VRB] Property PreserveCompilationReferences=
[18:00:41 VRB] Property ImplicitConfigurationDefine=DEBUG
[18:00:41 VRB] Property IntermediateLinkDir=obj\Debug\netcoreapp3.1\linked\
[18:00:41 VRB] Property _LinkSemaphore=obj\Debug\netcoreapp3.1\linked\Link.semaphore
[18:00:41 VRB] Property EnableNETAnalyzers=false
[18:00:41 VRB] Property EnforceCodeStyleInBuild=false
[18:00:41 VRB] Property _NETAnalyzersSDKAssemblyVersion=6.0.0
[18:00:41 VRB] Property CodeAnalysisRuleIds=CA1000;CA1001;CA1002;CA1003;CA1005;CA1008;CA1010;CA1012;CA1014;CA1016;CA1017;CA1018;CA1019;CA1021;CA1024;CA1027;CA1028;CA1030;CA1031;CA1032;CA1033;CA1034;CA1036;CA1040;CA1041;CA1043;CA1044;CA1045;CA1046;CA1047;CA1050;CA1051;CA1052;CA1054;CA1055;CA1056;CA1058;CA1060;CA1061;CA1062;CA1063;CA1064;CA1065;CA1066;CA1067;CA1068;CA1069;CA1070;CA1200;CA1303;CA1304;CA1305;CA1307;CA1308;CA1309;CA1310;CA1401;CA1416;CA1417;CA1418;CA1419;CA1501;CA1502;CA1505;CA1506;CA1507;CA1508;CA1509;CA1700;CA1707;CA1708;CA1710;CA1711;CA1712;CA1713;CA1715;CA1716;CA1720;CA1721;CA1724;CA1725;CA1727;CA1802;CA1805;CA1806;CA1810;CA1812;CA1813;CA1814;CA1815;CA1816;CA1819;CA1820;CA1821;CA1822;CA1823;CA1824;CA1825;CA1826;CA1827;CA1828;CA1829;CA1830;CA1831;CA1832;CA1833;CA1834;CA1835;CA1836;CA1837;CA1838;CA1839;CA1840;CA1841;CA1842;CA1843;CA1844;CA1845;CA1846;CA1847;CA1848;CA1849;CA2000;CA2002;CA2007;CA2008;CA2009;CA2011;CA2012;CA2013;CA2014;CA2015;CA2016;CA2017;CA2018;CA2100;CA2101;CA2109;CA2119;CA2153;CA2200;CA2201;CA2207;CA2208;CA2211;CA2213;CA2214;CA2215;CA2216;CA2217;CA2218;CA2219;CA2224;CA2225;CA2226;CA2227;CA2229;CA2231;CA2234;CA2235;CA2237;CA2241;CA2242;CA2243;CA2244;CA2245;CA2246;CA2247;CA2248;CA2249;CA2250;CA2251;CA2252;CA2253;CA2254;CA2255;CA2256;CA2257;CA2258;CA2300;CA2301;CA2302;CA2305;CA2310;CA2311;CA2312;CA2315;CA2321;CA2322;CA2326;CA2327;CA2328;CA2329;CA2330;CA2350;CA2351;CA2352;CA2353;CA2354;CA2355;CA2356;CA2361;CA2362;CA3001;CA3002;CA3003;CA3004;CA3005;CA3006;CA3007;CA3008;CA3009;CA3010;CA3011;CA3012;CA3061;CA3075;CA3076;CA3077;CA3147;CA5350;CA5351;CA5358;CA5359;CA5360;CA5361;CA5362;CA5363;CA5364;CA5365;CA5366;CA5367;CA5368;CA5369;CA5370;CA5371;CA5372;CA5373;CA5374;CA5375;CA5376;CA5377;CA5378;CA5379;CA5380;CA5381;CA5382;CA5383;CA5384;CA5385;CA5386;CA5387;CA5388;CA5389;CA5390;CA5391;CA5392;CA5393;CA5394;CA5395;CA5396;CA5397;CA5398;CA5399;CA5400;CA5401;CA5402;CA5403;CA5404;CA5405
[18:00:41 VRB] Property SupportedOSPlatformVersion=7.0
[18:00:41 VRB] Property TargetPlatformMinVersion=7.0
[18:00:41 VRB] Property RunPackageValidationDependsOn=_GetReferencePathFromInnerProjects;
[18:00:41 VRB] Property _GetReferencePathFromInnerProjectsDependsOn=_GetReferencePathForPackageValidation
[18:00:41 VRB] Property NuGetBuildTasksPackTargets=C:\Program Files\dotnet\sdk\6.0.108\Sdks\Microsoft.NET.Sdk\Sdk\..\..\NuGet.Build.Tasks.Pack\build\NuGet.Build.Tasks.Pack.targets
[18:00:41 VRB] Property ImportNuGetBuildTasksPackTargetsFromSdk=true
[18:00:41 VRB] Property NuGetPackTaskAssemblyFile=..\CoreCLR\NuGet.Build.Tasks.Pack.dll
[18:00:41 VRB] Property PackageId=Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests
[18:00:41 VRB] Property PackageVersion=1.0.0
[18:00:41 VRB] Property IncludeContentInPack=true
[18:00:41 VRB] Property GenerateNuspecDependsOn=Build;_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles;
[18:00:41 VRB] Property PackageDescription=Package Description
[18:00:41 VRB] Property IncludeBuildOutput=true
[18:00:41 VRB] Property BuildOutputTargetFolder=lib
[18:00:41 VRB] Property ContentTargetFolders=content;contentFiles
[18:00:41 VRB] Property PackDependsOn=; _IntermediatePack; GenerateNuspec;
[18:00:41 VRB] Property SymbolPackageFormat=symbols.nupkg
[18:00:41 VRB] Property WarnOnPackingNonPackableProject=false
[18:00:41 VRB] Property DefaultAllowedOutputExtensionsInPackageBuildOutputFolder=.dll; .exe; .winmd; .json; .pri; .xml
[18:00:41 VRB] Property AllowedOutputExtensionsInPackageBuildOutputFolder=.dll; .exe; .winmd; .json; .pri; .xml ;
[18:00:41 VRB] Property AllowedOutputExtensionsInSymbolsPackageBuildOutputFolder=.pdb; .mdb; .dll; .exe; .winmd; .json; .pri; .xml ;;
[18:00:41 VRB] Property SuppressDependenciesWhenPacking=false
[18:00:41 VRB] Property RestoreOutputPath=C:\cd-ms-authorizer-mastercard\unit-tests\Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests\obj\
[18:00:41 VRB] Property NuspecOutputPath=obj\Debug\
[18:00:41 VRB] Property ExcludeRestorePackageImports=true
[18:00:41 VRB] Property MSBuildLastTaskResult=true
[18:00:41 VRB] Property _RestoreGraphAbsoluteProjectPaths=C:\cd-ms-authorizer-mastercard\src\Super.GlobalPlatform.Authorizer.Master.Domain\Super.GlobalPlatform.Authorizer.Master.Domain.csproj
[18:00:41 VRB] Property _ShouldRemoveAspNetCoreAll=False
[18:00:41 VRB] Property _ShouldRemoveAspNetCoreApp=False
[18:00:41 VRB] Property _ShouldAddAspNetCoreAppFrameworkReference=False
[18:00:41 VRB] Property ImplicitPackageReferenceInformationLink=https://aka.ms/sdkimplicitrefs
[18:00:41 VRB] Property EnableTargetingPackDownload=true
[18:00:41 VRB] Property EnableRuntimePackDownload=true
[18:00:41 VRB] Property UsePackageDownload=true
[18:00:41 VRB] Property _HasPackageReferenceItems=
[18:00:41 VRB] Property PackageReferenceCompatibleProjectStyle=True
[18:00:41 VRB] Property _OutputSources=https://api.nuget.org/v3/index.json
[18:00:41 VRB] Property _OutputPackagesPath=C:\Users\Fábio Okamura\.nuget\packages\
[18:00:41 VRB] Property _OutputFallbackFolders=C:\Program Files (x86)\Microsoft\Xamarin\NuGet\;C:\Program Files\dotnet\sdk\NuGetFallbackFolder
[18:00:41 VRB] Property _OutputConfigFilePaths=C:\cd-ms-authorizer-mastercard\NuGet.Config;C:\Users\Fábio Okamura\AppData\Roaming\NuGet\NuGet.Config;C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config;C:\Program Files (x86)\NuGet\Config\Xamarin.Offline.config
[18:00:41 VRB] Property _RestoreProjectFramework=netcoreapp3.1
[18:00:41 VRB] Property RestoreOutputAbsolutePath=C:\cd-ms-authorizer-mastercard\unit-tests\Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests\obj\
[18:00:41 VRB] Property _RestoreProjectName=Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests
[18:00:41 VRB] Property _RestoreProjectVersion=1.0.0
[18:00:41 VRB] SourceFile C:\cd-ms-authorizer-mastercard\unit-tests\Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests\Builders\IIsoBuilder.cs
[18:00:41 VRB] SourceFile C:\cd-ms-authorizer-mastercard\unit-tests\Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests\Builders\IsoBuilderBase.cs
[18:00:41 VRB] SourceFile C:\cd-ms-authorizer-mastercard\unit-tests\Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests\Builders\IsoBuilderParameters.cs
[18:00:41 VRB] SourceFile C:\cd-ms-authorizer-mastercard\unit-tests\Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests\Builders\IsoBuilderParametersAppliesTo.cs
[18:00:41 VRB] SourceFile C:\cd-ms-authorizer-mastercard\unit-tests\Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests\Builders\NoPresentialPurchaseAsiBuilder.cs
[18:00:41 VRB] SourceFile C:\cd-ms-authorizer-mastercard\unit-tests\Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests\Builders\NoPresentialPurchaseBuilder.cs
[18:00:41 VRB] SourceFile C:\cd-ms-authorizer-mastercard\unit-tests\Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests\Builders\PresentialPurchaseBuilder.cs
[18:00:41 VRB] SourceFile C:\cd-ms-authorizer-mastercard\unit-tests\Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests\Builders\RefundBuilder.cs
[18:00:41 VRB] SourceFile C:\cd-ms-authorizer-mastercard\unit-tests\Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests\Extensions\ClassificationsStrategyExtensions.cs
[18:00:41 VRB] SourceFile C:\cd-ms-authorizer-mastercard\unit-tests\Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests\Extensions\IIsoBuilderExtensions.cs
[18:00:41 VRB] SourceFile C:\cd-ms-authorizer-mastercard\unit-tests\Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests\Extensions\IsoExtensions.cs
[18:00:41 VRB] SourceFile C:\cd-ms-authorizer-mastercard\unit-tests\Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests\Mock\CardInfoMock.cs
[18:00:41 VRB] SourceFile C:\cd-ms-authorizer-mastercard\unit-tests\Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests\Mock\ConfigParametersMock.cs
[18:00:41 VRB] SourceFile C:\cd-ms-authorizer-mastercard\unit-tests\Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests\Mock\IsoBuilderParametersMock.cs
[18:00:41 VRB] SourceFile C:\cd-ms-authorizer-mastercard\unit-tests\Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests\NoPresentialASIPurchase\ClassificationFlow\NoPresentialASIClassificationFlow.cs
[18:00:41 VRB] SourceFile C:\cd-ms-authorizer-mastercard\unit-tests\Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests\NoPresentialPurchase\ClassificationFlow\NoPresentialPurchaseClassificationFlow.cs
[18:00:41 VRB] SourceFile C:\cd-ms-authorizer-mastercard\unit-tests\Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests\NoPresentialPurchase\Notifications\NoPresentialPurchaseNotifications.cs
[18:00:41 VRB] SourceFile C:\cd-ms-authorizer-mastercard\unit-tests\Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests\PresentialPurchase\ClassificationFlow\PresentialPurchaseClassificationFlow.cs
[18:00:42 VRB] SourceFile C:\cd-ms-authorizer-mastercard\unit-tests\Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests\PresentialPurchase\Notifications\PresentialPurchaseNotifications.cs
[18:00:42 VRB] SourceFile C:\cd-ms-authorizer-mastercard\unit-tests\Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests\Refund\ClassificationFlow\RefundClassificationFlow.cs
[18:00:42 VRB] SourceFile C:\cd-ms-authorizer-mastercard\unit-tests\Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests\Setup\BaseTest.cs
[18:00:42 VRB] SourceFile C:\cd-ms-authorizer-mastercard\unit-tests\Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests\Setup\HostDependencyInjection.cs
[18:00:42 VRB] SourceFile C:\cd-ms-authorizer-mastercard\unit-tests\Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests\Setup\MockTelemetryChannel.cs
[18:00:42 VRB] SourceFile C:\Users\Fábio Okamura\.nuget\packages\microsoft.net.test.sdk\16.5.0\build\netcoreapp2.1\Microsoft.NET.Test.Sdk.Program.cs
[18:00:42 VRB] SourceFile C:\cd-ms-authorizer-mastercard\unit-tests\Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests\obj\Debug\netcoreapp3.1\.NETCoreApp,Version=v3.1.AssemblyAttributes.cs
[18:00:42 VRB] SourceFile C:\cd-ms-authorizer-mastercard\unit-tests\Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests\obj\Debug\netcoreapp3.1\RefitStubs.g.cs
[18:00:42 VRB] SourceFile C:\cd-ms-authorizer-mastercard\unit-tests\Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests\obj\Debug\netcoreapp3.1\Super.GlobalPlatform.Authorizer.Master.Domain.Classification.Tests.AssemblyInfo.cs
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\automapper\10.1.1\lib\netstandard2.0\AutoMapper.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\azure.core\1.6.0\lib\netstandard2.0\Azure.Core.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\azure.identity\1.3.0\lib\netstandard2.0\Azure.Identity.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\azure.security.keyvault.certificates\4.1.0\lib\netstandard2.0\Azure.Security.KeyVault.Certificates.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\azure.security.keyvault.keys\4.1.0\lib\netstandard2.0\Azure.Security.KeyVault.Keys.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\azure.security.keyvault.secrets\4.1.0\lib\netstandard2.0\Azure.Security.KeyVault.Secrets.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\bouncycastle.netcoresdk\1.9.3.1\lib\netcoreapp3.1\BouncyCastle.Crypto.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\castle.core\4.4.0\lib\netstandard1.5\Castle.Core.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\confluent.kafka\1.4.2\lib\netcoreapp2.1\Confluent.Kafka.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\dapper.contrib\2.0.78\lib\netstandard2.0\Dapper.Contrib.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\dapper\2.0.78\lib\netstandard2.0\Dapper.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\flunt\1.0.5\lib\netstandard2.0\Flunt.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\aspnetcore.healthchecks.azurekeyvault\3.2.0\lib\netstandard2.0\HealthChecks.AzureKeyVault.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\aspnetcore.healthchecks.sqlserver\3.0.0\lib\netstandard2.0\HealthChecks.SqlServer.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\mediatr\9.0.0\lib\netstandard2.1\MediatR.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\mediatr.extensions.microsoft.dependencyinjection\9.0.0\lib\netstandard2.0\MediatR.Extensions.Microsoft.DependencyInjection.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\microsoft.applicationinsights\2.17.0\lib\netstandard2.0\Microsoft.ApplicationInsights.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\microsoft.aspnetcore.http.abstractions\2.2.0\lib\netstandard2.0\Microsoft.AspNetCore.Http.Abstractions.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\microsoft.aspnetcore.http\2.2.2\lib\netstandard2.0\Microsoft.AspNetCore.Http.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\microsoft.aspnetcore.http.features\2.2.0\lib\netstandard2.0\Microsoft.AspNetCore.Http.Features.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\microsoft.aspnetcore.webutilities\2.2.0\lib\netstandard2.0\Microsoft.AspNetCore.WebUtilities.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\microsoft.azure.keyvault\3.0.4\lib\netstandard2.0\Microsoft.Azure.KeyVault.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\microsoft.azure.keyvault.webkey\3.0.4\lib\netstandard2.0\Microsoft.Azure.KeyVault.WebKey.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\microsoft.azure.services.appauthentication\1.3.1\lib\netstandard2.0\Microsoft.Azure.Services.AppAuthentication.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\microsoft.bcl.asyncinterfaces\1.0.0\ref\netstandard2.1\Microsoft.Bcl.AsyncInterfaces.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\Microsoft.CSharp.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\microsoft.dotnet.internalabstractions\1.0.0\lib\netstandard1.3\Microsoft.DotNet.InternalAbstractions.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.extensions.caching.abstractions\2.1.1\lib\netstandard2.0\Microsoft.Extensions.Caching.Abstractions.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\microsoft.extensions.configuration.abstractions\5.0.0\lib\netstandard2.0\Microsoft.Extensions.Configuration.Abstractions.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\microsoft.extensions.configuration.binder\5.0.0\lib\netstandard2.0\Microsoft.Extensions.Configuration.Binder.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\microsoft.extensions.configuration.commandline\3.0.1\lib\netcoreapp3.0\Microsoft.Extensions.Configuration.CommandLine.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\microsoft.extensions.configuration\3.0.1\lib\netcoreapp3.0\Microsoft.Extensions.Configuration.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\microsoft.extensions.configuration.environmentvariables\3.0.1\lib\netcoreapp3.0\Microsoft.Extensions.Configuration.EnvironmentVariables.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\microsoft.extensions.configuration.fileextensions\3.0.1\lib\netcoreapp3.0\Microsoft.Extensions.Configuration.FileExtensions.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\microsoft.extensions.configuration.json\3.0.1\lib\netcoreapp3.0\Microsoft.Extensions.Configuration.Json.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\microsoft.extensions.configuration.usersecrets\3.0.1\lib\netcoreapp3.0\Microsoft.Extensions.Configuration.UserSecrets.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\microsoft.extensions.dependencyinjection.abstractions\5.0.0\lib\netstandard2.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\microsoft.extensions.dependencyinjection\3.1.7\lib\netcoreapp3.1\Microsoft.Extensions.DependencyInjection.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\microsoft.extensions.dependencymodel\3.1.6\lib\netstandard2.0\Microsoft.Extensions.DependencyModel.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\microsoft.extensions.diagnostics.healthchecks.abstractions\3.1.3\lib\netcoreapp3.1\Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\microsoft.extensions.diagnostics.healthchecks\3.1.3\lib\netcoreapp3.1\Microsoft.Extensions.Diagnostics.HealthChecks.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\microsoft.extensions.fileproviders.abstractions\3.1.22\lib\netcoreapp3.1\Microsoft.Extensions.FileProviders.Abstractions.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\microsoft.extensions.fileproviders.physical\3.0.1\lib\netcoreapp3.0\Microsoft.Extensions.FileProviders.Physical.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\microsoft.extensions.filesystemglobbing\3.0.1\lib\netstandard2.0\Microsoft.Extensions.FileSystemGlobbing.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\microsoft.extensions.hosting.abstractions\3.1.22\lib\netcoreapp3.1\Microsoft.Extensions.Hosting.Abstractions.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\microsoft.extensions.hosting\3.0.1\lib\netcoreapp3.0\Microsoft.Extensions.Hosting.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\microsoft.extensions.http\3.1.7\lib\netcoreapp3.1\Microsoft.Extensions.Http.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\microsoft.extensions.http.polly\3.1.7\lib\netstandard2.0\Microsoft.Extensions.Http.Polly.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\microsoft.extensions.logging.abstractions\3.1.22\lib\netstandard2.0\Microsoft.Extensions.Logging.Abstractions.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\microsoft.extensions.logging.configuration\3.0.1\lib\netcoreapp3.0\Microsoft.Extensions.Logging.Configuration.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\microsoft.extensions.logging.console\3.0.1\lib\netcoreapp3.0\Microsoft.Extensions.Logging.Console.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\microsoft.extensions.logging.debug\3.0.1\lib\netcoreapp3.0\Microsoft.Extensions.Logging.Debug.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\microsoft.extensions.logging\3.1.7\lib\netcoreapp3.1\Microsoft.Extensions.Logging.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\microsoft.extensions.logging.eventlog\3.0.1\lib\netcoreapp3.0\Microsoft.Extensions.Logging.EventLog.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\microsoft.extensions.logging.eventsource\3.0.1\lib\netcoreapp3.0\Microsoft.Extensions.Logging.EventSource.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\microsoft.extensions.objectpool\2.2.0\lib\netstandard2.0\Microsoft.Extensions.ObjectPool.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\microsoft.extensions.options.configurationextensions\5.0.0\lib\netstandard2.0\Microsoft.Extensions.Options.ConfigurationExtensions.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\microsoft.extensions.options\5.0.0\lib\netstandard2.0\Microsoft.Extensions.Options.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\microsoft.extensions.primitives\5.0.0\lib\netcoreapp3.0\Microsoft.Extensions.Primitives.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\microsoft.identity.client\4.22.0\ref\netcoreapp2.1\Microsoft.Identity.Client.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\microsoft.identity.client.extensions.msal\2.16.5\lib\netcoreapp2.1\Microsoft.Identity.Client.Extensions.Msal.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\microsoft.identitymodel.clients.activedirectory\4.4.1\lib\netstandard1.3\Microsoft.IdentityModel.Clients.ActiveDirectory.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\microsoft.net.http.headers\2.2.0\lib\netstandard2.0\Microsoft.Net.Http.Headers.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\microsoft.rest.clientruntime.azure\3.3.18\lib\netstandard1.4\Microsoft.Rest.ClientRuntime.Azure.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\microsoft.rest.clientruntime\2.3.20\lib\netstandard2.0\Microsoft.Rest.ClientRuntime.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\microsoft.testplatform.testhost\16.5.0\lib\netcoreapp2.1\Microsoft.TestPlatform.CommunicationUtilities.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\microsoft.testplatform.objectmodel\16.5.0\lib\netstandard2.0\Microsoft.TestPlatform.CoreUtilities.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\microsoft.testplatform.testhost\16.5.0\lib\netcoreapp2.1\Microsoft.TestPlatform.CrossPlatEngine.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\microsoft.testplatform.objectmodel\16.5.0\lib\netstandard2.0\Microsoft.TestPlatform.PlatformAbstractions.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\microsoft.testplatform.testhost\16.5.0\lib\netcoreapp2.1\Microsoft.TestPlatform.Utilities.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\Microsoft.VisualBasic.Core.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\Microsoft.VisualBasic.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\microsoft.codecoverage\16.5.0\lib\netcoreapp1.0\Microsoft.VisualStudio.CodeCoverage.Shim.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\microsoft.testplatform.testhost\16.5.0\lib\netcoreapp2.1\Microsoft.VisualStudio.TestPlatform.Common.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\microsoft.testplatform.objectmodel\16.5.0\lib\netstandard2.0\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\Microsoft.Win32.Primitives.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\moq\4.15.2\lib\netstandard2.0\Moq.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\mscorlib.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\netstandard.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\sdk\NuGetFallbackFolder\newtonsoft.json.bson\1.0.1\lib\netstandard1.3\Newtonsoft.Json.Bson.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\newtonsoft.json\12.0.3\lib\netstandard2.0\Newtonsoft.Json.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\nuget.frameworks\5.0.0\lib\netstandard2.0\NuGet.Frameworks.dll
[18:00:42 VRB] References: C:\Program Files (x86)\Microsoft\Xamarin\NuGet\nunit\3.12.0\lib\netstandard2.0\nunit.framework.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\opentracing\0.12.1\lib\netstandard2.0\OpenTracing.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\pipelines.net\1.2.1\lib\netstandard2.0\Pipelines.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\polly\7.1.0\lib\netstandard2.0\Polly.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\polly.extensions.http\3.0.0\lib\netstandard2.0\Polly.Extensions.Http.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\refit\5.2.1\lib\netstandard2.1\Refit.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\refit.httpclientfactory\5.2.1\lib\netstandard2.0\Refit.HttpClientFactory.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\scrutor\4.1.0\lib\netcoreapp3.1\Scrutor.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\silverback.core\2.2.0\lib\netstandard2.0\Silverback.Core.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\silverback.core.model\2.2.0\lib\netstandard2.0\Silverback.Core.Model.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\silverback.integration\2.2.0\lib\netstandard2.0\Silverback.Integration.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\silverback.integration.kafka\2.2.0\lib\netstandard2.0\Silverback.Integration.Kafka.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\simpleconcepts.extensions.caching.abstractions\1.0.8\lib\netstandard2.0\SimpleConcepts.Extensions.Caching.Abstractions.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\super.audittrail.extensions\1.0.17\lib\netstandard2.1\Super.AuditTrail.Extensions.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\super.common.silverback.abstractions\2.0.57\lib\netstandard2.1\Super.Common.Silverback.Abstractions.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\super.globalplatform.audittrail.events\1.0.17\lib\netstandard2.1\Super.GlobalPlatform.AuditTrail.Events.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\super.globalplatform.authorizer.abstractions\3.0.452\lib\netstandard2.1\Super.GlobalPlatform.Authorizer.Abstractions.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\super.globalplatform.authorizer.core\3.0.452\lib\netstandard2.1\Super.GlobalPlatform.Authorizer.Core.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\super.globalplatform.authorizer.core.validations.default\3.0.452\lib\netstandard2.1\Super.GlobalPlatform.Authorizer.Core.Validations.Default.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\super.globalplatform.authorizer.events\1.0.48\lib\netstandard2.1\Super.GlobalPlatform.Authorizer.Events.dll
[18:00:42 VRB] References: C:\cd-ms-authorizer-mastercard\src\Super.GlobalPlatform.Authorizer.Master.Domain\bin\Debug\netstandard2.1\Super.GlobalPlatform.Authorizer.Master.Domain.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\super.globalplatform.authorizer.persistence\3.0.452\lib\netstandard2.1\Super.GlobalPlatform.Authorizer.Persistence.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\super.globalplatform.cards.core\2.0.73\lib\netstandard2.1\Super.GlobalPlatform.Cards.Core.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\super.globalplatform.cards.multitenant.abstractions\1.0.56\lib\netstandard2.1\Super.GlobalPlatform.Cards.MultiTenant.Abstractions.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\super.globalplatform.cards.security\2.0.73\lib\netstandard2.1\Super.GlobalPlatform.Cards.Security.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\super.globalplatform.cards.transactionbroker.apiclient\1.0.56\lib\netstandard2.1\Super.GlobalPlatform.Cards.TransactionBroker.ApiClient.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\super.globalplatform.cardsconfiguration.abstractions\1.0.26\lib\netstandard2.1\Super.GlobalPlatform.CardsConfiguration.Abstractions.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\super.globalplatform.cardsconfiguration.repository\1.0.25\lib\netstandard2.1\Super.GlobalPlatform.CardsConfiguration.Repository.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\super.globalplatform.keyvault\1.0.0.11\lib\netstandard2.1\Super.GlobalPlatform.KeyVault.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\super.globalplatform.notification.facade.events\2.0.16\lib\netstandard2.0\Super.GlobalPlatform.Notification.Facade.Events.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\super.globalplatform.operationdatamanagement.client\2.0.557\lib\netstandard2.1\Super.GlobalPlatform.OperationDataManagement.Client.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\super.globalplatform.silverback.abstractions\1.0.21\lib\netstandard2.0\Super.GlobalPlatform.Silverback.Abstractions.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\super.globalplatform.silverback\1.0.21\lib\netstandard2.0\Super.GlobalPlatform.Silverback.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\superdigital.encryption.abstractions\1.0.5\lib\netstandard2.0\Superdigital.Encryption.Abstractions.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\superdigital.encryption.azurekeyvault\1.0.5\lib\netstandard2.0\Superdigital.Encryption.AzureKeyVault.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.AppContext.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Buffers.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Collections.Concurrent.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Collections.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Collections.Immutable.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Collections.NonGeneric.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Collections.Specialized.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.Annotations.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.DataAnnotations.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.EventBasedAsync.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.Primitives.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.TypeConverter.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\system.configuration.configurationmanager\4.7.0\ref\netstandard2.0\System.Configuration.ConfigurationManager.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Configuration.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Console.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Core.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Data.Common.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Data.DataSetExtensions.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Data.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\system.data.sqlclient\4.7.0\ref\netcoreapp2.1\System.Data.SqlClient.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Contracts.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Debug.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\system.diagnostics.diagnosticsource\5.0.0\lib\netstandard1.3\System.Diagnostics.DiagnosticSource.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\system.diagnostics.eventlog\4.6.0\ref\netstandard2.0\System.Diagnostics.EventLog.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.FileVersionInfo.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Process.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.StackTrace.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.TextWriterTraceListener.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Tools.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.TraceSource.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Tracing.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Drawing.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Drawing.Primitives.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Dynamic.Runtime.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Globalization.Calendars.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Globalization.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Globalization.Extensions.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.Brotli.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.FileSystem.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.ZipFile.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.DriveInfo.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.Primitives.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.Watcher.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.IsolatedStorage.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.MemoryMappedFiles.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.Pipes.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.UnmanagedMemoryStream.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Linq.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Linq.Expressions.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Linq.Parallel.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Linq.Queryable.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Memory.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Http.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\microsoft.aspnet.webapi.client\5.2.7\lib\netstandard2.0\System.Net.Http.Formatting.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.HttpListener.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Mail.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.NameResolution.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.NetworkInformation.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Ping.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Primitives.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Requests.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Security.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.ServicePoint.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Sockets.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.WebClient.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.WebHeaderCollection.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.WebProxy.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.WebSockets.Client.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.WebSockets.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Numerics.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Numerics.Vectors.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ObjectModel.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.DispatchProxy.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Emit.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Emit.ILGeneration.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Emit.Lightweight.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Extensions.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Metadata.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Primitives.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.TypeExtensions.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Resources.Reader.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Resources.ResourceManager.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Resources.Writer.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.CompilerServices.Unsafe.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.CompilerServices.VisualC.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Extensions.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Handles.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.InteropServices.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.InteropServices.RuntimeInformation.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.InteropServices.WindowsRuntime.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Intrinsics.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Loader.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Numerics.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.Formatters.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.Json.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.Primitives.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.Xml.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\system.security.accesscontrol\4.7.0\ref\netstandard2.0\System.Security.AccessControl.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Claims.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Algorithms.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\sdk\NuGetFallbackFolder\system.security.cryptography.cng\4.3.0\ref\netstandard1.6\System.Security.Cryptography.Cng.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Csp.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Encoding.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Primitives.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\system.security.cryptography.protecteddata\4.7.0\ref\netstandard2.0\System.Security.Cryptography.ProtectedData.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.X509Certificates.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\system.security.permissions\4.7.0\ref\netcoreapp3.0\System.Security.Permissions.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Principal.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\system.security.principal.windows\4.7.0\ref\netcoreapp3.0\System.Security.Principal.Windows.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.SecureString.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ServiceModel.Web.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ServiceProcess.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Text.Encoding.CodePages.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Text.Encoding.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Text.Encoding.Extensions.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Text.Encodings.Web.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\system.text.json\4.7.2\lib\netcoreapp3.0\System.Text.Json.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Text.RegularExpressions.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Channels.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Overlapped.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Tasks.Dataflow.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Tasks.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Tasks.Extensions.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Tasks.Parallel.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Thread.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.ThreadPool.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Timer.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Transactions.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Transactions.Local.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ValueTuple.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Web.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Web.HttpUtility.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Windows.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\system.windows.extensions\4.7.0\ref\netcoreapp3.0\System.Windows.Extensions.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.Linq.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.ReaderWriter.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.Serialization.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.XDocument.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.XmlDocument.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.XmlSerializer.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.XPath.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.XPath.XDocument.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\system.xml.xpath.xmldocument\4.3.0\ref\netstandard1.3\System.Xml.XPath.XmlDocument.dll
[18:00:42 VRB] References: C:\Users\Fábio Okamura\.nuget\packages\microsoft.testplatform.testhost\16.5.0\lib\netcoreapp2.1\testhost.dll
[18:00:42 VRB] References: C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\WindowsBase.dll
[18:00:42 VRB] Succeeded: True
[18:00:42 VRB] **** Buildalyzer result ****
[18:00:42 DBG] Using C:\cd-ms-authorizer-mastercard\src\Super.GlobalPlatform.Authorizer.Master.Domain\Super.GlobalPlatform.Authorizer.Master.Domain.csproj as project under test
[18:00:42 INF] The project C:\cd-ms-authorizer-mastercard\src\Super.GlobalPlatform.Authorizer.Master.Domain\Super.GlobalPlatform.Authorizer.Master.Domain.csproj will be mutated.
[18:00:42 DBG] Analyzing project file C:\cd-ms-authorizer-mastercard\src\Super.GlobalPlatform.Authorizer.Master.Domain\Super.GlobalPlatform.Authorizer.Master.Domain.csproj
[18:00:43 INF] Time Elapsed 00:00:07.3673444
Stryker.NET failed to mutate your project. For more information see the logs below:

No valid project analysis results could be found.
dupdob commented 2 years ago

This message indicates that the library we use to analyze .Net projects (Buildalyzer) failed to process the project file (Super.GlobalPlatform.Authorizer.Master.Domain.csproj). If the project is accessible we may try to reproduce the problem, but I suspect you cannot share it. Maybe you can share the .csproj file, this may help us pinpoint the project's specificities raising problems.

fabiookamura commented 2 years ago

That's what I can share:

<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <TargetFramework>$(NetStandardTargetVersion)</TargetFramework>
    <UserSecretsId>-</UserSecretsId>
  </PropertyGroup>

  <ItemGroup>
    <PackageReference Include="Flunt" Version="1.0.5" />
    <PackageReference Include="Refit.HttpClientFactory" Version="5.2.1" />
    <PackageReference Include="Scrutor" Version="4.1.0" />
    <PackageReference Include="-" Version="1.0.17" />
    <PackageReference Include="-" Version="3.0.452" />
  </ItemGroup>

  <ItemGroup Label="-">
    <PackageReference Include="-" Version="1.0.0.11" />
    <PackageReference Include="-" Version="2.0.57" />
  </ItemGroup>

 </Project>

Probably you can't reproduce the bug, on pc of my team mates works fine. Just for me that bug occurs.

fabiookamura commented 2 years ago

I've created a poc, just for test if are my repo or enviroment, then works on poc. I don't know what happening.

dupdob commented 2 years ago

Then I propose to close this: we will not work on an issue from a dependent project (Buildalizer) for such a niche situation. I hope you will understand we lack the time for this 😄. But feel free to share if you find the cause of your problem, we could use your finding to improve Stryker for other users.