[
  {
    "path": ".gitattributes",
    "content": "###############################################################################\n# Set default behavior to automatically normalize line endings.\n###############################################################################\n* text=auto\n\n###############################################################################\n# Set default behavior for command prompt diff.\n#\n# This is need for earlier builds of msysgit that does not have it on by\n# default for csharp files.\n# Note: This is only used by command line\n###############################################################################\n#*.cs     diff=csharp\n\n###############################################################################\n# Set the merge driver for project and solution files\n#\n# Merging from the command prompt will add diff markers to the files if there\n# are conflicts (Merging from VS is not affected by the settings below, in VS\n# the diff markers are never inserted). Diff markers may cause the following \n# file extensions to fail to load in VS. An alternative would be to treat\n# these files as binary and thus will always conflict and require user\n# intervention with every merge. To do so, just uncomment the entries below\n###############################################################################\n#*.sln       merge=binary\n#*.csproj    merge=binary\n#*.vbproj    merge=binary\n#*.vcxproj   merge=binary\n#*.vcproj    merge=binary\n#*.dbproj    merge=binary\n#*.fsproj    merge=binary\n#*.lsproj    merge=binary\n#*.wixproj   merge=binary\n#*.modelproj merge=binary\n#*.sqlproj   merge=binary\n#*.wwaproj   merge=binary\n\n###############################################################################\n# behavior for image files\n#\n# image files are treated as binary by default.\n###############################################################################\n#*.jpg   binary\n#*.png   binary\n#*.gif   binary\n\n###############################################################################\n# diff behavior for common document formats\n# \n# Convert binary document formats to text before diffing them. This feature\n# is only available from the command line. Turn it on by uncommenting the \n# entries below.\n###############################################################################\n#*.doc   diff=astextplain\n#*.DOC   diff=astextplain\n#*.docx  diff=astextplain\n#*.DOCX  diff=astextplain\n#*.dot   diff=astextplain\n#*.DOT   diff=astextplain\n#*.pdf   diff=astextplain\n#*.PDF   diff=astextplain\n#*.rtf   diff=astextplain\n#*.RTF   diff=astextplain\n"
  },
  {
    "path": ".github/workflows/ci.yml",
    "content": "name: release\n\non:\n  push:\n\njobs:\n  build:\n    name: build-windows\n    runs-on: windows-2022\n\n    steps:\n    - name: Checkout\n      uses: actions/checkout@v3\n      with:\n          submodules: recursive\n          \n    - name: Set up MSBuild\n      uses: microsoft/setup-msbuild@v1\n      \n    - name: NuGet Restore\n      run: |\n        cd ${{ github.workspace }}\n        nuget restore RoundedTB.sln\n      \n    - name: Build\n      run: |\n        cd ${{ github.workspace }}\n        msbuild \"-property:Configuration=Release\" -t:RoundedTB\n\n    - name: Add commit hash to output folder\n      run: |\n        Rename-Item -Path \".\\RoundedTB\\bin\\Release\" -NewName \"RoundedTB-$(git rev-parse --short ${{ github.sha }})\"\n        \n    - name: Upload artifacts\n      uses: actions/upload-artifact@v3\n      with:\n        name: rtb-artifacts\n        path: |\n          .\\RoundedTB\\bin\\RoundedTB-*\\\n"
  },
  {
    "path": ".gitignore",
    "content": "## Ignore Visual Studio temporary files, build results, and\n## files generated by popular Visual Studio add-ons.\n##\n## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore\n\n# User-specific files\n*.rsuser\n*.suo\n*.user\n*.userosscache\n*.sln.docstates\n\n# User-specific files (MonoDevelop/Xamarin Studio)\n*.userprefs\n\n# Mono auto generated files\nmono_crash.*\n\n# Build results\n[Dd]ebug/\n[Dd]ebugPublic/\n[Rr]elease/\n[Rr]eleases/\nx64/\nx86/\n[Ww][Ii][Nn]32/\n[Aa][Rr][Mm]/\n[Aa][Rr][Mm]64/\nbld/\n[Bb]in/\n[Oo]bj/\n[Oo]ut/\n[Ll]og/\n[Ll]ogs/\n\n# Visual Studio 2015/2017 cache/options directory\n.vs/\n# Uncomment if you have tasks that create the project's static files in wwwroot\n#wwwroot/\n\n# Visual Studio 2017 auto generated files\nGenerated\\ Files/\n\n# MSTest test Results\n[Tt]est[Rr]esult*/\n[Bb]uild[Ll]og.*\n\n# NUnit\n*.VisualState.xml\nTestResult.xml\nnunit-*.xml\n\n# Build Results of an ATL Project\n[Dd]ebugPS/\n[Rr]eleasePS/\ndlldata.c\n\n# Benchmark Results\nBenchmarkDotNet.Artifacts/\n\n# .NET Core\nproject.lock.json\nproject.fragment.lock.json\nartifacts/\n\n# ASP.NET Scaffolding\nScaffoldingReadMe.txt\n\n# StyleCop\nStyleCopReport.xml\n\n# Files built by Visual Studio\n*_i.c\n*_p.c\n*_h.h\n*.ilk\n*.meta\n*.obj\n*.iobj\n*.pch\n*.pdb\n*.ipdb\n*.pgc\n*.pgd\n*.rsp\n*.sbr\n*.tlb\n*.tli\n*.tlh\n*.tmp\n*.tmp_proj\n*_wpftmp.csproj\n*.log\n*.vspscc\n*.vssscc\n.builds\n*.pidb\n*.svclog\n*.scc\n\n# Chutzpah Test files\n_Chutzpah*\n\n# Visual C++ cache files\nipch/\n*.aps\n*.ncb\n*.opendb\n*.opensdf\n*.sdf\n*.cachefile\n*.VC.db\n*.VC.VC.opendb\n\n# Visual Studio profiler\n*.psess\n*.vsp\n*.vspx\n*.sap\n\n# Visual Studio Trace Files\n*.e2e\n\n# TFS 2012 Local Workspace\n$tf/\n\n# Guidance Automation Toolkit\n*.gpState\n\n# ReSharper is a .NET coding add-in\n_ReSharper*/\n*.[Rr]e[Ss]harper\n*.DotSettings.user\n\n# TeamCity is a build add-in\n_TeamCity*\n\n# DotCover is a Code Coverage Tool\n*.dotCover\n\n# AxoCover is a Code Coverage Tool\n.axoCover/*\n!.axoCover/settings.json\n\n# Coverlet is a free, cross platform Code Coverage Tool\ncoverage*.json\ncoverage*.xml\ncoverage*.info\n\n# Visual Studio code coverage results\n*.coverage\n*.coveragexml\n\n# NCrunch\n_NCrunch_*\n.*crunch*.local.xml\nnCrunchTemp_*\n\n# MightyMoose\n*.mm.*\nAutoTest.Net/\n\n# Web workbench (sass)\n.sass-cache/\n\n# Installshield output folder\n[Ee]xpress/\n\n# DocProject is a documentation generator add-in\nDocProject/buildhelp/\nDocProject/Help/*.HxT\nDocProject/Help/*.HxC\nDocProject/Help/*.hhc\nDocProject/Help/*.hhk\nDocProject/Help/*.hhp\nDocProject/Help/Html2\nDocProject/Help/html\n\n# Click-Once directory\npublish/\n\n# Publish Web Output\n*.[Pp]ublish.xml\n*.azurePubxml\n# Note: Comment the next line if you want to checkin your web deploy settings,\n# but database connection strings (with potential passwords) will be unencrypted\n*.pubxml\n*.publishproj\n\n# Microsoft Azure Web App publish settings. Comment the next line if you want to\n# checkin your Azure Web App publish settings, but sensitive information contained\n# in these scripts will be unencrypted\nPublishScripts/\n\n# NuGet Packages\n*.nupkg\n# NuGet Symbol Packages\n*.snupkg\n# The packages folder can be ignored because of Package Restore\n**/[Pp]ackages/*\n# except build/, which is used as an MSBuild target.\n!**/[Pp]ackages/build/\n# Uncomment if necessary however generally it will be regenerated when needed\n#!**/[Pp]ackages/repositories.config\n# NuGet v3's project.json files produces more ignorable files\n*.nuget.props\n*.nuget.targets\n\n# Microsoft Azure Build Output\ncsx/\n*.build.csdef\n\n# Microsoft Azure Emulator\necf/\nrcf/\n\n# Windows Store app package directories and files\nAppPackages/\nBundleArtifacts/\nPackage.StoreAssociation.xml\n_pkginfo.txt\n*.appx\n*.appxbundle\n*.appxupload\n\n# Visual Studio cache files\n# files ending in .cache can be ignored\n*.[Cc]ache\n# but keep track of directories ending in .cache\n!?*.[Cc]ache/\n\n# Others\nClientBin/\n~$*\n*~\n*.dbmdl\n*.dbproj.schemaview\n*.jfm\n*.pfx\n*.publishsettings\norleans.codegen.cs\n\n# Including strong name files can present a security risk\n# (https://github.com/github/gitignore/pull/2483#issue-259490424)\n#*.snk\n\n# Since there are multiple workflows, uncomment next line to ignore bower_components\n# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)\n#bower_components/\n\n# RIA/Silverlight projects\nGenerated_Code/\n\n# Backup & report files from converting an old project file\n# to a newer Visual Studio version. Backup files are not needed,\n# because we have git ;-)\n_UpgradeReport_Files/\nBackup*/\nUpgradeLog*.XML\nUpgradeLog*.htm\nServiceFabricBackup/\n*.rptproj.bak\n\n# SQL Server files\n*.mdf\n*.ldf\n*.ndf\n\n# Business Intelligence projects\n*.rdl.data\n*.bim.layout\n*.bim_*.settings\n*.rptproj.rsuser\n*- [Bb]ackup.rdl\n*- [Bb]ackup ([0-9]).rdl\n*- [Bb]ackup ([0-9][0-9]).rdl\n\n# Microsoft Fakes\nFakesAssemblies/\n\n# GhostDoc plugin setting file\n*.GhostDoc.xml\n\n# Node.js Tools for Visual Studio\n.ntvs_analysis.dat\nnode_modules/\n\n# Visual Studio 6 build log\n*.plg\n\n# Visual Studio 6 workspace options file\n*.opt\n\n# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)\n*.vbw\n\n# Visual Studio LightSwitch build output\n**/*.HTMLClient/GeneratedArtifacts\n**/*.DesktopClient/GeneratedArtifacts\n**/*.DesktopClient/ModelManifest.xml\n**/*.Server/GeneratedArtifacts\n**/*.Server/ModelManifest.xml\n_Pvt_Extensions\n\n# Paket dependency manager\n.paket/paket.exe\npaket-files/\n\n# FAKE - F# Make\n.fake/\n\n# CodeRush personal settings\n.cr/personal\n\n# Python Tools for Visual Studio (PTVS)\n__pycache__/\n*.pyc\n\n# Cake - Uncomment if you are using it\n# tools/**\n# !tools/packages.config\n\n# Tabs Studio\n*.tss\n\n# Telerik's JustMock configuration file\n*.jmconfig\n\n# BizTalk build output\n*.btp.cs\n*.btm.cs\n*.odx.cs\n*.xsd.cs\n\n# OpenCover UI analysis results\nOpenCover/\n\n# Azure Stream Analytics local run output\nASALocalRun/\n\n# MSBuild Binary and Structured Log\n*.binlog\n\n# NVidia Nsight GPU debugger configuration file\n*.nvuser\n\n# MFractors (Xamarin productivity tool) working folder\n.mfractor/\n\n# Local History for Visual Studio\n.localhistory/\n\n# BeatPulse healthcheck temp database\nhealthchecksdb\n\n# Backup folder for Package Reference Convert tool in Visual Studio 2017\nMigrationBackup/\n\n# Ionide (cross platform F# VS Code tools) working folder\n.ionide/\n\n# Fody - auto-generated XML schema\nFodyWeavers.xsd\n/RoundedTB/RoundedTBEmi.ico\n"
  },
  {
    "path": "AnalysisReport.sarif",
    "content": "{\n  \"$schema\": \"https://schemastore.azurewebsites.net/schemas/json/sarif-2.1.0-rtm.5.json\",\n  \"version\": \"2.1.0\",\n  \"runs\": [\n    {\n      \"tool\": {\n        \"driver\": {\n          \"name\": \"Dependency Analysis\",\n          \"semanticVersion\": \"0.3.261602\",\n          \"informationUri\": \"https://docs.microsoft.com/en-us/dotnet/core/porting/upgrade-assistant-overview\",\n          \"rules\": [\n            {\n              \"id\": \"UA105\",\n              \"name\": \"PackageToBeDeleted\",\n              \"fullDescription\": {\n                \"text\": \"Packages that need to be deleted in order to upgrade the project to chosen TFM\"\n              },\n              \"helpUri\": \"https://docs.microsoft.com/en-us/dotnet/core/porting/upgrade-assistant-overview\"\n            },\n            {\n              \"id\": \"UA106\",\n              \"name\": \"PackageToBeAdded\",\n              \"fullDescription\": {\n                \"text\": \"Packages that need to be added in order to upgrade the project to chosen TFM\"\n              },\n              \"helpUri\": \"https://docs.microsoft.com/en-us/dotnet/core/porting/upgrade-assistant-overview\"\n            }\n          ]\n        }\n      },\n      \"results\": [\n        {\n          \"ruleId\": \"UA105\",\n          \"message\": {\n            \"text\": \"Package Microsoft.Windows.SDK.Contracts, Version=10.0.18362.2005 needs to be deleted.\"\n          },\n          \"locations\": [\n            {\n              \"physicalLocation\": {\n                \"artifactLocation\": {\n                  \"uri\": \"file:///C:/Users/Torch/source/repos/RoundedTB/RoundedTB/RoundedTB.csproj\"\n                },\n                \"region\": {}\n              }\n            }\n          ]\n        },\n        {\n          \"ruleId\": \"UA105\",\n          \"message\": {\n            \"text\": \"Package System.Runtime.WindowsRuntime, Version=4.6.0 needs to be deleted.\"\n          },\n          \"locations\": [\n            {\n              \"physicalLocation\": {\n                \"artifactLocation\": {\n                  \"uri\": \"file:///C:/Users/Torch/source/repos/RoundedTB/RoundedTB/RoundedTB.csproj\"\n                },\n                \"region\": {}\n              }\n            }\n          ]\n        },\n        {\n          \"ruleId\": \"UA105\",\n          \"message\": {\n            \"text\": \"Package System.Runtime.WindowsRuntime.UI.Xaml, Version=4.6.0 needs to be deleted.\"\n          },\n          \"locations\": [\n            {\n              \"physicalLocation\": {\n                \"artifactLocation\": {\n                  \"uri\": \"file:///C:/Users/Torch/source/repos/RoundedTB/RoundedTB/RoundedTB.csproj\"\n                },\n                \"region\": {}\n              }\n            }\n          ]\n        },\n        {\n          \"ruleId\": \"UA105\",\n          \"message\": {\n            \"text\": \"Package System.ValueTuple, Version=4.5.0 needs to be deleted.\"\n          },\n          \"locations\": [\n            {\n              \"physicalLocation\": {\n                \"artifactLocation\": {\n                  \"uri\": \"file:///C:/Users/Torch/source/repos/RoundedTB/RoundedTB/RoundedTB.csproj\"\n                },\n                \"region\": {}\n              }\n            }\n          ]\n        },\n        {\n          \"ruleId\": \"UA106\",\n          \"message\": {\n            \"text\": \"Package Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers, Version=0.3.261602 needs to be added.\"\n          },\n          \"locations\": [\n            {\n              \"physicalLocation\": {\n                \"artifactLocation\": {\n                  \"uri\": \"file:///C:/Users/Torch/source/repos/RoundedTB/RoundedTB/RoundedTB.csproj\"\n                },\n                \"region\": {}\n              }\n            }\n          ]\n        },\n        {\n          \"ruleId\": \"UA106\",\n          \"message\": {\n            \"text\": \"Package Microsoft.Windows.Compatibility, Version=6.0.0 needs to be added.\"\n          },\n          \"locations\": [\n            {\n              \"physicalLocation\": {\n                \"artifactLocation\": {\n                  \"uri\": \"file:///C:/Users/Torch/source/repos/RoundedTB/RoundedTB/RoundedTB.csproj\"\n                },\n                \"region\": {}\n              }\n            }\n          ]\n        }\n      ],\n      \"columnKind\": \"utf16CodeUnits\"\n    },\n    {\n      \"tool\": {\n        \"driver\": {\n          \"name\": \"API Upgradability\",\n          \"semanticVersion\": \"0.3.261602\",\n          \"informationUri\": \"https://docs.microsoft.com/en-us/dotnet/core/porting/upgrade-assistant-overview\"\n        }\n      },\n      \"results\": [],\n      \"columnKind\": \"utf16CodeUnits\"\n    },\n    {\n      \"tool\": {\n        \"driver\": {\n          \"name\": \"Component Analysis\",\n          \"semanticVersion\": \"0.3.261602\",\n          \"informationUri\": \"https://docs.microsoft.com/en-us/dotnet/core/porting/upgrade-assistant-overview\"\n        }\n      },\n      \"results\": [],\n      \"columnKind\": \"utf16CodeUnits\"\n    }\n  ]\n}"
  },
  {
    "path": "LICENSE",
    "content": "                    GNU GENERAL PUBLIC LICENSE\n                       Version 3, 29 June 2007\n\n Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>\n Everyone is permitted to copy and distribute verbatim copies\n of this license document, but changing it is not allowed.\n\n                            Preamble\n\n  The GNU General Public License is a free, copyleft license for\nsoftware and other kinds of works.\n\n  The licenses for most software and other practical works are designed\nto take away your freedom to share and change the works.  By contrast,\nthe GNU General Public License is intended to guarantee your freedom to\nshare and change all versions of a program--to make sure it remains free\nsoftware for all its users.  We, the Free Software Foundation, use the\nGNU General Public License for most of our software; it applies also to\nany other work released this way by its authors.  You can apply it to\nyour programs, too.\n\n  When we speak of free software, we are referring to freedom, not\nprice.  Our General Public Licenses are designed to make sure that you\nhave the freedom to distribute copies of free software (and charge for\nthem if you wish), that you receive source code or can get it if you\nwant it, that you can change the software or use pieces of it in new\nfree programs, and that you know you can do these things.\n\n  To protect your rights, we need to prevent others from denying you\nthese rights or asking you to surrender the rights.  Therefore, you have\ncertain responsibilities if you distribute copies of the software, or if\nyou modify it: responsibilities to respect the freedom of others.\n\n  For example, if you distribute copies of such a program, whether\ngratis or for a fee, you must pass on to the recipients the same\nfreedoms that you received.  You must make sure that they, too, receive\nor can get the source code.  And you must show them these terms so they\nknow their rights.\n\n  Developers that use the GNU GPL protect your rights with two steps:\n(1) assert copyright on the software, and (2) offer you this License\ngiving you legal permission to copy, distribute and/or modify it.\n\n  For the developers' and authors' protection, the GPL clearly explains\nthat there is no warranty for this free software.  For both users' and\nauthors' sake, the GPL requires that modified versions be marked as\nchanged, so that their problems will not be attributed erroneously to\nauthors of previous versions.\n\n  Some devices are designed to deny users access to install or run\nmodified versions of the software inside them, although the manufacturer\ncan do so.  This is fundamentally incompatible with the aim of\nprotecting users' freedom to change the software.  The systematic\npattern of such abuse occurs in the area of products for individuals to\nuse, which is precisely where it is most unacceptable.  Therefore, we\nhave designed this version of the GPL to prohibit the practice for those\nproducts.  If such problems arise substantially in other domains, we\nstand ready to extend this provision to those domains in future versions\nof the GPL, as needed to protect the freedom of users.\n\n  Finally, every program is threatened constantly by software patents.\nStates should not allow patents to restrict development and use of\nsoftware on general-purpose computers, but in those that do, we wish to\navoid the special danger that patents applied to a free program could\nmake it effectively proprietary.  To prevent this, the GPL assures that\npatents cannot be used to render the program non-free.\n\n  The precise terms and conditions for copying, distribution and\nmodification follow.\n\n                       TERMS AND CONDITIONS\n\n  0. Definitions.\n\n  \"This License\" refers to version 3 of the GNU General Public License.\n\n  \"Copyright\" also means copyright-like laws that apply to other kinds of\nworks, such as semiconductor masks.\n\n  \"The Program\" refers to any copyrightable work licensed under this\nLicense.  Each licensee is addressed as \"you\".  \"Licensees\" and\n\"recipients\" may be individuals or organizations.\n\n  To \"modify\" a work means to copy from or adapt all or part of the work\nin a fashion requiring copyright permission, other than the making of an\nexact copy.  The resulting work is called a \"modified version\" of the\nearlier work or a work \"based on\" the earlier work.\n\n  A \"covered work\" means either the unmodified Program or a work based\non the Program.\n\n  To \"propagate\" a work means to do anything with it that, without\npermission, would make you directly or secondarily liable for\ninfringement under applicable copyright law, except executing it on a\ncomputer or modifying a private copy.  Propagation includes copying,\ndistribution (with or without modification), making available to the\npublic, and in some countries other activities as well.\n\n  To \"convey\" a work means any kind of propagation that enables other\nparties to make or receive copies.  Mere interaction with a user through\na computer network, with no transfer of a copy, is not conveying.\n\n  An interactive user interface displays \"Appropriate Legal Notices\"\nto the extent that it includes a convenient and prominently visible\nfeature that (1) displays an appropriate copyright notice, and (2)\ntells the user that there is no warranty for the work (except to the\nextent that warranties are provided), that licensees may convey the\nwork under this License, and how to view a copy of this License.  If\nthe interface presents a list of user commands or options, such as a\nmenu, a prominent item in the list meets this criterion.\n\n  1. Source Code.\n\n  The \"source code\" for a work means the preferred form of the work\nfor making modifications to it.  \"Object code\" means any non-source\nform of a work.\n\n  A \"Standard Interface\" means an interface that either is an official\nstandard defined by a recognized standards body, or, in the case of\ninterfaces specified for a particular programming language, one that\nis widely used among developers working in that language.\n\n  The \"System Libraries\" of an executable work include anything, other\nthan the work as a whole, that (a) is included in the normal form of\npackaging a Major Component, but which is not part of that Major\nComponent, and (b) serves only to enable use of the work with that\nMajor Component, or to implement a Standard Interface for which an\nimplementation is available to the public in source code form.  A\n\"Major Component\", in this context, means a major essential component\n(kernel, window system, and so on) of the specific operating system\n(if any) on which the executable work runs, or a compiler used to\nproduce the work, or an object code interpreter used to run it.\n\n  The \"Corresponding Source\" for a work in object code form means all\nthe source code needed to generate, install, and (for an executable\nwork) run the object code and to modify the work, including scripts to\ncontrol those activities.  However, it does not include the work's\nSystem Libraries, or general-purpose tools or generally available free\nprograms which are used unmodified in performing those activities but\nwhich are not part of the work.  For example, Corresponding Source\nincludes interface definition files associated with source files for\nthe work, and the source code for shared libraries and dynamically\nlinked subprograms that the work is specifically designed to require,\nsuch as by intimate data communication or control flow between those\nsubprograms and other parts of the work.\n\n  The Corresponding Source need not include anything that users\ncan regenerate automatically from other parts of the Corresponding\nSource.\n\n  The Corresponding Source for a work in source code form is that\nsame work.\n\n  2. Basic Permissions.\n\n  All rights granted under this License are granted for the term of\ncopyright on the Program, and are irrevocable provided the stated\nconditions are met.  This License explicitly affirms your unlimited\npermission to run the unmodified Program.  The output from running a\ncovered work is covered by this License only if the output, given its\ncontent, constitutes a covered work.  This License acknowledges your\nrights of fair use or other equivalent, as provided by copyright law.\n\n  You may make, run and propagate covered works that you do not\nconvey, without conditions so long as your license otherwise remains\nin force.  You may convey covered works to others for the sole purpose\nof having them make modifications exclusively for you, or provide you\nwith facilities for running those works, provided that you comply with\nthe terms of this License in conveying all material for which you do\nnot control copyright.  Those thus making or running the covered works\nfor you must do so exclusively on your behalf, under your direction\nand control, on terms that prohibit them from making any copies of\nyour copyrighted material outside their relationship with you.\n\n  Conveying under any other circumstances is permitted solely under\nthe conditions stated below.  Sublicensing is not allowed; section 10\nmakes it unnecessary.\n\n  3. Protecting Users' Legal Rights From Anti-Circumvention Law.\n\n  No covered work shall be deemed part of an effective technological\nmeasure under any applicable law fulfilling obligations under article\n11 of the WIPO copyright treaty adopted on 20 December 1996, or\nsimilar laws prohibiting or restricting circumvention of such\nmeasures.\n\n  When you convey a covered work, you waive any legal power to forbid\ncircumvention of technological measures to the extent such circumvention\nis effected by exercising rights under this License with respect to\nthe covered work, and you disclaim any intention to limit operation or\nmodification of the work as a means of enforcing, against the work's\nusers, your or third parties' legal rights to forbid circumvention of\ntechnological measures.\n\n  4. Conveying Verbatim Copies.\n\n  You may convey verbatim copies of the Program's source code as you\nreceive it, in any medium, provided that you conspicuously and\nappropriately publish on each copy an appropriate copyright notice;\nkeep intact all notices stating that this License and any\nnon-permissive terms added in accord with section 7 apply to the code;\nkeep intact all notices of the absence of any warranty; and give all\nrecipients a copy of this License along with the Program.\n\n  You may charge any price or no price for each copy that you convey,\nand you may offer support or warranty protection for a fee.\n\n  5. Conveying Modified Source Versions.\n\n  You may convey a work based on the Program, or the modifications to\nproduce it from the Program, in the form of source code under the\nterms of section 4, provided that you also meet all of these conditions:\n\n    a) The work must carry prominent notices stating that you modified\n    it, and giving a relevant date.\n\n    b) The work must carry prominent notices stating that it is\n    released under this License and any conditions added under section\n    7.  This requirement modifies the requirement in section 4 to\n    \"keep intact all notices\".\n\n    c) You must license the entire work, as a whole, under this\n    License to anyone who comes into possession of a copy.  This\n    License will therefore apply, along with any applicable section 7\n    additional terms, to the whole of the work, and all its parts,\n    regardless of how they are packaged.  This License gives no\n    permission to license the work in any other way, but it does not\n    invalidate such permission if you have separately received it.\n\n    d) If the work has interactive user interfaces, each must display\n    Appropriate Legal Notices; however, if the Program has interactive\n    interfaces that do not display Appropriate Legal Notices, your\n    work need not make them do so.\n\n  A compilation of a covered work with other separate and independent\nworks, which are not by their nature extensions of the covered work,\nand which are not combined with it such as to form a larger program,\nin or on a volume of a storage or distribution medium, is called an\n\"aggregate\" if the compilation and its resulting copyright are not\nused to limit the access or legal rights of the compilation's users\nbeyond what the individual works permit.  Inclusion of a covered work\nin an aggregate does not cause this License to apply to the other\nparts of the aggregate.\n\n  6. Conveying Non-Source Forms.\n\n  You may convey a covered work in object code form under the terms\nof sections 4 and 5, provided that you also convey the\nmachine-readable Corresponding Source under the terms of this License,\nin one of these ways:\n\n    a) Convey the object code in, or embodied in, a physical product\n    (including a physical distribution medium), accompanied by the\n    Corresponding Source fixed on a durable physical medium\n    customarily used for software interchange.\n\n    b) Convey the object code in, or embodied in, a physical product\n    (including a physical distribution medium), accompanied by a\n    written offer, valid for at least three years and valid for as\n    long as you offer spare parts or customer support for that product\n    model, to give anyone who possesses the object code either (1) a\n    copy of the Corresponding Source for all the software in the\n    product that is covered by this License, on a durable physical\n    medium customarily used for software interchange, for a price no\n    more than your reasonable cost of physically performing this\n    conveying of source, or (2) access to copy the\n    Corresponding Source from a network server at no charge.\n\n    c) Convey individual copies of the object code with a copy of the\n    written offer to provide the Corresponding Source.  This\n    alternative is allowed only occasionally and noncommercially, and\n    only if you received the object code with such an offer, in accord\n    with subsection 6b.\n\n    d) Convey the object code by offering access from a designated\n    place (gratis or for a charge), and offer equivalent access to the\n    Corresponding Source in the same way through the same place at no\n    further charge.  You need not require recipients to copy the\n    Corresponding Source along with the object code.  If the place to\n    copy the object code is a network server, the Corresponding Source\n    may be on a different server (operated by you or a third party)\n    that supports equivalent copying facilities, provided you maintain\n    clear directions next to the object code saying where to find the\n    Corresponding Source.  Regardless of what server hosts the\n    Corresponding Source, you remain obligated to ensure that it is\n    available for as long as needed to satisfy these requirements.\n\n    e) Convey the object code using peer-to-peer transmission, provided\n    you inform other peers where the object code and Corresponding\n    Source of the work are being offered to the general public at no\n    charge under subsection 6d.\n\n  A separable portion of the object code, whose source code is excluded\nfrom the Corresponding Source as a System Library, need not be\nincluded in conveying the object code work.\n\n  A \"User Product\" is either (1) a \"consumer product\", which means any\ntangible personal property which is normally used for personal, family,\nor household purposes, or (2) anything designed or sold for incorporation\ninto a dwelling.  In determining whether a product is a consumer product,\ndoubtful cases shall be resolved in favor of coverage.  For a particular\nproduct received by a particular user, \"normally used\" refers to a\ntypical or common use of that class of product, regardless of the status\nof the particular user or of the way in which the particular user\nactually uses, or expects or is expected to use, the product.  A product\nis a consumer product regardless of whether the product has substantial\ncommercial, industrial or non-consumer uses, unless such uses represent\nthe only significant mode of use of the product.\n\n  \"Installation Information\" for a User Product means any methods,\nprocedures, authorization keys, or other information required to install\nand execute modified versions of a covered work in that User Product from\na modified version of its Corresponding Source.  The information must\nsuffice to ensure that the continued functioning of the modified object\ncode is in no case prevented or interfered with solely because\nmodification has been made.\n\n  If you convey an object code work under this section in, or with, or\nspecifically for use in, a User Product, and the conveying occurs as\npart of a transaction in which the right of possession and use of the\nUser Product is transferred to the recipient in perpetuity or for a\nfixed term (regardless of how the transaction is characterized), the\nCorresponding Source conveyed under this section must be accompanied\nby the Installation Information.  But this requirement does not apply\nif neither you nor any third party retains the ability to install\nmodified object code on the User Product (for example, the work has\nbeen installed in ROM).\n\n  The requirement to provide Installation Information does not include a\nrequirement to continue to provide support service, warranty, or updates\nfor a work that has been modified or installed by the recipient, or for\nthe User Product in which it has been modified or installed.  Access to a\nnetwork may be denied when the modification itself materially and\nadversely affects the operation of the network or violates the rules and\nprotocols for communication across the network.\n\n  Corresponding Source conveyed, and Installation Information provided,\nin accord with this section must be in a format that is publicly\ndocumented (and with an implementation available to the public in\nsource code form), and must require no special password or key for\nunpacking, reading or copying.\n\n  7. Additional Terms.\n\n  \"Additional permissions\" are terms that supplement the terms of this\nLicense by making exceptions from one or more of its conditions.\nAdditional permissions that are applicable to the entire Program shall\nbe treated as though they were included in this License, to the extent\nthat they are valid under applicable law.  If additional permissions\napply only to part of the Program, that part may be used separately\nunder those permissions, but the entire Program remains governed by\nthis License without regard to the additional permissions.\n\n  When you convey a copy of a covered work, you may at your option\nremove any additional permissions from that copy, or from any part of\nit.  (Additional permissions may be written to require their own\nremoval in certain cases when you modify the work.)  You may place\nadditional permissions on material, added by you to a covered work,\nfor which you have or can give appropriate copyright permission.\n\n  Notwithstanding any other provision of this License, for material you\nadd to a covered work, you may (if authorized by the copyright holders of\nthat material) supplement the terms of this License with terms:\n\n    a) Disclaiming warranty or limiting liability differently from the\n    terms of sections 15 and 16 of this License; or\n\n    b) Requiring preservation of specified reasonable legal notices or\n    author attributions in that material or in the Appropriate Legal\n    Notices displayed by works containing it; or\n\n    c) Prohibiting misrepresentation of the origin of that material, or\n    requiring that modified versions of such material be marked in\n    reasonable ways as different from the original version; or\n\n    d) Limiting the use for publicity purposes of names of licensors or\n    authors of the material; or\n\n    e) Declining to grant rights under trademark law for use of some\n    trade names, trademarks, or service marks; or\n\n    f) Requiring indemnification of licensors and authors of that\n    material by anyone who conveys the material (or modified versions of\n    it) with contractual assumptions of liability to the recipient, for\n    any liability that these contractual assumptions directly impose on\n    those licensors and authors.\n\n  All other non-permissive additional terms are considered \"further\nrestrictions\" within the meaning of section 10.  If the Program as you\nreceived it, or any part of it, contains a notice stating that it is\ngoverned by this License along with a term that is a further\nrestriction, you may remove that term.  If a license document contains\na further restriction but permits relicensing or conveying under this\nLicense, you may add to a covered work material governed by the terms\nof that license document, provided that the further restriction does\nnot survive such relicensing or conveying.\n\n  If you add terms to a covered work in accord with this section, you\nmust place, in the relevant source files, a statement of the\nadditional terms that apply to those files, or a notice indicating\nwhere to find the applicable terms.\n\n  Additional terms, permissive or non-permissive, may be stated in the\nform of a separately written license, or stated as exceptions;\nthe above requirements apply either way.\n\n  8. Termination.\n\n  You may not propagate or modify a covered work except as expressly\nprovided under this License.  Any attempt otherwise to propagate or\nmodify it is void, and will automatically terminate your rights under\nthis License (including any patent licenses granted under the third\nparagraph of section 11).\n\n  However, if you cease all violation of this License, then your\nlicense from a particular copyright holder is reinstated (a)\nprovisionally, unless and until the copyright holder explicitly and\nfinally terminates your license, and (b) permanently, if the copyright\nholder fails to notify you of the violation by some reasonable means\nprior to 60 days after the cessation.\n\n  Moreover, your license from a particular copyright holder is\nreinstated permanently if the copyright holder notifies you of the\nviolation by some reasonable means, this is the first time you have\nreceived notice of violation of this License (for any work) from that\ncopyright holder, and you cure the violation prior to 30 days after\nyour receipt of the notice.\n\n  Termination of your rights under this section does not terminate the\nlicenses of parties who have received copies or rights from you under\nthis License.  If your rights have been terminated and not permanently\nreinstated, you do not qualify to receive new licenses for the same\nmaterial under section 10.\n\n  9. Acceptance Not Required for Having Copies.\n\n  You are not required to accept this License in order to receive or\nrun a copy of the Program.  Ancillary propagation of a covered work\noccurring solely as a consequence of using peer-to-peer transmission\nto receive a copy likewise does not require acceptance.  However,\nnothing other than this License grants you permission to propagate or\nmodify any covered work.  These actions infringe copyright if you do\nnot accept this License.  Therefore, by modifying or propagating a\ncovered work, you indicate your acceptance of this License to do so.\n\n  10. Automatic Licensing of Downstream Recipients.\n\n  Each time you convey a covered work, the recipient automatically\nreceives a license from the original licensors, to run, modify and\npropagate that work, subject to this License.  You are not responsible\nfor enforcing compliance by third parties with this License.\n\n  An \"entity transaction\" is a transaction transferring control of an\norganization, or substantially all assets of one, or subdividing an\norganization, or merging organizations.  If propagation of a covered\nwork results from an entity transaction, each party to that\ntransaction who receives a copy of the work also receives whatever\nlicenses to the work the party's predecessor in interest had or could\ngive under the previous paragraph, plus a right to possession of the\nCorresponding Source of the work from the predecessor in interest, if\nthe predecessor has it or can get it with reasonable efforts.\n\n  You may not impose any further restrictions on the exercise of the\nrights granted or affirmed under this License.  For example, you may\nnot impose a license fee, royalty, or other charge for exercise of\nrights granted under this License, and you may not initiate litigation\n(including a cross-claim or counterclaim in a lawsuit) alleging that\nany patent claim is infringed by making, using, selling, offering for\nsale, or importing the Program or any portion of it.\n\n  11. Patents.\n\n  A \"contributor\" is a copyright holder who authorizes use under this\nLicense of the Program or a work on which the Program is based.  The\nwork thus licensed is called the contributor's \"contributor version\".\n\n  A contributor's \"essential patent claims\" are all patent claims\nowned or controlled by the contributor, whether already acquired or\nhereafter acquired, that would be infringed by some manner, permitted\nby this License, of making, using, or selling its contributor version,\nbut do not include claims that would be infringed only as a\nconsequence of further modification of the contributor version.  For\npurposes of this definition, \"control\" includes the right to grant\npatent sublicenses in a manner consistent with the requirements of\nthis License.\n\n  Each contributor grants you a non-exclusive, worldwide, royalty-free\npatent license under the contributor's essential patent claims, to\nmake, use, sell, offer for sale, import and otherwise run, modify and\npropagate the contents of its contributor version.\n\n  In the following three paragraphs, a \"patent license\" is any express\nagreement or commitment, however denominated, not to enforce a patent\n(such as an express permission to practice a patent or covenant not to\nsue for patent infringement).  To \"grant\" such a patent license to a\nparty means to make such an agreement or commitment not to enforce a\npatent against the party.\n\n  If you convey a covered work, knowingly relying on a patent license,\nand the Corresponding Source of the work is not available for anyone\nto copy, free of charge and under the terms of this License, through a\npublicly available network server or other readily accessible means,\nthen you must either (1) cause the Corresponding Source to be so\navailable, or (2) arrange to deprive yourself of the benefit of the\npatent license for this particular work, or (3) arrange, in a manner\nconsistent with the requirements of this License, to extend the patent\nlicense to downstream recipients.  \"Knowingly relying\" means you have\nactual knowledge that, but for the patent license, your conveying the\ncovered work in a country, or your recipient's use of the covered work\nin a country, would infringe one or more identifiable patents in that\ncountry that you have reason to believe are valid.\n\n  If, pursuant to or in connection with a single transaction or\narrangement, you convey, or propagate by procuring conveyance of, a\ncovered work, and grant a patent license to some of the parties\nreceiving the covered work authorizing them to use, propagate, modify\nor convey a specific copy of the covered work, then the patent license\nyou grant is automatically extended to all recipients of the covered\nwork and works based on it.\n\n  A patent license is \"discriminatory\" if it does not include within\nthe scope of its coverage, prohibits the exercise of, or is\nconditioned on the non-exercise of one or more of the rights that are\nspecifically granted under this License.  You may not convey a covered\nwork if you are a party to an arrangement with a third party that is\nin the business of distributing software, under which you make payment\nto the third party based on the extent of your activity of conveying\nthe work, and under which the third party grants, to any of the\nparties who would receive the covered work from you, a discriminatory\npatent license (a) in connection with copies of the covered work\nconveyed by you (or copies made from those copies), or (b) primarily\nfor and in connection with specific products or compilations that\ncontain the covered work, unless you entered into that arrangement,\nor that patent license was granted, prior to 28 March 2007.\n\n  Nothing in this License shall be construed as excluding or limiting\nany implied license or other defenses to infringement that may\notherwise be available to you under applicable patent law.\n\n  12. No Surrender of Others' Freedom.\n\n  If conditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License.  If you cannot convey a\ncovered work so as to satisfy simultaneously your obligations under this\nLicense and any other pertinent obligations, then as a consequence you may\nnot convey it at all.  For example, if you agree to terms that obligate you\nto collect a royalty for further conveying from those to whom you convey\nthe Program, the only way you could satisfy both those terms and this\nLicense would be to refrain entirely from conveying the Program.\n\n  13. Use with the GNU Affero General Public License.\n\n  Notwithstanding any other provision of this License, you have\npermission to link or combine any covered work with a work licensed\nunder version 3 of the GNU Affero General Public License into a single\ncombined work, and to convey the resulting work.  The terms of this\nLicense will continue to apply to the part which is the covered work,\nbut the special requirements of the GNU Affero General Public License,\nsection 13, concerning interaction through a network will apply to the\ncombination as such.\n\n  14. Revised Versions of this License.\n\n  The Free Software Foundation may publish revised and/or new versions of\nthe GNU General Public License from time to time.  Such new versions will\nbe similar in spirit to the present version, but may differ in detail to\naddress new problems or concerns.\n\n  Each version is given a distinguishing version number.  If the\nProgram specifies that a certain numbered version of the GNU General\nPublic License \"or any later version\" applies to it, you have the\noption of following the terms and conditions either of that numbered\nversion or of any later version published by the Free Software\nFoundation.  If the Program does not specify a version number of the\nGNU General Public License, you may choose any version ever published\nby the Free Software Foundation.\n\n  If the Program specifies that a proxy can decide which future\nversions of the GNU General Public License can be used, that proxy's\npublic statement of acceptance of a version permanently authorizes you\nto choose that version for the Program.\n\n  Later license versions may give you additional or different\npermissions.  However, no additional obligations are imposed on any\nauthor or copyright holder as a result of your choosing to follow a\nlater version.\n\n  15. Disclaimer of Warranty.\n\n  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY\nAPPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT\nHOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY\nOF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,\nTHE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\nPURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM\nIS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF\nALL NECESSARY SERVICING, REPAIR OR CORRECTION.\n\n  16. Limitation of Liability.\n\n  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\nWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS\nTHE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY\nGENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE\nUSE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF\nDATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD\nPARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),\nEVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF\nSUCH DAMAGES.\n\n  17. Interpretation of Sections 15 and 16.\n\n  If the disclaimer of warranty and limitation of liability provided\nabove cannot be given local legal effect according to their terms,\nreviewing courts shall apply local law that most closely approximates\nan absolute waiver of all civil liability in connection with the\nProgram, unless a warranty or assumption of liability accompanies a\ncopy of the Program in return for a fee.\n\n                     END OF TERMS AND CONDITIONS\n\n            How to Apply These Terms to Your New Programs\n\n  If you develop a new program, and you want it to be of the greatest\npossible use to the public, the best way to achieve this is to make it\nfree software which everyone can redistribute and change under these terms.\n\n  To do so, attach the following notices to the program.  It is safest\nto attach them to the start of each source file to most effectively\nstate the exclusion of warranty; and each file should have at least\nthe \"copyright\" line and a pointer to where the full notice is found.\n\n    <one line to give the program's name and a brief idea of what it does.>\n    Copyright (C) <year>  <name of author>\n\n    This program is free software: you can redistribute it and/or modify\n    it under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    This program is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n    GNU General Public License for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with this program.  If not, see <https://www.gnu.org/licenses/>.\n\nAlso add information on how to contact you by electronic and paper mail.\n\n  If the program does terminal interaction, make it output a short\nnotice like this when it starts in an interactive mode:\n\n    <program>  Copyright (C) <year>  <name of author>\n    This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.\n    This is free software, and you are welcome to redistribute it\n    under certain conditions; type `show c' for details.\n\nThe hypothetical commands `show w' and `show c' should show the appropriate\nparts of the General Public License.  Of course, your program's commands\nmight be different; for a GUI interface, you would use an \"about box\".\n\n  You should also get your employer (if you work as a programmer) or school,\nif any, to sign a \"copyright disclaimer\" for the program, if necessary.\nFor more information on this, and how to apply and follow the GNU GPL, see\n<https://www.gnu.org/licenses/>.\n\n  The GNU General Public License does not permit incorporating your program\ninto proprietary programs.  If your program is a subroutine library, you\nmay consider it more useful to permit linking proprietary applications with\nthe library.  If this is what you want to do, use the GNU Lesser General\nPublic License instead of this License.  But first, please read\n<https://www.gnu.org/licenses/why-not-lgpl.html>.\n"
  },
  {
    "path": "PackagingProject/Package.appxmanifest",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n\n<Package\n  xmlns=\"http://schemas.microsoft.com/appx/manifest/foundation/windows10\"\n  xmlns:uap=\"http://schemas.microsoft.com/appx/manifest/uap/windows10\"\n  xmlns:rescap=\"http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities\"\n  xmlns:desktop=\"http://schemas.microsoft.com/appx/manifest/desktop/windows10\"\n  IgnorableNamespaces=\"uap rescap\">\n\n  <Identity\n    Name=\"14082CryzenTechnologies.RoundedTB\"\n    Publisher=\"CN=26093D81-5B64-4610-8EFB-00B295E6FE81\"\n    Version=\"1.3.1.0\" />\n\n  <Properties>\n    <DisplayName>RoundedTB</DisplayName>\n    <PublisherDisplayName>TorchGM</PublisherDisplayName>\n    <Logo>Images\\StoreLogo.png</Logo>\n  </Properties>\n\n  <Dependencies>\n    <TargetDeviceFamily Name=\"Windows.Universal\" MinVersion=\"10.0.0.0\" MaxVersionTested=\"10.0.0.0\" />\n    <TargetDeviceFamily Name=\"Windows.Desktop\" MinVersion=\"10.0.14393.0\" MaxVersionTested=\"10.0.14393.0\" />\n  </Dependencies>\n\n  <Resources>\n    <Resource Language=\"x-generate\"/>\n  </Resources>\n\n  <Applications>\n    <Application Id=\"App\"\n      Executable=\"RoundedTB.exe\"\n      EntryPoint=\"$targetentrypoint$\">\n      <uap:VisualElements\n        DisplayName=\"RoundedTB\"\n        Description=\"Adds rounded corners, margins and segments to your taskbar!\"\n        BackgroundColor=\"transparent\"\n        Square150x150Logo=\"Images\\Square150x150Logo.png\"\n        Square44x44Logo=\"Images\\Square44x44Logo.png\">\n        <uap:DefaultTile Wide310x150Logo=\"Images\\Wide310x150Logo.png\"  Square71x71Logo=\"Images\\SmallTile.png\" Square310x310Logo=\"Images\\LargeTile.png\" ShortName=\"RoundedTB\">\n          <uap:ShowNameOnTiles>\n            <uap:ShowOn Tile=\"square150x150Logo\"/>\n            <uap:ShowOn Tile=\"square310x310Logo\"/>\n            <uap:ShowOn Tile=\"wide310x150Logo\"/>\n          </uap:ShowNameOnTiles>\n        </uap:DefaultTile >\n        <uap:SplashScreen Image=\"Images\\SplashScreen.png\" />\n      </uap:VisualElements>\n      <Extensions>\n        <desktop:Extension Category=\"windows.startupTask\" Executable=\"RoundedTB\\RoundedTB.exe\" EntryPoint=\"Windows.FullTrustApplication\">\n          <desktop:StartupTask TaskId=\"RTB\" Enabled=\"true\" DisplayName=\"RoundedTB\" />\n        </desktop:Extension>\n      </Extensions>\n    </Application>\n  </Applications>\n\n  <Capabilities>\n    <Capability Name=\"internetClient\" />\n    <rescap:Capability Name=\"runFullTrust\" />\n  </Capabilities>\n</Package>\n"
  },
  {
    "path": "PackagingProject/RoundedTB.Package.wapproj",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<Project ToolsVersion=\"15.0\" DefaultTargets=\"Build\" xmlns=\"http://schemas.microsoft.com/developer/msbuild/2003\">\n  <PropertyGroup Condition=\"'$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '15.0'\">\n    <VisualStudioVersion>15.0</VisualStudioVersion>\n  </PropertyGroup>\n  <ItemGroup Label=\"ProjectConfigurations\">\n    <ProjectConfiguration Include=\"Debug|x86\">\n      <Configuration>Debug</Configuration>\n      <Platform>x86</Platform>\n    </ProjectConfiguration>\n    <ProjectConfiguration Include=\"Release|x86\">\n      <Configuration>Release</Configuration>\n      <Platform>x86</Platform>\n    </ProjectConfiguration>\n    <ProjectConfiguration Include=\"Debug|x64\">\n      <Configuration>Debug</Configuration>\n      <Platform>x64</Platform>\n    </ProjectConfiguration>\n    <ProjectConfiguration Include=\"Release|x64\">\n      <Configuration>Release</Configuration>\n      <Platform>x64</Platform>\n    </ProjectConfiguration>\n    <ProjectConfiguration Include=\"Debug|ARM\">\n      <Configuration>Debug</Configuration>\n      <Platform>ARM</Platform>\n    </ProjectConfiguration>\n    <ProjectConfiguration Include=\"Release|ARM\">\n      <Configuration>Release</Configuration>\n      <Platform>ARM</Platform>\n    </ProjectConfiguration>\n    <ProjectConfiguration Include=\"Debug|ARM64\">\n      <Configuration>Debug</Configuration>\n      <Platform>ARM64</Platform>\n    </ProjectConfiguration>\n    <ProjectConfiguration Include=\"Release|ARM64\">\n      <Configuration>Release</Configuration>\n      <Platform>ARM64</Platform>\n    </ProjectConfiguration>\n    <ProjectConfiguration Include=\"Debug|AnyCPU\">\n      <Configuration>Debug</Configuration>\n      <Platform>AnyCPU</Platform>\n    </ProjectConfiguration>\n    <ProjectConfiguration Include=\"Release|AnyCPU\">\n      <Configuration>Release</Configuration>\n      <Platform>AnyCPU</Platform>\n    </ProjectConfiguration>\n    <ProjectConfiguration Include=\"Remote Debug|AnyCPU\">\n      <Configuration>Remote Debug</Configuration>\n      <Platform>AnyCPU</Platform>\n    </ProjectConfiguration>\n    <ProjectConfiguration Include=\"Remote Debug|ARM\">\n      <Configuration>Remote Debug</Configuration>\n      <Platform>ARM</Platform>\n    </ProjectConfiguration>\n    <ProjectConfiguration Include=\"Remote Debug|ARM64\">\n      <Configuration>Remote Debug</Configuration>\n      <Platform>ARM64</Platform>\n    </ProjectConfiguration>\n    <ProjectConfiguration Include=\"Remote Debug|x64\">\n      <Configuration>Remote Debug</Configuration>\n      <Platform>x64</Platform>\n    </ProjectConfiguration>\n    <ProjectConfiguration Include=\"Remote Debug|x86\">\n      <Configuration>Remote Debug</Configuration>\n      <Platform>x86</Platform>\n    </ProjectConfiguration>\n  </ItemGroup>\n  <PropertyGroup>\n    <WapProjPath Condition=\"'$(WapProjPath)'==''\">$(MSBuildExtensionsPath)\\Microsoft\\DesktopBridge\\</WapProjPath>\n  </PropertyGroup>\n  <Import Project=\"$(WapProjPath)\\Microsoft.DesktopBridge.props\" />\n  <PropertyGroup>\n    <ProjectGuid>660827eb-23be-4bd2-8a5b-355134f264d8</ProjectGuid>\n    <TargetPlatformVersion>10.0.19041.0</TargetPlatformVersion>\n    <TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>\n    <DefaultLanguage>en-US</DefaultLanguage>\n    <AppxPackageSigningEnabled>True</AppxPackageSigningEnabled>\n    <GenerateAppInstallerFile>False</GenerateAppInstallerFile>\n    <PackageCertificateThumbprint>949AB122C53DAF37D8272CA0AA2350D81DDE2329</PackageCertificateThumbprint>\n    <AppxPackageSigningTimestampDigestAlgorithm>SHA256</AppxPackageSigningTimestampDigestAlgorithm>\n    <AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision>\n    <GenerateTestArtifacts>True</GenerateTestArtifacts>\n    <AppxBundlePlatforms>neutral</AppxBundlePlatforms>\n    <HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>\n    <EntryPointProjectUniqueName>..\\RoundedTB\\RoundedTB.csproj</EntryPointProjectUniqueName>\n    <AppxSymbolPackageEnabled>True</AppxSymbolPackageEnabled>\n  </PropertyGroup>\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)'=='Release|ARM64'\">\n    <AppxBundle>Always</AppxBundle>\n  </PropertyGroup>\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)'=='Release|AnyCPU'\">\n    <AppxBundle>Always</AppxBundle>\n  </PropertyGroup>\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)'=='Debug|ARM'\">\n    <AppxBundle>Always</AppxBundle>\n  </PropertyGroup>\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)'=='Remote Debug|ARM'\">\n    <AppxBundle>Always</AppxBundle>\n  </PropertyGroup>\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)'=='Release|x86'\">\n    <AppxBundle>Always</AppxBundle>\n  </PropertyGroup>\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)'=='Debug|x64'\">\n    <AppxBundle>Always</AppxBundle>\n  </PropertyGroup>\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)'=='Remote Debug|x64'\">\n    <AppxBundle>Always</AppxBundle>\n  </PropertyGroup>\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)'=='Release|ARM'\">\n    <AppxBundle>Always</AppxBundle>\n  </PropertyGroup>\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)'=='Release|x64'\">\n    <AppxBundle>Always</AppxBundle>\n  </PropertyGroup>\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)'=='Debug|x86'\">\n    <AppxBundle>Always</AppxBundle>\n  </PropertyGroup>\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)'=='Remote Debug|x86'\">\n    <AppxBundle>Always</AppxBundle>\n  </PropertyGroup>\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)'=='Debug|AnyCPU'\">\n    <AppxBundle>Always</AppxBundle>\n  </PropertyGroup>\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)'=='Remote Debug|AnyCPU'\">\n    <AppxBundle>Always</AppxBundle>\n  </PropertyGroup>\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)'=='Debug|ARM64'\">\n    <AppxBundle>Always</AppxBundle>\n  </PropertyGroup>\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)'=='Remote Debug|ARM64'\">\n    <AppxBundle>Always</AppxBundle>\n  </PropertyGroup>\n  <ItemGroup>\n    <AppxManifest Include=\"Package.appxmanifest\">\n      <SubType>Designer</SubType>\n    </AppxManifest>\n  </ItemGroup>\n  <ItemGroup>\n    <Content Include=\"Images\\LargeTile.scale-100.png\" />\n    <Content Include=\"Images\\LargeTile.scale-125.png\" />\n    <Content Include=\"Images\\LargeTile.scale-150.png\" />\n    <Content Include=\"Images\\LargeTile.scale-200.png\" />\n    <Content Include=\"Images\\LargeTile.scale-400.png\" />\n    <Content Include=\"Images\\SmallTile.scale-100.png\" />\n    <Content Include=\"Images\\SmallTile.scale-125.png\" />\n    <Content Include=\"Images\\SmallTile.scale-150.png\" />\n    <Content Include=\"Images\\SmallTile.scale-200.png\" />\n    <Content Include=\"Images\\SmallTile.scale-400.png\" />\n    <Content Include=\"Images\\SplashScreen.scale-100.png\" />\n    <Content Include=\"Images\\SplashScreen.scale-125.png\" />\n    <Content Include=\"Images\\SplashScreen.scale-150.png\" />\n    <Content Include=\"Images\\SplashScreen.scale-200.png\" />\n    <Content Include=\"Images\\SplashScreen.scale-400.png\" />\n    <Content Include=\"Images\\Square150x150Logo.scale-100.png\" />\n    <Content Include=\"Images\\Square150x150Logo.scale-125.png\" />\n    <Content Include=\"Images\\Square150x150Logo.scale-150.png\" />\n    <Content Include=\"Images\\Square150x150Logo.scale-200.png\" />\n    <Content Include=\"Images\\Square150x150Logo.scale-400.png\" />\n    <Content Include=\"Images\\Square44x44Logo.altform-lightunplated_targetsize-16.png\" />\n    <Content Include=\"Images\\Square44x44Logo.altform-lightunplated_targetsize-24.png\" />\n    <Content Include=\"Images\\Square44x44Logo.altform-lightunplated_targetsize-256.png\" />\n    <Content Include=\"Images\\Square44x44Logo.altform-lightunplated_targetsize-32.png\" />\n    <Content Include=\"Images\\Square44x44Logo.altform-lightunplated_targetsize-48.png\" />\n    <Content Include=\"Images\\Square44x44Logo.altform-unplated_targetsize-16.png\" />\n    <Content Include=\"Images\\Square44x44Logo.altform-unplated_targetsize-256.png\" />\n    <Content Include=\"Images\\Square44x44Logo.altform-unplated_targetsize-32.png\" />\n    <Content Include=\"Images\\Square44x44Logo.altform-unplated_targetsize-48.png\" />\n    <Content Include=\"Images\\Square44x44Logo.scale-100.png\" />\n    <Content Include=\"Images\\Square44x44Logo.scale-125.png\" />\n    <Content Include=\"Images\\Square44x44Logo.scale-150.png\" />\n    <Content Include=\"Images\\Square44x44Logo.scale-200.png\" />\n    <Content Include=\"Images\\Square44x44Logo.scale-400.png\" />\n    <Content Include=\"Images\\Square44x44Logo.targetsize-16.png\" />\n    <Content Include=\"Images\\Square44x44Logo.targetsize-24.png\" />\n    <Content Include=\"Images\\Square44x44Logo.targetsize-24_altform-unplated.png\" />\n    <Content Include=\"Images\\Square44x44Logo.targetsize-256.png\" />\n    <Content Include=\"Images\\Square44x44Logo.targetsize-32.png\" />\n    <Content Include=\"Images\\Square44x44Logo.targetsize-48.png\" />\n    <Content Include=\"Images\\StoreLogo.scale-100.png\" />\n    <Content Include=\"Images\\StoreLogo.scale-125.png\" />\n    <Content Include=\"Images\\StoreLogo.scale-150.png\" />\n    <Content Include=\"Images\\StoreLogo.scale-200.png\" />\n    <Content Include=\"Images\\StoreLogo.scale-400.png\" />\n    <Content Include=\"Images\\Wide310x150Logo.scale-100.png\" />\n    <Content Include=\"Images\\Wide310x150Logo.scale-125.png\" />\n    <Content Include=\"Images\\Wide310x150Logo.scale-150.png\" />\n    <Content Include=\"Images\\Wide310x150Logo.scale-200.png\" />\n    <Content Include=\"Images\\Wide310x150Logo.scale-400.png\" />\n    <None Include=\"Package.StoreAssociation.xml\" />\n  </ItemGroup>\n  <Import Project=\"$(WapProjPath)\\Microsoft.DesktopBridge.targets\" />\n  <ItemGroup>\n    <PackageReference Include=\"Microsoft.Windows.SDK.BuildTools\" Version=\"10.0.19041.8\" PrivateAssets=\"all\" />\n  </ItemGroup>\n  <ItemGroup>\n    <ProjectReference Include=\"..\\RoundedTB\\RoundedTB.csproj\" />\n  </ItemGroup>\n</Project>"
  },
  {
    "path": "README.md",
    "content": "![RoundedTB](https://cdn.discordapp.com/attachments/272509873479221249/891555515799318568/unknown.png)\n\n# RoundedTB\n#### Add margins, rounded corners and segments to your taskbars!\n\n\n\n![image](https://user-images.githubusercontent.com/31840547/134795141-76349eaf-12da-40f8-b2a0-d7b7c268d152.png)\n\n## How do I get it?\n\nYou can download the latest version from the [release page](https://github.com/Gniang/RoundedTB/releases).\n\nThe Microsoft Store's RoundedTB is not mine. It's the [original version](https://github.com/RoundedTB/RoundedTB).\n\n\n## Known issues\n- Auto-hiding compatibillity. (Widnows taskbar setting)\n  - not working. \n- Windows 10.\n  - Windows 10 has not been verified. Probably will no longer be supported.\n- TranslucentTB compatibility.\n- Rounded corners are not antialiased.\n  - Due to a Windows limitation. ([#4](https://github.com/torchgm/RoundedTB/issues/4))\n- Dynamic mode won't hide the left side of the taskbar if fisrst started(the taskbar alignment has never been changed).\n  - This can be worked around by changing the alignment to Left and back to Center. ([#98](https://github.com/torchgm/RoundedTB/issues/98)) \n- When using dynamic mode, the taskbar may occasionally become too large, too small or not update.\n  - This can usually be fixed by moving a window to or from that monitor or briefly changing the taskbar alignment.\n- Dynamic mode may not be released when RoundedTB is exited.\n  - Restarting RoundedTB doesn't help, try restarting the PC.\n- The top of the taskbar is not rounded.\n  - Set the top margin to a larger value (30-50?) , you can adjust the appearance in that session. But it may be a different value when restarted the Windows.\n\n## Other info\n\nRoundedTB was created by torchgm. thanks.\n\nhttps://github.com/RoundedTB/RoundedTB\n\ntorchgm says \"RoundedTB is just a hobby of mine, and I'm certainly not an expert in this field, so I'm really sorry if you encounter a bug!\".\nme too.\n\nIf anything breaks catastrophically, press <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>Esc</kbd> to open Task Manager, end RoundedTB and then restart Explorer. At worst, just reboot your PC. RoundedTB makes no permanent changes (though it will run on startup if you enable it from the tray icon), so restarting should clear any issues.\n\n\n\n"
  },
  {
    "path": "RoundedTB/.editorconfig",
    "content": "# Rules in this file were initially inferred by Visual Studio IntelliCode from the C:\\Users\\Torch\\source\\repos\\RoundedTB\\RoundedTB\\ codebase based on best match to current usage at 30/01/2022 A.D.\n# You can modify the rules from these initially generated values to suit your own policies\n# You can learn more about editorconfig here: https://docs.microsoft.com/en-us/visualstudio/ide/editorconfig-code-style-settings-reference\n[*.cs]\n\n\n#Core editorconfig formatting - indentation\n\n#use soft tabs (spaces) for indentation\nindent_style = space\n\n#Formatting - indentation options\n\n#indent switch case contents.\ncsharp_indent_case_contents = true\n#indent switch labels\ncsharp_indent_switch_labels = true\n\n#Formatting - new line options\n\n#place catch statements on a new line\ncsharp_new_line_before_catch = true\n#place else statements on a new line\ncsharp_new_line_before_else = true\n#require finally statements to be on a new line after the closing brace\ncsharp_new_line_before_finally = true\n#require members of object intializers to be on separate lines\ncsharp_new_line_before_members_in_object_initializers = true\n#require braces to be on a new line for object_collection_array_initializers, control_blocks, properties, lambdas, types, accessors, and methods (also known as \"Allman\" style)\ncsharp_new_line_before_open_brace = object_collection_array_initializers, control_blocks, properties, lambdas, types, accessors, methods\n\n#Formatting - organize using options\n\n#sort System.* using directives alphabetically, and place them before other usings\ndotnet_sort_system_directives_first = true\n\n#Formatting - spacing options\n\n#require NO space between a cast and the value\ncsharp_space_after_cast = false\n#require a space before the colon for bases or interfaces in a type declaration\ncsharp_space_after_colon_in_inheritance_clause = true\n#require a space after a keyword in a control flow statement such as a for loop\ncsharp_space_after_keywords_in_control_flow_statements = true\n#require a space before the colon for bases or interfaces in a type declaration\ncsharp_space_before_colon_in_inheritance_clause = true\n#remove space within empty argument list parentheses\ncsharp_space_between_method_call_empty_parameter_list_parentheses = false\n#remove space between method call name and opening parenthesis\ncsharp_space_between_method_call_name_and_opening_parenthesis = false\n#do not place space characters after the opening parenthesis and before the closing parenthesis of a method call\ncsharp_space_between_method_call_parameter_list_parentheses = false\n#remove space within empty parameter list parentheses for a method declaration\ncsharp_space_between_method_declaration_empty_parameter_list_parentheses = false\n#place a space character after the opening parenthesis and before the closing parenthesis of a method declaration parameter list.\ncsharp_space_between_method_declaration_parameter_list_parentheses = false\n\n#Formatting - wrapping options\n\n#leave code block on single line\ncsharp_preserve_single_line_blocks = true\n\n#Style - Code block preferences\n\n#prefer curly braces even for one line of code\ncsharp_prefer_braces = true:suggestion\n\n#Style - expression bodied member options\n\n#prefer block bodies for accessors\ncsharp_style_expression_bodied_accessors = false:suggestion\n#prefer block bodies for constructors\ncsharp_style_expression_bodied_constructors = false:suggestion\n#prefer block bodies for methods\ncsharp_style_expression_bodied_methods = false:suggestion\n#prefer block bodies for properties\ncsharp_style_expression_bodied_properties = false:suggestion\n\n#Style - expression level options\n\n#prefer out variables to be declared before the method call\ncsharp_style_inlined_variable_declaration = false:suggestion\n\n#Style - Expression-level  preferences\n\n#prefer objects to not be initialized using object initializers\ndotnet_style_object_initializer = false:suggestion\n\n#Style - implicit and explicit types\n\n#prefer explicit type over var in all cases, unless overridden by another code style rule\ncsharp_style_var_elsewhere = false:suggestion\n#prefer explicit type over var to declare variables with built-in system types such as int\ncsharp_style_var_for_built_in_types = false:suggestion\n#prefer explicit type over var when the type is already mentioned on the right-hand side of a declaration\ncsharp_style_var_when_type_is_apparent = false:suggestion\n\n#Style - language keyword and framework type options\n\n#prefer the language keyword for local variables, method parameters, and class members, instead of the type name, for types that have a keyword to represent them\ndotnet_style_predefined_type_for_locals_parameters_members = true:suggestion\n\n#Style - modifier options\n\n#prefer accessibility modifiers to be declared except for public interface members. This will currently not differ from always and will act as future proofing for if C# adds default interface methods.\ndotnet_style_require_accessibility_modifiers = for_non_interface_members:suggestion\n\n#Style - Modifier preferences\n\n#when this rule is set to a list of modifiers, prefer the specified ordering.\ncsharp_preferred_modifier_order = public,private,static,extern,sealed:suggestion\n\n#Style - Pattern matching\n\n#prefer pattern matching instead of is expression with type casts\ncsharp_style_pattern_matching_over_as_with_null_check = true:suggestion\n\n#Style - qualification options\n\n#prefer fields not to be prefaced with this. or Me. in Visual Basic\ndotnet_style_qualification_for_field = false:suggestion\n#prefer methods not to be prefaced with this. or Me. in Visual Basic\ndotnet_style_qualification_for_method = false:suggestion\n#prefer properties not to be prefaced with this. or Me. in Visual Basic\ndotnet_style_qualification_for_property = false:suggestion\n\n[*.{cs,vb}]\ndotnet_diagnostic.CA1416.severity=silent"
  },
  {
    "path": "RoundedTB/AboutWindow.xaml",
    "content": "﻿<Window x:Class=\"RoundedTB.AboutWindow\"\n        xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\"\n        xmlns:x=\"http://schemas.microsoft.com/winfx/2006/xaml\"\n        xmlns:d=\"http://schemas.microsoft.com/expression/blend/2008\"\n        xmlns:mc=\"http://schemas.openxmlformats.org/markup-compatibility/2006\"\n        xmlns:local=\"clr-namespace:RoundedTB\"\n        xmlns:wpfui=\"clr-namespace:WPFUI.Controls;assembly=WPFUI\"\n        mc:Ignorable=\"d\"\n        Style=\"{StaticResource UiWindow}\"\n        Background=\"#20808080\"\n        Title=\"RoundedTB - About\" Height=\"616\" Width=\"500\"\n        Visibility =\"Visible\" ResizeMode=\"NoResize\" Opacity=\"1.001\">\n    <Grid>\n\n        <Image x:Name=\"bannerMst\" Visibility =\"Hidden\" HorizontalAlignment=\"Center\" Height=\"128\" VerticalAlignment=\"Top\"  Opacity=\"0.8\" Source=\"res\\HeadBanner.png\" Width=\"500\" Stretch=\"UniformToFill\" Margin=\"0,-16,0,0\"/>\n        <Image x:Name=\"bannerDev\" Visibility =\"Hidden\" HorizontalAlignment=\"Center\" Height=\"128\" VerticalAlignment=\"Top\"  Opacity=\"0.8\" Source=\"res\\HeadBannerDev.png\" Width=\"500\" Stretch=\"UniformToFill\" Margin=\"0,-16,0,0\"/>\n        <Image x:Name=\"bannerCan\" Visibility =\"Visible\" HorizontalAlignment=\"Center\" Height=\"146\" VerticalAlignment=\"Top\"  Opacity=\"0.8\" Source=\"res\\HeadBannerCan.png\" Width=\"500\" Stretch=\"UniformToFill\" Margin=\"0,-16,0,0\"/>\n        <Button x:Name=\"okButton\" Content=\"OK\" Margin=\"0,0,10,10\" VerticalAlignment=\"Bottom\" HorizontalAlignment=\"Right\" Width=\"85\" Click=\"okButton_Click\" FontWeight=\"Normal\"/>\n        <TextBlock x:Name=\"titleBlock\" HorizontalAlignment=\"Left\" Margin=\"10,35,0,0\" TextWrapping=\"Wrap\" Text=\"Welcome to RoundedTB!\" VerticalAlignment=\"Top\" FontWeight=\"Normal\" FontFamily=\"Segoe UI Semibold\" FontSize=\"36\" Opacity=\"0.795\"/>\n        <TextBlock x:Name=\"subtitleBlock\" HorizontalAlignment=\"Left\" Margin=\"10,85,0,0\" TextWrapping=\"Wrap\" Text=\"Canary\" VerticalAlignment=\"Top\" FontWeight=\"Normal\" FontFamily=\"Segoe UI Semibold\" FontSize=\"22\" Opacity=\"0.795\" Height=\"30\"/>\n\n        <wpfui:TitleBar x:Name=\"aboutTitleBar\" Grid.Row=\"0\" NotifyIconTooltip=\"RoundedTB\" ApplicationNavigation=\"True\" Title=\"RoundedTB - About\" Icon=\"pack://application:,,,/RoundedTBCanary.ico\" Height=\"51\" ShowMaximize=\"False\"/>\n\n\n        <TextBlock x:Name=\"bodyBlockMain\" Margin=\"10,134,10,0\" TextWrapping=\"Wrap\" FontWeight=\"Normal\" FontFamily=\"Segoe UI SemiBold\" FontSize=\"14\" Height=\"37\" VerticalAlignment=\"Top\">\n            <Bold>Thanks for downloading RoundedTB. Expand the following categories for more information.</Bold>\n        </TextBlock>\n\n        <ScrollViewer Margin=\"0,176,0,0\" VerticalScrollBarVisibility=\"Hidden\" Height=\"378\" VerticalAlignment=\"Top\">\n            <StackPanel Width=\"473\">\n                <Expander x:Name=\"expander0\" HorizontalAlignment=\"Center\" Header=\"What's new\" VerticalAlignment=\"Top\" Width=\"480\" FontSize=\"16\" FontFamily=\"Segoe UI Semibold\">\n                    <Grid>\n                        <TextBlock Margin=\"0,5,0,0\" x:Name=\"bodyBlock0\" TextWrapping=\"Wrap\" FontWeight=\"Normal\" FontFamily=\"Segoe UI\" FontSize=\"14\" Opacity=\"0.8\" LineHeight=\"23\">            \n                    • Nobody knows. Some say secrets lie amongst these builds. And bugs. Honestly, I'm pretty sure they're 90% bug. 95%. 98%. Actually the fact you're even seeing this text is probably a bug. idk tbh, i give up\n                    <LineBreak/>\n                    <Bold>REMINDER: Autohide is currently rather buggy and must be entirely disabled in Windows.</Bold>\n                    <LineBreak/>\n                        </TextBlock>\n                    </Grid>\n                </Expander>\n                <Expander x:Name=\"expander1\" HorizontalAlignment=\"Center\" Header=\"About basic options\" VerticalAlignment=\"Top\" Width=\"480\" FontSize=\"16\" FontFamily=\"Segoe UI Semibold\">\n                    <Grid>\n                        <TextBlock Margin=\"0,5,0,0\" x:Name=\"bodyBlock1\" TextWrapping=\"Wrap\" FontWeight=\"Normal\" FontFamily=\"Segoe UI\" FontSize=\"14\" Opacity=\"0.8\" LineHeight=\"23\">\n                    <Bold>• Margin</Bold> - makes the taskbar slimmer on all sides by this many logical pixels.\n                    <LineBreak/>\n                    <Bold>• Corner radius</Bold> - controls the radius of the taskbar's rounded corners.\n                    <LineBreak/>\n                    <Bold>• Advanced</Bold> - toggles a menu of advanced and experimental features.\n                    <LineBreak/>\n                    <Bold>• Apply</Bold> - applies and saves any unset changes.\n                    <LineBreak/>\n                        </TextBlock>\n                    </Grid>\n                </Expander>\n                <Expander x:Name=\"expander2\" HorizontalAlignment=\"Center\" Header=\"About advanced options\" VerticalAlignment=\"Top\" Width=\"480\" FontSize=\"16\" FontFamily=\"Segoe UI Semibold\">\n                    <Grid>\n                        <TextBlock Margin=\"0,5,0,0\" x:Name=\"bodyBlock2\" TextWrapping=\"Wrap\" FontWeight=\"Normal\" FontFamily=\"Segoe UI\" FontSize=\"14\" Opacity=\"0.8\" LineHeight=\"23\">\n                    <Bold>• [...] Margins</Bold> - individually sets the margin for each side of the taskbar.\n                    <LineBreak/>\n                    <Bold>• Dynamic mode (Windows 11)</Bold> - Dynamically adjusts the size of the taskbar depending on how many apps are open.\n                    <LineBreak/>\n                    <Bold>• Split mode (Windows 10)</Bold> - allows you to resize the taskbar. Like dynamic mode, but manually adjustable; some setup is required, enable for more info.\n                    <LineBreak/>\n                    <Bold>• Show system tray</Bold> - Displays the system tray in dynamic/split mode. This option can be toggled at any time by pressing <Bold>Win+F2</Bold>.\n                    <LineBreak/>\n                    <Bold>• Show system tray on hover</Bold> - Displays the system tray in dynamic/split mode when the mouse hovers over it. This overrides the above option.\n                    <LineBreak/>\n                    <Bold>• TranslucentTB compatibility</Bold> - enables compatibility with TranslucentTB. For more info, enable this option.\n                    <LineBreak/>\n                    <Bold>• Fill taskbar when maximised</Bold> - Fills the taskbar when a window is maximised on that taskbar's monitor.\n                    <LineBreak/>\n                    <Bold>• Fill taskbar on alt+tab (Windows 11)</Bold> - Fills taskbars when alt+tab or the Task Switcher is invoked.\n                    <LineBreak/>\n                        </TextBlock>\n                    </Grid>\n                </Expander>\n                <Expander x:Name=\"expander3\" HorizontalAlignment=\"Center\" Header=\"Known issues\" VerticalAlignment=\"Top\" Width=\"480\" FontSize=\"16\" FontFamily=\"Segoe UI Semibold\">\n                    <Grid>\n                        <TextBlock Margin=\"0,5,0,0\" x:Name=\"bodyBlock3\" TextWrapping=\"Wrap\" FontWeight=\"Normal\" FontFamily=\"Segoe UI\" FontSize=\"14\" Opacity=\"0.8\" LineHeight=\"23\">\n                    • Using RoundedTB with Windows' autohide feature can result in heavy flickering, bugs, an inability to access the taskbar and isn't supported. An upcoming version of RoundedTB will introduce a custom autohide feature that will work correctly.\n                    <LineBreak/>\n                    • Dynamic mode and split mode only work correctly when the taskbar is at the top or bottom of the monitor.\n                    <LineBreak/>\n                    • Split mode on Windows 10 is currently only supported on the primary monitor.\n                    <LineBreak/>\n                    • Taskbar mods other than TranslucentTB are not yet officially supported. Let me know if you run into compatibility issues with other taskbar mods/tweaks.\n                    <LineBreak/>\n                    • When using dynamic mode, the taskbar may occasionally become too large, too small or not update. This can usually be fixed by moving a window to or from that monitor or briefly changing the taskbar alignment. These issues will be reduced in upcoming updates.\n                        <LineBreak/>\n                        </TextBlock>\n                    </Grid>\n                </Expander>\n                <Expander x:Name=\"expander4\" HorizontalAlignment=\"Center\" Header=\"Help and information\" VerticalAlignment=\"Top\" Width=\"480\" FontSize=\"16\" FontFamily=\"Segoe UI Semibold\">\n                    <Grid>\n                        <TextBlock Margin=\"0,5,0,0\" x:Name=\"bodyBlock4\" TextWrapping=\"Wrap\" FontWeight=\"Normal\" FontFamily=\"Segoe UI\" FontSize=\"14\" Opacity=\"0.8\" LineHeight=\"21\">\n                    • More in-depth instructions, tips and tricks are available in the \n                    <Hyperlink NavigateUri=\"https://github.com/torchgm/RoundedTB#readme\" RequestNavigate=\"Hyperlink_RequestNavigate\">\n                        README\n                    </Hyperlink>.\n                    <LineBreak/>\n                    • If you're having any issues, or just want to talk about RoundedTB, feel free to join\n                    <Hyperlink NavigateUri=\"https://discord.gg/wYQJd8VGSB\" RequestNavigate=\"Hyperlink_RequestNavigate\">\n                        the official Discord server\n                    </Hyperlink>.\n                    <LineBreak/>\n                    • If you want to browse the source code, file an issue or suggest a feature, check out\n                    <Hyperlink NavigateUri=\"https://github.com/torchgm/RoundedTB\" RequestNavigate=\"Hyperlink_RequestNavigate\">\n                        the RoundedTB GitHub repository\n                    </Hyperlink>.\n                    <LineBreak/>\n                    <LineBreak/>\n                    RoundedTB is licensed under the \n                    <Hyperlink NavigateUri=\"https://github.com/torchgm/RoundedTB/blob/master/LICENSE\" RequestNavigate=\"Hyperlink_RequestNavigate\">\n                        GNU General Public License v3.0\n                    </Hyperlink>. By using the software, you agree to accepting the terms of this license.\n                    <LineBreak/>\n                        </TextBlock>\n                    </Grid>\n                </Expander>\n                <Expander x:Name=\"expander5\" HorizontalAlignment=\"Center\" Header=\"Debug\" VerticalAlignment=\"Top\" Width=\"480\" FontSize=\"16\" FontFamily=\"Segoe UI Semibold\">\n                    <StackPanel>\n                        <Button x:Name=\"configButton\" Content=\"Open config file\" Margin=\"0,10,0,0\" Click=\"configButton_Click\"/>\n                        <Button x:Name=\"logButton\" Content=\"Open log file\" Margin=\"0,10,0,0\" Click=\"logButton_Click\"/>\n                    </StackPanel>\n                </Expander>\n            </StackPanel>\n        </ScrollViewer>\n\n\n    </Grid>\n</Window>\n"
  },
  {
    "path": "RoundedTB/AboutWindow.xaml.cs",
    "content": "﻿using System;\nusing System.Collections.Generic;\nusing System.Linq;\nusing System.Text;\nusing System.Threading.Tasks;\nusing System.Windows;\nusing System.Windows.Controls;\nusing System.Windows.Data;\nusing System.Windows.Documents;\nusing System.Windows.Input;\nusing System.Windows.Media;\nusing System.Windows.Media.Imaging;\nusing System.Windows.Shapes;\nusing System.Windows.Navigation;\nusing System.Diagnostics;\n\nnamespace RoundedTB\n{\n    /// <summary>\n    /// Interaction logic for AboutWindow.xaml\n    /// </summary>\n    public partial class AboutWindow : Window\n    {\n        public AboutWindow()\n        {\n            InitializeComponent();\n            WPFUI.Background.Manager.Apply(WPFUI.Background.BackgroundType.Mica, this);\n        }\n\n        private void okButton_Click(object sender, RoutedEventArgs e)\n        {\n            Close();\n        }\n        private void Hyperlink_RequestNavigate(object sender, RequestNavigateEventArgs e)\n        {\n            Process.Start(e.Uri.ToString());\n        }\n\n        private void configButton_Click(object sender, RoutedEventArgs e)\n        {\n            Process.Start(((MainWindow)Application.Current.MainWindow).configPath);\n        }\n\n        private void logButton_Click(object sender, RoutedEventArgs e)\n        {\n            Process.Start(((MainWindow)Application.Current.MainWindow).logPath);\n        }\n    }\n}\n"
  },
  {
    "path": "RoundedTB/App.config",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<configuration>\n    <startup> \n        <supportedRuntime version=\"v4.0\" sku=\".NETFramework,Version=v4.8\"/>\n    </startup>\n</configuration>\n"
  },
  {
    "path": "RoundedTB/App.xaml",
    "content": "﻿<Application x:Class=\"RoundedTB.App\"\n             xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\"\n             xmlns:x=\"http://schemas.microsoft.com/winfx/2006/xaml\"\n             xmlns:local=\"clr-namespace:RoundedTB\"\n             StartupUri=\"MainWindow.xaml\">\n    <Application.Resources>\n        <ResourceDictionary>\n            <ResourceDictionary.MergedDictionaries>\n                <ResourceDictionary Source=\"pack://application:,,,/WPFUI;component/Styles/Theme/Dark.xaml\" />\n                <ResourceDictionary Source=\"pack://application:,,,/WPFUI;component/Styles/WPFUI.xaml\" />\n            </ResourceDictionary.MergedDictionaries>\n        </ResourceDictionary>\n    </Application.Resources>\n</Application>\n"
  },
  {
    "path": "RoundedTB/App.xaml.cs",
    "content": "﻿using System;\nusing System.Collections.Generic;\nusing System.Configuration;\nusing System.Data;\nusing System.Linq;\nusing System.Threading.Tasks;\nusing System.Windows;\n\nnamespace RoundedTB\n{\n    /// <summary>\n    /// Interaction logic for App.xaml\n    /// </summary>\n    public partial class App : Application\n    {\n        protected override void OnStartup(StartupEventArgs e)\n        {\n            WPFUI.Theme.Watcher.Start();\n        }\n    }\n}\n"
  },
  {
    "path": "RoundedTB/AppBars.cs",
    "content": "﻿using System;\nusing System.Runtime.InteropServices;\n\nnamespace RoundedTB\n{\n    class AppBars\n    {\n        [DllImport(\"shell32.dll\")]\n        public static extern IntPtr SHAppBarMessage(UInt32 dwMessage, ref APPBARDATA pData);\n\n        public enum AppBarMessages\n        {\n            New = 0x00,\n            Remove = 0x01,\n            QueryPos = 0x02,\n            SetPos = 0x03,\n            GetState = 0x04,\n            GetTaskBarPos = 0x05,\n            Activate = 0x06,\n            GetAutoHideBar = 0x07,\n            SetAutoHideBar = 0x08,\n            WindowPosChanged = 0x09,\n            SetState = 0x0a\n        }\n\n        [StructLayout(LayoutKind.Sequential)]\n        public struct APPBARDATA\n        {\n            public UInt32 cbSize;\n            public IntPtr hWnd;\n            public UInt32 uCallbackMessage;\n            public UInt32 uEdge;\n            public LocalPInvoke.RECT rc;\n            public Int32 lParam;\n        }\n\n        public enum AppBarStates\n        {\n            AutoHide = 0x01,\n            AlwaysOnTop = 0x02\n        }\n\n        /// <summary>\n        /// Set the Taskbar State option\n        /// </summary>\n        /// <param name=\"option\">AppBarState to activate</param>\n        public static void SetAppbarState(IntPtr hwnd, AppBarStates option)\n        {\n            APPBARDATA msgData = new APPBARDATA();\n            msgData.cbSize = (UInt32)Marshal.SizeOf(msgData);\n            msgData.hWnd = hwnd;\n            msgData.lParam = (Int32)(option);\n            SHAppBarMessage((UInt32)AppBarMessages.SetState, ref msgData);\n        }\n\n        /// <summary>\n        /// Gets the current Taskbar state\n        /// </summary>\n        /// <returns>current Taskbar state</returns>\n        public static AppBarStates GetAppbarState(IntPtr hwnd)\n        {\n            APPBARDATA msgData = new APPBARDATA();\n            msgData.cbSize = (UInt32)Marshal.SizeOf(msgData);\n            msgData.hWnd = hwnd;\n            return (AppBarStates)SHAppBarMessage((UInt32)AppBarMessages.GetState, ref msgData);\n        }\n\n        /// <summary>\n        /// Unregisters the taskbar as an appbar\n        /// </summary>\n        public static void MakeAppbarSad(IntPtr hwnd)\n        {\n            APPBARDATA msgData = new APPBARDATA();\n            msgData.cbSize = (UInt32)Marshal.SizeOf(msgData);\n            msgData.hWnd = hwnd;\n            SHAppBarMessage((UInt32)AppBarMessages.Remove, ref msgData);\n        }\n\n        /// <summary>\n        /// Unregisters the taskbar as an appbar\n        /// </summary>\n        public static void SetAppbarRect(IntPtr hwnd, LocalPInvoke.RECT rc)\n        {\n            APPBARDATA msgData = new APPBARDATA();\n            msgData.cbSize = (UInt32)Marshal.SizeOf(msgData);\n            msgData.hWnd = hwnd;\n            msgData.rc = rc;\n            msgData.uEdge = 0x3;\n            SHAppBarMessage((UInt32)AppBarMessages.SetPos, ref msgData);\n        }\n    }\n}\n\n"
  },
  {
    "path": "RoundedTB/Background.cs",
    "content": "﻿using System;\nusing System.Collections.Generic;\nusing System.ComponentModel;\nusing System.Diagnostics;\nusing System.Text;\nusing System.Windows;\nusing System.Windows.Threading;\n\nnamespace RoundedTB\n{\n    public class Background\n    {\n        private struct ReloadChecker\n        {\n            public bool IsReload { get; set; }\n        }\n\n        // Just have a reference point for the Dispatcher\n        public MainWindow mw;\n        bool redrawOverride = false;\n        int infrequentCount = 0;\n\n        public Background()\n        {\n            mw = (MainWindow)Application.Current.MainWindow;\n        }\n\n\n        // Main method for the BackgroundWorker - runs indefinitely\n        public void DoWork(object sender, DoWorkEventArgs e)\n        {\n            mw.interaction.AddLog(\"in bw\");\n            BackgroundWorker worker = sender as BackgroundWorker;\n            while (true)\n            {\n                try\n                {\n                    if (worker.CancellationPending == true)\n                    {\n                        mw.interaction.AddLog(\"cancelling\");\n                        e.Cancel = true;\n                        break;\n                    }\n\n                    // Primary loop for the running process\n                    else\n                    {\n                        // Section for running less important things without requiring an additional thread\n                        infrequentCount++;\n                        if (infrequentCount == 10)\n                        {\n                            // Check to see if settings need to be shown\n                            List<IntPtr> windowList = Interaction.GetTopLevelWindows();\n                            foreach (IntPtr hwnd in windowList)\n                            {\n                                StringBuilder windowClass = new StringBuilder(1024);\n                                StringBuilder windowTitle = new StringBuilder(1024);\n                                try\n                                {\n                                    LocalPInvoke.GetClassName(hwnd, windowClass, 1024);\n                                    LocalPInvoke.GetWindowText(hwnd, windowTitle, 1024);\n\n                                    if (windowClass.ToString().Contains(\"HwndWrapper[RoundedTB.exe\") && windowTitle.ToString() == \"RoundedTB_SettingsRequest\")\n                                    {\n                                        mw.Dispatcher.Invoke(() =>\n                                        {\n                                            if (mw.Visibility != Visibility.Visible)\n                                            {\n                                                mw.ShowMenuItem_Click(null, null);\n                                            }\n                                        });\n                                        LocalPInvoke.SetWindowText(hwnd, \"RoundedTB\");\n                                    }\n                                }\n                                catch (Exception) { }\n                            }\n\n                            ReloadChecker checker = new();\n                            mw.taskbarDetails?.ForEach(taskbar =>\n                            {\n                                if (taskbar.AppListXaml.ReloadRequired)\n                                {\n                                    taskbar.AppListXaml.ReloadTaskbarFrameElement();\n                                    checker.IsReload = true;\n                                }\n                            });\n                            // Update tray icon\n                            mw.interaction.RefreshUiTray(isForceReset: checker.IsReload);\n\n                            infrequentCount = 0;\n                        }\n\n                        // Check if the taskbar is centred, and if it is, directly update the settings; using an interim bool to avoid delaying because I'm lazy\n                        bool isCentred = Taskbar.CheckIfCentred();\n                        mw.activeSettings.IsCentred = isCentred;\n\n                        // Work with static values to avoid some null reference exceptions\n                        List<Types.Taskbar> taskbars = mw.taskbarDetails;\n                        Types.Settings settings = mw.activeSettings;\n\n                        // If the number of taskbars has changed, regenerate taskbar information\n                        if (Taskbar.TaskbarCountOrHandleChanged(taskbars.Count, taskbars[0].TaskbarHwnd))\n                        {\n                            // Forcefully reset taskbars if the taskbar count or main taskbar handle has changed\n                            taskbars.ForEach(t => t.Dispose());\n                            taskbars = Taskbar.GenerateTaskbarInfo(mw.interaction.IsWindows11());\n                            mw.interaction.RefreshUiTray(isForceReset: true);\n                            Debug.WriteLine(\"Regenerating taskbar info\");\n                        }\n\n                        for (int current = 0; current < taskbars.Count; current++)\n                        {\n                            if (taskbars[current].TaskbarHwnd == IntPtr.Zero || taskbars[current].AppListHwnd == IntPtr.Zero)\n                            {\n                                taskbars.ForEach(t => t.Dispose());\n                                taskbars = Taskbar.GenerateTaskbarInfo(mw.interaction.IsWindows11());\n                                mw.interaction.RefreshUiTray(isForceReset: true);\n                                Debug.WriteLine(\"Regenerating taskbar info due to a missing handle\");\n                                break;\n                            }\n                            // Get the latest quick details of this taskbar\n                            Types.Taskbar newTaskbar = Taskbar.GetQuickTaskbarRects(taskbars[current].TaskbarHwnd, taskbars[current].TrayHwnd, taskbars[current].AppListHwnd, taskbars[current].AppListXaml);\n\n\n                            // If the taskbar's monitor has a maximised window, reset it so it's \"filled\"\n                            if (Taskbar.TaskbarShouldBeFilled(taskbars[current].TaskbarHwnd, settings))\n                            {\n                                if (taskbars[current].Ignored == false)\n                                {\n                                    Taskbar.ResetTaskbar(taskbars[current], settings);\n                                    taskbars[current].Ignored = true;\n                                }\n                                continue;\n                            }\n\n                            // Showhide tray on hover\n                            if (settings.ShowSegmentsOnHover)\n                            {\n                                LocalPInvoke.RECT currentTrayRect = taskbars[current].TrayRect;\n                                LocalPInvoke.RECT currentWidgetsRect = taskbars[current].TaskbarRect;\n                                currentWidgetsRect.Right = Convert.ToInt32(currentWidgetsRect.Right - (currentWidgetsRect.Right - currentWidgetsRect.Left) + (168 * taskbars[current].ScaleFactor));\n\n                                if (currentTrayRect.Left != 0)\n                                {\n                                    LocalPInvoke.GetCursorPos(out LocalPInvoke.POINT msPt);\n                                    bool isHoveringOverTray = LocalPInvoke.PtInRect(ref currentTrayRect, msPt);\n                                    bool isHoveringOverWidgets = LocalPInvoke.PtInRect(ref currentWidgetsRect, msPt);\n                                    if (isHoveringOverTray && !settings.ShowTray)\n                                    {\n                                        settings.ShowTray = true;\n                                        taskbars[current].Ignored = true;\n                                    }\n                                    else if (!isHoveringOverTray)\n                                    {\n                                        taskbars[current].Ignored = true;\n                                        settings.ShowTray = false;\n                                    }\n\n                                    if (isHoveringOverWidgets && !settings.ShowWidgets)\n                                    {\n                                        settings.ShowWidgets = true;\n                                        taskbars[current].Ignored = true;\n                                    }\n                                    else if (!isHoveringOverWidgets)\n                                    {\n                                        taskbars[current].Ignored = true;\n                                        settings.ShowWidgets = false;\n                                    }\n                                }\n                            }\n\n                            if (settings.AutoHide > 0)\n                            {\n                                LocalPInvoke.RECT currentTaskbarRect = taskbars[current].TaskbarRect;\n                                LocalPInvoke.GetCursorPos(out LocalPInvoke.POINT msPt);\n                                bool isHoveringOverTaskbar;\n                                if (taskbars[current].TaskbarHidden)\n                                {\n                                    currentTaskbarRect.Top = currentTaskbarRect.Bottom - 2;\n                                    isHoveringOverTaskbar = LocalPInvoke.PtInRect(ref currentTaskbarRect, msPt);\n\n                                }\n                                else\n                                {\n                                    isHoveringOverTaskbar = LocalPInvoke.PtInRect(ref currentTaskbarRect, msPt);\n                                }\n                                if (isHoveringOverTaskbar)\n                                {\n                                    Debug.WriteLine(\"___\");\n                                }\n                                int animSpeed = 15;\n                                byte taskbarOpacity = 0;\n                                LocalPInvoke.GetLayeredWindowAttributes(taskbars[current].TaskbarHwnd, out _, out taskbarOpacity, out _);\n                                //Debug.WriteLine($\"Taskbar opacity:  {taskbarOpacity}\");\n                                if (isHoveringOverTaskbar && taskbarOpacity == 1)\n                                {\n                                    int style = LocalPInvoke.GetWindowLong(taskbars[current].TaskbarHwnd, LocalPInvoke.GWL_EXSTYLE).ToInt32();\n                                    if ((style & LocalPInvoke.WS_EX_TRANSPARENT) == LocalPInvoke.WS_EX_TRANSPARENT)\n                                    {\n                                        LocalPInvoke.SetWindowLong(taskbars[current].TaskbarHwnd, LocalPInvoke.GWL_EXSTYLE, LocalPInvoke.GetWindowLong(taskbars[current].TaskbarHwnd, LocalPInvoke.GWL_EXSTYLE).ToInt32() ^ LocalPInvoke.WS_EX_TRANSPARENT);\n                                    }\n                                    LocalPInvoke.SetLayeredWindowAttributes(taskbars[current].TaskbarHwnd, 0, 63, LocalPInvoke.LWA_ALPHA);\n                                    System.Threading.Thread.Sleep(animSpeed);\n                                    LocalPInvoke.SetLayeredWindowAttributes(taskbars[current].TaskbarHwnd, 0, 127, LocalPInvoke.LWA_ALPHA);\n                                    System.Threading.Thread.Sleep(animSpeed);\n                                    LocalPInvoke.SetLayeredWindowAttributes(taskbars[current].TaskbarHwnd, 0, 191, LocalPInvoke.LWA_ALPHA);\n                                    System.Threading.Thread.Sleep(animSpeed);\n                                    LocalPInvoke.SetLayeredWindowAttributes(taskbars[current].TaskbarHwnd, 0, 255, LocalPInvoke.LWA_ALPHA);\n                                    taskbars[current].Ignored = true;\n                                    taskbars[current].TaskbarHidden = false;\n                                    Debug.WriteLine(\"MouseOver TB\");\n                                }\n                                else if (!isHoveringOverTaskbar && taskbarOpacity == 255)\n                                {\n                                    LocalPInvoke.SetLayeredWindowAttributes(taskbars[current].TaskbarHwnd, 0, 191, LocalPInvoke.LWA_ALPHA);\n                                    System.Threading.Thread.Sleep(animSpeed);\n                                    LocalPInvoke.SetLayeredWindowAttributes(taskbars[current].TaskbarHwnd, 0, 127, LocalPInvoke.LWA_ALPHA);\n                                    System.Threading.Thread.Sleep(animSpeed);\n                                    LocalPInvoke.SetLayeredWindowAttributes(taskbars[current].TaskbarHwnd, 0, 63, LocalPInvoke.LWA_ALPHA);\n                                    System.Threading.Thread.Sleep(animSpeed);\n                                    LocalPInvoke.SetLayeredWindowAttributes(taskbars[current].TaskbarHwnd, 0, 1, LocalPInvoke.LWA_ALPHA);\n                                    int style = LocalPInvoke.GetWindowLong(taskbars[current].TaskbarHwnd, LocalPInvoke.GWL_EXSTYLE).ToInt32();\n                                    if ((style & LocalPInvoke.WS_EX_TRANSPARENT) != LocalPInvoke.WS_EX_TRANSPARENT)\n                                    {\n                                        LocalPInvoke.SetWindowLong(taskbars[current].TaskbarHwnd, LocalPInvoke.GWL_EXSTYLE, LocalPInvoke.GetWindowLong(taskbars[current].TaskbarHwnd, LocalPInvoke.GWL_EXSTYLE).ToInt32() ^ LocalPInvoke.WS_EX_TRANSPARENT);\n                                    }\n                                    taskbars[current].Ignored = true;\n                                    taskbars[current].TaskbarHidden = true;\n                                    Debug.WriteLine(\"MouseOff TB\");\n                                }\n                            }\n                            else\n                            {\n                                int animSpeed = 15;\n                                byte taskbarOpacity = 0;\n                                LocalPInvoke.GetLayeredWindowAttributes(taskbars[current].TaskbarHwnd, out _, out taskbarOpacity, out _);\n                                if (taskbarOpacity < 255)\n                                {\n                                    int style = LocalPInvoke.GetWindowLong(taskbars[current].TaskbarHwnd, LocalPInvoke.GWL_EXSTYLE).ToInt32();\n                                    if ((style & LocalPInvoke.WS_EX_TRANSPARENT) == LocalPInvoke.WS_EX_TRANSPARENT)\n                                    {\n                                        LocalPInvoke.SetWindowLong(taskbars[current].TaskbarHwnd, LocalPInvoke.GWL_EXSTYLE, LocalPInvoke.GetWindowLong(taskbars[current].TaskbarHwnd, LocalPInvoke.GWL_EXSTYLE).ToInt32() ^ LocalPInvoke.WS_EX_TRANSPARENT);\n                                    }\n                                    LocalPInvoke.SetLayeredWindowAttributes(taskbars[current].TaskbarHwnd, 0, 63, LocalPInvoke.LWA_ALPHA);\n                                    System.Threading.Thread.Sleep(animSpeed);\n                                    LocalPInvoke.SetLayeredWindowAttributes(taskbars[current].TaskbarHwnd, 0, 127, LocalPInvoke.LWA_ALPHA);\n                                    System.Threading.Thread.Sleep(animSpeed);\n                                    LocalPInvoke.SetLayeredWindowAttributes(taskbars[current].TaskbarHwnd, 0, 191, LocalPInvoke.LWA_ALPHA);\n                                    System.Threading.Thread.Sleep(animSpeed);\n                                    LocalPInvoke.SetLayeredWindowAttributes(taskbars[current].TaskbarHwnd, 0, 255, LocalPInvoke.LWA_ALPHA);\n                                    taskbars[current].Ignored = true;\n                                    taskbars[current].TaskbarHidden = false;\n                                }\n                            }\n\n\n                            // If the taskbar's overall rect has changed, update it. If it's simple, just update. If it's dynamic, check it's a valid change, then update it.\n                            if (Taskbar.TaskbarRefreshRequired(taskbars[current], newTaskbar, settings.IsDynamic) || taskbars[current].Ignored || redrawOverride)\n                            {\n                                Debug.WriteLine($\"Refresh required on taskbar {current}\");\n                                taskbars[current].Ignored = false;\n                                int isFullTest = newTaskbar.TrayRect.Left - newTaskbar.AppListRect.Right;\n                                mw.interaction.AddLog($\"Taskbar: {current} - AppList ends: {newTaskbar.AppListRect.Right} - Tray starts: {newTaskbar.TrayRect.Left} - Total gap: {isFullTest}\");\n                                if (!settings.IsDynamic || (isFullTest <= taskbars[current].ScaleFactor * 25 && isFullTest > 0 && newTaskbar.TrayRect.Left != 0))\n                                {\n                                    // Add the rect changes to the temporary list of taskbars\n                                    taskbars[current].TaskbarRect = newTaskbar.TaskbarRect;\n                                    taskbars[current].AppListRect = newTaskbar.AppListRect;\n                                    taskbars[current].TrayRect = newTaskbar.TrayRect;\n                                    Taskbar.UpdateSimpleTaskbar(taskbars[current], settings);\n                                    mw.interaction.AddLog($\"Updated taskbar {current} simply\");\n                                }\n                                else\n                                {\n                                    if (Taskbar.CheckDynamicUpdateIsValid(taskbars[current], newTaskbar))\n                                    {\n                                        // Add the rect changes to the temporary list of taskbars\n                                        taskbars[current].TaskbarRect = newTaskbar.TaskbarRect;\n                                        taskbars[current].AppListRect = newTaskbar.AppListRect;\n                                        taskbars[current].TrayRect = newTaskbar.TrayRect;\n                                        Taskbar.UpdateDynamicTaskbar(taskbars[current], settings);\n                                        mw.interaction.AddLog($\"Updated taskbar {current} dynamically\");\n                                    }\n                                }\n                            }\n                        }\n                        mw.taskbarDetails = taskbars;\n\n\n                        System.Threading.Thread.Sleep(100);\n                    }\n                }\n                catch (TypeInitializationException ex)\n                {\n                    mw.interaction.AddLog(ex.Message);\n                    mw.interaction.AddLog(ex.InnerException.Message);\n                    throw ex;\n                }\n            }\n        }\n    }\n}\n"
  },
  {
    "path": "RoundedTB/EnumerableExtensions.cs",
    "content": "﻿using System;\nusing System.Collections.Generic;\nusing System.Linq;\nusing System.Text;\nusing System.Threading.Tasks;\n\nnamespace RoundedTB\n{\n    public static class EnumerableExtensions\n    {\n        public static void ForEach<T>(this IEnumerable<T> src, Action<T> action)\n        {\n            foreach (var item in src)\n            {\n                action(item);\n            }\n        }\n    }\n}\n"
  },
  {
    "path": "RoundedTB/FodyWeavers.xml",
    "content": "﻿<Weavers xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:noNamespaceSchemaLocation=\"FodyWeavers.xsd\">\n  <Costura />\n</Weavers>"
  },
  {
    "path": "RoundedTB/IAppVisibility.cs",
    "content": "﻿using System;\nusing System.Collections.Generic;\nusing System.Linq;\nusing System.Runtime.InteropServices;\nusing System.Text;\nusing System.Threading.Tasks;\n\nnamespace RoundedTB\n{\n    public enum MONITOR_APP_VISIBILITY\n    {\n        MAV_UNKNOWN = 0,\n        MAV_NO_APP_VISIBLE = 1,\n        MAV_APP_VISIBLE = 2\n    }\n\n    [ComImport, Guid(\"6584CE6B-7D82-49C2-89C9-C6BC02BA8C38\"), InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]\n    public interface IAppVisibilityEvents\n    {\n        void AppVisibilityOnMonitorChanged(IntPtr hMonitor, MONITOR_APP_VISIBILITY previousMode, MONITOR_APP_VISIBILITY currentMode);\n        void LauncherVisibilityChange([MarshalAs(UnmanagedType.Bool)] bool currentVisibleState);\n    }\n\n    [ComImport, Guid(\"2246EA2D-CAEA-4444-A3C4-6DE827E44313\"), InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]\n    public interface IAppVisibility\n    {\n        MONITOR_APP_VISIBILITY GetAppVisibilityOnMonitor(IntPtr hMonitor);\n\n        [return: MarshalAs(UnmanagedType.Bool)]\n        bool IsLauncherVisible();\n\n        uint Advise(IAppVisibilityEvents pCallback);\n        void Unadvise(uint dwCookie);\n    }\n\n    [ComImport, Guid(\"7E5FE3D9-985F-4908-91F9-EE19F9FD1514\"), ClassInterface(ClassInterfaceType.None)]\n    public class AppVisibility { }\n}\n"
  },
  {
    "path": "RoundedTB/Infobox.xaml",
    "content": "﻿<Window x:Class=\"RoundedTB.Infobox\"\n        xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\"\n        xmlns:x=\"http://schemas.microsoft.com/winfx/2006/xaml\"\n        xmlns:d=\"http://schemas.microsoft.com/expression/blend/2008\"\n        xmlns:mc=\"http://schemas.openxmlformats.org/markup-compatibility/2006\"\n        xmlns:local=\"clr-namespace:RoundedTB\"\n        mc:Ignorable=\"d\"\n        Title=\"Infobox\" Height=\"430\" Width=\"500\"\n        xmlns:ui=\"http://schemas.modernwpf.com/2019\"\n        Visibility =\"Visible\" ResizeMode=\"NoResize\" Opacity=\"1.001\">\n    <Grid>\n        <Button x:Name=\"okButton\" Content=\"OK\" Margin=\"0,0,10,10\" VerticalAlignment=\"Bottom\" HorizontalAlignment=\"Right\" Width=\"37\" Click=\"okButton_Click\"/>\n        <TextBlock x:Name=\"titleBlock\" HorizontalAlignment=\"Left\" Margin=\"10,10,0,0\" TextWrapping=\"Wrap\" Text=\"InformationTitle\" VerticalAlignment=\"Top\" FontWeight=\"Normal\" FontFamily=\"Segoe UI Semibold\" FontSize=\"14\"/>\n        <TextBlock x:Name=\"bodyBlock\" Margin=\"10,34,10,47\" TextWrapping=\"Wrap\" Text=\"Body of information that's quite interesting. Honestly I'm not sure how you found this as it should never appear in normal use. Are you peeking through the source? I really wouldn't recommend that tbh\" FontWeight=\"Normal\" FontFamily=\"Segoe UI\" FontSize=\"14\"/>\n\n    </Grid>\n</Window>\n"
  },
  {
    "path": "RoundedTB/Infobox.xaml.cs",
    "content": "﻿using System;\nusing System.Collections.Generic;\nusing System.Linq;\nusing System.Text;\nusing System.Threading.Tasks;\nusing System.Windows;\nusing System.Windows.Controls;\nusing System.Windows.Data;\nusing System.Windows.Documents;\nusing System.Windows.Input;\nusing System.Windows.Media;\nusing System.Windows.Media.Imaging;\nusing System.Windows.Shapes;\n\nnamespace RoundedTB\n{\n    /// <summary>\n    /// Interaction logic for Infobox.xaml\n    /// </summary>\n    public partial class Infobox : Window\n    {\n        public Infobox()\n        {\n            InitializeComponent();\n        }\n\n        private void okButton_Click(object sender, RoutedEventArgs e)\n        {\n            Close();\n        }\n    }\n}\n"
  },
  {
    "path": "RoundedTB/Interaction.cs",
    "content": "﻿using Newtonsoft.Json;\nusing System;\nusing System.Collections.Generic;\nusing System.Diagnostics;\nusing System.IO;\nusing System.Windows;\nusing System.Threading;\nusing System.Drawing;\nusing System.Runtime.InteropServices;\n\nnamespace RoundedTB\n{\n    public class Interaction\n    {\n        public MainWindow mw;\n        string m = \"\";\n\n        public Interaction()\n        {\n            try\n            {\n                mw = (MainWindow)Application.Current.MainWindow;\n            }\n            catch (Exception)\n            {\n                // No idea why this was necessary but it was so it's here now. Yay. TODO - work out why this is suddenly broken and unbreak it\n            }\n        }\n\n        public Types.Settings ReadJSON()\n        {\n            string jsonSettings = File.ReadAllText(mw.configPath);\n            Types.Settings settings = JsonConvert.DeserializeObject<Types.Settings>(jsonSettings);\n            // compatible old settings \n            if (settings.DynamicSecondaryClockLayout == null)\n            {\n                settings.DynamicSecondaryClockLayout = new Types.SegmentSettings { CornerRadius = 7, MarginLeft = 3, MarginTop = 3, MarginRight = 3, MarginBottom = 3 };\n            }\n            return settings;\n        }\n\n        public bool IsWindows11()\n        {\n            Debug.WriteLine(Environment.OSVersion.Version.Build);\n            if (Environment.OSVersion.Version.Build >= 21996)\n            {\n                return true;\n            }\n            return false;\n        }\n\n        public void WriteJSON()\n        {\n            File.Create(mw.configPath).Close();\n            File.WriteAllText(mw.configPath, JsonConvert.SerializeObject(mw.activeSettings, Formatting.Indented));\n        }\n\n        public void FileSystem()\n        {\n            File.Create(mw.logPath).Close();\n            if (!File.Exists(mw.configPath))\n            {\n                if (mw.isWindows11)\n                {\n                    mw.activeSettings = new Types.Settings()\n                    {\n                        SimpleTaskbarLayout = new Types.SegmentSettings { CornerRadius = 7, MarginLeft = 3, MarginTop = 3, MarginRight = 3, MarginBottom = 3 },\n                        DynamicAppListLayout = new Types.SegmentSettings { CornerRadius = 7, MarginLeft = 3, MarginTop = 3, MarginRight = 3, MarginBottom = 3 },\n                        DynamicTrayLayout = new Types.SegmentSettings { CornerRadius = 7, MarginLeft = 3, MarginTop = 3, MarginRight = 3, MarginBottom = 3 },\n                        DynamicWidgetsLayout = new Types.SegmentSettings { CornerRadius = 7, MarginLeft = 3, MarginTop = 3, MarginRight = 3, MarginBottom = 3 },\n                        DynamicSecondaryClockLayout = new Types.SegmentSettings { CornerRadius = 7, MarginLeft = 3, MarginTop = 3, MarginRight = 3, MarginBottom = 3 },\n                        WidgetsWidth = 168,\n                        ClockWidth = 110,\n                        IsDynamic = false,\n                        IsCentred = false,\n                        IsWindows11 = true,\n                        ShowTray = false,\n                        CompositionCompat = false,\n                        IsNotFirstLaunch = false,\n                        FillOnMaximise = true,\n                        FillOnTaskSwitch = true,\n                        ShowSegmentsOnHover = false,\n                        AutoHide = 0\n                    };\n                }\n                else\n                {\n                    mw.activeSettings = new Types.Settings()\n                    {\n                        SimpleTaskbarLayout = new Types.SegmentSettings { CornerRadius = 16, MarginLeft = 2, MarginTop = 2, MarginRight = 2, MarginBottom = 2 },\n                        DynamicAppListLayout = new Types.SegmentSettings { CornerRadius = 16, MarginLeft = 2, MarginTop = 2, MarginRight = 2, MarginBottom = 2 },\n                        DynamicTrayLayout = new Types.SegmentSettings { CornerRadius = 16, MarginLeft = 2, MarginTop = 2, MarginRight = 2, MarginBottom = 2 },\n                        DynamicWidgetsLayout = new Types.SegmentSettings { CornerRadius = 16, MarginLeft = 2, MarginTop = 2, MarginRight = 2, MarginBottom = 2 },\n                        DynamicSecondaryClockLayout = new Types.SegmentSettings { CornerRadius = 16, MarginLeft = 2, MarginTop = 2, MarginRight = 2, MarginBottom = 2 },\n                        WidgetsWidth = 168,\n                        ClockWidth = 110,\n                        IsDynamic = false,\n                        IsCentred = false,\n                        IsWindows11 = false,\n                        ShowTray = false,\n                        CompositionCompat = false,\n                        IsNotFirstLaunch = false,\n                        FillOnMaximise = true,\n                        FillOnTaskSwitch = false,\n                        ShowSegmentsOnHover = false,\n                        AutoHide = 0\n                    };\n                }\n\n                WriteJSON(); // butts - Missy Quarry, 2020\n            }\n            if (File.ReadAllText(mw.configPath) == \"\" || File.ReadAllText(mw.configPath) == null)\n            {\n                WriteJSON(); // Initialises empty file\n            }\n\n        }\n\n        public static bool SetWorkspace(LocalPInvoke.RECT rect)\n        {\n            bool result = LocalPInvoke.SystemParametersInfo(LocalPInvoke.SPI_SETWORKAREA, 0, ref rect, LocalPInvoke.SPIF_change);\n            if (!result)\n            {\n                // Get error\n                Debug.WriteLine(\"Error setting work area: \" + Marshal.GetLastWin32Error().ToString());\n            }\n\n            return result;\n        }\n\n        public void AddLog(string message)\n        {\n            //m = $\"[{DateTime.Now}] {message}\\n\";\n            //File.AppendAllText(mw.logPath, m);\n        }\n\n        public static bool IsTranslucentTBRunning()\n        {\n            Mutex mutex = null;\n            try\n            {\n                return Mutex.TryOpenExisting(\"344635E9-9AE4-4E60-B128-D53E25AB70A7\", out mutex);\n            }\n            finally\n            {\n                mutex?.Dispose();\n            }\n        }\n\n        // Request that TranslucentTB forefully refesh the taskbar\n        public static IntPtr UpdateTranslucentTB(IntPtr taskbarHwnd)\n        {\n            return LocalPInvoke.SendMessage(LocalPInvoke.FindWindow(\"TTB_WorkerWindow\", \"TTB_WorkerWindow\"), LocalPInvoke.RegisterWindowMessage(\"TTB_ForceRefreshTaskbar\"), 0, taskbarHwnd);\n        }\n\n        // Attempt to forcefully refresh the taskbar\n        public static void UpdateLegacyTB(IntPtr taskbarHwnd)\n        {\n            const int WM_DWMCOMPOSITIONCHANGED = 789;\n            LocalPInvoke.SendMessage(taskbarHwnd, WM_DWMCOMPOSITIONCHANGED, 1, IntPtr.Zero);\n        }\n\n        /// <summary>\n        /// Calculates whether or not an integer is odd or even.\n        /// </summary>\n        /// <param name=\"input\">\n        /// The integer to be checked for oddness.\n        /// </param>\n        /// <returns>\n        /// A nullable bool, which represents if the provided integer is odd. If the provided integer is neither even nor odd, then returns null.\n        /// </returns>\n        public bool? IsOdd(int input)\n        {\n            // The following section declares and initialises the required variables for the caculation.\n            decimal comparison = input / 2; // A decimal, representing approximately half of the user's input.\n            int check = Convert.ToInt32(comparison) * 2; // An integer-representation of the user's input value.\n\n            // The following section tests for oddness by looking for differences in the prior-initialised values.\n            if (check == input) // Checks if the \"check\" value is equal to the input.\n            {\n                return false; // Return false to indicate the value is not odd.\n            }\n            else if (check != input) // Repeat the above check in the event that quantum tunnelling has resulted in a variable changing.\n            {\n                return true; // Return true to indicate the value is odd.\n            }\n            return null; // Finally, return null to indicate that the provided number is neither odd nor even - not currently required, added for future-proofing in the event the concept of mathematics changes significantly enough to warrant it.\n                         // (this is a joke to annoy sylly)\n        }\n\n        public IntPtr HwndHook(IntPtr hwnd, int msg, IntPtr wParam, IntPtr lParam, ref bool handled)\n        {\n            const int WM_HOTKEY = 0x0312;\n\n            switch (msg)\n            {\n                case WM_HOTKEY:\n                    Debug.WriteLine(msg);\n                    switch (wParam.ToInt32())\n                    {\n                        case 9000:\n                            int vkey = ((int)lParam >> 16) & 0xFFFF;\n                            Debug.WriteLine(vkey);\n                            if (vkey == 0x71)\n                            {\n                                if (mw.showTrayCheckBox.IsChecked == true)\n                                {\n                                    mw.showTrayCheckBox.IsChecked = false;\n                                }\n                                else\n                                {\n                                    mw.showTrayCheckBox.IsChecked = true;\n                                }\n                                mw.ApplyButton_Click(null, null);\n                            }\n                            handled = true;\n                            break;\n                    }\n                    break;\n            }\n            return IntPtr.Zero;\n        }\n\n        public static bool IsAutoHideEnabled()\n        {\n            return Math.Abs(SystemParameters.PrimaryScreenHeight - SystemParameters.WorkArea.Height) > 0;\n        }\n\n        public bool IsTaskbarVisibleOnMonitor(LocalPInvoke.RECT tbRectP, LocalPInvoke.RECT monitorRectP)\n        {\n            Rectangle tbRect = new Rectangle(tbRectP.Left + 3, tbRectP.Top + 3, tbRectP.Right - tbRectP.Left - 3, tbRectP.Bottom - tbRectP.Top - 3);\n            Rectangle monitorRect = new Rectangle(monitorRectP.Left, monitorRectP.Top, monitorRectP.Right - monitorRectP.Left, monitorRectP.Bottom - monitorRectP.Top);\n            return tbRect.IntersectsWith(monitorRect);\n        }\n\n        public delegate bool CallBack(int hwnd, int lParam);\n\n        public delegate bool EnumWindowsProc(IntPtr hwnd, IntPtr lParam);\n\n        public static List<IntPtr> GetTopLevelWindows()\n        {\n            List<IntPtr> AllActiveHandles = new List<IntPtr>();\n            GCHandle listHandle = GCHandle.Alloc(AllActiveHandles);\n            try\n            {\n                EnumWindowsProc tlProc = new EnumWindowsProc(EnumWindow);\n                LocalPInvoke.EnumWindows(tlProc, GCHandle.ToIntPtr(listHandle));\n            }\n            finally\n            {\n                if (listHandle.IsAllocated)\n                {\n                    listHandle.Free();\n                }\n            }\n            return AllActiveHandles;\n        }\n\n        private static bool EnumWindow(IntPtr handle, IntPtr pointer)\n        {\n            GCHandle gch = GCHandle.FromIntPtr(pointer);\n            if (!(gch.Target is List<IntPtr> list))\n            {\n                throw new InvalidCastException(\"GCHandle Target could not be cast as List<IntPtr>\");\n            }\n            list.Add(handle);\n            return true;\n        }\n\n        public static bool TaskbarOnMonitorWithMaximisedWindow(IntPtr taskbarHwnd)\n        {\n            return true;\n        }\n\n        public void RefreshUiTray(bool isForceReset)\n        {\n            // When the taskbar changes, there may be not show tray icons. so need for a redraw.\n            mw.Dispatcher.Invoke(() =>\n            {\n                try\n                {\n                    mw.TrayIconCheck(isForceReset);\n\n                }\n                catch (Exception)\n                {\n                    // TODO: write log\n                    // GUI refresh, gracefully handle errors.\n                }\n            });\n        }\n\n        public enum TaskbarPosition\n        {\n            Unknown = -1,\n            Left,\n            Top,\n            Right,\n            Bottom,\n        }\n\n        public sealed class Taskbar\n        {\n            public Rectangle Bounds\n            {\n                get;\n                private set;\n            }\n            public TaskbarPosition Position\n            {\n                get;\n                private set;\n            }\n            public System.Drawing.Point Location\n            {\n                get\n                {\n                    return Bounds.Location;\n                }\n            }\n            public System.Drawing.Size Size\n            {\n                get\n                {\n                    return Bounds.Size;\n                }\n            }\n\n            //Always returns false under Windows 7\n            public bool AlwaysOnTop\n            {\n                get;\n                private set;\n            }\n            public bool AutoHide\n            {\n                get;\n                private set;\n            }\n\n            public Taskbar(IntPtr taskbarHandle)\n            {\n\n                LocalPInvoke.APPBARDATA data = new LocalPInvoke.APPBARDATA();\n                data.cbSize = (uint)Marshal.SizeOf(typeof(LocalPInvoke.APPBARDATA));\n                data.hWnd = taskbarHandle;\n                IntPtr result = LocalPInvoke.SHAppBarMessage(LocalPInvoke.ABM.GetTaskbarPos, ref data);\n                Position = (TaskbarPosition)data.uEdge;\n                Bounds = Rectangle.FromLTRB(data.rc.Left, data.rc.Top, data.rc.Right, data.rc.Bottom);\n\n                data.cbSize = (uint)Marshal.SizeOf(typeof(LocalPInvoke.APPBARDATA));\n                result = LocalPInvoke.SHAppBarMessage(LocalPInvoke.ABM.GetState, ref data);\n                int state = result.ToInt32();\n                AlwaysOnTop = (state & LocalPInvoke.ABS.AlwaysOnTop) == LocalPInvoke.ABS.AlwaysOnTop;\n                AutoHide = (state & LocalPInvoke.ABS.Autohide) == LocalPInvoke.ABS.Autohide;\n            }\n        }\n    }\n}\n"
  },
  {
    "path": "RoundedTB/LocalPInvoke.cs",
    "content": "﻿using System;\nusing System.Diagnostics;\nusing System.Runtime.InteropServices;\nusing System.Text;\n\nnamespace RoundedTB\n{\n    public class LocalPInvoke\n    {\n        [DllImport(\"user32.dll\", SetLastError = true)]\n        public static extern bool SetWindowPos(IntPtr hWnd, IntPtr hWndInsertAfter, int X, int Y, int cx, int cy, SetWindowPosFlags uFlags);\n\n        [DllImport(\"user32.dll\")]\n        public static extern bool RegisterHotKey(IntPtr hWnd, int id, int fsModifiers, int vk);\n\n        [DllImport(\"user32.dll\")]\n        public static extern bool UnregisterHotKey(IntPtr hWnd, int id);\n\n        [DllImport(\"user32.dll\")]\n        public static extern bool ShowWindow(IntPtr hWnd, int nCmdShow);\n\n        [DllImport(\"user32.dll\")]\n        public static extern bool RedrawWindow(IntPtr hWnd, IntPtr lprcUpdate, IntPtr hrgnUpdate, RedrawWindowFlags flags);\n\n        [DllImport(\"user32.dll\", CharSet = CharSet.Auto)]\n        public static extern IntPtr SendMessage(IntPtr hWnd, int Msg, int wParam, IntPtr lParam);\n\n        [DllImport(\"user32.dll\")]\n        public static extern bool PtInRect(ref RECT lprc, POINT pt);\n\n        [DllImport(\"user32.dll\")]\n        [return: MarshalAs(UnmanagedType.Bool)]\n        public static extern bool IsWindow(IntPtr hWnd);\n\n        [DllImport(\"user32.dll\")]\n        public static extern int GetWindowRgn(IntPtr hWnd, out IntPtr hRgn);\n\n        [DllImport(\"user32.dll\")]\n        public static extern int SetWindowRgn(IntPtr hWnd, IntPtr hRgn, bool bRedraw);\n\n        [DllImport(\"gdi32.dll\")]\n        public static extern IntPtr CreateRoundRectRgn(int x1, int y1, int x2, int y2, int w, int h);\n\n        [DllImport(\"gdi32.dll\")]\n        public static extern IntPtr CreateRectRgn(int x1, int y1, int x2, int y2);\n\n        [DllImport(\"user32.dll\")]\n        public static extern IntPtr FindWindowExA(IntPtr hWndParent, IntPtr hWndChildAfter, string lpszClass, string lpszWindow);\n\n        [DllImport(\"user32.dll\")]\n        public static extern int GetDpiForWindow(IntPtr hwnd);\n\n        [DllImport(\"user32.dll\")]\n        public static extern bool GetWindowRect(IntPtr hWnd, out RECT lpRect);\n\n        [DllImport(\"user32.dll\")]\n        public static extern IntPtr MonitorFromWindow(IntPtr hwnd, uint dwFlags);\n\n        [DllImport(\"user32.dll\")]\n        public static extern bool MoveWindow(IntPtr hWnd, int X, int Y, int nWidth, int nHeight, bool bRepaint);\n\n        [DllImport(\"user32.dll\")]\n        [return: MarshalAs(UnmanagedType.Bool)]\n        public static extern bool GetWindowRect(HandleRef hWnd, out RECT lpRect);\n\n        [DllImport(\"gdi32.dll\")]\n        public static extern int CombineRgn(IntPtr hrgnDest, IntPtr hrgnSrc1, IntPtr hrgnSrc2, int fnCombineMode);\n\n        [DllImport(\"user32.dll\", SetLastError = true, CharSet = CharSet.Auto)]\n        public static extern int RegisterWindowMessage(string lpString);\n\n        [DllImport(\"shell32.dll\", SetLastError = true)]\n        public static extern IntPtr SHAppBarMessage(ABM dwMessage, [In] ref APPBARDATA pData);\n\n        [DllImport(\"user32.dll\", SetLastError = true)]\n        public static extern IntPtr FindWindow(string lpClassName, string lpWindowName);\n\n        [DllImport(\"user32.dll\", SetLastError = true)]\n        [return: MarshalAs(UnmanagedType.Bool)]\n        public static extern bool GetCursorPos(out POINT lpPoint);\n\n        [DllImport(\"user32.dll\")]\n        public static extern int ShowWindow(int hwnd, int command);\n\n        [DllImport(\"user32.dll\", CharSet = CharSet.Auto, SetLastError = true)]\n        [return: MarshalAs(UnmanagedType.Bool)]\n        public static extern bool SystemParametersInfo(int uiAction, int uiParam, ref RECT pvParam, int fWinIni);\n\n        [DllImport(\"user32.dll\")]\n        [return: MarshalAs(UnmanagedType.Bool)]\n        public static extern bool IsWindowVisible(IntPtr hWnd);\n\n        [DllImport(\"dwmapi.dll\")]\n        public static extern int DwmGetWindowAttribute(IntPtr hwnd, DWMWINDOWATTRIBUTE dwAttribute, out bool pvAttribute, int cbAttribute);\n\n        [DllImport(\"user32.dll\")]\n        [return: MarshalAs(UnmanagedType.Bool)]\n        public static extern bool EnumWindows(Interaction.EnumWindowsProc lpEnumFunc, IntPtr lParam);\n\n        [DllImport(\"user32.dll\", SetLastError = true)]\n        [return: MarshalAs(UnmanagedType.Bool)]\n        public static extern bool GetWindowPlacement(IntPtr hWnd, ref WINDOWPLACEMENT lpwndpl);\n        \n        [DllImport(\"user32.dll\", SetLastError = true, EntryPoint = \"GetClassNameW\", CharSet = CharSet.Unicode)]\n        public static extern int GetClassName(IntPtr hWnd, StringBuilder lpClassName, int nMaxCount);\n\n        [DllImport(\"user32.dll\")]\n        public static extern IntPtr WindowFromPoint(POINT p);\n\n        [DllImport(\"user32.dll\", CharSet = CharSet.Auto, SetLastError = true)]\n        public static extern int GetWindowText(IntPtr hWnd, StringBuilder lpString, int nMaxCount);\n\n        [DllImport(\"user32.dll\")]\n        public static extern bool SetForegroundWindow(IntPtr hWnd);\n\n        [DllImport(\"user32.dll\")]\n        public static extern bool ShowWindowAsync(IntPtr hWnd, int nCmdShow);\n\n        [DllImport(\"user32.dll\")]\n        public static extern bool IsIconic(IntPtr hWnd);\n\n        [DllImport(\"user32.dll\", SetLastError = true, CharSet = CharSet.Auto)]\n        public static extern bool SetWindowText(IntPtr hwnd, string lpString);\n\n        [DllImport(\"shell32.dll\")]\n        public static extern IntPtr SHAppBarMessage(uint dwMessage, [In] ref APPBARDATA pData);\n\n        [DllImport(\"user32.dll\")]\n        public static extern bool SetLayeredWindowAttributes(IntPtr hwnd, uint crKey, byte bAlpha, uint dwFlags);\n\n        [DllImport(\"user32.dll\")]\n        public static extern int SetWindowLong(IntPtr hWnd, int nIndex, int dwNewLong);\n\n        [DllImport(\"user32.dll\")]\n        public static extern IntPtr GetWindowLong(IntPtr hWnd, int nIndex);\n\n        [DllImport(\"user32.dll\", SetLastError = true)]\n        public static extern bool GetLayeredWindowAttributes(IntPtr hwnd, out uint crKey, out byte bAlpha, out uint dwFlags);\n\n        [DllImport(\"gdi32.dll\")]\n        public static extern bool DeleteObject(IntPtr hObject);\n\n        public const int GWL_EXSTYLE = -20;\n        public const int WS_EX_LAYERED = 0x80000;\n        public const int WS_EX_TRANSPARENT = 0x00000020;\n        public const int LWA_ALPHA = 0x2;\n        public const int LWA_COLORKEY = 0x1;\n\n        public enum AppBarStates\n        {\n            AutoHide = 0x01,\n            AlwaysOnTop = 0x02\n        }\n\n        public enum DWMWINDOWATTRIBUTE : uint\n        {\n            NCRenderingEnabled = 1,\n            NCRenderingPolicy,\n            TransitionsForceDisabled,\n            AllowNCPaint,\n            CaptionButtonBounds,\n            NonClientRtlLayout,\n            ForceIconicRepresentation,\n            Flip3DPolicy,\n            ExtendedFrameBounds,\n            HasIconicBitmap,\n            DisallowPeek,\n            ExcludedFromPeek,\n            Cloak,\n            Cloaked,\n            FreezeRepresentation\n        }\n\n        public enum ShowState : int\n        {\n            SW_HIDE = 0,\n            SW_SHOWNORMAL = 1,\n            SW_NORMAL = 1,\n            SW_SHOWMINIMIZED = 2,\n            SW_SHOWMAXIMIZED = 3,\n            SW_MAXIMIZE = 3,\n            SW_SHOWNOACTIVATE = 4,\n            SW_SHOW = 5,\n            SW_MINIMIZE = 6,\n            SW_SHOWMINNOACTIVE = 7,\n            SW_SHOWNA = 8,\n            SW_RESTORE = 9,\n            SW_SHOWDEFAULT = 10,\n            SW_FORCEMINIMIZE = 11,\n            SW_MAX = 11\n        }\n\n        public const int SPIF_SENDWININICHANGE = 2;\n        public const int SPIF_UPDATEINIFILE = 1;\n        public const int SPIF_change = SPIF_UPDATEINIFILE | SPIF_SENDWININICHANGE;\n        public const int SPI_SETWORKAREA = 47;\n        public const int SPI_GETWORKAREA = 48;\n        public const int SW_HIDE = 0;\n        public const int SW_SHOW = 1;\n        public const int SW_SHOWNORMAL = 1;\n        public const int SW_SHOWMINIMIZED = 2;\n        public const int SW_SHOWMAXIMIZED = 3;\n        public const int SW_SHOWNOACTIVATE = 4;\n        public const int SW_RESTORE = 9;\n        public const int SW_SHOWDEFAULT = 10;\n\n        public struct POINT\n        {\n            public int x;\n            public int y;\n        }\n\n        [StructLayout(LayoutKind.Sequential)]\n        public struct RECT\n        {\n            public int Left;\n            public int Top;\n            public int Right;\n            public int Bottom;\n        }\n\n        [StructLayout(LayoutKind.Sequential)]\n        public struct APPBARDATA\n        {\n            public uint cbSize;\n            public IntPtr hWnd;\n            public uint uCallbackMessage;\n            public ABE uEdge;\n            public RECT rc;\n            public int lParam;\n        }\n\n        public enum ABM : uint\n        {\n            New = 0x00000000,\n            Remove = 0x00000001,\n            QueryPos = 0x00000002,\n            SetPos = 0x00000003,\n            GetState = 0x00000004,\n            GetTaskbarPos = 0x00000005,\n            Activate = 0x00000006,\n            GetAutoHideBar = 0x00000007,\n            SetAutoHideBar = 0x00000008,\n            WindowPosChanged = 0x00000009,\n            SetState = 0x0000000A,\n        }\n\n        public enum ABE : uint\n        {\n            Left = 0,\n            Top = 1,\n            Right = 2,\n            Bottom = 3\n        }\n\n        public static class ABS\n        {\n            public const int Autohide = 0x0000001;\n            public const int AlwaysOnTop = 0x0000002;\n        }\n\n        /// <summary>\n        /// Contains information about the placement of a window on the screen.\n        /// </summary>\n        [Serializable]\n        [StructLayout(LayoutKind.Sequential)]\n        public struct WINDOWPLACEMENT\n        {\n            /// <summary>\n            /// The length of the structure, in bytes. Before calling the GetWindowPlacement or SetWindowPlacement functions, set this member to sizeof(WINDOWPLACEMENT).\n            /// <para>\n            /// GetWindowPlacement and SetWindowPlacement fail if this member is not set correctly.\n            /// </para>\n            /// </summary>\n            public int Length;\n\n            /// <summary>\n            /// Specifies flags that control the position of the minimized window and the method by which the window is restored.\n            /// </summary>\n            public int Flags;\n\n            /// <summary>\n            /// The current show state of the window.\n            /// </summary>\n            public ShowWindowCommands ShowCmd;\n\n            /// <summary>\n            /// The coordinates of the window's upper-left corner when the window is minimized.\n            /// </summary>\n            public POINT MinPosition;\n\n            /// <summary>\n            /// The coordinates of the window's upper-left corner when the window is maximized.\n            /// </summary>\n            public POINT MaxPosition;\n\n            /// <summary>\n            /// The window's coordinates when the window is in the restored position.\n            /// </summary>\n            public RECT NormalPosition;\n\n            /// <summary>\n            /// Gets the default (empty) value.\n            /// </summary>\n            public static WINDOWPLACEMENT Default\n            {\n                get\n                {\n                    WINDOWPLACEMENT result = new WINDOWPLACEMENT();\n                    result.Length = Marshal.SizeOf(result);\n                    return result;\n                }\n            }\n        }\n\n        public enum ShowWindowCommands\n        {\n            /// <summary>\n            /// Hides the window and activates another window.\n            /// </summary>\n            Hide = 0,\n            /// <summary>\n            /// Activates and displays a window. If the window is minimized or\n            /// maximized, the system restores it to its original size and position.\n            /// An application should specify this flag when displaying the window\n            /// for the first time.\n            /// </summary>\n            Normal = 1,\n            /// <summary>\n            /// Activates the window and displays it as a minimized window.\n            /// </summary>\n            ShowMinimized = 2,\n            /// <summary>\n            /// Maximizes the specified window.\n            /// </summary>\n            Maximize = 3, // is this the right value?\n            /// <summary>\n            /// Activates the window and displays it as a maximized window.\n            /// </summary>      \n            ShowMaximized = 3,\n            /// <summary>\n            /// Displays a window in its most recent size and position. This value\n            /// is similar to <see cref=\"Win32.ShowWindowCommand.Normal\"/>, except\n            /// the window is not activated.\n            /// </summary>\n            ShowNoActivate = 4,\n            /// <summary>\n            /// Activates the window and displays it in its current size and position.\n            /// </summary>\n            Show = 5,\n            /// <summary>\n            /// Minimizes the specified window and activates the next top-level\n            /// window in the Z order.\n            /// </summary>\n            Minimize = 6,\n            /// <summary>\n            /// Displays the window as a minimized window. This value is similar to\n            /// <see cref=\"Win32.ShowWindowCommand.ShowMinimized\"/>, except the\n            /// window is not activated.\n            /// </summary>\n            ShowMinNoActive = 7,\n            /// <summary>\n            /// Displays the window in its current size and position. This value is\n            /// similar to <see cref=\"Win32.ShowWindowCommand.Show\"/>, except the\n            /// window is not activated.\n            /// </summary>\n            ShowNA = 8,\n            /// <summary>\n            /// Activates and displays the window. If the window is minimized or\n            /// maximized, the system restores it to its original size and position.\n            /// An application should specify this flag when restoring a minimized window.\n            /// </summary>\n            Restore = 9,\n            /// <summary>\n            /// Sets the show state based on the SW_* value specified in the\n            /// STARTUPINFO structure passed to the CreateProcess function by the\n            /// program that started the application.\n            /// </summary>\n            ShowDefault = 10,\n            /// <summary>\n            ///  <b>Windows 2000/XP:</b> Minimizes a window, even if the thread\n            /// that owns the window is not responding. This flag should only be\n            /// used when minimizing windows from a different thread.\n            /// </summary>\n            ForceMinimize = 11\n        }\n\n        [Flags()]\n        public enum RedrawWindowFlags : uint\n        {\n            /// <summary>\n            /// Invalidates the rectangle or region that you specify in lprcUpdate or hrgnUpdate.\n            /// You can set only one of these parameters to a non-NULL value. If both are NULL, RDW_INVALIDATE invalidates the entire window.\n            /// </summary>\n            Invalidate = 0x1,\n\n            /// <summary>Causes the OS to post a WM_PAINT message to the window regardless of whether a portion of the window is invalid.</summary>\n            InternalPaint = 0x2,\n\n            /// <summary>\n            /// Causes the window to receive a WM_ERASEBKGND message when the window is repainted.\n            /// Specify this value in combination with the RDW_INVALIDATE value; otherwise, RDW_ERASE has no effect.\n            /// </summary>\n            Erase = 0x4,\n\n            /// <summary>\n            /// Validates the rectangle or region that you specify in lprcUpdate or hrgnUpdate.\n            /// You can set only one of these parameters to a non-NULL value. If both are NULL, RDW_VALIDATE validates the entire window.\n            /// This value does not affect internal WM_PAINT messages.\n            /// </summary>\n            Validate = 0x8,\n\n            NoInternalPaint = 0x10,\n\n            /// <summary>Suppresses any pending WM_ERASEBKGND messages.</summary>\n            NoErase = 0x20,\n\n            /// <summary>Excludes child windows, if any, from the repainting operation.</summary>\n            NoChildren = 0x40,\n\n            /// <summary>Includes child windows, if any, in the repainting operation.</summary>\n            AllChildren = 0x80,\n\n            /// <summary>Causes the affected windows, which you specify by setting the RDW_ALLCHILDREN and RDW_NOCHILDREN values, to receive WM_ERASEBKGND and WM_PAINT messages before the RedrawWindow returns, if necessary.</summary>\n            UpdateNow = 0x100,\n\n            /// <summary>\n            /// Causes the affected windows, which you specify by setting the RDW_ALLCHILDREN and RDW_NOCHILDREN values, to receive WM_ERASEBKGND messages before RedrawWindow returns, if necessary.\n            /// The affected windows receive WM_PAINT messages at the ordinary time.\n            /// </summary>\n            EraseNow = 0x200,\n\n            Frame = 0x400,\n\n            NoFrame = 0x800\n        }\n\n        [Flags()]\n        public enum SetWindowPosFlags : uint\n        {\n            /// <summary>If the calling thread and the thread that owns the window are attached to different input queues,\n            /// the system posts the request to the thread that owns the window. This prevents the calling thread from\n            /// blocking its execution while other threads process the request.</summary>\n            /// <remarks>SWP_ASYNCWINDOWPOS</remarks>\n            AsynchronousWindowPosition = 0x4000,\n            /// <summary>Prevents generation of the WM_SYNCPAINT message.</summary>\n            /// <remarks>SWP_DEFERERASE</remarks>\n            DeferErase = 0x2000,\n            /// <summary>Draws a frame (defined in the window's class description) around the window.</summary>\n            /// <remarks>SWP_DRAWFRAME</remarks>\n            DrawFrame = 0x0020,\n            /// <summary>Applies new frame styles set using the SetWindowLong function. Sends a WM_NCCALCSIZE message to\n            /// the window, even if the window's size is not being changed. If this flag is not specified, WM_NCCALCSIZE\n            /// is sent only when the window's size is being changed.</summary>\n            /// <remarks>SWP_FRAMECHANGED</remarks>\n            FrameChanged = 0x0020,\n            /// <summary>Hides the window.</summary>\n            /// <remarks>SWP_HIDEWINDOW</remarks>\n            HideWindow = 0x0080,\n            /// <summary>Does not activate the window. If this flag is not set, the window is activated and moved to the\n            /// top of either the topmost or non-topmost group (depending on the setting of the hWndInsertAfter\n            /// parameter).</summary>\n            /// <remarks>SWP_NOACTIVATE</remarks>\n            DoNotActivate = 0x0010,\n            /// <summary>Discards the entire contents of the client area. If this flag is not specified, the valid\n            /// contents of the client area are saved and copied back into the client area after the window is sized or\n            /// repositioned.</summary>\n            /// <remarks>SWP_NOCOPYBITS</remarks>\n            DoNotCopyBits = 0x0100,\n            /// <summary>Retains the current position (ignores X and Y parameters).</summary>\n            /// <remarks>SWP_NOMOVE</remarks>\n            IgnoreMove = 0x0002,\n            /// <summary>Does not change the owner window's position in the Z order.</summary>\n            /// <remarks>SWP_NOOWNERZORDER</remarks>\n            DoNotChangeOwnerZOrder = 0x0200,\n            /// <summary>Does not redraw changes. If this flag is set, no repainting of any kind occurs. This applies to\n            /// the client area, the nonclient area (including the title bar and scroll bars), and any part of the parent\n            /// window uncovered as a result of the window being moved. When this flag is set, the application must\n            /// explicitly invalidate or redraw any parts of the window and parent window that need redrawing.</summary>\n            /// <remarks>SWP_NOREDRAW</remarks>\n            DoNotRedraw = 0x0008,\n            /// <summary>Same as the SWP_NOOWNERZORDER flag.</summary>\n            /// <remarks>SWP_NOREPOSITION</remarks>\n            DoNotReposition = 0x0200,\n            /// <summary>Prevents the window from receiving the WM_WINDOWPOSCHANGING message.</summary>\n            /// <remarks>SWP_NOSENDCHANGING</remarks>\n            DoNotSendChangingEvent = 0x0400,\n            /// <summary>Retains the current size (ignores the cx and cy parameters).</summary>\n            /// <remarks>SWP_NOSIZE</remarks>\n            IgnoreResize = 0x0001,\n            /// <summary>Retains the current Z order (ignores the hWndInsertAfter parameter).</summary>\n            /// <remarks>SWP_NOZORDER</remarks>\n            IgnoreZOrder = 0x0004,\n            /// <summary>Displays the window.</summary>\n            /// <remarks>SWP_SHOWWINDOW</remarks>\n            ShowWindow = 0x0040,\n        }\n\n        \n\n\n\n\n\n\n\n\n\n\n        // mystery\n        [DllImport(\"user32.dll\")]\n        public static extern int SetWindowCompositionAttribute(IntPtr hwnd, ref WindowCompositionAttributeData data);\n\n        [StructLayout(LayoutKind.Sequential)]\n        public struct WindowCompositionAttributeData\n        {\n            public WindowCompositionAttribute Attribute;\n            public IntPtr Data;\n            public int SizeOfData;\n        }\n\n        public enum WindowCompositionAttribute\n        {\n            WCA_ACCENT_POLICY = 19\n        }\n\n        public enum AccentState\n        {\n            ACCENT_DISABLED = 0,\n            ACCENT_ENABLE_BLURBEHIND = 3,\n            ACCENT_ENABLE_ACRYLICBLURBEHIND = 4\n        }\n\n        [StructLayout(LayoutKind.Sequential)]\n        public struct AccentPolicy\n        {\n            public AccentState AccentState;\n            public int AccentFlags;\n            public int GradientColor;\n            public int AnimationId;\n        }\n    }\n}\n"
  },
  {
    "path": "RoundedTB/MainWindow.xaml",
    "content": "﻿<Window x:Class=\"RoundedTB.MainWindow\"\n        xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\"\n        xmlns:x=\"http://schemas.microsoft.com/winfx/2006/xaml\"\n        xmlns:d=\"http://schemas.microsoft.com/expression/blend/2008\"\n        xmlns:mc=\"http://schemas.openxmlformats.org/markup-compatibility/2006\"\n        xmlns:local=\"clr-namespace:RoundedTB\"\n        xmlns:tb=\"http://www.hardcodet.net/taskbar\"\n        xmlns:wpfui=\"clr-namespace:WPFUI.Controls;assembly=WPFUI\"\n        mc:Ignorable=\"d\"\n        Style=\"{StaticResource UiWindow}\"\n        Title=\"RoundedTB\" Height=\"458\" Width=\"718\"\n        Background=\"#20808080\"\n        d:Background=\"DarkGray\"\n        Visibility = \"Visible\"\n        Opacity=\"0.001\"\n        d:Opacity=\"1\"\n        ResizeMode=\"NoResize\"\n        >\n    <!--169, 393-->\n    <Grid x:Name=\"MainGrid\" Margin=\"0,0,0,0\" d:Margin=\"0,-16,0,0\">\n        <Grid.RowDefinitions>\n            <RowDefinition Height=\"Auto\" MinHeight=\"30\" />\n            <RowDefinition />\n        </Grid.RowDefinitions>\n\n        <wpfui:TitleBar x:Name=\"mainTitleBar\" Grid.Row=\"0\" UseNotifyIcon=\"True\" NotifyIconImage=\"pack://application:,,,/res/traydark.ico\" NotifyIconTooltip=\"RoundedTB\" ApplicationNavigation=\"True\" Margin=\"0,0,0,0\" Title=\"RoundedTB - Configuration\" Icon=\"pack://application:,,,/RoundedTBCanary.ico\" Height=\"51\" ShowMaximize=\"False\">\n            <wpfui:TitleBar.NotifyIconMenu>\n                <ContextMenu MouseEnter=\"ContextMenu_MouseEnter\">\n                    <CheckBox x:Name =\"StartupCheckBox\" Content=\"Run at startup\" Click=\"Startup_Clicked\"/>\n                    <MenuItem x:Name=\"DebugMenuItem\" Header=\"Debug\" Visibility =\"Hidden\" Click=\"DebugMenuItem_Click\" Height=\"0\"/>\n                    <MenuItem x:Name =\"ShowMenuItem\" Header=\"Show RoundedTB\" Click=\"ShowMenuItem_Click\"/>\n                    <MenuItem x:Name =\"CloseMenuItem\" Header=\"Close RoundedTB\" Click=\"CloseMenuItem_Click\"/>\n                </ContextMenu>\n            </wpfui:TitleBar.NotifyIconMenu>\n        </wpfui:TitleBar>\n\n        <Grid Grid.Row=\"1\">\n\n            <Grid Margin=\"0,0,10,0\" HorizontalAlignment=\"Right\" Width=\"202\" Height=\"55\" VerticalAlignment=\"Top\">\n                <Label x:Name=\"cornerRadiusLabel\" Content=\"Corner radius\" HorizontalAlignment=\"Left\" VerticalAlignment=\"Top\"/>\n                <TextBox x:Name=\"cornerRadiusInput\" TextWrapping=\"NoWrap\" Text=\"\" VerticalAlignment=\"Top\" HorizontalAlignment=\"Left\" Width=\"94\" Margin=\"108,19,0,0\" LostFocus=\"cornerRadiusInput_LostFocus\"/>\n                <Slider x:Name=\"cornerRadiusSlider\" Height=\"10\" VerticalAlignment=\"Top\" HorizontalAlignment=\"Left\" Width=\"84\" LargeChange=\"0\" SmallChange=\"1\" Focusable=\"False\" Maximum=\"48\" Orientation=\"Horizontal\" Thumb.DragCompleted=\"cornerRadiusSlider_DragCompleted\" ValueChanged=\"cornerRadiusSlider_ValueChanged\" Margin=\"0,25,0,0\"/>\n            </Grid>\n\n\n\n\n            <wpfui:Button x:Name=\"aboutButton\" Appearance=\"Secondary\" Margin=\"0,0,10,47\" VerticalAlignment=\"Bottom\" Content=\"Help\" Click=\"aboutButton_Click\" FontWeight=\"Normal\" HorizontalAlignment=\"Right\" Width=\"133\" Height=\"31\"/>\n            <wpfui:Button x:Name=\"applyButton\" Margin=\"0,0,10,10\" VerticalAlignment=\"Bottom\" Content=\"Apply\" Click=\"ApplyButton_Click\" FontWeight=\"Normal\" HorizontalAlignment=\"Right\" Width=\"133\" Height=\"32\"/>\n\n            <Grid Width=\"202\" Margin=\"0,190,10,0\"   VerticalAlignment=\"Top\" HorizontalAlignment=\"Right\" >\n                <Label x:Name=\"widgetWidthLabel\" Content=\"Width\" HorizontalAlignment=\"Left\" VerticalAlignment=\"Top\" Margin=\"0,0,0,0\" Width=\"60\"  Visibility=\"Hidden\" />\n                <TextBox x:Name=\"widgetWidthInput\" HorizontalAlignment=\"Left\" Margin=\"0,17,0,0\" TextWrapping=\"NoWrap\" Text=\"\" VerticalAlignment=\"Top\" Width=\"60\"  Visibility=\"Hidden\" />\n                <Label x:Name=\"clockWidthLabel\" Content=\"Width\" HorizontalAlignment=\"Left\" VerticalAlignment=\"Top\" Margin=\"0,0,0,0\" Width=\"60\"  Visibility=\"Hidden\" />\n                <TextBox x:Name=\"clockWidthInput\" HorizontalAlignment=\"Left\" Margin=\"0,17,0,0\" TextWrapping=\"NoWrap\" Text=\"\" VerticalAlignment=\"Top\" Width=\"60\"  Visibility=\"Hidden\" />\n\n                <CheckBox x:Name=\"dynamicCheckBox\" Content=\"Dynamic mode\" Margin=\"70,12,0,0\" Padding=\"0\" Checked=\"dynamicCheckBox_Checked\" Unchecked=\"dynamicCheckBox_Unchecked\"  RenderTransformOrigin=\"1.763,4.069\" Visibility=\"Visible\"  Width=\"116\" HorizontalAlignment=\"Left\" />\n                <CheckBox x:Name=\"showTrayCheckBox\" Content=\"Show tray\" Margin=\"70,12,0,0\" Padding=\"0\" Visibility=\"Hidden\" HorizontalAlignment=\"Left\" />\n                <CheckBox x:Name=\"showWidgetsCheckBox\" Content=\"Show widget\"  Margin=\"70,12,0,0\" Padding=\"0\" Visibility=\"Hidden\" HorizontalAlignment=\"Left\" />\n                <CheckBox x:Name=\"showClockCheckBox\" Content=\"Show clock\"  Margin=\"70,12,0,0\" Padding=\"0\" Visibility=\"Hidden\" HorizontalAlignment=\"Left\" />\n            </Grid>\n\n            <CheckBox x:Name=\"centredCheckBox\" Content=\"Centred taskbar?\" Margin=\"10,62,0,0\" VerticalAlignment=\"Top\" Visibility=\"Hidden\"/>\n            <Button x:Name=\"splitHelpButton\" Opacity=\"0.001\" Content=\"Click me!\"  Margin=\"107,122,0,0\" Click=\"splitHelpButton_Click\"  Height=\"32\" Width=\"94\" VerticalAlignment=\"Top\" FontWeight=\"Normal\" FontFamily=\"Segoe UI Semibold\" Visibility=\"Hidden\"/>\n\n            <Grid Width=\"500\" Margin=\"15,0,0,15\" HorizontalAlignment=\"Left\" Height=\"110\" VerticalAlignment=\"Bottom\">\n                <CheckBox x:Name=\"showSegmentsOnHoverCheckBox\" Content=\"Show segments only when hovered over with the mouse - PERFORMANCE ISSUES\" Margin=\"0,0,0,0\" VerticalAlignment=\"Top\" Checked=\"showSegmentsOnHoverCheckBox_Checked\" Unchecked=\"showSegmentsOnHoverCheckBox_Unchecked\" HorizontalAlignment=\"Left\" d:LayoutOverrides=\"HorizontalAlignment, VerticalAlignment\"/>\n                <CheckBox x:Name=\"fillMaximisedCheckBox\" Content=\"When a window is maximised, restore the taskbar\" Margin=\"0,30,0,0\" Checked=\"fillMaximisedCheckBox_Checked\"  Unchecked=\"fillMaximisedCheckBox_Unchecked\"  VerticalAlignment=\"Top\" HorizontalAlignment=\"Left\" d:LayoutOverrides=\"HorizontalAlignment, VerticalAlignment\"/>\n                <CheckBox x:Name=\"fillAltTabCheckBox\" Content=\"When alt+tab or win+tab is pressed, restore the taskbar\" Margin=\"0,60,0,0\" VerticalAlignment=\"Top\" HorizontalAlignment=\"Left\" d:LayoutOverrides=\"HorizontalAlignment\"/>\n                <CheckBox x:Name=\"compositionFixCheckBox\" Content=\"Improve compatibility with TranslucentTB and other mods (may cause flickering)\" Margin=\"0,90,0,0\" VerticalAlignment=\"Top\" IsChecked=\"False\" Checked=\"compositionFixCheckBox_Checked\" HorizontalAlignment=\"Left\" d:LayoutOverrides=\"HorizontalAlignment, VerticalAlignment\"/>\n            </Grid>\n\n            <Grid Width=\"202\" Height=\"110\" Margin=\"0,70,10,0\" HorizontalAlignment=\"Right\" VerticalAlignment=\"Top\">\n                <Label x:Name=\"mTopLabel\" Content=\"Top Margin\" HorizontalAlignment=\"Left\" VerticalAlignment=\"Top\" Width=\"94\" Margin=\"0,0,0,0\" d:LayoutOverrides=\"HorizontalAlignment, VerticalAlignment\"/>\n                <TextBox x:Name=\"mTopInput\" HorizontalAlignment=\"Left\" Margin=\"0,20,0,0\" TextWrapping=\"NoWrap\" Text=\"\" VerticalAlignment=\"Top\" Width=\"94\" d:LayoutOverrides=\"HorizontalAlignment, VerticalAlignment\" LostFocus=\"mTopInput_LostFocus\"/>\n\n                <Label x:Name=\"mBottomLabel\" Content=\"Bottom Margin\" HorizontalAlignment=\"Left\" VerticalAlignment=\"Top\" Margin=\"108,0,0,0\" Width=\"94\" d:LayoutOverrides=\"HorizontalAlignment, VerticalAlignment\"/>\n                <TextBox x:Name=\"mBottomInput\" HorizontalAlignment=\"Left\" Margin=\"108,20,0,0\" TextWrapping=\"NoWrap\" Text=\"\" VerticalAlignment=\"Top\" Width=\"94\" d:LayoutOverrides=\"VerticalAlignment\" LostFocus=\"mBottomInput_LostFocus\"/>\n\n                <Label x:Name=\"mLeftLabel\" Content=\"Left Margin\" HorizontalAlignment=\"Left\" VerticalAlignment=\"Top\" Margin=\"0,56,0,0\" Width=\"94\" d:LayoutOverrides=\"HorizontalAlignment\"/>\n                <TextBox x:Name=\"mLeftInput\" HorizontalAlignment=\"Left\" Margin=\"0,76,0,0\" TextWrapping=\"NoWrap\" Text=\"\" VerticalAlignment=\"Top\" Width=\"94\" d:LayoutOverrides=\"HorizontalAlignment\" LostFocus=\"mLeftInput_LostFocus\"/>\n\n                <Label x:Name=\"mRightLabel\" Content=\"Right Margin\" HorizontalAlignment=\"Left\" VerticalAlignment=\"Top\" Margin=\"108,56,0,0\" Width=\"84\"/>\n                <TextBox x:Name=\"mRightInput\" HorizontalAlignment=\"Left\" Margin=\"108,76,0,0\" TextWrapping=\"NoWrap\" Text=\"\" VerticalAlignment=\"Top\" Width=\"94\" LostFocus=\"mRightInput_LostFocus\"/>\n            \n            </Grid>\n\n            <Grid x:Name=\"tbDiagramGrid\" Margin=\"10,0,0,0\" Height=\"247\" VerticalAlignment=\"Top\" HorizontalAlignment=\"Left\" Width=\"486\">\n                <Rectangle Stroke=\"#30242424\" Fill=\"#20808080\" RadiusX=\"5\" RadiusY=\"5\"/>\n                <wpfui:Button x:Name=\"taskbarRectStandIn\" Margin=\"126,0,126,5\" VerticalAlignment=\"Bottom\" Click=\"taskbarRectStandIn_Click\" Appearance=\"Primary\" Height=\"32\"></wpfui:Button>\n                <wpfui:Button x:Name=\"trayRectStandIn\" Margin=\"415,0,5,5\" Click=\"trayRectStandIn_Click\" VerticalAlignment=\"Bottom\" Height=\"32\" Appearance=\"Secondary\" Padding=\"0\">📅</wpfui:Button>\n                <wpfui:Button x:Name=\"widgetsRectStandIn\" Margin=\"5,0,415,5\" Click=\"widgetsRectStandIn_Click\" VerticalAlignment=\"Bottom\" Height=\"32\" Appearance=\"Secondary\" Padding=\"0\">📰</wpfui:Button>\n                <wpfui:Button x:Name=\"clockRectStandIn\" Margin=\"415,0,5,60\" Click=\"clockRectStandIn_Click\" VerticalAlignment=\"Bottom\" Height=\"32\" Appearance=\"Secondary\" VerticalContentAlignment=\"Center\" Padding=\"0\">🕑</wpfui:Button>\n\n                <Label Content=\"RoundedTB\" HorizontalAlignment=\"Center\" Margin=\"0,59,0,108\" FontFamily=\"Segoe UI Variable Display\" FontWeight=\"SemiBold\" FontSize=\"60\" Opacity=\"0.75\"/>\n                <Label Content=\"To begin, select a taskbar segment below.\" HorizontalAlignment=\"Center\" Margin=\"0,138,0,75\" FontFamily=\"Segoe UI Variable Display\" FontWeight=\"SemiBold\" FontSize=\"20\" Opacity=\"0.75\"/>\n            </Grid>\n\n            <Grid Margin=\"0,0,10,83\" HorizontalAlignment=\"Right\" Width=\"133\" Height=\"50\" VerticalAlignment=\"Bottom\">\n                <Label Content=\"Auto-hide\" Height=\"20\" VerticalAlignment=\"Top\"/>\n                <ComboBox x:Name=\"autoHideComboBox\" Margin=\"0,18,0,0\" VerticalAlignment=\"Top\">\n                    <ComboBoxItem>Always show</ComboBoxItem>\n                    <ComboBoxItem>Always hide</ComboBoxItem>\n                    <ComboBoxItem>[unavailable]</ComboBoxItem>\n                </ComboBox>\n            </Grid>\n            <Rectangle HorizontalAlignment=\"Center\" Margin=\"0,262,0,0\" Stroke=\"#4C909090\" Width=\"698\" RadiusX=\"1\" RadiusY=\"1.5\" Height=\"1\" VerticalAlignment=\"Top\"/>\n\n        </Grid>\n    </Grid>\n</Window>\n"
  },
  {
    "path": "RoundedTB/MainWindow.xaml.cs",
    "content": "﻿using IWshRuntimeLibrary;\nusing Newtonsoft.Json;\nusing System;\nusing System.Collections.Generic;\nusing System.ComponentModel;\nusing System.IO;\nusing System.Runtime.InteropServices;\nusing System.Windows;\nusing System.Reflection;\nusing System.Windows.Threading;\nusing System.Windows.Interop;\nusing DesktopBridge;\nusing System.Threading.Tasks;\nusing Windows.ApplicationModel;\nusing System.Diagnostics;\nusing Microsoft.Win32;\nusing System.Text;\nusing WPFUI;\nusing System.Windows.Media;\nusing System.Linq;\nusing System.Windows.Controls;\n\nnamespace RoundedTB\n{\n    /// <summary>\n    /// Interaction logic for MainWindow.xaml\n    /// \n    /// Many thanks to\n    ///  - FloatingMilkshake\n    ///  - cardin\n    ///  - cleverActon0126\n    ///  for your gracious donations! 💖\n    ///  \n    /// </summary>\n    public partial class MainWindow : Window\n    {\n        public bool isWindows11;\n        public List<Types.Taskbar> taskbarDetails = new List<Types.Taskbar>();\n        public bool shouldReallyDieNoReally = false;\n        public string configPath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData), \"rtb.json\");\n        public string logPath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData), \"rtb.log\");\n        public Types.Settings activeSettings = new Types.Settings();\n        public BackgroundWorker taskbarThread = new BackgroundWorker();\n        public IntPtr hwndDesktopButton = IntPtr.Zero;\n        public int lastDynDistance = 0;\n        public int numberToForceRefresh = 0;\n        public bool isCentred = false;\n        public bool isAlreadyRunning = false;\n        public Background background;\n        public Interaction interaction;\n        private HwndSource source;\n        public int selectedSegment = 0; // 0 = Simple, 1 = AppList, 2 = Tray, 3 = Widgets\n        /// <summary>\n        /// Versions:\n        /// -1: Canary\n        ///  0: R3.0\n        ///  1: P3.1B\n        ///  2: R3.1\n        ///  3: R4\n        /// </summary>\n        public int version = -1;\n\n\n        private VisiblityControlManager rectStands;\n\n        record VisiblityControlSet(WPFUI.Controls.Button KeyControl, IList<System.Windows.Controls.Control> FollowingControls);\n\n        record VisiblityControlManager(VisiblityControlSet CenterBar, VisiblityControlSet TaskTray, VisiblityControlSet Widgets, VisiblityControlSet Clock)\n        {\n            public IReadOnlyList<VisiblityControlSet> All => new[] { CenterBar, TaskTray, Widgets, Clock };\n            public IReadOnlyList<VisiblityControlSet> AllWithoutCenterBar => new[] { TaskTray, Widgets, Clock };\n            public VisiblityControlSet At(int no) => All[no - 1];\n\n            internal void Focus(VisiblityControlSet set)\n            {\n                set.KeyControl.Appearance = WPFUI.Common.Appearance.Primary;\n                foreach (var c in set.FollowingControls)\n                {\n                    c.Visibility = Visibility.Visible;\n                }\n\n                All.Except(new[] { set }).ForEach(x =>\n                {\n                    x.KeyControl.Appearance = WPFUI.Common.Appearance.Secondary;\n                    foreach (var c in x.FollowingControls)\n                    {\n                        c.Visibility = Visibility.Hidden;\n                    }\n                });\n            }\n        }\n\n        public MainWindow()\n        {\n            WPFUI.Background.Manager.Apply(WPFUI.Background.BackgroundType.Mica, this);\n\n            InitializeComponent();\n\n            rectStands = new(\n                new VisiblityControlSet(taskbarRectStandIn, new[] { dynamicCheckBox }),\n                new VisiblityControlSet(trayRectStandIn, new[] { showTrayCheckBox }),\n                new VisiblityControlSet(widgetsRectStandIn, new Control[] { showWidgetsCheckBox, widgetWidthInput, widgetWidthLabel }),\n                new VisiblityControlSet(clockRectStandIn, new Control[] { showClockCheckBox, clockWidthInput, clockWidthLabel })\n            );\n\n\n            // Check OS build, as behaviours rather-annoyingly differ between Windows 11 and Windows 10\n            RegistryKey registryKey = Registry.LocalMachine.OpenSubKey(@\"SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\");\n            var buildNumber = registryKey.GetValue(\"CurrentBuild\").ToString();\n            if (Convert.ToInt32(buildNumber) >= 21996)\n            {\n                isWindows11 = true;\n            }\n            else\n            {\n                isWindows11 = false;\n                activeSettings.IsWindows11 = false;\n                dynamicCheckBox.Content = \"Split mode\";\n                fillAltTabCheckBox.Content = \"[Unavailable]\";\n            }\n\n            // Initialise functions\n            background = new Background();\n            interaction = new Interaction();\n\n            // Check if RoundedTB is already running, and if it is, do nothing.\n            Process[] matchingProcesses = Process.GetProcessesByName(Process.GetCurrentProcess().ProcessName);\n\n            if (matchingProcesses.Length > 1)\n            {\n                List<IntPtr> windowList = Interaction.GetTopLevelWindows();\n                foreach (IntPtr hwnd in windowList)\n                {\n                    StringBuilder windowClass = new StringBuilder(1024);\n                    StringBuilder windowTitle = new StringBuilder(1024);\n                    try\n                    {\n                        LocalPInvoke.GetClassName(hwnd, windowClass, 1024);\n                        LocalPInvoke.GetWindowText(hwnd, windowTitle, 1024);\n\n                        if (windowClass.ToString().Contains(\"HwndWrapper[RoundedTB.exe\") && windowTitle.ToString() == \"RoundedTB\")\n                        {\n                            LocalPInvoke.SetWindowText(hwnd, \"RoundedTB_SettingsRequest\");\n                        }\n                    }\n                    catch (Exception) { }\n                }\n                shouldReallyDieNoReally = true;\n                isAlreadyRunning = true;\n                Close();\n                return;\n            }\n            TrayIconCheck(isForceReset:true);\n\n            if (IsRunningAsUWP())\n            {\n#pragma warning disable CS4014\n                StartupInit(true);\n                configPath = Path.Combine(Windows.Storage.ApplicationData.Current.RoamingFolder.Path, \"rtb.json\");\n                logPath = Path.Combine(Windows.Storage.ApplicationData.Current.RoamingFolder.Path, \"rtb.log\");\n            }\n\n            if (System.IO.File.Exists(Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.Startup), \"RoundedTB.lnk\")) && !IsRunningAsUWP())\n            {\n                StartupCheckBox.IsChecked = true;\n                ShowMenuItem.Header = \"Show RoundedTB\";\n            }\n            taskbarThread.WorkerSupportsCancellation = true;\n            taskbarThread.WorkerReportsProgress = true;\n            taskbarThread.DoWork += background.DoWork;\n\n            // Load settings into memory/UI\n            interaction.FileSystem();\n            if (!IsRunningAsUWP())\n            {\n                interaction.AddLog($\"RoundedTB started!\");\n            }\n            else\n            {\n                interaction.AddLog($\"RoundedTB started in UWP mode!\");\n            }\n            activeSettings = interaction.ReadJSON();\n\n            if (isWindows11)\n            {\n                activeSettings.IsWindows11 = true;\n            }\n            else\n            {\n                activeSettings.IsWindows11 = false;\n            }\n            // Default settings\n            if (activeSettings == null)\n            {\n\n                if (isWindows11) // Default settings for Windows 11\n                {\n                    activeSettings = new Types.Settings()\n                    {\n                        SimpleTaskbarLayout = new Types.SegmentSettings { CornerRadius = 7, MarginLeft = 3, MarginTop = 3, MarginRight = 3, MarginBottom = 3 },\n                        DynamicAppListLayout = new Types.SegmentSettings { CornerRadius = 7, MarginLeft = 3, MarginTop = 3, MarginRight = 3, MarginBottom = 3 },\n                        DynamicTrayLayout = new Types.SegmentSettings { CornerRadius = 7, MarginLeft = 3, MarginTop = 3, MarginRight = 3, MarginBottom = 3 },\n                        DynamicWidgetsLayout = new Types.SegmentSettings { CornerRadius = 7, MarginLeft = 3, MarginTop = 3, MarginRight = 3, MarginBottom = 3 },\n                        WidgetsWidth = 168,\n                        ClockWidth = 110,\n                        IsDynamic = false,\n                        IsCentred = false,\n                        IsWindows11 = true,\n                        ShowTray = false,\n                        ShowWidgets = false,\n                        ShowSecondaryClock = false,\n                        CompositionCompat = false,\n                        IsNotFirstLaunch = false,\n                        FillOnMaximise = true,\n                        FillOnTaskSwitch = true,\n                        ShowSegmentsOnHover = false,\n                        AutoHide = 0\n                    };\n                }\n                else // Default settings for Windows 10\n                {\n                    activeSettings = new Types.Settings()\n                    {\n                        SimpleTaskbarLayout = new Types.SegmentSettings { CornerRadius = 16, MarginLeft = 2, MarginTop = 2, MarginRight = 2, MarginBottom = 2 },\n                        DynamicAppListLayout = new Types.SegmentSettings { CornerRadius = 16, MarginLeft = 2, MarginTop = 2, MarginRight = 2, MarginBottom = 2 },\n                        DynamicTrayLayout = new Types.SegmentSettings { CornerRadius = 16, MarginLeft = 2, MarginTop = 2, MarginRight = 2, MarginBottom = 2 },\n                        DynamicWidgetsLayout = new Types.SegmentSettings { CornerRadius = 16, MarginLeft = 2, MarginTop = 2, MarginRight = 2, MarginBottom = 2 },\n                        WidgetsWidth = 168,\n                        ClockWidth = 110,\n                        IsDynamic = false,\n                        IsCentred = false,\n                        IsWindows11 = false,\n                        ShowTray = false,\n                        ShowWidgets = false,\n                        ShowSecondaryClock = false,\n                        CompositionCompat = false,\n                        IsNotFirstLaunch = false,\n                        FillOnMaximise = true,\n                        FillOnTaskSwitch = false,\n                        ShowSegmentsOnHover = false,\n                        AutoHide = 0\n                    };\n                }\n            }\n\n            if (version != activeSettings.Version && version != -1)\n            {\n                activeSettings.IsNotFirstLaunch = false;\n            }\n            activeSettings.Version = version;\n\n\n            interaction.AddLog($\"Settings loaded:\");\n            interaction.AddLog(\n                $\"SimpleTaskbarLayout: {activeSettings.SimpleTaskbarLayout}\\n\" +\n                $\"DynamicAppListLayout: {activeSettings.DynamicAppListLayout}\\n\" +\n                $\"DynamicTrayLayout: {activeSettings.DynamicTrayLayout}\\n\" +\n                $\"DynamicWidgetsLayout: {activeSettings.DynamicWidgetsLayout}\\n\" +\n                $\"DynamicSecondaryClockLayout: {activeSettings.DynamicSecondaryClockLayout}\\n\" +\n                $\"IsDynamic: {activeSettings.IsDynamic}\\n\" +\n                $\"IsCentred: {activeSettings.IsCentred}\\n\" +\n                $\"ShowTray: {activeSettings.ShowTray}\\n\" +\n                $\"ShowWidgets: {activeSettings.ShowWidgets}\\n\" +\n                $\"ShowSecondaryClock: {activeSettings.ShowSecondaryClock}\\n\" +\n                $\"CompositionCompat: {activeSettings.CompositionCompat}\\n\" +\n                $\"IsNotFirstLaunch: {activeSettings.IsNotFirstLaunch}\\n\" +\n                $\"FillOnMaximise: {activeSettings.FillOnMaximise}\\n\" +\n                $\"FillOnTaskSwitch: {activeSettings.FillOnTaskSwitch}\\n\" +\n                $\"ShowTrayOnHover: {activeSettings.ShowSegmentsOnHover}\\n\"\n                );\n\n            // Checks if advanced margins are configured\n            if (activeSettings.IsDynamic)\n            {\n                cornerRadiusInput.Text = activeSettings.DynamicAppListLayout.CornerRadius.ToString();\n                cornerRadiusSlider.Value = activeSettings.DynamicAppListLayout.CornerRadius;\n                mTopInput.Text = activeSettings.DynamicAppListLayout.MarginTop.ToString();\n                mLeftInput.Text = activeSettings.DynamicAppListLayout.MarginLeft.ToString();\n                mBottomInput.Text = activeSettings.DynamicAppListLayout.MarginBottom.ToString();\n                mRightInput.Text = activeSettings.DynamicAppListLayout.MarginRight.ToString();\n\n                selectedSegment = 1;\n            }\n            else\n            {\n                cornerRadiusInput.Text = activeSettings.SimpleTaskbarLayout.CornerRadius.ToString();\n                cornerRadiusSlider.Value = activeSettings.SimpleTaskbarLayout.CornerRadius;\n                mTopInput.Text = activeSettings.SimpleTaskbarLayout.MarginTop.ToString();\n                mLeftInput.Text = activeSettings.SimpleTaskbarLayout.MarginLeft.ToString();\n                mBottomInput.Text = activeSettings.SimpleTaskbarLayout.MarginBottom.ToString();\n                mRightInput.Text = activeSettings.SimpleTaskbarLayout.MarginRight.ToString();\n\n                selectedSegment = 0;\n            }\n\n            // Get whether or not taskbar is centred\n            try\n            {\n                using (RegistryKey key = Registry.CurrentUser.OpenSubKey(\"Software\\\\Microsoft\\\\Windows\\\\CurrentVersion\\\\Explorer\\\\Advanced\"))\n                {\n                    if (key != null)\n                    {\n                        int val = (int)key.GetValue(\"TaskbarAl\");\n                        if (val == 1)\n                        {\n                            isCentred = true;\n                        }\n                        else\n                        {\n                            isCentred = false;\n                        }\n                        interaction.AddLog($\"Taskbar centred? {isCentred}\");\n                    }\n                }\n            }\n            catch (Exception aaaa)\n            {\n                interaction.AddLog(aaaa.Message);\n            }\n            if (!isWindows11)\n            {\n                activeSettings.IsCentred = false;\n            }\n\n            // Copy and apply settings to UI\n            dynamicCheckBox.IsChecked = activeSettings.IsDynamic;\n            centredCheckBox.IsChecked = activeSettings.IsCentred;\n            showTrayCheckBox.IsChecked = activeSettings.ShowTray;\n            showWidgetsCheckBox.IsChecked = activeSettings.ShowWidgets;\n            showClockCheckBox.IsChecked = activeSettings.ShowSecondaryClock;\n            fillMaximisedCheckBox.IsChecked = activeSettings.FillOnMaximise;\n            fillAltTabCheckBox.IsChecked = activeSettings.FillOnTaskSwitch;\n            showSegmentsOnHoverCheckBox.IsChecked = activeSettings.ShowSegmentsOnHover;\n            compositionFixCheckBox.IsChecked = activeSettings.CompositionCompat;\n            autoHideComboBox.SelectedIndex = activeSettings.AutoHide;\n            widgetWidthInput.Text = activeSettings.WidgetsWidth.ToString();\n            clockWidthInput.Text = activeSettings.ClockWidth.ToString();\n            taskbarDetails = Taskbar.GenerateTaskbarInfo(isWindows11);\n\n            ApplyButton_Click(null, null);\n\n\n            if (!activeSettings.FillOnMaximise)\n            {\n                activeSettings.FillOnTaskSwitch = false;\n                fillAltTabCheckBox.IsEnabled = false;\n            }\n\n            //Showhide the split mode help button\n            if (!isWindows11 && activeSettings.IsDynamic)\n            {\n                splitHelpButton.Visibility = Visibility.Visible;\n            }\n            else\n            {\n                splitHelpButton.Visibility = Visibility.Hidden;\n            }\n\n            if (activeSettings.IsNotFirstLaunch != true)\n            {\n                activeSettings.IsNotFirstLaunch = true;\n                AboutWindow aw = new AboutWindow();\n                aw.expander0.IsExpanded = true;\n                aw.ShowDialog();\n                try\n                {\n                    Visibility = Visibility.Visible;\n                }\n                catch (InvalidOperationException)\n                {\n\n                }\n                ShowMenuItem.Header = \"Hide RoundedTB\";\n            }\n\n            AutoHide(true, taskbarDetails);\n\n            UpdateUi();\n\n        }\n\n        public void UpdateUi()\n        {\n            if (!activeSettings.ShowTray || activeSettings.ShowSegmentsOnHover)\n            {\n                trayRectStandIn.Opacity = 0.5;\n            }\n            else\n            {\n                trayRectStandIn.Opacity = 1;\n            }\n\n            if (!activeSettings.ShowWidgets || activeSettings.ShowSegmentsOnHover)\n            {\n                widgetsRectStandIn.Opacity = 0.5;\n            }\n            else\n            {\n                widgetsRectStandIn.Opacity = 1;\n            }\n\n            rectStands.AllWithoutCenterBar.ForEach(x => x.KeyControl.Visibility = Visibility.Hidden);\n            if (activeSettings.IsCentred && activeSettings.IsWindows11 && activeSettings.IsDynamic)\n            {\n                taskbarRectStandIn.Margin = new Thickness(126, 0, 126, 5);\n                rectStands.AllWithoutCenterBar.ForEach(x => x.KeyControl.Visibility = Visibility.Visible);\n            }\n            else if (activeSettings.IsDynamic)\n            {\n                taskbarRectStandIn.Margin = new Thickness(5, 0, 247, 5);\n                trayRectStandIn.Visibility = Visibility.Visible;\n            }\n            else\n            {\n                taskbarRectStandIn.Margin = new Thickness(5, 210, 5, 5);\n            }\n        }\n\n        public void AutoHide(bool enabled, List<Types.Taskbar> taskbarDetails)\n        {\n            int workingHeight = System.Windows.Forms.Screen.PrimaryScreen.WorkingArea.Height;\n            int boundsHeight = System.Windows.Forms.Screen.PrimaryScreen.Bounds.Height;\n            int taskbarHeight = taskbarDetails[0].TaskbarRect.Bottom - taskbarDetails[0].TaskbarRect.Top;\n            bool workAreaMisconfigured = false;\n\n            if (boundsHeight - taskbarHeight > workingHeight)\n            {\n                workAreaMisconfigured = true;\n            }\n\n            if (activeSettings.AutoHide > 0 && enabled)\n            {\n                MonitorStuff.DisplayInfoCollection Displays = MonitorStuff.GetDisplays();\n\n                foreach (MonitorStuff.DisplayInfo display in Displays)\n                {\n                    LocalPInvoke.RECT workArea = display.MonitorArea;\n                    workArea.Bottom = workArea.Bottom - 2;\n                    Interaction.SetWorkspace(workArea);\n                }\n                foreach (Types.Taskbar taskbar in taskbarDetails)\n                {\n                    LocalPInvoke.SetWindowPos(taskbar.TaskbarHwnd, new IntPtr(-1), 0, 0, 0, 0, LocalPInvoke.SetWindowPosFlags.IgnoreMove | LocalPInvoke.SetWindowPosFlags.IgnoreResize);\n                    Taskbar.SetTaskbarState(LocalPInvoke.AppBarStates.AlwaysOnTop, taskbar.TaskbarHwnd);\n                }\n            }\n            else if (!enabled)\n            {\n                foreach (Types.Taskbar taskbar in taskbarDetails)\n                {\n                    LocalPInvoke.SetWindowPos(taskbar.TaskbarHwnd, new IntPtr(-1), 0, 0, 0, 0, LocalPInvoke.SetWindowPosFlags.IgnoreMove | LocalPInvoke.SetWindowPosFlags.IgnoreResize);\n                    if (workAreaMisconfigured)\n                    {\n                        Taskbar.SetTaskbarState(LocalPInvoke.AppBarStates.AutoHide, taskbar.TaskbarHwnd);\n                        Taskbar.SetTaskbarState(LocalPInvoke.AppBarStates.AlwaysOnTop, taskbar.TaskbarHwnd);\n                    }\n\n                    MonitorStuff.DisplayInfoCollection Displays = MonitorStuff.GetDisplays();\n\n                    foreach (MonitorStuff.DisplayInfo display in Displays)\n                    {\n                        taskbarHeight = taskbar.TaskbarRect.Bottom - taskbar.TaskbarRect.Top;\n                        LocalPInvoke.RECT workArea = display.MonitorArea;\n                        workArea.Bottom = workArea.Bottom - taskbarHeight;\n                        Interaction.SetWorkspace(workArea);\n                    }\n                }\n            }\n        }\n\n        public void TrayIconCheck(bool isForceReset)\n        {\n            Uri resLight = new(\"pack://application:,,,/res/traylight.ico\");\n            Uri resDark = new(\"pack://application:,,,/res/traydark.ico\");\n\n            if (false)\n            {\n                // TODO: Show system theme mode icon.\n                bool cuurentIsLightMode = IsThemeLightMode();\n                if (cuurentIsLightMode)\n                {\n                    mainTitleBar.NotifyIconImage = System.Windows.Media.Imaging.BitmapFrame.Create(\n                        new System.Windows.Media.Imaging.BitmapImage(resLight));\n                }\n                else\n                {\n                    mainTitleBar.NotifyIconImage = System.Windows.Media.Imaging.BitmapFrame.Create(\n                        new System.Windows.Media.Imaging.BitmapImage(resDark));\n                }\n            }\n            if (isForceReset)\n            {\n\n                mainTitleBar.ResetIcon();\n            }\n        }\n\n        public bool IsThemeLightMode()\n        {\n            if (this.isWindows11)\n            {\n                return IsThemeLightModeForWin11();\n            }\n            else\n            {\n                // To be removed in the future.\n                WPFUI.Theme.Style style = WPFUI.Theme.Manager.GetSystemTheme();\n                return (style == WPFUI.Theme.Style.Light);\n            }\n        }\n        private static bool IsThemeLightModeForWin11()\n        {\n            RegistryKey key = Registry.CurrentUser.OpenSubKey(@\"Software\\Microsoft\\Windows\\CurrentVersion\\Themes\\Personalize\");\n            int sysLightTheme = (int)key.GetValue(\"SystemUsesLightTheme\");\n\n            bool isLight = (sysLightTheme == 1);\n            return isLight;\n        }\n\n\n        public void ApplyButton_Click(object sender, RoutedEventArgs e)\n        {\n            int mt = 0;\n            int ml = 0;\n            int mb = 0;\n            int mr = 0;\n\n            int widgetWidth = 0;\n            int clockWidth = 0;\n\n            {\n                if ((!int.TryParse(mTopInput.Text, out mt) && mTopInput.Text != string.Empty)\n                || (!int.TryParse(mLeftInput.Text, out ml) && mLeftInput.Text != string.Empty)\n                || (!int.TryParse(mBottomInput.Text, out mb) && mBottomInput.Text != string.Empty)\n                || (!int.TryParse(mRightInput.Text, out mr) && mRightInput.Text != string.Empty))\n                {\n                    return;\n                }\n\n                if ((!int.TryParse(widgetWidthInput.Text, out widgetWidth) && widgetWidthInput.Text != string.Empty)\n                || (!int.TryParse(clockWidthInput.Text, out clockWidth) && clockWidthInput.Text != string.Empty))\n                {\n                    return;\n                }\n            }\n\n            activeSettings.WidgetsWidth = widgetWidth;\n            activeSettings.ClockWidth = clockWidth;\n\n            activeSettings.AutoHide = autoHideComboBox.SelectedIndex;\n            activeSettings.IsDynamic = (bool)dynamicCheckBox.IsChecked;\n            activeSettings.IsCentred = Taskbar.CheckIfCentred();\n            activeSettings.ShowTray = (bool)showTrayCheckBox.IsChecked;\n            activeSettings.ShowWidgets = (bool)showWidgetsCheckBox.IsChecked;\n            activeSettings.ShowSecondaryClock = (bool)showClockCheckBox.IsChecked;\n            activeSettings.CompositionCompat = (bool)compositionFixCheckBox.IsChecked;\n            activeSettings.FillOnMaximise = (bool)fillMaximisedCheckBox.IsChecked;\n            activeSettings.FillOnTaskSwitch = (bool)fillAltTabCheckBox.IsChecked;\n            activeSettings.ShowSegmentsOnHover = (bool)showSegmentsOnHoverCheckBox.IsChecked;\n\n            try\n            {\n                foreach (Types.Taskbar taskbar in taskbarDetails)\n                {\n                    int isFullTest = taskbar.TrayRect.Left - taskbar.AppListRect.Right;\n                    if (!activeSettings.IsDynamic || (isFullTest <= taskbar.ScaleFactor * 25 && isFullTest > 0 && taskbar.TrayRect.Left != 0))\n                    {\n                        Taskbar.UpdateSimpleTaskbar(taskbar, activeSettings);\n                    }\n                    else\n                    {\n                        Taskbar.UpdateDynamicTaskbar(taskbar, activeSettings);\n                    }\n                }\n            }\n            catch (InvalidOperationException aaaa)\n            {\n                interaction.AddLog(aaaa.Message);\n            }\n\n\n            if (taskbarThread.IsBusy == false)\n            {\n                taskbarThread.RunWorkerAsync((mt, ml, mb, mr, 0));\n            }\n            else\n            {\n                taskbarThread.CancelAsync();\n                while (taskbarThread.IsBusy == true)\n                {\n                    System.Windows.Forms.Application.DoEvents();\n                    System.Threading.Thread.Sleep(100);\n                }\n                taskbarThread.RunWorkerAsync((mt, ml, mb, mr, 0));\n            }\n\n            if (activeSettings.AutoHide < 1)\n            {\n                AutoHide(false, taskbarDetails);\n            }\n            else\n            {\n                AutoHide(true, taskbarDetails);\n            }\n            interaction.WriteJSON();\n            TrayIconCheck(isForceReset: true);\n            UpdateUi();\n\n        }\n\n        protected override void OnClosing(CancelEventArgs e)\n        {\n            base.OnClosing(e);\n\n            if (shouldReallyDieNoReally == false)\n            {\n                e.Cancel = true;\n                Visibility = Visibility.Hidden;\n                ShowMenuItem.Header = \"Show RoundedTB\";\n            }\n            else\n            {\n\n\n                try\n                {\n                    taskbarThread.CancelAsync();\n                }\n                catch (Exception aaaa)\n                {\n                    interaction.AddLog(aaaa.Message);\n                }\n                while (taskbarThread.IsBusy == true)\n                {\n                    System.Windows.Forms.Application.DoEvents();\n                    System.Threading.Thread.Sleep(100);\n                }\n\n                try\n                {\n                    foreach (var tbDeets in taskbarDetails)\n                    {\n                        Taskbar.ResetTaskbar(tbDeets, activeSettings);\n                    }\n                    if (activeSettings.AutoHide > 0)\n                    {\n                        AutoHide(false, taskbarDetails);\n                    }\n                }\n                catch (InvalidOperationException aaaa)\n                {\n                    interaction.AddLog($\"Taskbar structure changed on exit:\\n{aaaa.Message}\");\n                }\n                interaction.AddLog(\"Exiting RoundedTB.\");\n            }\n            if (!isAlreadyRunning)\n            {\n                interaction.WriteJSON();\n            }\n        }\n\n        private void CloseMenuItem_Click(object sender, RoutedEventArgs e)\n        {\n            // Close any popups - leave main window for now\n            for (int windowCount = App.Current.Windows.Count - 1; windowCount >= 0; windowCount--)\n            {\n                App.Current.Windows[windowCount].Close();\n            }\n\n            shouldReallyDieNoReally = true;\n\n            Close();\n        }\n\n        public void ShowMenuItem_Click(object sender, RoutedEventArgs e)\n        {\n            if (IsVisible == false)\n            {\n                Visibility = Visibility.Visible;\n                ShowMenuItem.Header = \"Hide RoundedTB\";\n            }\n            else\n            {\n                // Close any popups - leave main window for now\n                for (int windowCount = App.Current.Windows.Count - 1; windowCount >= 0; windowCount--)\n                {\n                    App.Current.Windows[windowCount].Close();\n                }\n                Visibility = Visibility.Hidden;\n                ShowMenuItem.Header = \"Show RoundedTB\";\n            }\n        }\n\n        private async void Startup_Clicked(object sender, RoutedEventArgs e)\n        {\n            Debug.WriteLine(\"Startup toggled\");\n            if (IsRunningAsUWP())\n            {\n                await StartupToggle();\n                await StartupInit(false);\n            }\n            else\n            {\n                if (System.IO.File.Exists(Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.Startup), \"RoundedTB.lnk\")))\n                {\n                    System.IO.File.Delete(Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.Startup), \"RoundedTB.lnk\"));\n                }\n                else\n                {\n                    EnableStartup();\n                }\n            }\n        }\n\n        public void EnableStartup()\n        {\n            try\n            {\n                string shortcutFolder = Environment.GetFolderPath(Environment.SpecialFolder.Startup);\n                if (!Directory.Exists(shortcutFolder))\n                {\n                    Directory.CreateDirectory(shortcutFolder);\n                }\n                WshShell shellClass = new WshShell();\n                string rtbStartupLink = Path.Combine(shortcutFolder, \"RoundedTB.lnk\");\n                IWshShortcut shortcut = (IWshShortcut)shellClass.CreateShortcut(rtbStartupLink);\n                shortcut.TargetPath = Environment.GetCommandLineArgs()[0];\n                shortcut.IconLocation = Environment.GetCommandLineArgs()[0];\n                shortcut.Arguments = \"\";\n                shortcut.Description = \"Start RoundedTB\";\n                shortcut.Save();\n            }\n            catch (Exception)\n            {\n            }\n        }\n\n        async Task StartupToggle()\n        {\n            StartupTask startupTask = await StartupTask.GetAsync(\"RTB\"); // Pass the task ID you specified in the appxmanifest file\n            switch (startupTask.State)\n            {\n                case StartupTaskState.Disabled:\n                    StartupTaskState newState = await startupTask.RequestEnableAsync();\n                    StartupCheckBox.IsEnabled = true;\n                    break;\n\n                case StartupTaskState.DisabledByUser:\n                    StartupCheckBox.IsEnabled = false;\n                    break;\n\n                case StartupTaskState.EnabledByPolicy:\n                    StartupCheckBox.IsEnabled = false;\n                    break;\n\n                case StartupTaskState.DisabledByPolicy:\n                    StartupCheckBox.IsEnabled = false;\n                    break;\n\n                case StartupTaskState.Enabled:\n                    startupTask.Disable();\n                    StartupCheckBox.IsEnabled = true;\n                    break;\n            }\n        }\n\n        async Task StartupInit(bool clean)\n        {\n            StartupTask startupTask = await StartupTask.GetAsync(\"RTB\");\n            switch (startupTask.State)\n            {\n                case StartupTaskState.Disabled:\n                    StartupCheckBox.IsChecked = false;\n                    StartupCheckBox.IsEnabled = true;\n                    if (clean)\n                    {\n                        Visibility = Visibility.Visible;\n                        ShowMenuItem.Header = \"Hide RoundedTB\";\n                    }\n                    StartupCheckBox.Content = \"Run at startup\";\n                    break;\n\n                case StartupTaskState.DisabledByUser:\n                    StartupCheckBox.IsChecked = false;\n                    StartupCheckBox.IsEnabled = false;\n                    if (clean)\n                    {\n                        Visibility = Visibility.Visible;\n                        ShowMenuItem.Header = \"Hide RoundedTB\";\n                    }\n                    StartupCheckBox.Content = \"Startup unavailable\";\n                    break;\n\n                case StartupTaskState.EnabledByPolicy:\n                    StartupCheckBox.IsChecked = true;\n                    StartupCheckBox.IsEnabled = false;\n                    if (clean)\n                    {\n                        Visibility = Visibility.Hidden;\n                        ShowMenuItem.Header = \"Show RoundedTB\";\n                    }\n                    StartupCheckBox.Content = \"Startup mandatory\";\n                    break;\n\n                case StartupTaskState.DisabledByPolicy:\n                    StartupCheckBox.IsChecked = false;\n                    StartupCheckBox.IsEnabled = false;\n                    if (clean)\n                    {\n                        Visibility = Visibility.Visible;\n                        ShowMenuItem.Header = \"Hide RoundedTB\";\n                    }\n                    StartupCheckBox.Content = \"Startup unavailable\";\n                    break;\n\n                case StartupTaskState.Enabled:\n                    StartupCheckBox.IsChecked = true;\n                    StartupCheckBox.IsEnabled = true;\n                    if (clean)\n                    {\n                        Visibility = Visibility.Hidden;\n                        ShowMenuItem.Header = \"Show RoundedTB\";\n                    }\n                    StartupCheckBox.Content = \"Run at startup\";\n                    break;\n            }\n        }\n\n        // Checks if running as a UWP app\n        public bool IsRunningAsUWP()\n        {\n            try\n            {\n                Helpers helpers = new Helpers();\n                return helpers.IsRunningAsUwp();\n            }\n            catch (Exception)\n            {\n                return false;\n            }\n\n        }\n\n        private void DebugMenuItem_Click(object sender, RoutedEventArgs e)\n        {\n            IntPtr hwndNext = LocalPInvoke.FindWindowExA(taskbarDetails[0].TaskbarHwnd, IntPtr.Zero, \"Start\", null);\n            List<IntPtr> floatingMilkshakesBitsOfTaskbar = new List<IntPtr>();\n            floatingMilkshakesBitsOfTaskbar.Add(hwndNext);\n            while (true)\n            {\n                hwndNext = LocalPInvoke.FindWindowExA(taskbarDetails[0].TaskbarHwnd, hwndNext, null, null);\n                if (floatingMilkshakesBitsOfTaskbar.Contains(hwndNext))\n                {\n                    break;\n                }\n                floatingMilkshakesBitsOfTaskbar.Add(hwndNext);\n\n            }\n            foreach (IntPtr hwnd in floatingMilkshakesBitsOfTaskbar)\n            {\n                LocalPInvoke.GetWindowRect(hwnd, out LocalPInvoke.RECT rect);\n                LocalPInvoke.MoveWindow(hwnd, rect.Left + 50, rect.Top, (rect.Right + 50) - (rect.Left + 50), rect.Bottom - rect.Top, true);\n            }\n        }\n\n        private async void ContextMenu_MouseEnter(object sender, System.Windows.Input.MouseEventArgs e)\n        {\n            if (IsRunningAsUWP())\n            {\n                await StartupInit(false);\n            }\n        }\n\n        private void dynamicCheckBox_Checked(object sender, RoutedEventArgs e)\n        {\n            centredCheckBox.IsEnabled = true;\n            showSegmentsOnHoverCheckBox.IsEnabled = true;\n            showSegmentsOnHoverCheckBox.IsChecked = false;\n            showTrayCheckBox.IsEnabled = true;\n            showTrayCheckBox.IsChecked = true;\n\n            if (!isWindows11)\n            {\n                splitHelpButton.Visibility = Visibility.Visible;\n                if (Opacity > 0.5)\n                {\n                    splitHelpButton_Click(null, null);\n                }\n            }\n\n        }\n\n        private void dynamicCheckBox_Unchecked(object sender, RoutedEventArgs e)\n        {\n\n            centredCheckBox.IsEnabled = false;\n            centredCheckBox.IsChecked = false;\n            showSegmentsOnHoverCheckBox.IsEnabled = false;\n            showSegmentsOnHoverCheckBox.IsChecked = false;\n            showTrayCheckBox.IsEnabled = false;\n            showTrayCheckBox.IsChecked = false;\n\n            if (!isWindows11)\n            {\n                splitHelpButton.Visibility = Visibility.Hidden;\n            }\n        }\n\n        private void cornerRadiusSlider_DragCompleted(object sender, System.Windows.Controls.Primitives.DragCompletedEventArgs e)\n        {\n            int check = Convert.ToInt32(Math.Round(cornerRadiusSlider.Value));\n            cornerRadiusInput.Text = check.ToString();\n\n            switch (selectedSegment)\n            {\n                default:\n                    break;\n\n                case 0:\n                    activeSettings.SimpleTaskbarLayout.CornerRadius = check;\n                    break;\n\n                case 1:\n                    activeSettings.DynamicAppListLayout.CornerRadius = check;\n                    break;\n\n                case 2:\n                    activeSettings.DynamicTrayLayout.CornerRadius = check;\n                    break;\n\n                case 3:\n                    activeSettings.DynamicWidgetsLayout.CornerRadius = check;\n                    break;\n\n                case 4:\n                    activeSettings.DynamicSecondaryClockLayout.CornerRadius = check;\n                    break;\n            }\n        }\n\n        protected override void OnSourceInitialized(EventArgs e)\n        {\n            Debug.WriteLine(\"AAAAA\");\n            base.OnSourceInitialized(e);\n\n\n            IntPtr handle = new WindowInteropHelper(this).Handle;\n            source = HwndSource.FromHwnd(handle);\n            source.AddHook(interaction.HwndHook);\n            bool wtf = LocalPInvoke.RegisterHotKey(handle, 9000, 0x8, 0x71);\n            Debug.WriteLine(\"KEY: \" + wtf);\n            Debug.WriteLine(handle);\n            Debug.WriteLine((int)Types.KeyModifier.WinKey);\n            Debug.WriteLine(System.Windows.Forms.Keys.J.GetHashCode());\n            Visibility = Visibility.Hidden;\n            Opacity = 1;\n        }\n\n        private void splitHelpButton_Click(object sender, RoutedEventArgs e)\n        {\n            Infobox ib = new Infobox();\n            ib.Title = \"RoundedTB - Split mode configuration\";\n            ib.titleBlock.Text = \"How to use Split Mode\";\n            ib.bodyBlock.Text = \"Split mode has a couple of limitations and requires a small amount of setup to get working properly.\\n\\nLimitations:\\n1) Split mode doesn't resize itself automatically. This feature will be coming to RoundedTB for Windows 10 in the future.\\n2) Toolbars are not compatible with split mode currently, and will need to be disabled apart from one (more on that in a moment).\\n3) Split mode only works when the taskbar is horizontal at the top or bottom of the screen.\\n\\nSetup:\\n1) Right-click the taskbar and disable \\\"Lock the taskbar\\\".\\n2) Right-click it again and turn off any existing toolbars.\\n3) Right-click a third time, select Toolbars > Desktop.\\n4) Use the small || handle to resize the taskbar as you please.\";\n            ib.ShowDialog();\n        }\n\n        private void compositionFixCheckBox_Checked(object sender, RoutedEventArgs e)\n        {\n            if (Opacity > 0.01)\n            {\n                Infobox ib = new Infobox();\n                ib.Height = 450;\n                ib.Title = \"RoundedTB - TranslucentTB compatibility\";\n                ib.titleBlock.Text = \"Compatibility with TranslucentTB\";\n                ib.bodyBlock.Text = \"\\nTranslucentTB is a utility that allows you to customise the opacity, blur and colour of the taskbar seamlessly with significantly finer control than other tools. Enable this option to allow RoundedTB and TranslucentTB to work together.\\n\\nThis is necessary due to a bug in Windows (it's not the fault of RoundedTB or TranslucentTB), and you might encounter some minor flickering when the taskbar \\\"updates\\\" (changes size, roundness or position). This is usually pretty minimal and many people use RoundedTB and TranslucentTB in tandem without complaint, but if it bothers you then I recommend sticking with either RoundedTB or TranslucentTB until a better solution is available.\\n\\nRegardless though, go show TranslucentTB some love! It's the OG Windows 10 aesthetic taskbar mod, the first one on the Microsoft Store and the project that inspired me to make RoundedTB. Plus, the dev is pretty awesome 💖\";\n                ib.ShowDialog();\n            }\n        }\n\n        private void aboutButton_Click(object sender, RoutedEventArgs e)\n        {\n            AboutWindow aw = new AboutWindow();\n            aw.ShowDialog();\n        }\n\n        private void fillMaximisedCheckBox_Checked(object sender, RoutedEventArgs e)\n        {\n            if (isWindows11)\n            {\n                fillAltTabCheckBox.IsEnabled = true;\n            }\n        }\n\n        private void fillMaximisedCheckBox_Unchecked(object sender, RoutedEventArgs e)\n        {\n            fillAltTabCheckBox.IsEnabled = false;\n            fillAltTabCheckBox.IsChecked = false;\n\n        }\n\n        private void showSegmentsOnHoverCheckBox_Checked(object sender, RoutedEventArgs e)\n        {\n            showTrayCheckBox.IsEnabled = false;\n            showTrayCheckBox.IsChecked = false;\n\n            showWidgetsCheckBox.IsEnabled = false;\n            showWidgetsCheckBox.IsChecked = false;\n        }\n\n        private void showSegmentsOnHoverCheckBox_Unchecked(object sender, RoutedEventArgs e)\n        {\n            showTrayCheckBox.IsEnabled = true;\n            showTrayCheckBox.IsChecked = true;\n\n            showWidgetsCheckBox.IsEnabled = true;\n            showWidgetsCheckBox.IsChecked = true;\n        }\n\n        private void SetLayoutInput(Types.SegmentSettings layout)\n        {\n            cornerRadiusInput.Text = layout.CornerRadius.ToString();\n            cornerRadiusSlider.Value = layout.CornerRadius;\n            mTopInput.Text = layout.MarginTop.ToString();\n            mLeftInput.Text = layout.MarginLeft.ToString();\n            mBottomInput.Text = layout.MarginBottom.ToString();\n            mRightInput.Text = layout.MarginRight.ToString();\n        }\n\n        private void taskbarRectStandIn_Click(object sender, RoutedEventArgs e)\n        {\n            rectStands.Focus(rectStands.CenterBar);\n\n            if (activeSettings.IsDynamic)\n            {\n                selectedSegment = 1;\n                SetLayoutInput(activeSettings.DynamicAppListLayout);\n            }\n            else\n            {\n                selectedSegment = 0;\n                SetLayoutInput(activeSettings.SimpleTaskbarLayout);\n            }\n        }\n\n        private void trayRectStandIn_Click(object sender, RoutedEventArgs e)\n        {\n            rectStands.Focus(rectStands.TaskTray);\n\n            selectedSegment = 2;\n            SetLayoutInput(activeSettings.DynamicTrayLayout);\n        }\n\n        private void widgetsRectStandIn_Click(object sender, RoutedEventArgs e)\n        {\n            rectStands.Focus(rectStands.Widgets);\n\n            selectedSegment = 3;\n            SetLayoutInput(activeSettings.DynamicWidgetsLayout);\n        }\n\n        private void clockRectStandIn_Click(object sender, RoutedEventArgs e)\n        {\n            rectStands.Focus(rectStands.Clock);\n\n            selectedSegment = 4;\n            SetLayoutInput(activeSettings.DynamicSecondaryClockLayout);\n        }\n\n        private void mTopInput_LostFocus(object sender, RoutedEventArgs e)\n        {\n            if (int.TryParse(mTopInput.Text, out int check) && mTopInput.Text != string.Empty)\n            {\n                switch (selectedSegment)\n                {\n                    default:\n                        break;\n\n                    case 0:\n                        activeSettings.SimpleTaskbarLayout.MarginTop = check;\n                        break;\n\n                    case 1:\n                        activeSettings.DynamicAppListLayout.MarginTop = check;\n                        break;\n\n                    case 2:\n                        activeSettings.DynamicTrayLayout.MarginTop = check;\n                        break;\n\n                    case 3:\n                        activeSettings.DynamicWidgetsLayout.MarginTop = check;\n                        break;\n\n                    case 4:\n                        activeSettings.DynamicSecondaryClockLayout.MarginTop = check;\n                        break;\n                }\n            }\n        }\n\n        private void mBottomInput_LostFocus(object sender, RoutedEventArgs e)\n        {\n            if (int.TryParse(mBottomInput.Text, out int check) && mBottomInput.Text != string.Empty)\n            {\n                switch (selectedSegment)\n                {\n                    default:\n                        break;\n\n                    case 0:\n                        activeSettings.SimpleTaskbarLayout.MarginBottom = check;\n                        break;\n\n                    case 1:\n                        activeSettings.DynamicAppListLayout.MarginBottom = check;\n                        break;\n\n                    case 2:\n                        activeSettings.DynamicTrayLayout.MarginBottom = check;\n                        break;\n\n                    case 3:\n                        activeSettings.DynamicWidgetsLayout.MarginBottom = check;\n                        break;\n\n                    case 4:\n                        activeSettings.DynamicSecondaryClockLayout.MarginBottom = check;\n                        break;\n                }\n            }\n        }\n\n        private void mLeftInput_LostFocus(object sender, RoutedEventArgs e)\n        {\n            if (int.TryParse(mLeftInput.Text, out int check) && mLeftInput.Text != string.Empty)\n            {\n                switch (selectedSegment)\n                {\n                    default:\n                        break;\n\n                    case 0:\n                        activeSettings.SimpleTaskbarLayout.MarginLeft = check;\n                        break;\n\n                    case 1:\n                        activeSettings.DynamicAppListLayout.MarginLeft = check;\n                        break;\n\n                    case 2:\n                        activeSettings.DynamicTrayLayout.MarginLeft = check;\n                        break;\n\n                    case 3:\n                        activeSettings.DynamicWidgetsLayout.MarginLeft = check;\n                        break;\n\n                    case 4:\n                        activeSettings.DynamicSecondaryClockLayout.MarginLeft = check;\n                        break;\n                }\n            }\n        }\n\n        private void mRightInput_LostFocus(object sender, RoutedEventArgs e)\n        {\n            if (int.TryParse(mRightInput.Text, out int check) && mRightInput.Text != string.Empty)\n            {\n                switch (selectedSegment)\n                {\n                    default:\n                        break;\n\n                    case 0:\n                        activeSettings.SimpleTaskbarLayout.MarginRight = check;\n                        break;\n\n                    case 1:\n                        activeSettings.DynamicAppListLayout.MarginRight = check;\n                        break;\n\n                    case 2:\n                        activeSettings.DynamicTrayLayout.MarginRight = check;\n                        break;\n\n                    case 3:\n                        activeSettings.DynamicWidgetsLayout.MarginRight = check;\n                        break;\n\n                    case 4:\n                        activeSettings.DynamicSecondaryClockLayout.MarginRight = check;\n                        break;\n                }\n            }\n        }\n\n        private void cornerRadiusInput_LostFocus(object sender, RoutedEventArgs e)\n        {\n            if (int.TryParse(cornerRadiusInput.Text, out int check) && cornerRadiusInput.Text != string.Empty)\n            {\n                switch (selectedSegment)\n                {\n                    default:\n                        break;\n\n                    case 0:\n                        activeSettings.SimpleTaskbarLayout.CornerRadius = check;\n                        break;\n\n                    case 1:\n                        activeSettings.DynamicAppListLayout.CornerRadius = check;\n                        break;\n\n                    case 2:\n                        activeSettings.DynamicTrayLayout.CornerRadius = check;\n                        break;\n\n                    case 3:\n                        activeSettings.DynamicWidgetsLayout.CornerRadius = check;\n                        break;\n\n                    case 4:\n                        activeSettings.DynamicSecondaryClockLayout.CornerRadius = check;\n                        break;\n                }\n\n                cornerRadiusSlider.Value = check;\n            }\n        }\n\n        private void cornerRadiusSlider_ValueChanged(object sender, RoutedPropertyChangedEventArgs<double> e)\n        {\n            cornerRadiusInput.Text = Math.Round(cornerRadiusSlider.Value).ToString();\n        }\n    }\n}\n"
  },
  {
    "path": "RoundedTB/MonitorStuff.cs",
    "content": "﻿using System;\nusing System.Collections.Generic;\nusing System.Runtime.InteropServices;\nusing System.Windows;\n\nnamespace RoundedTB\n{\n    class MonitorStuff\n    {\n        [DllImport(\"user32.dll\")]\n        public static extern bool EnumDisplayMonitors(IntPtr hdc, IntPtr lprcClip, EnumMonitorsDelegate lpfnEnum, IntPtr dwData);\n        [DllImport(\"user32.dll\")]\n        public static extern bool GetMonitorInfo(IntPtr hMonitor, ref MONITORINFO lplmi);\n\n        [StructLayout(LayoutKind.Sequential)]\n        public struct MONITORINFO\n        {\n            public uint cbSize;\n            public LocalPInvoke.RECT rcMonitor;\n            public LocalPInvoke.RECT rcWork;\n            public uint dwFlags;\n        }\n\n        // Stuff for acquiring mouse position because Cursor.Position failed me\n        [StructLayout(LayoutKind.Sequential)]\n        public struct POINT\n        {\n            public int X;\n            public int Y;\n\n            public static implicit operator Point(POINT point)\n            {\n                return new Point(point.X, point.Y);\n            }\n        }\n\n        // It's like a normal bool but delegate, perhaps its also delicate? I don't know. That's up to you, I suppose!\n        public delegate bool EnumMonitorsDelegate(IntPtr hMonitor, IntPtr hdcMonitor, ref LocalPInvoke.RECT lprcMonitor, IntPtr dwData);\n\n        // Gets a list of display info\n        public static DisplayInfoCollection GetDisplays()\n        {\n            DisplayInfoCollection col = new DisplayInfoCollection();\n\n            EnumDisplayMonitors(IntPtr.Zero, IntPtr.Zero,\n                delegate (IntPtr hMonitor, IntPtr hdcMonitor, ref LocalPInvoke.RECT lprcMonitor, IntPtr dwData)\n                {\n                    MONITORINFO mi = new MONITORINFO();\n                    mi.cbSize = (uint)Marshal.SizeOf(mi);\n                    bool success = GetMonitorInfo(hMonitor, ref mi);\n                    if (success)\n                    {\n                        DisplayInfo di = new DisplayInfo\n                        {\n                            ScreenWidth = (mi.rcMonitor.Right - mi.rcMonitor.Left).ToString(),\n                            ScreenHeight = (mi.rcMonitor.Bottom - mi.rcMonitor.Top).ToString(),\n                            MonitorArea = mi.rcMonitor,\n                            WorkArea = mi.rcWork,\n                            Availability = mi.dwFlags.ToString(),\n                            Handle = hMonitor,\n                            Top = mi.rcMonitor.Top,\n                            Left = mi.rcMonitor.Left\n                        };\n                        col.Add(di);\n                    }\n                    return true;\n                }, IntPtr.Zero);\n            return col;\n        }\n\n        // Super-handy to do things or something\n        public class DisplayInfoCollection : List<DisplayInfo>\n        {\n        }\n\n        // What the above is made of\n        public class DisplayInfo\n        {\n            public string Availability { get; set; }\n            public string ScreenHeight { get; set; }\n            public string ScreenWidth { get; set; }\n            public LocalPInvoke.RECT MonitorArea { get; set; }\n            public LocalPInvoke.RECT WorkArea { get; set; }\n            public IntPtr Handle { get; set; }\n            public int Top { get; set; }\n            public int Left { get; set; }\n        }\n    }\n}\n"
  },
  {
    "path": "RoundedTB/Properties/AssemblyInfo.cs",
    "content": "﻿using System.Reflection;\nusing System.Resources;\nusing System.Runtime.CompilerServices;\nusing System.Runtime.InteropServices;\nusing System.Windows;\n\n// General Information about an assembly is controlled through the following\n// set of attributes. Change these attribute values to modify the information\n// associated with an assembly.\n[assembly: AssemblyTitle(\"RoundedTB\")]\n[assembly: AssemblyDescription(\"\")]\n[assembly: AssemblyConfiguration(\"\")]\n[assembly: AssemblyCompany(\"\")]\n[assembly: AssemblyProduct(\"RoundedTB\")]\n[assembly: AssemblyCopyright(\"Copyright ©  2021\")]\n[assembly: AssemblyTrademark(\"\")]\n[assembly: AssemblyCulture(\"\")]\n\n// Setting ComVisible to false makes the types in this assembly not visible\n// to COM components.  If you need to access a type in this assembly from\n// COM, set the ComVisible attribute to true on that type.\n[assembly: ComVisible(false)]\n\n//In order to begin building localizable applications, set\n//<UICulture>CultureYouAreCodingWith</UICulture> in your .csproj file\n//inside a <PropertyGroup>.  For example, if you are using US english\n//in your source files, set the <UICulture> to en-US.  Then uncomment\n//the NeutralResourceLanguage attribute below.  Update the \"en-US\" in\n//the line below to match the UICulture setting in the project file.\n\n//[assembly: NeutralResourcesLanguage(\"en-US\", UltimateResourceFallbackLocation.Satellite)]\n\n\n[assembly: ThemeInfo(\n    ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located\n                                     //(used if a resource is not found in the page,\n                                     // or application resource dictionaries)\n    ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located\n                                              //(used if a resource is not found in the page,\n                                              // app, or any theme specific resource dictionaries)\n)]\n\n\n// Version information for an assembly consists of the following four values:\n//\n//      Major Version\n//      Minor Version\n//      Build Number\n//      Revision\n//\n// You can specify all the values or you can default the Build and Revision Numbers\n// by using the '*' as shown below:\n// [assembly: AssemblyVersion(\"1.0.*\")]\n[assembly: AssemblyVersion(\"1.0.0.0\")]\n[assembly: AssemblyFileVersion(\"1.0.0.0\")]\n"
  },
  {
    "path": "RoundedTB/Properties/Resources.Designer.cs",
    "content": "﻿//------------------------------------------------------------------------------\n// <auto-generated>\n//     This code was generated by a tool.\n//     Runtime Version:4.0.30319.42000\n//\n//     Changes to this file may cause incorrect behavior and will be lost if\n//     the code is regenerated.\n// </auto-generated>\n//------------------------------------------------------------------------------\n\nnamespace RoundedTB.Properties {\n    using global::System;\n    \n    \n    /// <summary>\n    ///   A strongly-typed resource class, for looking up localized strings, etc.\n    /// </summary>\n    // This class was auto-generated by the StronglyTypedResourceBuilder\n    // class via a tool like ResGen or Visual Studio.\n    // To add or remove a member, edit your .ResX file then rerun ResGen\n    // with the /str option, or rebuild your VS project.\n    [global::System.CodeDom.Compiler.GeneratedCodeAttribute(\"System.Resources.Tools.StronglyTypedResourceBuilder\", \"16.0.0.0\")]\n    [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\n    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]\n    internal class Resources {\n        \n        private static global::System.Resources.ResourceManager resourceMan;\n        \n        private static global::System.Globalization.CultureInfo resourceCulture;\n        \n        [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute(\"Microsoft.Performance\", \"CA1811:AvoidUncalledPrivateCode\")]\n        internal Resources() {\n        }\n        \n        /// <summary>\n        ///   Returns the cached ResourceManager instance used by this class.\n        /// </summary>\n        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]\n        internal static global::System.Resources.ResourceManager ResourceManager {\n            get {\n                if (object.ReferenceEquals(resourceMan, null)) {\n                    global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager(\"RoundedTB.Properties.Resources\", typeof(Resources).Assembly);\n                    resourceMan = temp;\n                }\n                return resourceMan;\n            }\n        }\n        \n        /// <summary>\n        ///   Overrides the current thread's CurrentUICulture property for all\n        ///   resource lookups using this strongly typed resource class.\n        /// </summary>\n        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]\n        internal static global::System.Globalization.CultureInfo Culture {\n            get {\n                return resourceCulture;\n            }\n            set {\n                resourceCulture = value;\n            }\n        }\n    }\n}\n"
  },
  {
    "path": "RoundedTB/Properties/Resources.resx",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n</root>"
  },
  {
    "path": "RoundedTB/Properties/Settings.Designer.cs",
    "content": "﻿//------------------------------------------------------------------------------\n// <auto-generated>\n//     This code was generated by a tool.\n//     Runtime Version:4.0.30319.42000\n//\n//     Changes to this file may cause incorrect behavior and will be lost if\n//     the code is regenerated.\n// </auto-generated>\n//------------------------------------------------------------------------------\n\nnamespace RoundedTB.Properties {\n    \n    \n    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]\n    [global::System.CodeDom.Compiler.GeneratedCodeAttribute(\"Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator\", \"16.8.1.0\")]\n    internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {\n        \n        private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));\n        \n        public static Settings Default {\n            get {\n                return defaultInstance;\n            }\n        }\n    }\n}\n"
  },
  {
    "path": "RoundedTB/Properties/Settings.settings",
    "content": "﻿<?xml version='1.0' encoding='utf-8'?>\n<SettingsFile xmlns=\"uri:settings\" CurrentProfile=\"(Default)\">\n  <Profiles>\n    <Profile Name=\"(Default)\" />\n  </Profiles>\n  <Settings />\n</SettingsFile>"
  },
  {
    "path": "RoundedTB/RoundedTB.csproj",
    "content": "﻿<Project Sdk=\"Microsoft.NET.Sdk\">\n  <PropertyGroup>\n    <TargetFramework>net6.0-windows10.0.19041</TargetFramework>\n    <OutputType>WinExe</OutputType>\n    <IsWebBootstrapper>false</IsWebBootstrapper>\n    <PublishUrl>publish\\</PublishUrl>\n    <Install>true</Install>\n    <InstallFrom>Disk</InstallFrom>\n    <UpdateEnabled>false</UpdateEnabled>\n    <UpdateMode>Foreground</UpdateMode>\n    <UpdateInterval>7</UpdateInterval>\n    <UpdateIntervalUnits>Days</UpdateIntervalUnits>\n    <UpdatePeriodically>false</UpdatePeriodically>\n    <UpdateRequired>false</UpdateRequired>\n    <MapFileExtensions>true</MapFileExtensions>\n    <ApplicationRevision>0</ApplicationRevision>\n    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>\n    <UseApplicationTrust>false</UseApplicationTrust>\n    <BootstrapperEnabled>true</BootstrapperEnabled>\n    <GenerateAssemblyInfo>false</GenerateAssemblyInfo>\n    <UseWindowsForms>true</UseWindowsForms>\n    <UseWPF>true</UseWPF>\n    <ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>\n  </PropertyGroup>\n  <PropertyGroup>\n    <ApplicationIcon>RoundedTBCanary.ico</ApplicationIcon>\n  </PropertyGroup>\n  <PropertyGroup>\n    <ApplicationManifest>app.manifest</ApplicationManifest>\n  </PropertyGroup>\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)' == 'Remote Debug|AnyCPU'\">\n    <DebugSymbols>true</DebugSymbols>\n    <OutputPath>Z:\\RTBDebug\\bin\\</OutputPath>\n  </PropertyGroup>\n  <ItemGroup>\n    <Reference Include=\"netstandard\" />\n  </ItemGroup>\n  <ItemGroup>\n    <PackageReference Include=\"DesktopBridge.Helpers\">\n      <Version>1.2.1</Version>\n    </PackageReference>\n    <PackageReference Include=\"Hardcodet.NotifyIcon.Wpf\">\n      <Version>1.1.0</Version>\n    </PackageReference>\n    <PackageReference Include=\"Interop.UIAutomationClient\">\n      <Version>10.19041.0</Version>\n    </PackageReference>\n    <PackageReference Include=\"Interop.UIAutomationCore\">\n      <Version>10.19041.0</Version>\n    </PackageReference>\n    <PackageReference Include=\"Microsoft.CSharp\" Version=\"4.7.0\" />\n    <PackageReference Include=\"Newtonsoft.Json\">\n      <Version>13.0.1</Version>\n    </PackageReference>\n    <PackageReference Include=\"PInvoke.User32\">\n      <Version>0.7.104</Version>\n    </PackageReference>\n    <PackageReference Include=\"System.Data.DataSetExtensions\" Version=\"4.5.0\" />\n    <PackageReference Include=\"WPF-UI\">\n      <Version>1.2.1</Version>\n    </PackageReference>\n    <PackageReference Include=\"Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers\" Version=\"0.3.261602\">\n      <PrivateAssets>all</PrivateAssets>\n    </PackageReference>\n    <PackageReference Include=\"Microsoft.Windows.Compatibility\" Version=\"6.0.0\" />\n  </ItemGroup>\n  <ItemGroup>\n    <Resource Include=\"RoundedTB.ico\" />\n  </ItemGroup>\n  <ItemGroup>\n    <COMReference Include=\"IWshRuntimeLibrary\">\n      <Guid>{F935DC20-1CF0-11D0-ADB9-00C04FD58A0B}</Guid>\n      <VersionMajor>1</VersionMajor>\n      <VersionMinor>0</VersionMinor>\n      <Lcid>0</Lcid>\n      <WrapperTool>tlbimp</WrapperTool>\n      <Isolated>False</Isolated>\n      <EmbedInteropTypes>True</EmbedInteropTypes>\n    </COMReference>\n  </ItemGroup>\n  <ItemGroup>\n    <Resource Include=\"res\\TrayDark.ico\" />\n    <Resource Include=\"res\\TrayLight.ico\" />\n  </ItemGroup>\n  <ItemGroup>\n    <BootstrapperPackage Include=\".NETFramework,Version=v4.8\">\n      <Visible>False</Visible>\n      <ProductName>Microsoft .NET Framework 4.8 %28x86 and x64%29</ProductName>\n      <Install>true</Install>\n    </BootstrapperPackage>\n    <BootstrapperPackage Include=\"Microsoft.Net.Framework.3.5.SP1\">\n      <Visible>False</Visible>\n      <ProductName>.NET Framework 3.5 SP1</ProductName>\n      <Install>false</Install>\n    </BootstrapperPackage>\n  </ItemGroup>\n  <ItemGroup>\n    <Content Include=\"RoundedTB.ico\" />\n  </ItemGroup>\n  <ItemGroup>\n    <Resource Include=\"RoundedTBDev.ico\" />\n  </ItemGroup>\n  <ItemGroup>\n    <Resource Include=\"RoundedTBCanary.ico\" />\n  </ItemGroup>\n  <ItemGroup>\n    <Resource Include=\"res\\HeadBanner.png\" />\n  </ItemGroup>\n  <ItemGroup>\n    <Resource Include=\"res\\HeadBannerCan.png\" />\n    <Resource Include=\"res\\HeadBannerDev.png\" />\n  </ItemGroup>\n</Project>"
  },
  {
    "path": "RoundedTB/Taskbar.cs",
    "content": "﻿using System;\nusing System.Collections.Generic;\nusing System.Linq;\nusing System.Text;\nusing System.Threading.Tasks;\nusing Microsoft.Win32;\nusing System.ComponentModel;\nusing System.Diagnostics;\nusing System.Windows;\nusing System.Windows.Threading;\nusing Newtonsoft.Json;\nusing System.Runtime.InteropServices;\nusing Interop.UIAutomationClient;\n\n\nnamespace RoundedTB\n{\n    class Taskbar\n    {\n        /// <summary>\n        /// Checks if the taskbar is centred.\n        /// </summary>\n        /// <returns>\n        /// A bool indicating if the taskbar is centred.\n        /// </returns>\n        public static bool CheckIfCentred()\n        {\n            bool retVal;\n            try\n            {\n                using (RegistryKey key = Registry.CurrentUser.OpenSubKey(\"Software\\\\Microsoft\\\\Windows\\\\CurrentVersion\\\\Explorer\\\\Advanced\"))\n                {\n                    if (key != null)\n                    {\n                        int val = (int)key.GetValue(\"TaskbarAl\");\n\n                        if (val == 1)\n                        {\n                            retVal = true;\n                        }\n                        else\n                        {\n                            retVal = false;\n                        }\n                    }\n                    else\n                    {\n                        retVal = false;\n                    }\n                }\n            }\n            catch (Exception)\n            {\n                return false;\n            }\n            return retVal;\n        }\n\n        /// <summary>\n        /// Compares two taskbars' rects to see if they've changed\n        /// </summary>\n        /// <returns>\n        /// a bool indicating if the taskbar's, applist's, and tray's rects rects have changed.\n        /// </returns>\n        public static bool TaskbarRefreshRequired(Types.Taskbar currentTB, Types.Taskbar newTB, bool isDynamic)\n        {\n            // REMINDER: newTB will only have rect & hwnd info. Everything else will be null.\n\n\n            bool taskbarRectChanged = true;\n            bool appListRectChanged = true;\n            bool trayRectChanged = true;\n\n            if (\n                currentTB.TaskbarRect.Left == newTB.TaskbarRect.Left &&\n                currentTB.TaskbarRect.Top == newTB.TaskbarRect.Top &&\n                currentTB.TaskbarRect.Right == newTB.TaskbarRect.Right &&\n                currentTB.TaskbarRect.Bottom == newTB.TaskbarRect.Bottom)\n            {\n                taskbarRectChanged = false;\n            }\n            if (\n                currentTB.AppListRect.Left == newTB.AppListRect.Left &&\n                currentTB.AppListRect.Top == newTB.AppListRect.Top &&\n                currentTB.AppListRect.Right == newTB.AppListRect.Right &&\n                currentTB.AppListRect.Bottom == newTB.AppListRect.Bottom)\n            {\n                appListRectChanged = false;\n            }\n            if (\n                (currentTB.TrayRect.Left + 5 >= newTB.TrayRect.Left && currentTB.TrayRect.Left - 5 <= newTB.TrayRect.Left) &&\n                currentTB.TrayRect.Top == newTB.TrayRect.Top &&\n                currentTB.TrayRect.Right == newTB.TrayRect.Right &&\n                currentTB.TrayRect.Bottom == newTB.TrayRect.Bottom)\n            {\n                trayRectChanged = false;\n            }\n\n            if (isDynamic && (taskbarRectChanged || appListRectChanged || trayRectChanged))\n            {\n                return true;\n            }\n            else if (!isDynamic && taskbarRectChanged)\n            {\n                return true;\n            }\n            else\n            {\n                return false;\n            }\n        }\n\n        /// <summary>\n        /// Gets the rects of the three components of the taskbar from their respective handles.\n        /// </summary>\n        /// <returns>\n        /// a partial Taskbar containing just rects and handles.\n        /// </returns>\n        public static Types.Taskbar GetQuickTaskbarRects(IntPtr taskbarHwnd, IntPtr trayHwnd, IntPtr appListHwnd, Types.AppListXaml appListXaml)\n        {\n            LocalPInvoke.GetWindowRect(taskbarHwnd, out LocalPInvoke.RECT taskbarRectCheck);\n            LocalPInvoke.GetWindowRect(trayHwnd, out LocalPInvoke.RECT trayRectCheck);\n            LocalPInvoke.GetWindowRect(appListHwnd, out LocalPInvoke.RECT appListRectCheck);\n\n            LocalPInvoke.RECT? r = appListXaml?.GetWindowRect();\n            if (r != null)\n            {\n                appListRectCheck = r.Value;\n            }\n\n            return new Types.Taskbar()\n            {\n                AppListXaml = appListXaml,\n                TaskbarHwnd = taskbarHwnd,\n                TrayHwnd = trayHwnd,\n                AppListHwnd = appListHwnd,\n                TaskbarRect = taskbarRectCheck,\n                TrayRect = trayRectCheck,\n                AppListRect = appListRectCheck\n            };\n        }\n\n        /// <summary>\n        /// Resets the specified taskbar.\n        /// </summary>\n        public static void ResetTaskbar(Types.Taskbar taskbar, Types.Settings settings)\n        {\n            LocalPInvoke.SetWindowRgn(taskbar.TaskbarHwnd, IntPtr.Zero, true);\n            LocalPInvoke.SetLayeredWindowAttributes(taskbar.TaskbarHwnd, 0, 255, LocalPInvoke.LWA_ALPHA);\n            int style = LocalPInvoke.GetWindowLong(taskbar.TaskbarHwnd, LocalPInvoke.GWL_EXSTYLE).ToInt32();\n            if ((style & LocalPInvoke.WS_EX_LAYERED) == LocalPInvoke.WS_EX_LAYERED)\n            {\n                LocalPInvoke.SetWindowLong(taskbar.TaskbarHwnd, LocalPInvoke.GWL_EXSTYLE, LocalPInvoke.GetWindowLong(taskbar.TaskbarHwnd, LocalPInvoke.GWL_EXSTYLE).ToInt32() ^ LocalPInvoke.WS_EX_LAYERED);\n            }\n            style = LocalPInvoke.GetWindowLong(taskbar.TaskbarHwnd, LocalPInvoke.GWL_EXSTYLE).ToInt32();\n            if ((style & LocalPInvoke.WS_EX_TRANSPARENT) == LocalPInvoke.WS_EX_TRANSPARENT)\n            {\n                LocalPInvoke.SetWindowLong(taskbar.TaskbarHwnd, LocalPInvoke.GWL_EXSTYLE, LocalPInvoke.GetWindowLong(taskbar.TaskbarHwnd, LocalPInvoke.GWL_EXSTYLE).ToInt32() ^ LocalPInvoke.WS_EX_TRANSPARENT);\n            }\n\n            if (settings.CompositionCompat)\n            {\n                Interaction.UpdateTranslucentTB(taskbar.TaskbarHwnd);\n            }\n        }\n\n        /// <summary>\n        /// Creates a basic region for a specific taskbar and applies it.\n        /// </summary>\n        /// <returns>\n        /// a bool indicating success.\n        /// </returns>\n        public static bool UpdateSimpleTaskbar(Types.Taskbar taskbar, Types.Settings settings)\n        {\n            IntPtr region = IntPtr.Zero;\n            try\n            {\n                // Create an effective region to be applied to the taskbar\n                Types.EffectiveRegion taskbarEffectiveRegion = new Types.EffectiveRegion\n                {\n                    CornerRadius = Convert.ToInt32(settings.SimpleTaskbarLayout.CornerRadius * taskbar.ScaleFactor),\n                    Top = Convert.ToInt32(settings.SimpleTaskbarLayout.MarginTop * taskbar.ScaleFactor),\n                    Left = Convert.ToInt32(settings.SimpleTaskbarLayout.MarginLeft * taskbar.ScaleFactor),\n                    Width = Convert.ToInt32(taskbar.TaskbarRect.Right - taskbar.TaskbarRect.Left - (settings.SimpleTaskbarLayout.MarginRight * taskbar.ScaleFactor)) + 1,\n                    Height = Convert.ToInt32(taskbar.TaskbarRect.Bottom - taskbar.TaskbarRect.Top - (settings.SimpleTaskbarLayout.MarginBottom * taskbar.ScaleFactor)) + 1\n                };\n\n                region = LocalPInvoke.CreateRoundRectRgn(taskbarEffectiveRegion.Left, taskbarEffectiveRegion.Top, taskbarEffectiveRegion.Width, taskbarEffectiveRegion.Height, taskbarEffectiveRegion.CornerRadius, taskbarEffectiveRegion.CornerRadius);\n                LocalPInvoke.SetWindowRgn(taskbar.TaskbarHwnd, region, true);\n                if (settings.CompositionCompat)\n                {\n                    Interaction.UpdateTranslucentTB(taskbar.TaskbarHwnd);\n                }\n                return true;\n            }\n            catch (Exception)\n            {\n                return false;\n            }\n            finally\n            {\n                LocalPInvoke.DeleteObject(region);\n            }\n        }\n\n        /// <summary>\n        /// Creates a dynamic region for a specific taskbar and applies it.\n        /// </summary>\n        /// <returns>\n        /// a bool indicating success.\n        /// </returns>\n        public static bool UpdateDynamicTaskbar(Types.Taskbar taskbar, Types.Settings settings)\n        {\n            IntPtr workingRegion = IntPtr.Zero;\n            IntPtr trayRegion = IntPtr.Zero;\n            IntPtr widgetsRegion = IntPtr.Zero;\n            IntPtr clockRegion = IntPtr.Zero;\n            try\n            {\n                int centredDistanceFromEdge = 0;\n\n                // Create an effective region to be applied to the taskbar for the applist\n                Types.EffectiveRegion taskbarEffectiveRegion = new Types.EffectiveRegion\n                {\n                    CornerRadius = Convert.ToInt32(settings.DynamicAppListLayout.CornerRadius * taskbar.ScaleFactor),\n                    Top = Convert.ToInt32(settings.DynamicAppListLayout.MarginTop * taskbar.ScaleFactor),\n                    Left = Convert.ToInt32(settings.DynamicAppListLayout.MarginLeft * taskbar.ScaleFactor),\n                    Width = Convert.ToInt32(taskbar.TaskbarRect.Right - taskbar.TaskbarRect.Left - (settings.DynamicAppListLayout.MarginRight * taskbar.ScaleFactor)) + 1,\n                    Height = Convert.ToInt32(taskbar.TaskbarRect.Bottom - taskbar.TaskbarRect.Top - (settings.DynamicAppListLayout.MarginBottom * taskbar.ScaleFactor)) + 1\n                };\n\n                // Create an effective region to be applied to the taskbar for the applist\n                Types.EffectiveRegion centredEffectiveRegion = new Types.EffectiveRegion\n                {\n                    CornerRadius = Convert.ToInt32(settings.DynamicAppListLayout.CornerRadius * taskbar.ScaleFactor),\n                    Top = Convert.ToInt32(settings.DynamicAppListLayout.MarginTop * taskbar.ScaleFactor),\n                    Left = Convert.ToInt32(settings.DynamicAppListLayout.MarginRight * taskbar.ScaleFactor) - 1,\n                    Width = Convert.ToInt32(taskbar.TaskbarRect.Right - taskbar.TaskbarRect.Left - (settings.DynamicAppListLayout.MarginRight * taskbar.ScaleFactor)) + 1,\n                    Height = Convert.ToInt32(taskbar.TaskbarRect.Bottom - taskbar.TaskbarRect.Top - (settings.DynamicAppListLayout.MarginBottom * taskbar.ScaleFactor)) + 1\n                };\n\n                // Create an effective region to be applied to the taskbar for the tray\n                Types.EffectiveRegion trayEffectiveRegion = new Types.EffectiveRegion\n                {\n                    CornerRadius = Convert.ToInt32(settings.DynamicTrayLayout.CornerRadius * taskbar.ScaleFactor),\n                    Top = Convert.ToInt32(settings.DynamicTrayLayout.MarginTop * taskbar.ScaleFactor),\n                    Left = Convert.ToInt32((settings.DynamicTrayLayout.MarginLeft * taskbar.ScaleFactor) - (3 * taskbar.ScaleFactor)), // Add extra margin for taskbar left as there's no \"padding\" provided by Windows and always looks weird as soon as you trim it otherwise.\n                    Width = Convert.ToInt32(taskbar.TaskbarRect.Right - taskbar.TaskbarRect.Left - (settings.DynamicTrayLayout.MarginRight * taskbar.ScaleFactor)) + 1,\n                    Height = Convert.ToInt32(taskbar.TaskbarRect.Bottom - taskbar.TaskbarRect.Top - (settings.DynamicTrayLayout.MarginBottom * taskbar.ScaleFactor)) + 1\n                };\n\n                Types.EffectiveRegion widgetsEffectiveRegion = new Types.EffectiveRegion\n                {\n                    CornerRadius = Convert.ToInt32(settings.DynamicWidgetsLayout.CornerRadius * taskbar.ScaleFactor),\n                    Top = Convert.ToInt32(settings.DynamicWidgetsLayout.MarginTop * taskbar.ScaleFactor),\n                    Left = Convert.ToInt32(settings.DynamicWidgetsLayout.MarginLeft * taskbar.ScaleFactor),\n                    Width = Convert.ToInt32(settings.WidgetsWidth * taskbar.ScaleFactor - (settings.DynamicWidgetsLayout.MarginRight * taskbar.ScaleFactor)) + 1,\n                    Height = Convert.ToInt32(taskbar.TaskbarRect.Bottom - taskbar.TaskbarRect.Top - (settings.DynamicWidgetsLayout.MarginBottom * taskbar.ScaleFactor)) + 1\n                };\n\n\n                Types.EffectiveRegion secondaryClockRegion = new Types.EffectiveRegion\n                {\n                    CornerRadius = Convert.ToInt32(settings.DynamicSecondaryClockLayout.CornerRadius * taskbar.ScaleFactor),\n                    Top = Convert.ToInt32(settings.DynamicSecondaryClockLayout.MarginTop * taskbar.ScaleFactor),\n                    Left = (taskbar.TaskbarRect.Right - taskbar.TaskbarRect.Left) - settings.ClockWidth - Convert.ToInt32(settings.DynamicSecondaryClockLayout.MarginLeft * taskbar.ScaleFactor),\n                    Width = Convert.ToInt32(settings.ClockWidth * taskbar.ScaleFactor - (settings.DynamicSecondaryClockLayout.MarginRight * taskbar.ScaleFactor)) + 1,\n                    Height = Convert.ToInt32(taskbar.TaskbarRect.Bottom - taskbar.TaskbarRect.Top - (settings.DynamicSecondaryClockLayout.MarginBottom * taskbar.ScaleFactor)) + 1\n                };\n\n                centredDistanceFromEdge = taskbar.TaskbarRect.Right - taskbar.AppListRect.Right - Convert.ToInt32(2 * taskbar.ScaleFactor);\n\n                // If on Windows 10, add an extra 20 logical pixels for the grabhandle\n                if (!settings.IsWindows11)\n                {\n                    centredDistanceFromEdge -= Convert.ToInt32(20 * taskbar.ScaleFactor);\n                }\n\n                // Create region for if the taskbar is centred by take the right-to-right distance (centredDistanceFromEdge) off from both sides, as well as the margin\n                if (settings.IsCentred)\n                {\n                    workingRegion = LocalPInvoke.CreateRoundRectRgn(\n                        centredDistanceFromEdge + centredEffectiveRegion.Left,\n                        centredEffectiveRegion.Top,\n                        centredEffectiveRegion.Width - centredDistanceFromEdge,\n                        centredEffectiveRegion.Height,\n                        centredEffectiveRegion.CornerRadius,\n                        centredEffectiveRegion.CornerRadius\n                        );\n                }\n\n                // Create a region for if the taskbar is left-aligned, right-to-right distance (centredDistanceFromEdge) off from the right-hand side, as well as the margin\n                else\n                {\n\n                    workingRegion = LocalPInvoke.CreateRoundRectRgn(\n                        taskbarEffectiveRegion.Left,\n                        taskbarEffectiveRegion.Top,\n                        taskbarEffectiveRegion.Width - centredDistanceFromEdge,\n                        taskbarEffectiveRegion.Height,\n                        taskbarEffectiveRegion.CornerRadius,\n                        taskbarEffectiveRegion.CornerRadius\n                        );\n                }\n\n                if (settings.ShowSecondaryClock && taskbar.IsSecondary)\n                {\n                    clockRegion = LocalPInvoke.CreateRoundRectRgn(\n                        secondaryClockRegion.Left,\n                        secondaryClockRegion.Top,\n                        secondaryClockRegion.Width + secondaryClockRegion.Left,\n                        secondaryClockRegion.Height,\n                        secondaryClockRegion.CornerRadius,\n                        secondaryClockRegion.CornerRadius\n                        );\n                    LocalPInvoke.CombineRgn(workingRegion, clockRegion, workingRegion, 2);\n                }\n\n                // If the user has it enabled and the tray handle isn't null, create a region for the system tray and merge it with the taskbar region\n                if (settings.ShowTray && taskbar.TrayHwnd != IntPtr.Zero)\n                {\n                    trayRegion = LocalPInvoke.CreateRoundRectRgn(\n                        (taskbar.TrayRect.Left - taskbar.TaskbarRect.Left) - trayEffectiveRegion.Left,\n                        trayEffectiveRegion.Top,\n                        trayEffectiveRegion.Width,\n                        trayEffectiveRegion.Height,\n                        trayEffectiveRegion.CornerRadius,\n                        trayEffectiveRegion.CornerRadius\n                        );\n\n                    LocalPInvoke.CombineRgn(workingRegion, trayRegion, workingRegion, 2);\n                }\n\n                if (settings.ShowWidgets)\n                {\n                    widgetsRegion = LocalPInvoke.CreateRoundRectRgn(\n                        widgetsEffectiveRegion.Left,\n                        widgetsEffectiveRegion.Top,\n                        widgetsEffectiveRegion.Width,\n                        widgetsEffectiveRegion.Height,\n                        widgetsEffectiveRegion.CornerRadius,\n                        widgetsEffectiveRegion.CornerRadius\n                        );\n                    LocalPInvoke.CombineRgn(workingRegion, widgetsRegion, workingRegion, 2);\n                }\n\n\n                // Apply the final region to the taskbar\n                LocalPInvoke.SetWindowRgn(taskbar.TaskbarHwnd, workingRegion, true);\n                if (settings.CompositionCompat)\n                {\n                    Interaction.UpdateTranslucentTB(taskbar.TaskbarHwnd);\n                }\n\n                return true;\n            }\n            catch (Exception)\n            {\n                return false;\n            }\n            finally\n            {\n                LocalPInvoke.DeleteObject(clockRegion);\n                LocalPInvoke.DeleteObject(widgetsRegion);\n                LocalPInvoke.DeleteObject(trayRegion);\n                LocalPInvoke.DeleteObject(workingRegion);\n            }\n\n        }\n\n        /// <summary>\n        /// Checks if there are any new taskbars, or if any taskbars are no longer present.\n        /// </summary>\n        /// <returns>\n        /// a bool indicating success.\n        /// </returns>\n        public static bool TaskbarCountOrHandleChanged(int taskbarCount, IntPtr mainTaskbarHandle)\n        {\n            List<IntPtr> currentTaskbars = new List<IntPtr>();\n            bool otherTaskbarsExist = true;\n            IntPtr hwndPrevious = IntPtr.Zero;\n            currentTaskbars.Add(LocalPInvoke.FindWindowExA(IntPtr.Zero, hwndPrevious, \"Shell_TrayWnd\", null));\n\n            if (currentTaskbars[0] == IntPtr.Zero)\n            {\n                return false;\n            }\n\n            if (currentTaskbars[0] != mainTaskbarHandle)\n            {\n                return true;\n            }\n\n            while (otherTaskbarsExist)\n            {\n                IntPtr hwndCurrent = LocalPInvoke.FindWindowExA(IntPtr.Zero, hwndPrevious, \"Shell_SecondaryTrayWnd\", null);\n                hwndPrevious = hwndCurrent;\n\n                if (hwndCurrent == IntPtr.Zero)\n                {\n                    otherTaskbarsExist = false;\n                }\n                else\n                {\n                    currentTaskbars.Add(hwndCurrent);\n                }\n            }\n            if (currentTaskbars.Count != taskbarCount)\n            {\n                return true;\n            }\n            return false;\n        }\n\n        /// <summary>\n        /// Checks if the provided update is valid.\n        /// </summary>\n        /// <returns>\n        /// A bool indicating if the update is valid.\n        /// </returns>\n        public static bool CheckDynamicUpdateIsValid(Types.Taskbar currentTB, Types.Taskbar newTB)\n        {\n            // REMINDER: newTB will only have rect & hwnd info. Everything else will be null.\n\n            // Check if either of the supplied taskbars are null\n            if (currentTB == null || newTB == null)\n            {\n                return false;\n            }\n\n            // Check if the taskbar handles are different\n            if (currentTB.TaskbarHwnd != newTB.TaskbarHwnd)\n            {\n                return false;\n            }\n\n            // Get width of app list. Not strictly necessary as the applist is always measured from the left but doing so just in case\n            int newAppListWidth = newTB.AppListRect.Right - newTB.AppListRect.Left;\n            int currentAppListWidth = currentTB.AppListRect.Right - currentTB.AppListRect.Left;\n\n            if (newTB.AppListRect.Right >= newTB.TrayRect.Left && newTB.TrayRect.Left != 0)\n            {\n                return false;\n            }\n\n            if (newAppListWidth == newTB.TrayRect.Left && newTB.TrayRect.Left != 0)\n            {\n                return false;\n            }\n\n            if (newAppListWidth <= 20 * currentTB.ScaleFactor && newAppListWidth != 0)\n            {\n                return false;\n            }\n\n            if (newAppListWidth >= newTB.TaskbarRect.Right - newTB.TaskbarRect.Left && newAppListWidth != 0)\n            {\n                return false;\n            }\n\n            Debug.WriteLine($\"Old width: {currentAppListWidth}\\nNew width: {newAppListWidth}\");\n            return true;\n        }\n\n\n        /// <summary>Get AppList handle for win23h2 and later. </summary>\n        public static Types.AppListXaml GetAppListSince23H2(IntPtr hwndTaskbarMain)\n        {\n            return new Types.AppListXaml(hwndTaskbarMain);\n        }\n\n\n        /// <summary>\n        /// Collects information on any currently-present taskbars.\n        /// </summary>\n        /// <returns>\n        /// A list of taskbars populated with information about their size, handles etc.\n        /// </returns>\n        public static List<Types.Taskbar> GenerateTaskbarInfo(bool isWindows11)\n        {\n            List<Types.Taskbar> retVal = new List<Types.Taskbar>();\n\n            IntPtr hwndMain = LocalPInvoke.FindWindowExA(IntPtr.Zero, IntPtr.Zero, \"Shell_TrayWnd\", null); // Find main taskbar\n            LocalPInvoke.GetWindowRect(hwndMain, out LocalPInvoke.RECT rectMain); // Get the RECT of the main taskbar\n            IntPtr hrgnMain = IntPtr.Zero; // Set recovery region to IntPtr.Zero\n            IntPtr hwndTray = LocalPInvoke.FindWindowExA(hwndMain, IntPtr.Zero, \"TrayNotifyWnd\", null); // Get handle to the main taskbar's tray\n            LocalPInvoke.GetWindowRect(hwndTray, out LocalPInvoke.RECT rectTray); // Get the RECT for the main taskbar's tray\n            IntPtr hwndAppList = LocalPInvoke.FindWindowExA(LocalPInvoke.FindWindowExA(hwndMain, IntPtr.Zero, \"ReBarWindow32\", null), IntPtr.Zero, \"MSTaskSwWClass\", null); // Get the handle to the main taskbar's app list\n            LocalPInvoke.GetWindowRect(hwndAppList, out LocalPInvoke.RECT rectAppList);// Get the RECT for the main taskbar's app list\n            Types.AppListXaml appList = GetAppListSince23H2(hwndMain);\n\n            retVal.Add(new Types.Taskbar\n            {\n                AppListXaml = appList,\n                TaskbarHwnd = hwndMain,\n                TrayHwnd = hwndTray,\n                AppListHwnd = hwndAppList,\n                TaskbarRect = rectMain,\n                TrayRect = rectTray,\n                AppListRect = rectAppList,\n                RecoveryHrgn = hrgnMain,\n                ScaleFactor = Convert.ToDouble(LocalPInvoke.GetDpiForWindow(hwndMain)) / 96.00,\n                TaskbarRes = $\"{rectMain.Right - rectMain.Left} x {rectMain.Bottom - rectMain.Top}\",\n                Ignored = false,\n                IsSecondary = false,\n            });\n            int style = LocalPInvoke.GetWindowLong(hwndMain, LocalPInvoke.GWL_EXSTYLE).ToInt32();\n            if ((style & LocalPInvoke.WS_EX_LAYERED) != LocalPInvoke.WS_EX_LAYERED)\n            {\n                LocalPInvoke.SetWindowLong(hwndMain, LocalPInvoke.GWL_EXSTYLE, LocalPInvoke.GetWindowLong(hwndMain, LocalPInvoke.GWL_EXSTYLE).ToInt32() ^ LocalPInvoke.WS_EX_LAYERED);\n                LocalPInvoke.SetLayeredWindowAttributes(hwndMain, 0, 255, LocalPInvoke.LWA_ALPHA);\n            }\n\n\n\n\n            bool i = true;\n            IntPtr hwndPrevious = IntPtr.Zero;\n            while (i)\n            {\n                IntPtr hwndCurrent = LocalPInvoke.FindWindowExA(IntPtr.Zero, hwndPrevious, \"Shell_SecondaryTrayWnd\", null);\n                hwndPrevious = hwndCurrent;\n\n                if (hwndCurrent == IntPtr.Zero)\n                {\n                    i = false;\n                }\n                else\n                {\n                    LocalPInvoke.GetWindowRect(hwndCurrent, out LocalPInvoke.RECT rectCurrent);\n                    LocalPInvoke.GetWindowRgn(hwndCurrent, out IntPtr hrgnCurrent);\n                    IntPtr hwndSecTray = IntPtr.Zero;\n                    if (isWindows11)\n                    {\n                        IntPtr imd = LocalPInvoke.FindWindowExA(hwndCurrent, IntPtr.Zero, \"Windows.UI.Composition.DesktopWindowContentBridge\", null);\n                        hwndSecTray = LocalPInvoke.FindWindowExA(hwndCurrent, imd, \"Windows.UI.Composition.DesktopWindowContentBridge\", null);\n                    }\n                    else\n                    {\n                        hwndSecTray = LocalPInvoke.FindWindowExA(hwndCurrent, IntPtr.Zero, \"TrayNotifyWnd\", null); // Get handle to this secondary taskbar's tray\n                    }\n                    LocalPInvoke.GetWindowRect(hwndTray, out LocalPInvoke.RECT rectSecTray); // Get the RECT for this secondary taskbar's tray\n                    IntPtr hwndWorkerW = LocalPInvoke.FindWindowExA(hwndCurrent, IntPtr.Zero, \"WorkerW\", null);\n                    IntPtr hwndSecAppList = IntPtr.Zero;\n                    // windows 11 22H2 has multiple WorkerW handles.\n                    while (hwndWorkerW != IntPtr.Zero)\n                    {\n                        hwndSecAppList = LocalPInvoke.FindWindowExA(hwndWorkerW, IntPtr.Zero, \"MSTaskListWClass\", null); // Get the handle to the main taskbar's app list\n                        if (hwndSecAppList != IntPtr.Zero)\n                        {\n                            break;\n                        }\n                        hwndWorkerW = LocalPInvoke.FindWindowExA(hwndCurrent, hwndWorkerW, \"WorkerW\", null);\n                    }\n                    LocalPInvoke.GetWindowRect(hwndSecAppList, out LocalPInvoke.RECT rectSecAppList);// Get the RECT for this secondary taskbar's app list\n                    Types.AppListXaml appListSec = GetAppListSince23H2(hwndCurrent);\n                    retVal.Add(new Types.Taskbar\n                    {\n                        AppListXaml = appListSec,\n                        TaskbarHwnd = hwndCurrent,\n                        TrayHwnd = hwndSecTray,\n                        AppListHwnd = hwndSecAppList,\n                        TaskbarRect = rectCurrent,\n                        TrayRect = rectSecTray,\n                        AppListRect = rectSecAppList,\n                        RecoveryHrgn = hrgnCurrent,\n                        ScaleFactor = Convert.ToDouble(LocalPInvoke.GetDpiForWindow(hwndCurrent)) / 96.00,\n                        TaskbarRes = $\"{rectCurrent.Right - rectCurrent.Left} x {rectCurrent.Bottom - rectCurrent.Top}\",\n                        Ignored = false,\n                        IsSecondary = true,\n                    });\n                    style = LocalPInvoke.GetWindowLong(hwndCurrent, LocalPInvoke.GWL_EXSTYLE).ToInt32();\n                    if ((style & LocalPInvoke.WS_EX_LAYERED) != LocalPInvoke.WS_EX_LAYERED)\n                    {\n                        LocalPInvoke.SetWindowLong(hwndCurrent, LocalPInvoke.GWL_EXSTYLE, LocalPInvoke.GetWindowLong(hwndCurrent, LocalPInvoke.GWL_EXSTYLE).ToInt32() ^ LocalPInvoke.WS_EX_LAYERED);\n                        LocalPInvoke.SetLayeredWindowAttributes(hwndCurrent, 0, 255, LocalPInvoke.LWA_ALPHA);\n                    }\n                }\n            }\n\n            //foreach (var tb in retVal)\n            //{\n            //    TaskbarShouldBeFilled(tb.TaskbarHwnd);\n            //}\n            return retVal;\n        }\n\n        /// <summary>\n        /// Checks if the given taskbar should be filled to the edge of the screen.\n        /// </summary>\n        /// <returns>\n        /// A bool indicating whether or not the taskbar needs to be filled.\n        /// </returns>\n        public static bool TaskbarShouldBeFilled(IntPtr taskbarHwnd, Types.Settings settings)\n        {\n            bool retVal = false;\n\n            if (settings.FillOnMaximise)\n            {\n                // Attempt to check for if alt+tab/task switcher is open (Windows 11 only)\n                IntPtr topHwnd = LocalPInvoke.WindowFromPoint(new LocalPInvoke.POINT() { x = 0, y = 0 });\n                StringBuilder windowClass = new StringBuilder(1024);\n                try\n                {\n                    LocalPInvoke.GetClassName(topHwnd, windowClass, 1024);\n\n                    if (windowClass.ToString() == \"XamlExplorerHostIslandWindow\" && settings.FillOnTaskSwitch)\n                    {\n                        return true;\n                    }\n                }\n                catch (Exception) { }\n\n                List<IntPtr> windowList = Interaction.GetTopLevelWindows();\n                foreach (IntPtr windowHwnd in windowList)\n                {\n                    if (LocalPInvoke.IsWindowVisible(windowHwnd))\n                    {\n                        if (LocalPInvoke.MonitorFromWindow(taskbarHwnd, 2) == LocalPInvoke.MonitorFromWindow(windowHwnd, 2))\n                        {\n                            LocalPInvoke.DwmGetWindowAttribute(windowHwnd, LocalPInvoke.DWMWINDOWATTRIBUTE.Cloaked, out bool isCloaked, 0x4);\n                            if (!isCloaked)\n                            {\n                                LocalPInvoke.WINDOWPLACEMENT lpwndpl = new LocalPInvoke.WINDOWPLACEMENT();\n                                LocalPInvoke.GetWindowPlacement(windowHwnd, ref lpwndpl);\n                                if (lpwndpl.ShowCmd == LocalPInvoke.ShowWindowCommands.ShowMaximized)\n                                {\n                                    retVal = true;\n                                }\n                            }\n                        }\n                    }\n                }\n            }\n\n            return retVal;\n        }\n\n        /// <summary>\n        /// Sets the appbar properties of the taskbar.\n        /// </summary>\n        public static void SetTaskbarState(LocalPInvoke.AppBarStates option, IntPtr hwnd)\n        {\n            LocalPInvoke.APPBARDATA msgData = new LocalPInvoke.APPBARDATA();\n            msgData.cbSize = (uint)Marshal.SizeOf(msgData);\n            msgData.hWnd = hwnd;\n            msgData.lParam = (int)option;\n            LocalPInvoke.SHAppBarMessage(LocalPInvoke.ABM.SetState, ref msgData);\n        }\n\n\n    }\n}\n"
  },
  {
    "path": "RoundedTB/TaskbarEffect.xaml",
    "content": "﻿<Window x:Class=\"RoundedTB.TaskbarEffect\"\n        xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\"\n        xmlns:x=\"http://schemas.microsoft.com/winfx/2006/xaml\"\n        xmlns:d=\"http://schemas.microsoft.com/expression/blend/2008\"\n        xmlns:mc=\"http://schemas.openxmlformats.org/markup-compatibility/2006\"\n        xmlns:local=\"clr-namespace:RoundedTB\"\n        mc:Ignorable=\"d\"\n        xmlns:ui=\"http://schemas.modernwpf.com/2019\"\n        x:Name=\"mwin\"\n        Title=\"TaskbarEffect\" Height=\"48\" Width=\"1920\" AllowsTransparency=\"True\" WindowStyle=\"None\" ResizeMode=\"NoResize\" Background=\"#02000000\" ShowInTaskbar=\"False\">\n\n    <Grid>\n\n        <!--MouseMove=\"HandleMouseMove\"-->\n        <Canvas \n            Background=\"Transparent\">\n            <Ellipse x:Name=\"eye\"\n             Width=\"73\"\n             Height=\"38\"\n             Fill=\"white\" Canvas.Top=\"10\"/>\n            <Canvas.Effect>\n                <BlurEffect KernelType=\"Box\" Radius=\"10\"/>\n            </Canvas.Effect>\n        </Canvas>\n    </Grid>\n</Window>\n\n"
  },
  {
    "path": "RoundedTB/TaskbarEffect.xaml.cs",
    "content": "﻿using System;\nusing System.Collections.Generic;\nusing System.Linq;\nusing System.Text;\nusing System.Threading.Tasks;\nusing System.Windows;\nusing System.Windows.Controls;\nusing System.Runtime.InteropServices;\nusing System.Windows.Data;\nusing System.Windows.Documents;\nusing System.Windows.Input;\nusing System.Windows.Media;\nusing System.Windows.Media.Imaging;\nusing System.Windows.Navigation;\nusing System.Windows.Shapes;\nusing System.Windows.Threading;\nusing System.ComponentModel;\nusing System.Threading;\n\nnamespace RoundedTB\n{\n    /// <summary>\n    /// Interaction logic for TaskbarEffect.xaml\n    /// </summary>\n    public partial class TaskbarEffect : Window\n    {\n        BackgroundWorker backgroundWorker = new BackgroundWorker();\n        public POINT pOINT = new POINT();\n        public Point pp = new Point();\n\n        public TaskbarEffect()\n        {\n\n            InitializeComponent();\n            { // Code for removing from Alt+Tab\n                Window w = new Window();\n                w.Top = -10000;\n                w.Left = -10000;\n                w.Width = 1;\n                w.Height = 1;\n                w.WindowStyle = WindowStyle.ToolWindow;\n                w.Show();\n                Owner = w;\n                w.Hide();\n            }\n            Show();\n\n            mwin.Top = 0;\n            mwin.Left = 0;\n            backgroundWorker.DoWork += new DoWorkEventHandler(backgroundWorker_DoWork);\n            backgroundWorker.RunWorkerAsync();\n        }\n\n        private void backgroundWorker_DoWork(object sender, DoWorkEventArgs e)\n        {\n            while (true)\n            {\n                Dispatcher.Invoke(DispatcherPriority.Normal, new Action(() => MoveTheThingy()));\n                Thread.Sleep(10);\n            }\n        }\n        public void MoveTheThingy()\n        {\n            GetCursorPos(out pOINT);\n            Point pp = mwin.PointFromScreen(pOINT);\n            Canvas.SetLeft(eye, pp.X - (eye.Width / 2));\n            Canvas.SetTop(eye, pp.Y - (eye.Height / 2));\n\n        }\n\n\n\n\n        [DllImport(\"user32.dll\")]\n        public static extern bool GetCursorPos(out POINT lpPoint);\n\n\n        public struct POINT\n        {\n            public int X;\n            public int Y;\n\n            public static implicit operator Point(POINT point)\n            {\n                return new Point(point.X, point.Y);\n            }\n        }\n    }\n}\n"
  },
  {
    "path": "RoundedTB/Types.cs",
    "content": "﻿using System;\nusing System.Collections.Generic;\nusing System.Drawing;\nusing System.Linq;\nusing System.Runtime.InteropServices;\nusing System.Text;\nusing System.Threading.Tasks;\nusing System.Windows.Navigation;\nusing Interop.UIAutomationClient;\n\n\nnamespace RoundedTB\n{\n    public class Types\n    {\n        public class Taskbar : IDisposable\n        {\n            public AppListXaml AppListXaml { get; set; }\n            public IntPtr TaskbarHwnd { get; set; } // Handle to the taskbar\n            public IntPtr TrayHwnd { get; set; } // Handle to the tray on the taskbar (if present)\n            public IntPtr AppListHwnd { get; set; } // Handle to the list of open/pinned apps on the taskbar\n            public LocalPInvoke.RECT TaskbarRect { get; set; } // Bounding box for the taskbar\n            public LocalPInvoke.RECT TrayRect { get; set; }  // Bounding box for the tray (dynamic)\n            public LocalPInvoke.RECT AppListRect { get; set; } // Bounding box for the list of pinned & open apps (dynamic)\n            public IntPtr RecoveryHrgn { get; set; } // Pointer to the recovery region for any given taskbar. Defaults to IntPtr.Zero\n            public double ScaleFactor { get; set; } // The scale factor of the monitor the taskbar is on\n            public string TaskbarRes { get; set; } // Resolution of the taskbar as text\n            public bool Ignored { get; set; } // Specifies if the taskbar should be ignored when applying changes\n            public bool TaskbarHidden { get; set; } // Specifies if this taskbar is currently hidden by RTB\n            public bool TrayHidden { get; set; } // Specifies if the tray is currently hidden by RTB on this taskbar\n            public int AppListWidth { get; set; } // Specifies the width of the app list\n            public TaskbarEffect TaskbarEffectWindow { get; set; } // Unused clone to apply effects to the taskbar\n            public bool IsSecondary { get; set; }\n\n            public void Dispose()\n            {\n                AppListXaml.Dispose();\n            }\n        }\n\n#nullable enable\n        public class AppListXaml : IDisposable\n        {\n            private IUIAutomationElement? _taskbarFrame;\n            private IUIAutomation? _uia;\n            private readonly IntPtr _hwndTaskbarMain;\n\n            // singleton checker\n            private static bool appListXamlAlreadyExists = false;\n\n            public bool ReloadRequired => (AppListXaml.appListXamlAlreadyExists && this._taskbarFrame == null);\n\n            public AppListXaml(IntPtr hwndTaskbarMain)\n            {\n                this._hwndTaskbarMain = hwndTaskbarMain;\n                this._uia = new CUIAutomation();\n                _taskbarFrame = GetTaskbarFrameElement(this._hwndTaskbarMain, this._uia);\n            }\n\n            private static IUIAutomationElement? GetTaskbarFrameElement(IntPtr hwndTaskbarMain, IUIAutomation uia)\n            {\n                IntPtr hwndDesktopXamlSrc = LocalPInvoke.FindWindowExA(hwndTaskbarMain, IntPtr.Zero, \"Windows.UI.Composition.DesktopWindowContentBridge\", null);\n                if (hwndDesktopXamlSrc == IntPtr.Zero)\n                {\n                    return null;\n                }\n                IntPtr hwndWindowCls = LocalPInvoke.FindWindowExA(hwndDesktopXamlSrc, IntPtr.Zero, \"Windows.UI.Input.InputSite.WindowClass\", null);\n                if (hwndWindowCls == IntPtr.Zero)\n                {\n                    return null;\n                }\n                IUIAutomationElement taskEle = uia.ElementFromHandle(hwndWindowCls);\n                IUIAutomationCondition con = uia.CreatePropertyCondition(UIA_PropertyIds.UIA_AutomationIdPropertyId, \"TaskbarFrame\");\n                IUIAutomationElement taskFrameEle = taskEle.FindFirst(Interop.UIAutomationClient.TreeScope.TreeScope_Children, con);\n\n                Marshal.ReleaseComObject(con);\n                Marshal.ReleaseComObject(taskEle);\n                AppListXaml.appListXamlAlreadyExists = true;\n                return taskFrameEle;\n            }\n\n\n            public void ReloadTaskbarFrameElement()\n            {\n                // When the taskbar is restarted, there's a possibility that XAML elements may not exist when the taskbar handle is created.\n                // Therefore, if XAML elements have been previously acquired, it's considered a restart, and we attempt to retrieve XAML again.\n                if (_uia == null)\n                {\n                    return;\n                }\n                _taskbarFrame = GetTaskbarFrameElement(_hwndTaskbarMain, _uia);\n            }\n\n            public LocalPInvoke.RECT? GetWindowRect()\n            {\n                if (_taskbarFrame == null || _uia == null)\n                {\n                    return null;\n                }\n                if (!LocalPInvoke.IsWindow(_hwndTaskbarMain))\n                {\n                    return null;\n                }\n\n                IUIAutomationElementArray? children = null;\n                IUIAutomationElement? child = null;\n                try\n                {\n                    children = _taskbarFrame.FindAll(\n                        Interop.UIAutomationClient.TreeScope.TreeScope_Children,\n                        _uia.CreateTrueCondition());\n                    tagRECT? leftRect = null;\n                    tagRECT? rightRect = null;\n                    int len = children.Length;\n                    if (len == 0)\n                    {\n                        return null;\n                    }\n\n                    for (int i = 0; i < len; i++)\n                    {\n                        child = children.GetElement(i);\n                        tagRECT r = child.CurrentBoundingRectangle;\n                        if (leftRect == null || r.left < leftRect.Value.left)\n                        {\n                            leftRect = r;\n                        }\n                        if (rightRect == null || rightRect.Value.right < r.right)\n                        {\n                            rightRect = r;\n                        }\n                        Marshal.ReleaseComObject(child);\n                        child = null;\n                    }\n                    if (leftRect == null || rightRect == null)\n                    {\n                        return null;\n                    }\n\n                    LocalPInvoke.RECT rect = new()\n                    {\n                        Left = (int)leftRect.Value.left,\n                        Top = (int)leftRect.Value.top,\n                        Right = (int)rightRect.Value.right,\n                        Bottom = (int)leftRect.Value.bottom,\n                    };\n                    return rect;\n                }\n                catch (Exception)\n                {\n                    // TODO: write log.\n                    // An error occurs at here, the AppListXaml object will be recreated, so not reqire actions.\n                    return null;\n                }\n                finally\n                {\n                    if (child != null)\n                    {\n                        Marshal.ReleaseComObject(child);\n                    }\n                    if (children != null)\n                    {\n                        Marshal.ReleaseComObject(children);\n                    }\n                }\n            }\n\n            public void Dispose()\n            {\n                if (_taskbarFrame != null)\n                {\n                    Marshal.ReleaseComObject(_taskbarFrame);\n                    _taskbarFrame = null;\n                }\n                if (_uia != null)\n                {\n                    Marshal.ReleaseComObject(_uia);\n                    _uia = null;\n                }\n            }\n        }\n#nullable restore\n\n        public class Settings\n        {\n            public int Version { get; set; }\n            public SegmentSettings SimpleTaskbarLayout { get; set; }\n            public SegmentSettings DynamicAppListLayout { get; set; }\n            public SegmentSettings DynamicTrayLayout { get; set; }\n            public SegmentSettings DynamicWidgetsLayout { get; set; }\n            public SegmentSettings DynamicSecondaryClockLayout { get; set; }\n            public int WidgetsWidth { get; set; }\n            public int ClockWidth { get; set; }\n            public bool IsDynamic { get; set; }\n            public bool IsCentred { get; set; }\n            public bool IsWindows11 { get; set; }\n            public bool ShowTray { get; set; }\n            public bool ShowWidgets { get; set; }\n            public bool ShowSecondaryClock { get; set; }\n            public bool CompositionCompat { get; set; }\n            public bool IsNotFirstLaunch { get; set; }\n            public bool FillOnMaximise { get; set; }\n            public bool FillOnTaskSwitch { get; set; }\n            public bool ShowSegmentsOnHover { get; set; }\n            public int AutoHide { get; set; }\n        }\n\n        public class EffectiveRegion\n        {\n            public int CornerRadius { get; set; }\n            public int Top { get; set; }\n            public int Left { get; set; }\n            public int Width { get; set; }\n            public int Height { get; set; }\n        }\n\n        public class SegmentSettings\n        {\n            public int CornerRadius { get; set; }\n            public int MarginTop { get; set; }\n            public int MarginLeft { get; set; }\n            public int MarginBottom { get; set; }\n            public int MarginRight { get; set; }\n        }\n\n        public enum TrayMode\n        {\n            Show = 0,\n            Hide = 1,\n            AutoHide = 2,\n        }\n\n        public enum CompositionMode\n        {\n            None = 0,\n            TranslucentTB = 1,\n            Legacy = 2,\n        }\n\n        public enum KeyModifier\n        {\n            None = 0,\n            Alt = 1,\n            Control = 2,\n            Shift = 4,\n            WinKey = 8\n        }\n    }\n}\n"
  },
  {
    "path": "RoundedTB/app.manifest",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<assembly manifestVersion=\"1.0\" xmlns=\"urn:schemas-microsoft-com:asm.v1\" xmlns:asmv3=\"urn:schemas-microsoft-com:asm.v3\">\n  <assemblyIdentity version=\"1.0.0.0\" name=\"MyApplication.app\"/>\n  <trustInfo xmlns=\"urn:schemas-microsoft-com:asm.v2\">\n    <security>\n      <requestedPrivileges xmlns=\"urn:schemas-microsoft-com:asm.v3\">\n        <!-- UAC Manifest Options\n             If you want to change the Windows User Account Control level replace the \n             requestedExecutionLevel node with one of the following.\n\n        <requestedExecutionLevel  level=\"asInvoker\" uiAccess=\"false\" />\n        <requestedExecutionLevel  level=\"requireAdministrator\" uiAccess=\"false\" />\n        <requestedExecutionLevel  level=\"highestAvailable\" uiAccess=\"false\" />\n\n            Specifying requestedExecutionLevel element will disable file and registry virtualization. \n            Remove this element if your application requires this virtualization for backwards\n            compatibility.\n        -->\n        <requestedExecutionLevel level=\"asInvoker\" uiAccess=\"false\" />\n       \n      </requestedPrivileges>\n    </security>\n  </trustInfo>\n\n  <compatibility xmlns=\"urn:schemas-microsoft-com:compatibility.v1\">\n    <application>\n      <!-- A list of the Windows versions that this application has been tested on\n           and is designed to work with. Uncomment the appropriate elements\n           and Windows will automatically select the most compatible environment. -->\n\n      <!-- Windows Vista -->\n      <!--<supportedOS Id=\"{e2011457-1546-43c5-a5fe-008deee3d3f0}\" />-->\n\n      <!-- Windows 7 -->\n      <!--<supportedOS Id=\"{35138b9a-5d96-4fbd-8e2d-a2440225f93a}\" />-->\n\n      <!-- Windows 8 -->\n      <!--<supportedOS Id=\"{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}\" />-->\n\n      <!-- Windows 8.1 -->\n      <!--<supportedOS Id=\"{1f676c76-80e1-4239-95bb-83d0f6d0da78}\" />-->\n\n      <!-- Windows 10 -->\n      <!--<supportedOS Id=\"{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}\" />-->\n\n    </application>\n  </compatibility>\n\n  <!-- Indicates that the application is DPI-aware and will not be automatically scaled by Windows at higher\n       DPIs. Windows Presentation Foundation (WPF) applications are automatically DPI-aware and do not need \n       to opt in. Windows Forms applications targeting .NET Framework 4.6 that opt into this setting, should \n       also set the 'EnableWindowsFormsHighDpiAutoResizing' setting to 'true' in their app.config. -->\n  <!--\n  <application xmlns=\"urn:schemas-microsoft-com:asm.v3\">\n    <windowsSettings>\n      <dpiAware xmlns=\"http://schemas.microsoft.com/SMI/2005/WindowsSettings\">true</dpiAware>\n    </windowsSettings>\n  </application>\n  -->\n\n  <!-- Enable themes for Windows common controls and dialogs (Windows XP and later) -->\n  <!--\n  <dependency>\n    <dependentAssembly>\n      <assemblyIdentity\n          type=\"win32\"\n          name=\"Microsoft.Windows.Common-Controls\"\n          version=\"6.0.0.0\"\n          processorArchitecture=\"*\"\n          publicKeyToken=\"6595b64144ccf1df\"\n          language=\"*\"\n        />\n    </dependentAssembly>\n  </dependency>\n  -->\n  <asmv3:application>\n    <windowsSettings xmlns:ws2016=\"http://schemas.microsoft.com/SMI/2016/WindowsSettings\" xmlns:ws2019=\"http://schemas.microsoft.com/SMI/2019/WindowsSettings\" xmlns:ws2020=\"http://schemas.microsoft.com/SMI/2020/WindowsSettings\">\n      <ws2019:activeCodePage>UTF-8</ws2019:activeCodePage>\n      <ws2016:dpiAwareness>PerMonitorV2</ws2016:dpiAwareness>\n      <ws2020:heapType>SegmentHeap</ws2020:heapType>\n      <ws2016:longPathAware>true</ws2016:longPathAware>\n    </windowsSettings>\n  </asmv3:application>\n</assembly>\n"
  },
  {
    "path": "RoundedTB.sln",
    "content": "﻿\nMicrosoft Visual Studio Solution File, Format Version 12.00\n# Visual Studio Version 17\nVisualStudioVersion = 17.0.31423.177\nMinimumVisualStudioVersion = 10.0.40219.1\nProject(\"{9A19103F-16F7-4668-BE54-9A1E7A4F7556}\") = \"RoundedTB\", \"RoundedTB\\RoundedTB.csproj\", \"{52C15E53-9E25-4847-8522-8BA77B08106F}\"\nEndProject\nProject(\"{2150E333-8FDC-42A3-9474-1A3956D46DE8}\") = \"Solution Items\", \"Solution Items\", \"{6C4D12A6-8741-4A9E-A343-381E9ED3A952}\"\nEndProject\nGlobal\n\tGlobalSection(SolutionConfigurationPlatforms) = preSolution\n\t\tDebug|Any CPU = Debug|Any CPU\n\t\tDebug|ARM = Debug|ARM\n\t\tDebug|ARM64 = Debug|ARM64\n\t\tDebug|x64 = Debug|x64\n\t\tDebug|x86 = Debug|x86\n\t\tRelease|Any CPU = Release|Any CPU\n\t\tRelease|ARM = Release|ARM\n\t\tRelease|ARM64 = Release|ARM64\n\t\tRelease|x64 = Release|x64\n\t\tRelease|x86 = Release|x86\n\t\tRemote Debug|Any CPU = Remote Debug|Any CPU\n\t\tRemote Debug|ARM = Remote Debug|ARM\n\t\tRemote Debug|ARM64 = Remote Debug|ARM64\n\t\tRemote Debug|x64 = Remote Debug|x64\n\t\tRemote Debug|x86 = Remote Debug|x86\n\tEndGlobalSection\n\tGlobalSection(ProjectConfigurationPlatforms) = postSolution\n\t\t{52C15E53-9E25-4847-8522-8BA77B08106F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU\n\t\t{52C15E53-9E25-4847-8522-8BA77B08106F}.Debug|Any CPU.Build.0 = Debug|Any CPU\n\t\t{52C15E53-9E25-4847-8522-8BA77B08106F}.Debug|ARM.ActiveCfg = Debug|Any CPU\n\t\t{52C15E53-9E25-4847-8522-8BA77B08106F}.Debug|ARM.Build.0 = Debug|Any CPU\n\t\t{52C15E53-9E25-4847-8522-8BA77B08106F}.Debug|ARM64.ActiveCfg = Debug|Any CPU\n\t\t{52C15E53-9E25-4847-8522-8BA77B08106F}.Debug|ARM64.Build.0 = Debug|Any CPU\n\t\t{52C15E53-9E25-4847-8522-8BA77B08106F}.Debug|x64.ActiveCfg = Debug|Any CPU\n\t\t{52C15E53-9E25-4847-8522-8BA77B08106F}.Debug|x64.Build.0 = Debug|Any CPU\n\t\t{52C15E53-9E25-4847-8522-8BA77B08106F}.Debug|x86.ActiveCfg = Debug|Any CPU\n\t\t{52C15E53-9E25-4847-8522-8BA77B08106F}.Debug|x86.Build.0 = Debug|Any CPU\n\t\t{52C15E53-9E25-4847-8522-8BA77B08106F}.Release|Any CPU.ActiveCfg = Release|Any CPU\n\t\t{52C15E53-9E25-4847-8522-8BA77B08106F}.Release|Any CPU.Build.0 = Release|Any CPU\n\t\t{52C15E53-9E25-4847-8522-8BA77B08106F}.Release|ARM.ActiveCfg = Release|Any CPU\n\t\t{52C15E53-9E25-4847-8522-8BA77B08106F}.Release|ARM.Build.0 = Release|Any CPU\n\t\t{52C15E53-9E25-4847-8522-8BA77B08106F}.Release|ARM64.ActiveCfg = Release|Any CPU\n\t\t{52C15E53-9E25-4847-8522-8BA77B08106F}.Release|ARM64.Build.0 = Release|Any CPU\n\t\t{52C15E53-9E25-4847-8522-8BA77B08106F}.Release|x64.ActiveCfg = Release|Any CPU\n\t\t{52C15E53-9E25-4847-8522-8BA77B08106F}.Release|x64.Build.0 = Release|Any CPU\n\t\t{52C15E53-9E25-4847-8522-8BA77B08106F}.Release|x86.ActiveCfg = Release|Any CPU\n\t\t{52C15E53-9E25-4847-8522-8BA77B08106F}.Release|x86.Build.0 = Release|Any CPU\n\t\t{52C15E53-9E25-4847-8522-8BA77B08106F}.Remote Debug|Any CPU.ActiveCfg = Remote Debug|Any CPU\n\t\t{52C15E53-9E25-4847-8522-8BA77B08106F}.Remote Debug|Any CPU.Build.0 = Remote Debug|Any CPU\n\t\t{52C15E53-9E25-4847-8522-8BA77B08106F}.Remote Debug|ARM.ActiveCfg = Remote Debug|Any CPU\n\t\t{52C15E53-9E25-4847-8522-8BA77B08106F}.Remote Debug|ARM.Build.0 = Remote Debug|Any CPU\n\t\t{52C15E53-9E25-4847-8522-8BA77B08106F}.Remote Debug|ARM64.ActiveCfg = Remote Debug|Any CPU\n\t\t{52C15E53-9E25-4847-8522-8BA77B08106F}.Remote Debug|ARM64.Build.0 = Remote Debug|Any CPU\n\t\t{52C15E53-9E25-4847-8522-8BA77B08106F}.Remote Debug|x64.ActiveCfg = Remote Debug|Any CPU\n\t\t{52C15E53-9E25-4847-8522-8BA77B08106F}.Remote Debug|x64.Build.0 = Remote Debug|Any CPU\n\t\t{52C15E53-9E25-4847-8522-8BA77B08106F}.Remote Debug|x86.ActiveCfg = Remote Debug|Any CPU\n\t\t{52C15E53-9E25-4847-8522-8BA77B08106F}.Remote Debug|x86.Build.0 = Remote Debug|Any CPU\n\tEndGlobalSection\n\tGlobalSection(SolutionProperties) = preSolution\n\t\tHideSolutionNode = FALSE\n\tEndGlobalSection\n\tGlobalSection(ExtensibilityGlobals) = postSolution\n\t\tSolutionGuid = {DA142517-2AAB-4F18-A60B-23F80035D8E0}\n\tEndGlobalSection\nEndGlobal\n"
  },
  {
    "path": "upgrade-assistant.clef",
    "content": "{\"@t\":\"2022-01-30T04:07:25.0356602Z\",\"@mt\":\"Hosting starting\",\"@l\":\"Debug\",\"EventId\":{\"Id\":1,\"Name\":\"Starting\"},\"SourceContext\":\"Microsoft.Extensions.Hosting.Internal.Host\"}\n{\"@t\":\"2022-01-30T04:07:25.0649528Z\",\"@mt\":\"Configuration loaded from context base directory: {BaseDirectory}\",\"@l\":\"Debug\",\"BaseDirectory\":\"C:\\\\Users\\\\Torch\\\\.dotnet\\\\tools\\\\.store\\\\upgrade-assistant\\\\0.3.261602\\\\upgrade-assistant\\\\0.3.261602\\\\tools\\\\net6.0\\\\any\\\\\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Cli.ConsoleRunner\"}\n{\"@t\":\"2022-01-30T04:07:25.0779977Z\",\"@mt\":\"Found extension '{Name}' [{Location}]\",\"@l\":\"Debug\",\"Name\":\"NuGet\",\"Location\":\"C:\\\\Users\\\\Torch\\\\.dotnet\\\\tools\\\\.store\\\\upgrade-assistant\\\\0.3.261602\\\\upgrade-assistant\\\\0.3.261602\\\\tools\\\\net6.0\\\\any\\\\extensions\\\\nuget\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionProvider\"}\n{\"@t\":\"2022-01-30T04:07:25.0827679Z\",\"@mt\":\"Found extension '{Name}' [{Location}]\",\"@l\":\"Debug\",\"Name\":\"Default\",\"Location\":\"C:\\\\Users\\\\Torch\\\\.dotnet\\\\tools\\\\.store\\\\upgrade-assistant\\\\0.3.261602\\\\upgrade-assistant\\\\0.3.261602\\\\tools\\\\net6.0\\\\any\\\\extensions\\\\default\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionProvider\"}\n{\"@t\":\"2022-01-30T04:07:25.0830157Z\",\"@mt\":\"Found extension '{Name}' [{Location}]\",\"@l\":\"Debug\",\"Name\":\"VB\",\"Location\":\"C:\\\\Users\\\\Torch\\\\.dotnet\\\\tools\\\\.store\\\\upgrade-assistant\\\\0.3.261602\\\\upgrade-assistant\\\\0.3.261602\\\\tools\\\\net6.0\\\\any\\\\extensions\\\\vb\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionProvider\"}\n{\"@t\":\"2022-01-30T04:07:25.0834298Z\",\"@mt\":\"Found extension '{Name}' [{Location}]\",\"@l\":\"Debug\",\"Name\":\"Web\",\"Location\":\"C:\\\\Users\\\\Torch\\\\.dotnet\\\\tools\\\\.store\\\\upgrade-assistant\\\\0.3.261602\\\\upgrade-assistant\\\\0.3.261602\\\\tools\\\\net6.0\\\\any\\\\extensions\\\\web\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionProvider\"}\n{\"@t\":\"2022-01-30T04:07:25.0836471Z\",\"@mt\":\"Found extension '{Name}' [{Location}]\",\"@l\":\"Debug\",\"Name\":\"windows\",\"Location\":\"C:\\\\Users\\\\Torch\\\\.dotnet\\\\tools\\\\.store\\\\upgrade-assistant\\\\0.3.261602\\\\upgrade-assistant\\\\0.3.261602\\\\tools\\\\net6.0\\\\any\\\\extensions\\\\windows\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionProvider\"}\n{\"@t\":\"2022-01-30T04:07:25.0851415Z\",\"@mt\":\"Loaded {Count} extensions\",\"Count\":5,\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionProvider\"}\n{\"@t\":\"2022-01-30T04:07:25.1438728Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"NuGet.Common, Version=6.0.0.280, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_NuGeteaf2560a741548aabd2e377ce8391fd8\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-01-30T04:07:25.1786496Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"NuGet.Packaging, Version=6.0.0.280, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_NuGeteaf2560a741548aabd2e377ce8391fd8\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-01-30T04:07:25.2222510Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"NuGet.Frameworks, Version=6.0.0.280, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_NuGeteaf2560a741548aabd2e377ce8391fd8\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-01-30T04:07:25.2562959Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"NuGet.Protocol, Version=6.0.0.280, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_NuGeteaf2560a741548aabd2e377ce8391fd8\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-01-30T04:07:25.2986344Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"NuGet.Versioning, Version=6.0.0.280, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_NuGeteaf2560a741548aabd2e377ce8391fd8\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-01-30T04:07:25.3345042Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"NuGet.ProjectModel, Version=6.0.0.280, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_NuGeteaf2560a741548aabd2e377ce8391fd8\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-01-30T04:07:25.3897370Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_Defaulteaf2560a741548aabd2e377ce8391fd8\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-01-30T04:07:25.4098693Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Configuration, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_Defaulteaf2560a741548aabd2e377ce8391fd8\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-01-30T04:07:25.4362938Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_Defaulteaf2560a741548aabd2e377ce8391fd8\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-01-30T04:07:25.4727006Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"Microsoft.DotNet.UpgradeAssistant.Steps.ProjectFormat, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_Defaulteaf2560a741548aabd2e377ce8391fd8\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-01-30T04:07:25.4911209Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Solution, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_Defaulteaf2560a741548aabd2e377ce8391fd8\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-01-30T04:07:25.5126928Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Source, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_Defaulteaf2560a741548aabd2e377ce8391fd8\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-01-30T04:07:25.5358280Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Templates, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_Defaulteaf2560a741548aabd2e377ce8391fd8\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-01-30T04:07:25.5658561Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_Defaulteaf2560a741548aabd2e377ce8391fd8\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-01-30T04:07:25.6088914Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.Default.CodeFixes, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_Defaulteaf2560a741548aabd2e377ce8391fd8\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-01-30T04:07:25.6825187Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Razor, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_Webeaf2560a741548aabd2e377ce8391fd8\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-01-30T04:07:25.7207535Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"Microsoft.AspNetCore.Razor.Language, Version=5.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60\",\"Extension\":\"UA_Webeaf2560a741548aabd2e377ce8391fd8\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-01-30T04:07:25.7656015Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"DiffPlex, Version=1.6.3.0, Culture=neutral, PublicKeyToken=1d35e91d1bd7bc0f\",\"Extension\":\"UA_Webeaf2560a741548aabd2e377ce8391fd8\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-01-30T04:07:25.8518104Z\",\"@mt\":\"Using Visual Studio v{VsVersion} [{VsPath}]\",\"@l\":\"Debug\",\"VsVersion\":\"17.0.32112.339\",\"VsPath\":\"C:\\\\Program Files\\\\Microsoft Visual Studio\\\\2022\\\\Community\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.VisualStudioFinder\"}\n{\"@t\":\"2022-01-30T04:07:25.9915100Z\",\"@mt\":\"Using MSBuild from {Path}\",\"Path\":\"C:\\\\Program Files\\\\dotnet\\\\sdk\\\\6.0.101\\\\\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.WorkspaceOptions\"}\n{\"@t\":\"2022-01-30T04:07:25.9925931Z\",\"@mt\":\"Using Visual Studio install from {Path} [v{Version}]\",\"Path\":\"C:\\\\Program Files\\\\Microsoft Visual Studio\\\\2022\\\\Community\",\"Version\":17,\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.WorkspaceOptions\"}\n{\"@t\":\"2022-01-30T04:07:26.1350692Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"NuGet.Credentials, Version=6.0.0.280, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_NuGeteaf2560a741548aabd2e377ce8391fd8\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-01-30T04:07:26.1660620Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"NuGet.Configuration, Version=6.0.0.280, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_NuGeteaf2560a741548aabd2e377ce8391fd8\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-01-30T04:07:26.3353153Z\",\"@mt\":\"Generating context\",\"@l\":\"Debug\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildUpgradeContextFactory\"}\n{\"@t\":\"2022-01-30T04:07:26.3773435Z\",\"@mt\":\"Unable to resolve assembly {AssemblyName}\",\"@l\":\"Debug\",\"AssemblyName\":\"Microsoft.Build.resources, Version=15.1.0.0, Culture=en-GB, PublicKeyToken=b03f5f7f11d50a3a\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildRegistrationStartup\"}\n{\"@t\":\"2022-01-30T04:07:26.3880673Z\",\"@mt\":\"Initializing context\",\"@l\":\"Debug\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildUpgradeContextFactory\"}\n{\"@t\":\"2022-01-30T04:07:27.1417224Z\",\"@mt\":\"Unable to resolve assembly {AssemblyName}\",\"@l\":\"Debug\",\"AssemblyName\":\"Microsoft.Build.Tasks.Core.resources, Version=15.1.0.0, Culture=en-GB, PublicKeyToken=b03f5f7f11d50a3a\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildRegistrationStartup\"}\n{\"@t\":\"2022-01-30T04:07:27.4180926Z\",\"@mt\":\"Unable to resolve assembly {AssemblyName}\",\"@l\":\"Debug\",\"AssemblyName\":\"Microsoft.CodeAnalysis.Workspaces.MSBuild.resources, Version=3.8.0.0, Culture=en-GB, PublicKeyToken=31bf3856ad364e35\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildRegistrationStartup\"}\n{\"@t\":\"2022-01-30T04:07:27.4183136Z\",\"@mt\":\"Unable to resolve assembly {AssemblyName}\",\"@l\":\"Debug\",\"AssemblyName\":\"Microsoft.CodeAnalysis.Workspaces.MSBuild.resources, Version=3.8.0.0, Culture=en, PublicKeyToken=31bf3856ad364e35\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildRegistrationStartup\"}\n{\"@t\":\"2022-01-30T04:07:27.4195075Z\",\"@mt\":\"[{Level}] Problem loading file in MSBuild workspace {Message}\",\"@l\":\"Debug\",\"Level\":\"Failure\",\"Message\":\"Msbuild failed when processing the file 'C:\\\\Users\\\\Torch\\\\source\\\\repos\\\\RoundedTB\\\\RoundedTB\\\\RoundedTB.csproj' with message: C:\\\\Program Files\\\\Microsoft Visual Studio\\\\2022\\\\Community\\\\MSBuild\\\\Microsoft\\\\Microsoft.NET.Build.Extensions\\\\Microsoft.NET.Build.Extensions.ConflictResolution.targets: (30, 5): The \\\"ResolvePackageFileConflicts\\\" task could not be loaded from the assembly C:\\\\Program Files\\\\Microsoft Visual Studio\\\\2022\\\\Community\\\\MSBuild\\\\Microsoft\\\\Microsoft.NET.Build.Extensions\\\\\\\\tools\\\\net6.0\\\\Microsoft.NET.Build.Extensions.Tasks.dll. Could not load file or assembly 'C:\\\\Program Files\\\\Microsoft Visual Studio\\\\2022\\\\Community\\\\MSBuild\\\\Microsoft\\\\Microsoft.NET.Build.Extensions\\\\tools\\\\net6.0\\\\Microsoft.NET.Build.Extensions.Tasks.dll'. The system cannot find the path specified. Confirm that the <UsingTask> declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext\"}\n{\"@t\":\"2022-01-30T04:07:27.5633344Z\",\"@mt\":\"Unable to resolve assembly {AssemblyName}\",\"@l\":\"Debug\",\"AssemblyName\":\"Microsoft.CodeAnalysis.Workspaces.resources, Version=3.8.0.0, Culture=en-GB, PublicKeyToken=31bf3856ad364e35\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildRegistrationStartup\"}\n{\"@t\":\"2022-01-30T04:07:27.5635410Z\",\"@mt\":\"Unable to resolve assembly {AssemblyName}\",\"@l\":\"Debug\",\"AssemblyName\":\"Microsoft.CodeAnalysis.Workspaces.resources, Version=3.8.0.0, Culture=en, PublicKeyToken=31bf3856ad364e35\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildRegistrationStartup\"}\n{\"@t\":\"2022-01-30T04:07:27.5638688Z\",\"@mt\":\"[{Level}] Problem loading file in MSBuild workspace {Message}\",\"@l\":\"Debug\",\"Level\":\"Failure\",\"Message\":\"Cannot open project 'C:\\\\Users\\\\Torch\\\\source\\\\repos\\\\RoundedTB\\\\PackagingProject\\\\RoundedTB.Package.wapproj' because the file extension '.wapproj' is not associated with a language.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext\"}\n{\"@t\":\"2022-01-30T04:07:27.5775857Z\",\"@mt\":\"Unable to resolve assembly {AssemblyName}\",\"@l\":\"Debug\",\"AssemblyName\":\"Microsoft.CodeAnalysis.Workspaces.resources, Version=3.8.0.0, Culture=en-GB, PublicKeyToken=31bf3856ad364e35\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildRegistrationStartup\"}\n{\"@t\":\"2022-01-30T04:07:27.5778602Z\",\"@mt\":\"Unable to resolve assembly {AssemblyName}\",\"@l\":\"Debug\",\"AssemblyName\":\"Microsoft.CodeAnalysis.Workspaces.resources, Version=3.8.0.0, Culture=en, PublicKeyToken=31bf3856ad364e35\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildRegistrationStartup\"}\n{\"@t\":\"2022-01-30T04:07:27.6907987Z\",\"@mt\":\"Unable to resolve assembly {AssemblyName}\",\"@l\":\"Debug\",\"AssemblyName\":\"Microsoft.CodeAnalysis.CSharp.Workspaces.resources, Version=3.8.0.0, Culture=en-GB, PublicKeyToken=31bf3856ad364e35\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildRegistrationStartup\"}\n{\"@t\":\"2022-01-30T04:07:27.6909906Z\",\"@mt\":\"Unable to resolve assembly {AssemblyName}\",\"@l\":\"Debug\",\"AssemblyName\":\"Microsoft.CodeAnalysis.CSharp.Workspaces.resources, Version=3.8.0.0, Culture=en, PublicKeyToken=31bf3856ad364e35\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildRegistrationStartup\"}\n{\"@t\":\"2022-01-30T04:07:27.6975689Z\",\"@mt\":\"Unable to resolve assembly {AssemblyName}\",\"@l\":\"Debug\",\"AssemblyName\":\"Microsoft.CodeAnalysis.CSharp.Workspaces.resources, Version=3.8.0.0, Culture=en-GB, PublicKeyToken=31bf3856ad364e35\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildRegistrationStartup\"}\n{\"@t\":\"2022-01-30T04:07:27.6977383Z\",\"@mt\":\"Unable to resolve assembly {AssemblyName}\",\"@l\":\"Debug\",\"AssemblyName\":\"Microsoft.CodeAnalysis.CSharp.Workspaces.resources, Version=3.8.0.0, Culture=en, PublicKeyToken=31bf3856ad364e35\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildRegistrationStartup\"}\n{\"@t\":\"2022-01-30T04:07:27.7461171Z\",\"@mt\":\"Done initializing context\",\"@l\":\"Debug\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildUpgradeContextFactory\"}\n{\"@t\":\"2022-01-30T04:07:27.9119228Z\",\"@mt\":\"Recommending Windows TFM {TFM} because the project either has Windows-specific dependencies or builds to a WinExe\",\"TFM\":\"net6.0-windows10.0.19041\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsSdkTargetFrameworkSelectorFilter\"}\n{\"@t\":\"2022-01-30T04:07:27.9160271Z\",\"@mt\":\"Restoring packages for {ProjectPath} with dotnet restore\",\"@l\":\"Debug\",\"ProjectPath\":\"C:\\\\Users\\\\Torch\\\\source\\\\repos\\\\RoundedTB\\\\RoundedTB\\\\RoundedTB.csproj\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.DotnetRestorePackageRestorer\"}\n{\"@t\":\"2022-01-30T04:07:28.2985133Z\",\"@mt\":\"[{Tool}] {Data}\",\"@l\":\"Debug\",\"Tool\":\"dotnet-restore\",\"Data\":\"  Determining projects to restore...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.ProcessRunner\"}\n{\"@t\":\"2022-01-30T04:07:28.5530501Z\",\"@mt\":\"[{Tool}] {Data}\",\"@l\":\"Debug\",\"Tool\":\"dotnet-restore\",\"Data\":\"  Restored C:\\\\Users\\\\Torch\\\\source\\\\repos\\\\RoundedTB\\\\RoundedTB\\\\RoundedTB.csproj (in 161 ms).\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.ProcessRunner\"}\n{\"@t\":\"2022-01-30T04:07:28.7040374Z\",\"@mt\":\"[{Level}] Problem loading file in MSBuild workspace {Message}\",\"@l\":\"Debug\",\"Level\":\"Failure\",\"Message\":\"Msbuild failed when processing the file 'C:\\\\Users\\\\Torch\\\\source\\\\repos\\\\RoundedTB\\\\RoundedTB\\\\RoundedTB.csproj' with message: C:\\\\Program Files\\\\Microsoft Visual Studio\\\\2022\\\\Community\\\\MSBuild\\\\Microsoft\\\\NuGet\\\\17.0\\\\Microsoft.NuGet.targets: (198, 5): Your project file doesn't list 'win' as a \\\"RuntimeIdentifier\\\". You should add 'win' to the \\\"RuntimeIdentifiers\\\" property in your project file and then re-run NuGet restore.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext\"}\n{\"@t\":\"2022-01-30T04:07:28.7041162Z\",\"@mt\":\"[{Level}] Problem loading file in MSBuild workspace {Message}\",\"@l\":\"Debug\",\"Level\":\"Failure\",\"Message\":\"Msbuild failed when processing the file 'C:\\\\Users\\\\Torch\\\\source\\\\repos\\\\RoundedTB\\\\RoundedTB\\\\RoundedTB.csproj' with message: C:\\\\Program Files\\\\Microsoft Visual Studio\\\\2022\\\\Community\\\\MSBuild\\\\Microsoft\\\\NuGet\\\\17.0\\\\Microsoft.NuGet.targets: (198, 5): Your project file doesn't list 'win' as a \\\"RuntimeIdentifier\\\". You should add 'win' to the \\\"RuntimeIdentifiers\\\" property in your project file and then re-run NuGet restore.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext\"}\n{\"@t\":\"2022-01-30T04:07:28.7041355Z\",\"@mt\":\"[{Level}] Problem loading file in MSBuild workspace {Message}\",\"@l\":\"Debug\",\"Level\":\"Failure\",\"Message\":\"Msbuild failed when processing the file 'C:\\\\Users\\\\Torch\\\\source\\\\repos\\\\RoundedTB\\\\RoundedTB\\\\RoundedTB.csproj' with message: C:\\\\Program Files\\\\Microsoft Visual Studio\\\\2022\\\\Community\\\\MSBuild\\\\Microsoft\\\\Microsoft.NET.Build.Extensions\\\\Microsoft.NET.Build.Extensions.ConflictResolution.targets: (30, 5): The \\\"ResolvePackageFileConflicts\\\" task could not be loaded from the assembly C:\\\\Program Files\\\\Microsoft Visual Studio\\\\2022\\\\Community\\\\MSBuild\\\\Microsoft\\\\Microsoft.NET.Build.Extensions\\\\\\\\tools\\\\net6.0\\\\Microsoft.NET.Build.Extensions.Tasks.dll. Could not load file or assembly 'C:\\\\Program Files\\\\Microsoft Visual Studio\\\\2022\\\\Community\\\\MSBuild\\\\Microsoft\\\\Microsoft.NET.Build.Extensions\\\\tools\\\\net6.0\\\\Microsoft.NET.Build.Extensions.Tasks.dll'. The system cannot find the path specified. Confirm that the <UsingTask> declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext\"}\n{\"@t\":\"2022-01-30T04:07:28.7054677Z\",\"@mt\":\"[{Level}] Problem loading file in MSBuild workspace {Message}\",\"@l\":\"Debug\",\"Level\":\"Failure\",\"Message\":\"Cannot open project 'C:\\\\Users\\\\Torch\\\\source\\\\repos\\\\RoundedTB\\\\PackagingProject\\\\RoundedTB.Package.wapproj' because the file extension '.wapproj' is not associated with a language.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext\"}\n{\"@t\":\"2022-01-30T04:07:28.7675204Z\",\"@mt\":\"Analyzing packages with {AnalyzerName}\",\"@l\":\"Debug\",\"AnalyzerName\":\"Duplicate reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.DependencyAnalyzerRunner\"}\n{\"@t\":\"2022-01-30T04:07:28.7707215Z\",\"@mt\":\"Analyzing packages with {AnalyzerName}\",\"@l\":\"Debug\",\"AnalyzerName\":\"Transitive reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.DependencyAnalyzerRunner\"}\n{\"@t\":\"2022-01-30T04:07:28.7826641Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed\",\"Extension\":\"UA_NuGeteaf2560a741548aabd2e377ce8391fd8\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-01-30T04:07:28.8819031Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"NuGet.LibraryModel, Version=6.0.0.280, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_NuGeteaf2560a741548aabd2e377ce8391fd8\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-01-30T04:07:28.9423549Z\",\"@mt\":\"Marking package {PackageName} for removal because it appears to be a transitive dependency\",\"PackageName\":\"Microsoft.Windows.SDK.Contracts\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TransitiveReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:07:28.9541917Z\",\"@mt\":\"Marking package {PackageName} for removal because it appears to be a transitive dependency\",\"PackageName\":\"System.Runtime.WindowsRuntime\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TransitiveReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:07:28.9570206Z\",\"@mt\":\"Marking package {PackageName} for removal because it appears to be a transitive dependency\",\"PackageName\":\"System.Runtime.WindowsRuntime.UI.Xaml\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TransitiveReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:07:28.9595478Z\",\"@mt\":\"Marking package {PackageName} for removal because it appears to be a transitive dependency\",\"PackageName\":\"System.ValueTuple\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TransitiveReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:07:28.9631462Z\",\"@mt\":\"Analyzing packages with {AnalyzerName}\",\"@l\":\"Debug\",\"AnalyzerName\":\"Package map reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.DependencyAnalyzerRunner\"}\n{\"@t\":\"2022-01-30T04:07:28.9683790Z\",\"@mt\":\"Analyzing packages with {AnalyzerName}\",\"@l\":\"Debug\",\"AnalyzerName\":\"Target compatibility reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.DependencyAnalyzerRunner\"}\n{\"@t\":\"2022-01-30T04:07:28.9766025Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"DesktopBridge.Helpers, Version=1.2.1\",\"PackagePath\":\"C:\\\\Users\\\\Torch\\\\.nuget\\\\packages\\\\DesktopBridge.Helpers\\\\1.2.1\\\\DesktopBridge.Helpers.1.2.1.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:07:29.0083654Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"DesktopBridge.Helpers.1.2.1\",\"TargetFrameworks\":[\".NETFramework,Version=v4.0\",\".NETFramework,Version=v4.5\",\".NETStandard,Version=v2.0\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:07:29.0096264Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"DesktopBridge.Helpers, Version=1.2.1\",\"TargetFramework\":[\"net6.0-windows10.0.19041\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:07:29.0097780Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Hardcodet.NotifyIcon.Wpf, Version=1.1.0\",\"PackagePath\":\"C:\\\\Users\\\\Torch\\\\.nuget\\\\packages\\\\Hardcodet.NotifyIcon.Wpf\\\\1.1.0\\\\Hardcodet.NotifyIcon.Wpf.1.1.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:07:29.0207278Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Hardcodet.NotifyIcon.Wpf.1.1.0\",\"TargetFrameworks\":[\".NETCoreApp,Version=v3.1\",\"net5.0-windows7.0\",\".NETFramework,Version=v4.5\",\".NETFramework,Version=v4.6.2\",\".NETFramework,Version=v4.7.2\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:07:29.0208844Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Hardcodet.NotifyIcon.Wpf, Version=1.1.0\",\"TargetFramework\":[\"net6.0-windows10.0.19041\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:07:29.0210163Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Interop.UIAutomationClient, Version=10.19041.0\",\"PackagePath\":\"C:\\\\Users\\\\Torch\\\\.nuget\\\\packages\\\\Interop.UIAutomationClient\\\\10.19041.0\\\\Interop.UIAutomationClient.10.19041.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:07:29.0309374Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Interop.UIAutomationClient.10.19041.0\",\"TargetFrameworks\":[\".NETCoreApp,Version=v3.0\",\".NETFramework,Version=v3.5\",\".NETFramework,Version=v4.0\",\".NETFramework,Version=v4.5\",\".NETStandard,Version=v2.0\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:07:29.0310573Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Interop.UIAutomationClient, Version=10.19041.0\",\"TargetFramework\":[\"net6.0-windows10.0.19041\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:07:29.0311683Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Interop.UIAutomationCore, Version=10.19041.0\",\"PackagePath\":\"C:\\\\Users\\\\Torch\\\\.nuget\\\\packages\\\\Interop.UIAutomationCore\\\\10.19041.0\\\\Interop.UIAutomationCore.10.19041.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:07:29.0406782Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Interop.UIAutomationCore.10.19041.0\",\"TargetFrameworks\":[\".NETCoreApp,Version=v3.0\",\".NETFramework,Version=v3.5\",\".NETFramework,Version=v4.0\",\".NETFramework,Version=v4.5\",\".NETStandard,Version=v2.0\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:07:29.0407740Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Interop.UIAutomationCore, Version=10.19041.0\",\"TargetFramework\":[\"net6.0-windows10.0.19041\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:07:29.0408989Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"ModernWpfUI, Version=0.9.4\",\"PackagePath\":\"C:\\\\Users\\\\Torch\\\\.nuget\\\\packages\\\\ModernWpfUI\\\\0.9.4\\\\ModernWpfUI.0.9.4.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:07:29.0567974Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"ModernWpfUI.0.9.4\",\"TargetFrameworks\":[\".NETCoreApp,Version=v3.0\",\"net5.0-windows10.0.18362\",\".NETFramework,Version=v4.5\",\".NETFramework,Version=v4.6.2\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:07:29.0569918Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"ModernWpfUI, Version=0.9.4\",\"TargetFramework\":[\"net6.0-windows10.0.19041\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:07:29.0571220Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Newtonsoft.Json, Version=13.0.1\",\"PackagePath\":\"C:\\\\Users\\\\Torch\\\\.nuget\\\\packages\\\\Newtonsoft.Json\\\\13.0.1\\\\Newtonsoft.Json.13.0.1.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:07:29.0675379Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Newtonsoft.Json.13.0.1\",\"TargetFrameworks\":[\".NETFramework,Version=v2.0\",\".NETFramework,Version=v3.5\",\".NETFramework,Version=v4.0\",\".NETFramework,Version=v4.5\",\".NETStandard,Version=v1.0\",\".NETStandard,Version=v1.3\",\".NETStandard,Version=v2.0\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:07:29.0677271Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Newtonsoft.Json, Version=13.0.1\",\"TargetFramework\":[\"net6.0-windows10.0.19041\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:07:29.0678862Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"PInvoke.User32, Version=0.7.104\",\"PackagePath\":\"C:\\\\Users\\\\Torch\\\\.nuget\\\\packages\\\\PInvoke.User32\\\\0.7.104\\\\PInvoke.User32.0.7.104.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:07:29.0778576Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"PInvoke.User32.0.7.104\",\"TargetFrameworks\":[\".NETFramework,Version=v4.5\",\".NETStandard,Version=v2.0\",\"UAP,Version=v10.0.16299\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:07:29.0779526Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"PInvoke.User32, Version=0.7.104\",\"TargetFramework\":[\"net6.0-windows10.0.19041\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:07:29.0780216Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"WPF-UI, Version=1.2.1\",\"PackagePath\":\"C:\\\\Users\\\\Torch\\\\.nuget\\\\packages\\\\WPF-UI\\\\1.2.1\\\\WPF-UI.1.2.1.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:07:29.0783951Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"WPF-UI.1.2.1\",\"TargetFrameworks\":[\".NETCoreApp,Version=v3.1\",\"net5.0-windows7.0\",\"net6.0-windows7.0\",\".NETFramework,Version=v4.6\",\".NETFramework,Version=v4.7\",\".NETFramework,Version=v4.8\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:07:29.0784401Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"WPF-UI, Version=1.2.1\",\"TargetFramework\":[\"net6.0-windows10.0.19041\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:07:29.0785850Z\",\"@mt\":\"Analyzing packages with {AnalyzerName}\",\"@l\":\"Debug\",\"AnalyzerName\":\"Upgrade assistant reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.DependencyAnalyzerRunner\"}\n{\"@t\":\"2022-01-30T04:07:29.0852279Z\",\"@mt\":\"Found package sources: {PackageSources}\",\"@l\":\"Debug\",\"PackageSources\":[\"https://api.nuget.org/v3/index.json [https://api.nuget.org/v3/index.json]\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetPackageSourceFactory\"}\n{\"@t\":\"2022-01-30T04:07:29.1952093Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.dotnet.upgradeassistant.extensions.default.analyzers/index.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:07:29.7637657Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.dotnet.upgradeassistant.extensions.default.analyzers/index.json 563ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:07:29.8989399Z\",\"@mt\":\"Reference to .NET Upgrade Assistant analyzer package ({AnalyzerPackageName}, version {AnalyzerPackageVersion}) needs to be added\",\"AnalyzerPackageName\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers\",\"AnalyzerPackageVersion\":\"0.3.261602\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.UpgradeAssistantReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:07:29.9008961Z\",\"@mt\":\"Analyzing packages with {AnalyzerName}\",\"@l\":\"Debug\",\"AnalyzerName\":\"Windows Compatibility Pack Analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.DependencyAnalyzerRunner\"}\n{\"@t\":\"2022-01-30T04:07:29.9118417Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.windows.compatibility/index.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:07:30.3225988Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.windows.compatibility/index.json 410ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:07:31.0963026Z\",\"@mt\":\"Adding {PackageName} {Version}\",\"PackageName\":\"Microsoft.Windows.Compatibility\",\"Version\":\"6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.WindowsCompatReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:07:31.0981240Z\",\"@mt\":\"Analyzing packages with {AnalyzerName}\",\"@l\":\"Debug\",\"AnalyzerName\":\"MyDotAnalyzer reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.DependencyAnalyzerRunner\"}\n{\"@t\":\"2022-01-30T04:07:31.1011242Z\",\"@mt\":\"None of the tfms match packages from {PackageName}\",\"@l\":\"Debug\",\"PackageName\":\"System.Configuration.ConfigurationManager\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.VisualBasic.MyDotAnalyzer\"}\n{\"@t\":\"2022-01-30T04:07:31.1011724Z\",\"@mt\":\"Analyzing packages with {AnalyzerName}\",\"@l\":\"Debug\",\"AnalyzerName\":\"Newtonsoft.Json reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.DependencyAnalyzerRunner\"}\n{\"@t\":\"2022-01-30T04:07:31.1166306Z\",\"@mt\":\"Running analyzers on {ProjectName}\",\"ProjectName\":\"RoundedTB\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Source.RoslynDiagnosticProvider\"}\n{\"@t\":\"2022-01-30T04:07:31.1310156Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers.Common, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_Defaulteaf2560a741548aabd2e377ce8391fd8\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-01-30T04:07:32.6575713Z\",\"@mt\":\"Identified {DiagnosticCount} diagnostics in project {ProjectName}\",\"DiagnosticCount\":0,\"ProjectName\":\"RoundedTB\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Source.RoslynDiagnosticProvider\"}\n{\"@t\":\"2022-01-30T04:07:32.6680009Z\",\"@mt\":\"Winforms Updater not applicable to the project(s) selected\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WinformsResultProvider\"}\n{\"@t\":\"2022-01-30T04:07:32.7881973Z\",\"@mt\":\"Hosting started\",\"@l\":\"Debug\",\"EventId\":{\"Id\":2,\"Name\":\"Started\"},\"SourceContext\":\"Microsoft.Extensions.Hosting.Internal.Host\"}\n{\"@t\":\"2022-01-30T04:07:32.7912055Z\",\"@mt\":\"Hosting stopping\",\"@l\":\"Debug\",\"EventId\":{\"Id\":3,\"Name\":\"Stopping\"},\"SourceContext\":\"Microsoft.Extensions.Hosting.Internal.Host\"}\n{\"@t\":\"2022-01-30T04:07:32.7915052Z\",\"@mt\":\"Hosting stopped\",\"@l\":\"Debug\",\"EventId\":{\"Id\":4,\"Name\":\"Stopped\"},\"SourceContext\":\"Microsoft.Extensions.Hosting.Internal.Host\"}\n{\"@t\":\"2022-01-30T04:07:32.7945908Z\",\"@mt\":\"{Name} extension is unloading\",\"@l\":\"Debug\",\"Name\":\"UA_NuGeteaf2560a741548aabd2e377ce8391fd8\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-01-30T04:07:32.7947085Z\",\"@mt\":\"{Name} extension is unloading\",\"@l\":\"Debug\",\"Name\":\"UA_Defaulteaf2560a741548aabd2e377ce8391fd8\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-01-30T04:07:32.7947275Z\",\"@mt\":\"{Name} extension is unloading\",\"@l\":\"Debug\",\"Name\":\"UA_VBeaf2560a741548aabd2e377ce8391fd8\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-01-30T04:07:32.7947352Z\",\"@mt\":\"{Name} extension is unloading\",\"@l\":\"Debug\",\"Name\":\"UA_Webeaf2560a741548aabd2e377ce8391fd8\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-01-30T04:07:32.7947424Z\",\"@mt\":\"{Name} extension is unloading\",\"@l\":\"Debug\",\"Name\":\"UA_windowseaf2560a741548aabd2e377ce8391fd8\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-01-30T04:08:17.4328019Z\",\"@mt\":\"Hosting starting\",\"@l\":\"Debug\",\"EventId\":{\"Id\":1,\"Name\":\"Starting\"},\"SourceContext\":\"Microsoft.Extensions.Hosting.Internal.Host\"}\n{\"@t\":\"2022-01-30T04:08:17.4634111Z\",\"@mt\":\"Configuration loaded from context base directory: {BaseDirectory}\",\"@l\":\"Debug\",\"BaseDirectory\":\"C:\\\\Users\\\\Torch\\\\.dotnet\\\\tools\\\\.store\\\\upgrade-assistant\\\\0.3.261602\\\\upgrade-assistant\\\\0.3.261602\\\\tools\\\\net6.0\\\\any\\\\\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Cli.ConsoleRunner\"}\n{\"@t\":\"2022-01-30T04:08:17.4946265Z\",\"@mt\":\"Found extension '{Name}' [{Location}]\",\"@l\":\"Debug\",\"Name\":\"NuGet\",\"Location\":\"C:\\\\Users\\\\Torch\\\\.dotnet\\\\tools\\\\.store\\\\upgrade-assistant\\\\0.3.261602\\\\upgrade-assistant\\\\0.3.261602\\\\tools\\\\net6.0\\\\any\\\\extensions\\\\nuget\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionProvider\"}\n{\"@t\":\"2022-01-30T04:08:17.4950782Z\",\"@mt\":\"Found extension '{Name}' [{Location}]\",\"@l\":\"Debug\",\"Name\":\"Default\",\"Location\":\"C:\\\\Users\\\\Torch\\\\.dotnet\\\\tools\\\\.store\\\\upgrade-assistant\\\\0.3.261602\\\\upgrade-assistant\\\\0.3.261602\\\\tools\\\\net6.0\\\\any\\\\extensions\\\\default\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionProvider\"}\n{\"@t\":\"2022-01-30T04:08:17.4953638Z\",\"@mt\":\"Found extension '{Name}' [{Location}]\",\"@l\":\"Debug\",\"Name\":\"VB\",\"Location\":\"C:\\\\Users\\\\Torch\\\\.dotnet\\\\tools\\\\.store\\\\upgrade-assistant\\\\0.3.261602\\\\upgrade-assistant\\\\0.3.261602\\\\tools\\\\net6.0\\\\any\\\\extensions\\\\vb\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionProvider\"}\n{\"@t\":\"2022-01-30T04:08:17.4957773Z\",\"@mt\":\"Found extension '{Name}' [{Location}]\",\"@l\":\"Debug\",\"Name\":\"Web\",\"Location\":\"C:\\\\Users\\\\Torch\\\\.dotnet\\\\tools\\\\.store\\\\upgrade-assistant\\\\0.3.261602\\\\upgrade-assistant\\\\0.3.261602\\\\tools\\\\net6.0\\\\any\\\\extensions\\\\web\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionProvider\"}\n{\"@t\":\"2022-01-30T04:08:17.4960178Z\",\"@mt\":\"Found extension '{Name}' [{Location}]\",\"@l\":\"Debug\",\"Name\":\"windows\",\"Location\":\"C:\\\\Users\\\\Torch\\\\.dotnet\\\\tools\\\\.store\\\\upgrade-assistant\\\\0.3.261602\\\\upgrade-assistant\\\\0.3.261602\\\\tools\\\\net6.0\\\\any\\\\extensions\\\\windows\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionProvider\"}\n{\"@t\":\"2022-01-30T04:08:17.4976080Z\",\"@mt\":\"Loaded {Count} extensions\",\"Count\":5,\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionProvider\"}\n{\"@t\":\"2022-01-30T04:08:17.5549275Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"NuGet.Common, Version=6.0.0.280, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_NuGet2f973df6a35c4fa99c3838596f4ee382\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-01-30T04:08:17.5908790Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"NuGet.Packaging, Version=6.0.0.280, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_NuGet2f973df6a35c4fa99c3838596f4ee382\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-01-30T04:08:17.6350217Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"NuGet.Frameworks, Version=6.0.0.280, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_NuGet2f973df6a35c4fa99c3838596f4ee382\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-01-30T04:08:17.6706736Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"NuGet.Protocol, Version=6.0.0.280, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_NuGet2f973df6a35c4fa99c3838596f4ee382\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-01-30T04:08:17.7131859Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"NuGet.Versioning, Version=6.0.0.280, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_NuGet2f973df6a35c4fa99c3838596f4ee382\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-01-30T04:08:17.7481290Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"NuGet.ProjectModel, Version=6.0.0.280, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_NuGet2f973df6a35c4fa99c3838596f4ee382\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-01-30T04:08:17.8053145Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_Default2f973df6a35c4fa99c3838596f4ee382\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-01-30T04:08:17.8268773Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Configuration, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_Default2f973df6a35c4fa99c3838596f4ee382\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-01-30T04:08:17.8535783Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_Default2f973df6a35c4fa99c3838596f4ee382\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-01-30T04:08:17.8935572Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"Microsoft.DotNet.UpgradeAssistant.Steps.ProjectFormat, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_Default2f973df6a35c4fa99c3838596f4ee382\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-01-30T04:08:17.9133467Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Solution, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_Default2f973df6a35c4fa99c3838596f4ee382\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-01-30T04:08:17.9362735Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Source, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_Default2f973df6a35c4fa99c3838596f4ee382\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-01-30T04:08:17.9609937Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Templates, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_Default2f973df6a35c4fa99c3838596f4ee382\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-01-30T04:08:17.9924356Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_Default2f973df6a35c4fa99c3838596f4ee382\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-01-30T04:08:18.0367232Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.Default.CodeFixes, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_Default2f973df6a35c4fa99c3838596f4ee382\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-01-30T04:08:18.1128214Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Razor, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_Web2f973df6a35c4fa99c3838596f4ee382\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-01-30T04:08:18.1513632Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"Microsoft.AspNetCore.Razor.Language, Version=5.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60\",\"Extension\":\"UA_Web2f973df6a35c4fa99c3838596f4ee382\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-01-30T04:08:18.2086914Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"DiffPlex, Version=1.6.3.0, Culture=neutral, PublicKeyToken=1d35e91d1bd7bc0f\",\"Extension\":\"UA_Web2f973df6a35c4fa99c3838596f4ee382\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-01-30T04:08:18.2939560Z\",\"@mt\":\"Using Visual Studio v{VsVersion} [{VsPath}]\",\"@l\":\"Debug\",\"VsVersion\":\"17.0.32112.339\",\"VsPath\":\"C:\\\\Program Files\\\\Microsoft Visual Studio\\\\2022\\\\Community\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.VisualStudioFinder\"}\n{\"@t\":\"2022-01-30T04:08:18.4164446Z\",\"@mt\":\"Using MSBuild from {Path}\",\"Path\":\"C:\\\\Program Files\\\\dotnet\\\\sdk\\\\6.0.101\\\\\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.WorkspaceOptions\"}\n{\"@t\":\"2022-01-30T04:08:18.4177699Z\",\"@mt\":\"Using Visual Studio install from {Path} [v{Version}]\",\"Path\":\"C:\\\\Program Files\\\\Microsoft Visual Studio\\\\2022\\\\Community\",\"Version\":17,\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.WorkspaceOptions\"}\n{\"@t\":\"2022-01-30T04:08:18.5798511Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"NuGet.Credentials, Version=6.0.0.280, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_NuGet2f973df6a35c4fa99c3838596f4ee382\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-01-30T04:08:18.6133501Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"NuGet.Configuration, Version=6.0.0.280, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_NuGet2f973df6a35c4fa99c3838596f4ee382\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-01-30T04:08:18.8503830Z\",\"@mt\":\"Loading {Name} with pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"MSBuild.Abstractions, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_Default2f973df6a35c4fa99c3838596f4ee382\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-01-30T04:08:18.9564926Z\",\"@mt\":\"Using {Step} upgrade step\",\"@l\":\"Debug\",\"Step\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer\"}\n{\"@t\":\"2022-01-30T04:08:18.9565735Z\",\"@mt\":\"Using {Step} upgrade step\",\"@l\":\"Debug\",\"Step\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Configuration.ConfigUpdaterStep\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer\"}\n{\"@t\":\"2022-01-30T04:08:18.9566060Z\",\"@mt\":\"Using {Step} upgrade step\",\"@l\":\"Debug\",\"Step\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer\"}\n{\"@t\":\"2022-01-30T04:08:18.9566487Z\",\"@mt\":\"Using {Step} upgrade step\",\"@l\":\"Debug\",\"Step\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer\"}\n{\"@t\":\"2022-01-30T04:08:18.9566840Z\",\"@mt\":\"Using {Step} upgrade step\",\"@l\":\"Debug\",\"Step\":\"Microsoft.DotNet.UpgradeAssistant.Steps.ProjectFormat.SetTFMStep\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer\"}\n{\"@t\":\"2022-01-30T04:08:18.9567127Z\",\"@mt\":\"Using {Step} upgrade step\",\"@l\":\"Debug\",\"Step\":\"Microsoft.DotNet.UpgradeAssistant.Steps.ProjectFormat.TryConvertProjectConverterStep\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer\"}\n{\"@t\":\"2022-01-30T04:08:18.9567417Z\",\"@mt\":\"Using {Step} upgrade step\",\"@l\":\"Debug\",\"Step\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Solution.CurrentProjectSelectionStep\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer\"}\n{\"@t\":\"2022-01-30T04:08:18.9567741Z\",\"@mt\":\"Using {Step} upgrade step\",\"@l\":\"Debug\",\"Step\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Solution.NextProjectStep\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer\"}\n{\"@t\":\"2022-01-30T04:08:18.9568133Z\",\"@mt\":\"Using {Step} upgrade step\",\"@l\":\"Debug\",\"Step\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Solution.FinalizeSolutionStep\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer\"}\n{\"@t\":\"2022-01-30T04:08:18.9568454Z\",\"@mt\":\"Using {Step} upgrade step\",\"@l\":\"Debug\",\"Step\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Solution.EntrypointSelectionStep\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer\"}\n{\"@t\":\"2022-01-30T04:08:18.9568842Z\",\"@mt\":\"Using {Step} upgrade step\",\"@l\":\"Debug\",\"Step\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer\"}\n{\"@t\":\"2022-01-30T04:08:18.9569147Z\",\"@mt\":\"Using {Step} upgrade step\",\"@l\":\"Debug\",\"Step\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Templates.TemplateInserterStep\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer\"}\n{\"@t\":\"2022-01-30T04:08:18.9569473Z\",\"@mt\":\"Using {Step} upgrade step\",\"@l\":\"Debug\",\"Step\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.VisualBasic.VisualBasicProjectUpdaterStep\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer\"}\n{\"@t\":\"2022-01-30T04:08:18.9569838Z\",\"@mt\":\"Using {Step} upgrade step\",\"@l\":\"Debug\",\"Step\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Razor.RazorUpdaterStep\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer\"}\n{\"@t\":\"2022-01-30T04:08:18.9570142Z\",\"@mt\":\"Using {Step} upgrade step\",\"@l\":\"Debug\",\"Step\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WinformsUpdateStep\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer\"}\n{\"@t\":\"2022-01-30T04:08:18.9587881Z\",\"@mt\":\"Finished ordering upgrade steps: {UpgradeStepList}\",\"@l\":\"Debug\",\"UpgradeStepList\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Solution.EntrypointSelectionStep, Microsoft.DotNet.UpgradeAssistant.Steps.Solution.CurrentProjectSelectionStep, Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep, Microsoft.DotNet.UpgradeAssistant.Steps.ProjectFormat.TryConvertProjectConverterStep, Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep, Microsoft.DotNet.UpgradeAssistant.Steps.ProjectFormat.SetTFMStep, Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep, Microsoft.DotNet.UpgradeAssistant.Steps.Templates.TemplateInserterStep, Microsoft.DotNet.UpgradeAssistant.Extensions.VisualBasic.VisualBasicProjectUpdaterStep, Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WinformsUpdateStep, Microsoft.DotNet.UpgradeAssistant.Steps.Configuration.ConfigUpdaterStep, Microsoft.DotNet.UpgradeAssistant.Steps.Razor.RazorUpdaterStep, Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep, Microsoft.DotNet.UpgradeAssistant.Steps.Solution.NextProjectStep, Microsoft.DotNet.UpgradeAssistant.Steps.Solution.FinalizeSolutionStep\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer\"}\n{\"@t\":\"2022-01-30T04:08:18.9644549Z\",\"@mt\":\"Generating context\",\"@l\":\"Debug\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildUpgradeContextFactory\"}\n{\"@t\":\"2022-01-30T04:08:18.9904496Z\",\"@mt\":\"Unable to resolve assembly {AssemblyName}\",\"@l\":\"Debug\",\"AssemblyName\":\"Microsoft.Build.resources, Version=15.1.0.0, Culture=en-GB, PublicKeyToken=b03f5f7f11d50a3a\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildRegistrationStartup\"}\n{\"@t\":\"2022-01-30T04:08:19.0007796Z\",\"@mt\":\"Initializing context\",\"@l\":\"Debug\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildUpgradeContextFactory\"}\n{\"@t\":\"2022-01-30T04:08:19.7183292Z\",\"@mt\":\"Unable to resolve assembly {AssemblyName}\",\"@l\":\"Debug\",\"AssemblyName\":\"Microsoft.Build.Tasks.Core.resources, Version=15.1.0.0, Culture=en-GB, PublicKeyToken=b03f5f7f11d50a3a\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildRegistrationStartup\"}\n{\"@t\":\"2022-01-30T04:08:19.7866771Z\",\"@mt\":\"Unable to resolve assembly {AssemblyName}\",\"@l\":\"Debug\",\"AssemblyName\":\"Microsoft.CodeAnalysis.Workspaces.MSBuild.resources, Version=3.8.0.0, Culture=en-GB, PublicKeyToken=31bf3856ad364e35\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildRegistrationStartup\"}\n{\"@t\":\"2022-01-30T04:08:19.7868827Z\",\"@mt\":\"Unable to resolve assembly {AssemblyName}\",\"@l\":\"Debug\",\"AssemblyName\":\"Microsoft.CodeAnalysis.Workspaces.MSBuild.resources, Version=3.8.0.0, Culture=en, PublicKeyToken=31bf3856ad364e35\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildRegistrationStartup\"}\n{\"@t\":\"2022-01-30T04:08:19.7879159Z\",\"@mt\":\"[{Level}] Problem loading file in MSBuild workspace {Message}\",\"@l\":\"Debug\",\"Level\":\"Failure\",\"Message\":\"Msbuild failed when processing the file 'C:\\\\Users\\\\Torch\\\\source\\\\repos\\\\RoundedTB\\\\RoundedTB\\\\RoundedTB.csproj' with message: C:\\\\Program Files\\\\Microsoft Visual Studio\\\\2022\\\\Community\\\\MSBuild\\\\Microsoft\\\\NuGet\\\\17.0\\\\Microsoft.NuGet.targets: (198, 5): Your project file doesn't list 'win' as a \\\"RuntimeIdentifier\\\". You should add 'win' to the \\\"RuntimeIdentifiers\\\" property in your project file and then re-run NuGet restore.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext\"}\n{\"@t\":\"2022-01-30T04:08:19.7880295Z\",\"@mt\":\"[{Level}] Problem loading file in MSBuild workspace {Message}\",\"@l\":\"Debug\",\"Level\":\"Failure\",\"Message\":\"Msbuild failed when processing the file 'C:\\\\Users\\\\Torch\\\\source\\\\repos\\\\RoundedTB\\\\RoundedTB\\\\RoundedTB.csproj' with message: C:\\\\Program Files\\\\Microsoft Visual Studio\\\\2022\\\\Community\\\\MSBuild\\\\Microsoft\\\\NuGet\\\\17.0\\\\Microsoft.NuGet.targets: (198, 5): Your project file doesn't list 'win' as a \\\"RuntimeIdentifier\\\". You should add 'win' to the \\\"RuntimeIdentifiers\\\" property in your project file and then re-run NuGet restore.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext\"}\n{\"@t\":\"2022-01-30T04:08:19.7880543Z\",\"@mt\":\"[{Level}] Problem loading file in MSBuild workspace {Message}\",\"@l\":\"Debug\",\"Level\":\"Failure\",\"Message\":\"Msbuild failed when processing the file 'C:\\\\Users\\\\Torch\\\\source\\\\repos\\\\RoundedTB\\\\RoundedTB\\\\RoundedTB.csproj' with message: C:\\\\Program Files\\\\Microsoft Visual Studio\\\\2022\\\\Community\\\\MSBuild\\\\Microsoft\\\\Microsoft.NET.Build.Extensions\\\\Microsoft.NET.Build.Extensions.ConflictResolution.targets: (30, 5): The \\\"ResolvePackageFileConflicts\\\" task could not be loaded from the assembly C:\\\\Program Files\\\\Microsoft Visual Studio\\\\2022\\\\Community\\\\MSBuild\\\\Microsoft\\\\Microsoft.NET.Build.Extensions\\\\\\\\tools\\\\net6.0\\\\Microsoft.NET.Build.Extensions.Tasks.dll. Could not load file or assembly 'C:\\\\Program Files\\\\Microsoft Visual Studio\\\\2022\\\\Community\\\\MSBuild\\\\Microsoft\\\\Microsoft.NET.Build.Extensions\\\\tools\\\\net6.0\\\\Microsoft.NET.Build.Extensions.Tasks.dll'. The system cannot find the path specified. Confirm that the <UsingTask> declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext\"}\n{\"@t\":\"2022-01-30T04:08:19.8837115Z\",\"@mt\":\"Unable to resolve assembly {AssemblyName}\",\"@l\":\"Debug\",\"AssemblyName\":\"Microsoft.CodeAnalysis.Workspaces.resources, Version=3.8.0.0, Culture=en-GB, PublicKeyToken=31bf3856ad364e35\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildRegistrationStartup\"}\n{\"@t\":\"2022-01-30T04:08:19.8838937Z\",\"@mt\":\"Unable to resolve assembly {AssemblyName}\",\"@l\":\"Debug\",\"AssemblyName\":\"Microsoft.CodeAnalysis.Workspaces.resources, Version=3.8.0.0, Culture=en, PublicKeyToken=31bf3856ad364e35\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildRegistrationStartup\"}\n{\"@t\":\"2022-01-30T04:08:19.8841118Z\",\"@mt\":\"[{Level}] Problem loading file in MSBuild workspace {Message}\",\"@l\":\"Debug\",\"Level\":\"Failure\",\"Message\":\"Cannot open project 'C:\\\\Users\\\\Torch\\\\source\\\\repos\\\\RoundedTB\\\\PackagingProject\\\\RoundedTB.Package.wapproj' because the file extension '.wapproj' is not associated with a language.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext\"}\n{\"@t\":\"2022-01-30T04:08:19.8953543Z\",\"@mt\":\"Unable to resolve assembly {AssemblyName}\",\"@l\":\"Debug\",\"AssemblyName\":\"Microsoft.CodeAnalysis.Workspaces.resources, Version=3.8.0.0, Culture=en-GB, PublicKeyToken=31bf3856ad364e35\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildRegistrationStartup\"}\n{\"@t\":\"2022-01-30T04:08:19.8955093Z\",\"@mt\":\"Unable to resolve assembly {AssemblyName}\",\"@l\":\"Debug\",\"AssemblyName\":\"Microsoft.CodeAnalysis.Workspaces.resources, Version=3.8.0.0, Culture=en, PublicKeyToken=31bf3856ad364e35\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildRegistrationStartup\"}\n{\"@t\":\"2022-01-30T04:08:19.9900064Z\",\"@mt\":\"Unable to resolve assembly {AssemblyName}\",\"@l\":\"Debug\",\"AssemblyName\":\"Microsoft.CodeAnalysis.CSharp.Workspaces.resources, Version=3.8.0.0, Culture=en-GB, PublicKeyToken=31bf3856ad364e35\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildRegistrationStartup\"}\n{\"@t\":\"2022-01-30T04:08:19.9901969Z\",\"@mt\":\"Unable to resolve assembly {AssemblyName}\",\"@l\":\"Debug\",\"AssemblyName\":\"Microsoft.CodeAnalysis.CSharp.Workspaces.resources, Version=3.8.0.0, Culture=en, PublicKeyToken=31bf3856ad364e35\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildRegistrationStartup\"}\n{\"@t\":\"2022-01-30T04:08:19.9954407Z\",\"@mt\":\"Unable to resolve assembly {AssemblyName}\",\"@l\":\"Debug\",\"AssemblyName\":\"Microsoft.CodeAnalysis.CSharp.Workspaces.resources, Version=3.8.0.0, Culture=en-GB, PublicKeyToken=31bf3856ad364e35\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildRegistrationStartup\"}\n{\"@t\":\"2022-01-30T04:08:19.9955511Z\",\"@mt\":\"Unable to resolve assembly {AssemblyName}\",\"@l\":\"Debug\",\"AssemblyName\":\"Microsoft.CodeAnalysis.CSharp.Workspaces.resources, Version=3.8.0.0, Culture=en, PublicKeyToken=31bf3856ad364e35\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildRegistrationStartup\"}\n{\"@t\":\"2022-01-30T04:08:20.0367852Z\",\"@mt\":\"Done initializing context\",\"@l\":\"Debug\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildUpgradeContextFactory\"}\n{\"@t\":\"2022-01-30T04:08:20.1662912Z\",\"@mt\":\"Initializing upgrade step {StepTitle}\",\"StepTitle\":\"Select an entrypoint\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-01-30T04:08:20.1692595Z\",\"@mt\":\"Setting entrypoint to only project in solution: {Project}\",\"Project\":\"C:\\\\Users\\\\Torch\\\\source\\\\repos\\\\RoundedTB\\\\RoundedTB\\\\RoundedTB.csproj\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Solution.EntrypointSelectionStep\"}\n{\"@t\":\"2022-01-30T04:08:20.1708739Z\",\"@mt\":\"Step {StepTitle} initialized\",\"@l\":\"Debug\",\"StepTitle\":\"Select an entrypoint\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-01-30T04:08:20.1767871Z\",\"@mt\":\"Initializing upgrade step {StepTitle}\",\"StepTitle\":\"Select project to upgrade\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-01-30T04:08:20.1972333Z\",\"@mt\":\"Setting only project in solution as the current project: {Project}\",\"@l\":\"Debug\",\"Project\":\"C:\\\\Users\\\\Torch\\\\source\\\\repos\\\\RoundedTB\\\\RoundedTB\\\\RoundedTB.csproj\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Solution.CurrentProjectSelectionStep\"}\n{\"@t\":\"2022-01-30T04:08:20.1980416Z\",\"@mt\":\"Step {StepTitle} initialized\",\"@l\":\"Debug\",\"StepTitle\":\"Select project to upgrade\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-01-30T04:08:20.1982851Z\",\"@mt\":\"Initializing upgrade step {StepTitle}\",\"StepTitle\":\"Back up project\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-01-30T04:08:20.2024598Z\",\"@mt\":\"Determining backup path\",\"@l\":\"Debug\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-01-30T04:08:20.2025834Z\",\"@mt\":\"Using backup path {BackupPath}\",\"@l\":\"Debug\",\"BackupPath\":\"C:\\\\Users\\\\Torch\\\\source\\\\repos\\\\RoundedTB.backup\\\\RoundedTB\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-01-30T04:08:20.2026315Z\",\"@mt\":\"Backup upgrade step initialized as incomplete; will backup to {BackupLocation}\",\"@l\":\"Debug\",\"BackupLocation\":\"C:\\\\Users\\\\Torch\\\\source\\\\repos\\\\RoundedTB.backup\\\\RoundedTB\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-01-30T04:08:20.2028096Z\",\"@mt\":\"Step {StepTitle} initialized\",\"@l\":\"Debug\",\"StepTitle\":\"Back up project\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-01-30T04:08:20.2028602Z\",\"@mt\":\"Identified upgrade step {UpgradeStep} as the next step\",\"@l\":\"Debug\",\"UpgradeStep\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-01-30T04:08:20.2538166Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers.Common, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_Default2f973df6a35c4fa99c3838596f4ee382\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-01-30T04:08:35.1815959Z\",\"@mt\":\"Skipping upgrade step {StepTitle}\",\"StepTitle\":\"Back up project\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-01-30T04:08:35.1828151Z\",\"@mt\":\"Upgrade step {StepTitle} skipped\",\"StepTitle\":\"Back up project\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-01-30T04:08:41.6545299Z\",\"@mt\":\"Initializing upgrade step {StepTitle}\",\"StepTitle\":\"Convert project file to SDK style\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-01-30T04:08:41.6581352Z\",\"@mt\":\"Project {ProjectPath} not yet converted\",\"@l\":\"Debug\",\"ProjectPath\":\"C:\\\\Users\\\\Torch\\\\source\\\\repos\\\\RoundedTB\\\\RoundedTB\\\\RoundedTB.csproj\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.ProjectFormat.TryConvertProjectConverterStep\"}\n{\"@t\":\"2022-01-30T04:08:41.6587760Z\",\"@mt\":\"Step {StepTitle} initialized\",\"@l\":\"Debug\",\"StepTitle\":\"Convert project file to SDK style\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-01-30T04:08:41.6587969Z\",\"@mt\":\"Identified upgrade step {UpgradeStep} as the next step\",\"@l\":\"Debug\",\"UpgradeStep\":\"Microsoft.DotNet.UpgradeAssistant.Steps.ProjectFormat.TryConvertProjectConverterStep\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-01-30T04:10:02.5035047Z\",\"@mt\":\"Unable to resolve assembly {AssemblyName}\",\"@l\":\"Debug\",\"AssemblyName\":\"System.Net.Sockets.resources, Version=6.0.0.0, Culture=en-GB, PublicKeyToken=b03f5f7f11d50a3a\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildRegistrationStartup\"}\n{\"@t\":\"2022-01-30T04:10:02.5036951Z\",\"@mt\":\"Unable to resolve assembly {AssemblyName}\",\"@l\":\"Debug\",\"AssemblyName\":\"System.Net.Sockets.resources, Version=6.0.0.0, Culture=en, PublicKeyToken=b03f5f7f11d50a3a\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildRegistrationStartup\"}\n{\"@t\":\"2022-01-30T04:11:14.3874237Z\",\"@mt\":\"Applying upgrade step {StepTitle}\",\"StepTitle\":\"Convert project file to SDK style\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.ProjectFormat.TryConvertProjectConverterStep\"}\n{\"@t\":\"2022-01-30T04:11:14.3931049Z\",\"@mt\":\"Converting project file format with try-convert, version 0.3.261602+8aa571efd8bac422c95c35df9c7b9567ad534ad0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.ProjectFormat.TryConvertProjectConverterStep\"}\n{\"@t\":\"2022-01-30T04:11:14.3948306Z\",\"@mt\":\"Loading {Name} with pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"MSBuild.Conversion.Project, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_Default2f973df6a35c4fa99c3838596f4ee382\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-01-30T04:11:14.4423981Z\",\"@mt\":\"Recommending Windows TFM {TFM} because the project either has Windows-specific dependencies or builds to a WinExe\",\"TFM\":\"net6.0-windows10.0.19041\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsSdkTargetFrameworkSelectorFilter\"}\n{\"@t\":\"2022-01-30T04:11:14.4582548Z\",\"@mt\":\"Loading {Name} with pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"MSBuild.Conversion.Facts, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_Default2f973df6a35c4fa99c3838596f4ee382\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-01-30T04:11:15.0716325Z\",\"@mt\":\"Converting project {Path} to SDK style\",\"Path\":\"C:\\\\Users\\\\Torch\\\\source\\\\repos\\\\RoundedTB\\\\RoundedTB\\\\RoundedTB.csproj\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.ProjectFormat.TryConvertInProcessTool\"}\n{\"@t\":\"2022-01-30T04:11:15.0771939Z\",\"@mt\":\"Loading {Name} with pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"MSBuild.Conversion.Package, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_Default2f973df6a35c4fa99c3838596f4ee382\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-01-30T04:11:16.2145947Z\",\"@mt\":\"Unable to resolve assembly {AssemblyName}\",\"@l\":\"Debug\",\"AssemblyName\":\"NuGet.ProjectModel.resources, Version=6.0.0.280, Culture=en-GB, PublicKeyToken=31bf3856ad364e35\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildRegistrationStartup\"}\n{\"@t\":\"2022-01-30T04:11:16.2147525Z\",\"@mt\":\"Unable to resolve assembly {AssemblyName}\",\"@l\":\"Debug\",\"AssemblyName\":\"NuGet.ProjectModel.resources, Version=6.0.0.280, Culture=en, PublicKeyToken=31bf3856ad364e35\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildRegistrationStartup\"}\n{\"@t\":\"2022-01-30T04:11:16.3655608Z\",\"@mt\":\"[{Level}] Problem loading file in MSBuild workspace {Message}\",\"@l\":\"Debug\",\"Level\":\"Failure\",\"Message\":\"Msbuild failed when processing the file 'C:\\\\Users\\\\Torch\\\\source\\\\repos\\\\RoundedTB\\\\RoundedTB\\\\RoundedTB.csproj' with message: C:\\\\Program Files\\\\dotnet\\\\sdk\\\\6.0.101\\\\Sdks\\\\Microsoft.NET.Sdk\\\\targets\\\\Microsoft.PackageDependencyResolution.targets: (267, 5): Error reading assets file: Error loading lock file 'C:\\\\Users\\\\Torch\\\\source\\\\repos\\\\RoundedTB\\\\RoundedTB\\\\obj\\\\project.assets.json' : Could not load file or assembly 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'. Could not find or load a specific file. (0x80131621)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext\"}\n{\"@t\":\"2022-01-30T04:11:16.3656312Z\",\"@mt\":\"[{Level}] Problem loading file in MSBuild workspace {Message}\",\"@l\":\"Debug\",\"Level\":\"Failure\",\"Message\":\"Msbuild failed when processing the file 'C:\\\\Users\\\\Torch\\\\source\\\\repos\\\\RoundedTB\\\\RoundedTB\\\\RoundedTB.csproj' with message: C:\\\\Program Files\\\\dotnet\\\\sdk\\\\6.0.101\\\\Microsoft.Common.CurrentVersion.targets: (2929, 5): MSB4803: The task \\\"ResolveComReference\\\" is not supported on the .NET Core version of MSBuild. Please use the .NET Framework version of MSBuild. See https://aka.ms/msbuild/MSB4803 for further details.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext\"}\n{\"@t\":\"2022-01-30T04:11:16.3656521Z\",\"@mt\":\"[{Level}] Problem loading file in MSBuild workspace {Message}\",\"@l\":\"Debug\",\"Level\":\"Failure\",\"Message\":\"Msbuild failed when processing the file 'C:\\\\Users\\\\Torch\\\\source\\\\repos\\\\RoundedTB\\\\RoundedTB\\\\RoundedTB.csproj' with message: C:\\\\Program Files\\\\dotnet\\\\sdk\\\\6.0.101\\\\Microsoft.CSharp.CurrentVersion.targets: (130, 9): Could not find rule set file \\\"ManagedMinimumRules.ruleset\\\".\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext\"}\n{\"@t\":\"2022-01-30T04:11:16.3839264Z\",\"@mt\":\"[{Level}] Problem loading file in MSBuild workspace {Message}\",\"@l\":\"Debug\",\"Level\":\"Failure\",\"Message\":\"Cannot open project 'C:\\\\Users\\\\Torch\\\\source\\\\repos\\\\RoundedTB\\\\PackagingProject\\\\RoundedTB.Package.wapproj' because the file extension '.wapproj' is not associated with a language.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext\"}\n{\"@t\":\"2022-01-30T04:11:16.3884559Z\",\"@mt\":\"Project file converted successfully! The project may require additional changes to build successfully against the new .NET target.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.ProjectFormat.TryConvertProjectConverterStep\"}\n{\"@t\":\"2022-01-30T04:11:16.3911925Z\",\"@mt\":\"Restoring packages for {ProjectPath} with dotnet restore\",\"@l\":\"Debug\",\"ProjectPath\":\"C:\\\\Users\\\\Torch\\\\source\\\\repos\\\\RoundedTB\\\\RoundedTB\\\\RoundedTB.csproj\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.DotnetRestorePackageRestorer\"}\n{\"@t\":\"2022-01-30T04:11:16.8897662Z\",\"@mt\":\"[{Tool}] {Data}\",\"@l\":\"Debug\",\"Tool\":\"dotnet-restore\",\"Data\":\"  Determining projects to restore...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.ProcessRunner\"}\n{\"@t\":\"2022-01-30T04:11:17.1967664Z\",\"@mt\":\"[{Tool}] {Data}\",\"@l\":\"Debug\",\"Tool\":\"dotnet-restore\",\"Data\":\"  Restored C:\\\\Users\\\\Torch\\\\source\\\\repos\\\\RoundedTB\\\\RoundedTB\\\\RoundedTB.csproj (in 176 ms).\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.ProcessRunner\"}\n{\"@t\":\"2022-01-30T04:11:17.3644813Z\",\"@mt\":\"[{Level}] Problem loading file in MSBuild workspace {Message}\",\"@l\":\"Debug\",\"Level\":\"Failure\",\"Message\":\"Msbuild failed when processing the file 'C:\\\\Users\\\\Torch\\\\source\\\\repos\\\\RoundedTB\\\\RoundedTB\\\\RoundedTB.csproj' with message: C:\\\\Program Files\\\\dotnet\\\\sdk\\\\6.0.101\\\\Sdks\\\\Microsoft.NET.Sdk\\\\targets\\\\Microsoft.PackageDependencyResolution.targets: (267, 5): Error reading assets file: Error loading lock file 'C:\\\\Users\\\\Torch\\\\source\\\\repos\\\\RoundedTB\\\\RoundedTB\\\\obj\\\\project.assets.json' : Could not load file or assembly 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'. Could not find or load a specific file. (0x80131621)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext\"}\n{\"@t\":\"2022-01-30T04:11:17.3645381Z\",\"@mt\":\"[{Level}] Problem loading file in MSBuild workspace {Message}\",\"@l\":\"Debug\",\"Level\":\"Failure\",\"Message\":\"Msbuild failed when processing the file 'C:\\\\Users\\\\Torch\\\\source\\\\repos\\\\RoundedTB\\\\RoundedTB\\\\RoundedTB.csproj' with message: C:\\\\Program Files\\\\dotnet\\\\sdk\\\\6.0.101\\\\Microsoft.Common.CurrentVersion.targets: (2929, 5): MSB4803: The task \\\"ResolveComReference\\\" is not supported on the .NET Core version of MSBuild. Please use the .NET Framework version of MSBuild. See https://aka.ms/msbuild/MSB4803 for further details.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext\"}\n{\"@t\":\"2022-01-30T04:11:17.3645517Z\",\"@mt\":\"[{Level}] Problem loading file in MSBuild workspace {Message}\",\"@l\":\"Debug\",\"Level\":\"Failure\",\"Message\":\"Msbuild failed when processing the file 'C:\\\\Users\\\\Torch\\\\source\\\\repos\\\\RoundedTB\\\\RoundedTB\\\\RoundedTB.csproj' with message: C:\\\\Program Files\\\\dotnet\\\\sdk\\\\6.0.101\\\\Microsoft.CSharp.CurrentVersion.targets: (130, 9): Could not find rule set file \\\"ManagedMinimumRules.ruleset\\\".\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext\"}\n{\"@t\":\"2022-01-30T04:11:17.3727005Z\",\"@mt\":\"[{Level}] Problem loading file in MSBuild workspace {Message}\",\"@l\":\"Debug\",\"Level\":\"Failure\",\"Message\":\"Cannot open project 'C:\\\\Users\\\\Torch\\\\source\\\\repos\\\\RoundedTB\\\\PackagingProject\\\\RoundedTB.Package.wapproj' because the file extension '.wapproj' is not associated with a language.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext\"}\n{\"@t\":\"2022-01-30T04:11:17.3752768Z\",\"@mt\":\"Upgrade step {StepTitle} applied successfully\",\"StepTitle\":\"Convert project file to SDK style\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.ProjectFormat.TryConvertProjectConverterStep\"}\n{\"@t\":\"2022-01-30T04:11:18.8680262Z\",\"@mt\":\"Initializing upgrade step {StepTitle}\",\"StepTitle\":\"Clean up NuGet package references\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-01-30T04:11:18.8742248Z\",\"@mt\":\"Restoring packages for {ProjectPath} with dotnet restore\",\"@l\":\"Debug\",\"ProjectPath\":\"C:\\\\Users\\\\Torch\\\\source\\\\repos\\\\RoundedTB\\\\RoundedTB\\\\RoundedTB.csproj\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.DotnetRestorePackageRestorer\"}\n{\"@t\":\"2022-01-30T04:11:19.3640061Z\",\"@mt\":\"[{Tool}] {Data}\",\"@l\":\"Debug\",\"Tool\":\"dotnet-restore\",\"Data\":\"  Determining projects to restore...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.ProcessRunner\"}\n{\"@t\":\"2022-01-30T04:11:19.4851330Z\",\"@mt\":\"[{Tool}] {Data}\",\"@l\":\"Debug\",\"Tool\":\"dotnet-restore\",\"Data\":\"  All projects are up-to-date for restore.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.ProcessRunner\"}\n{\"@t\":\"2022-01-30T04:11:19.6209505Z\",\"@mt\":\"[{Level}] Problem loading file in MSBuild workspace {Message}\",\"@l\":\"Debug\",\"Level\":\"Failure\",\"Message\":\"Msbuild failed when processing the file 'C:\\\\Users\\\\Torch\\\\source\\\\repos\\\\RoundedTB\\\\RoundedTB\\\\RoundedTB.csproj' with message: C:\\\\Program Files\\\\dotnet\\\\sdk\\\\6.0.101\\\\Sdks\\\\Microsoft.NET.Sdk\\\\targets\\\\Microsoft.PackageDependencyResolution.targets: (267, 5): Error reading assets file: Error loading lock file 'C:\\\\Users\\\\Torch\\\\source\\\\repos\\\\RoundedTB\\\\RoundedTB\\\\obj\\\\project.assets.json' : Could not load file or assembly 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'. Could not find or load a specific file. (0x80131621)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext\"}\n{\"@t\":\"2022-01-30T04:11:19.6210139Z\",\"@mt\":\"[{Level}] Problem loading file in MSBuild workspace {Message}\",\"@l\":\"Debug\",\"Level\":\"Failure\",\"Message\":\"Msbuild failed when processing the file 'C:\\\\Users\\\\Torch\\\\source\\\\repos\\\\RoundedTB\\\\RoundedTB\\\\RoundedTB.csproj' with message: C:\\\\Program Files\\\\dotnet\\\\sdk\\\\6.0.101\\\\Microsoft.Common.CurrentVersion.targets: (2929, 5): MSB4803: The task \\\"ResolveComReference\\\" is not supported on the .NET Core version of MSBuild. Please use the .NET Framework version of MSBuild. See https://aka.ms/msbuild/MSB4803 for further details.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext\"}\n{\"@t\":\"2022-01-30T04:11:19.6210273Z\",\"@mt\":\"[{Level}] Problem loading file in MSBuild workspace {Message}\",\"@l\":\"Debug\",\"Level\":\"Failure\",\"Message\":\"Msbuild failed when processing the file 'C:\\\\Users\\\\Torch\\\\source\\\\repos\\\\RoundedTB\\\\RoundedTB\\\\RoundedTB.csproj' with message: C:\\\\Program Files\\\\dotnet\\\\sdk\\\\6.0.101\\\\Microsoft.CSharp.CurrentVersion.targets: (130, 9): Could not find rule set file \\\"ManagedMinimumRules.ruleset\\\".\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext\"}\n{\"@t\":\"2022-01-30T04:11:19.6292635Z\",\"@mt\":\"[{Level}] Problem loading file in MSBuild workspace {Message}\",\"@l\":\"Debug\",\"Level\":\"Failure\",\"Message\":\"Cannot open project 'C:\\\\Users\\\\Torch\\\\source\\\\repos\\\\RoundedTB\\\\PackagingProject\\\\RoundedTB.Package.wapproj' because the file extension '.wapproj' is not associated with a language.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext\"}\n{\"@t\":\"2022-01-30T04:11:19.7043795Z\",\"@mt\":\"Analyzing packages with {AnalyzerName}\",\"@l\":\"Debug\",\"AnalyzerName\":\"Duplicate reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.DependencyAnalyzerRunner\"}\n{\"@t\":\"2022-01-30T04:11:19.7062648Z\",\"@mt\":\"Analyzing packages with {AnalyzerName}\",\"@l\":\"Debug\",\"AnalyzerName\":\"Transitive reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.DependencyAnalyzerRunner\"}\n{\"@t\":\"2022-01-30T04:11:19.7176735Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed\",\"Extension\":\"UA_NuGet2f973df6a35c4fa99c3838596f4ee382\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-01-30T04:11:19.8193157Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"NuGet.LibraryModel, Version=6.0.0.280, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_NuGet2f973df6a35c4fa99c3838596f4ee382\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-01-30T04:11:19.8963022Z\",\"@mt\":\"Marking package {PackageName} for removal because it appears to be a transitive dependency\",\"PackageName\":\"Microsoft.Windows.SDK.Contracts\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TransitiveReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:11:19.9322909Z\",\"@mt\":\"Marking package {PackageName} for removal because it appears to be a transitive dependency\",\"PackageName\":\"System.Runtime.WindowsRuntime\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TransitiveReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:11:19.9356559Z\",\"@mt\":\"Marking package {PackageName} for removal because it appears to be a transitive dependency\",\"PackageName\":\"System.Runtime.WindowsRuntime.UI.Xaml\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TransitiveReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:11:19.9388357Z\",\"@mt\":\"Marking package {PackageName} for removal because it appears to be a transitive dependency\",\"PackageName\":\"System.ValueTuple\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TransitiveReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:11:19.9422160Z\",\"@mt\":\"Analyzing packages with {AnalyzerName}\",\"@l\":\"Debug\",\"AnalyzerName\":\"Package map reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.DependencyAnalyzerRunner\"}\n{\"@t\":\"2022-01-30T04:11:19.9472551Z\",\"@mt\":\"Analyzing packages with {AnalyzerName}\",\"@l\":\"Debug\",\"AnalyzerName\":\"Target compatibility reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.DependencyAnalyzerRunner\"}\n{\"@t\":\"2022-01-30T04:11:19.9564527Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"DesktopBridge.Helpers, Version=1.2.1\",\"PackagePath\":\"C:\\\\Users\\\\Torch\\\\.nuget\\\\packages\\\\DesktopBridge.Helpers\\\\1.2.1\\\\DesktopBridge.Helpers.1.2.1.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:19.9781171Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"DesktopBridge.Helpers.1.2.1\",\"TargetFrameworks\":[\".NETFramework,Version=v4.0\",\".NETFramework,Version=v4.5\",\".NETStandard,Version=v2.0\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:19.9793154Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"DesktopBridge.Helpers, Version=1.2.1\",\"TargetFramework\":[\"net48\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:11:19.9794348Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Hardcodet.NotifyIcon.Wpf, Version=1.1.0\",\"PackagePath\":\"C:\\\\Users\\\\Torch\\\\.nuget\\\\packages\\\\Hardcodet.NotifyIcon.Wpf\\\\1.1.0\\\\Hardcodet.NotifyIcon.Wpf.1.1.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:19.9799289Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Hardcodet.NotifyIcon.Wpf.1.1.0\",\"TargetFrameworks\":[\".NETCoreApp,Version=v3.1\",\"net5.0-windows7.0\",\".NETFramework,Version=v4.5\",\".NETFramework,Version=v4.6.2\",\".NETFramework,Version=v4.7.2\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:19.9800852Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Hardcodet.NotifyIcon.Wpf, Version=1.1.0\",\"TargetFramework\":[\"net48\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:11:19.9801603Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Interop.UIAutomationClient, Version=10.19041.0\",\"PackagePath\":\"C:\\\\Users\\\\Torch\\\\.nuget\\\\packages\\\\Interop.UIAutomationClient\\\\10.19041.0\\\\Interop.UIAutomationClient.10.19041.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:19.9803831Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Interop.UIAutomationClient.10.19041.0\",\"TargetFrameworks\":[\".NETCoreApp,Version=v3.0\",\".NETFramework,Version=v3.5\",\".NETFramework,Version=v4.0\",\".NETFramework,Version=v4.5\",\".NETStandard,Version=v2.0\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:19.9805015Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Interop.UIAutomationClient, Version=10.19041.0\",\"TargetFramework\":[\"net48\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:11:19.9805630Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Interop.UIAutomationCore, Version=10.19041.0\",\"PackagePath\":\"C:\\\\Users\\\\Torch\\\\.nuget\\\\packages\\\\Interop.UIAutomationCore\\\\10.19041.0\\\\Interop.UIAutomationCore.10.19041.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:19.9807549Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Interop.UIAutomationCore.10.19041.0\",\"TargetFrameworks\":[\".NETCoreApp,Version=v3.0\",\".NETFramework,Version=v3.5\",\".NETFramework,Version=v4.0\",\".NETFramework,Version=v4.5\",\".NETStandard,Version=v2.0\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:19.9809763Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Interop.UIAutomationCore, Version=10.19041.0\",\"TargetFramework\":[\"net48\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:11:19.9810346Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Microsoft.CSharp, Version=4.7.0\",\"PackagePath\":\"C:\\\\Users\\\\Torch\\\\.nuget\\\\packages\\\\Microsoft.CSharp\\\\4.7.0\\\\Microsoft.CSharp.4.7.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:19.9902966Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Microsoft.CSharp.4.7.0\",\"TargetFrameworks\":[\".NETCore,Version=v5.0\",\".NETCoreApp,Version=v2.0\",\".NETFramework,Version=v4.5\",\".NETPortable,Version=v0.0,Profile=Profile259\",\".NETStandard,Version=v1.3\",\".NETStandard,Version=v2.0\",\"MonoAndroid,Version=v1.0\",\"MonoTouch,Version=v1.0\",\"UAP,Version=v10.0.16299\",\"Windows,Version=v8.0\",\"WindowsPhone,Version=v8.0\",\"WindowsPhoneApp,Version=v8.1\",\"Xamarin.iOS,Version=v1.0\",\"Xamarin.Mac,Version=v2.0\",\"Xamarin.TVOS,Version=v1.0\",\"Xamarin.WatchOS,Version=v1.0\",\".NETStandard,Version=v1.0\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:19.9904554Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Microsoft.CSharp, Version=4.7.0\",\"TargetFramework\":[\"net48\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:11:19.9905411Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"ModernWpfUI, Version=0.9.4\",\"PackagePath\":\"C:\\\\Users\\\\Torch\\\\.nuget\\\\packages\\\\ModernWpfUI\\\\0.9.4\\\\ModernWpfUI.0.9.4.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:19.9940806Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"ModernWpfUI.0.9.4\",\"TargetFrameworks\":[\".NETCoreApp,Version=v3.0\",\"net5.0-windows10.0.18362\",\".NETFramework,Version=v4.5\",\".NETFramework,Version=v4.6.2\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:19.9941815Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"ModernWpfUI, Version=0.9.4\",\"TargetFramework\":[\"net48\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:11:19.9942368Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Newtonsoft.Json, Version=13.0.1\",\"PackagePath\":\"C:\\\\Users\\\\Torch\\\\.nuget\\\\packages\\\\Newtonsoft.Json\\\\13.0.1\\\\Newtonsoft.Json.13.0.1.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:19.9945218Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Newtonsoft.Json.13.0.1\",\"TargetFrameworks\":[\".NETFramework,Version=v2.0\",\".NETFramework,Version=v3.5\",\".NETFramework,Version=v4.0\",\".NETFramework,Version=v4.5\",\".NETStandard,Version=v1.0\",\".NETStandard,Version=v1.3\",\".NETStandard,Version=v2.0\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:19.9946024Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Newtonsoft.Json, Version=13.0.1\",\"TargetFramework\":[\"net48\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:11:19.9946537Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"PInvoke.User32, Version=0.7.104\",\"PackagePath\":\"C:\\\\Users\\\\Torch\\\\.nuget\\\\packages\\\\PInvoke.User32\\\\0.7.104\\\\PInvoke.User32.0.7.104.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:19.9949973Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"PInvoke.User32.0.7.104\",\"TargetFrameworks\":[\".NETFramework,Version=v4.5\",\".NETStandard,Version=v2.0\",\"UAP,Version=v10.0.16299\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:19.9950356Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"PInvoke.User32, Version=0.7.104\",\"TargetFramework\":[\"net48\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:11:19.9951160Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"System.ComponentModel.Composition, Version=6.0.0\",\"PackagePath\":\"C:\\\\Users\\\\Torch\\\\.nuget\\\\packages\\\\System.ComponentModel.Composition\\\\6.0.0\\\\System.ComponentModel.Composition.6.0.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:20.0055530Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"System.ComponentModel.Composition.6.0.0\",\"TargetFrameworks\":[\".NETCoreApp,Version=v3.1\",\"net6.0\",\".NETFramework,Version=v4.6.1\",\".NETStandard,Version=v2.0\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:20.0057032Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"System.ComponentModel.Composition, Version=6.0.0\",\"TargetFramework\":[\"net48\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:11:20.0057789Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"System.Data.DataSetExtensions, Version=4.5.0\",\"PackagePath\":\"C:\\\\Users\\\\Torch\\\\.nuget\\\\packages\\\\System.Data.DataSetExtensions\\\\4.5.0\\\\System.Data.DataSetExtensions.4.5.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:20.0060021Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"System.Data.DataSetExtensions.4.5.0\",\"TargetFrameworks\":[\".NETFramework,Version=v4.5\",\".NETStandard,Version=v2.0\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:20.0060399Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"System.Data.DataSetExtensions, Version=4.5.0\",\"TargetFramework\":[\"net48\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:11:20.0061070Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"WPF-UI, Version=1.2.1\",\"PackagePath\":\"C:\\\\Users\\\\Torch\\\\.nuget\\\\packages\\\\WPF-UI\\\\1.2.1\\\\WPF-UI.1.2.1.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:20.0063695Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"WPF-UI.1.2.1\",\"TargetFrameworks\":[\".NETCoreApp,Version=v3.1\",\"net5.0-windows7.0\",\"net6.0-windows7.0\",\".NETFramework,Version=v4.6\",\".NETFramework,Version=v4.7\",\".NETFramework,Version=v4.8\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:20.0064800Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"WPF-UI, Version=1.2.1\",\"TargetFramework\":[\"net48\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:11:20.0066232Z\",\"@mt\":\"Analyzing packages with {AnalyzerName}\",\"@l\":\"Debug\",\"AnalyzerName\":\"Upgrade assistant reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.DependencyAnalyzerRunner\"}\n{\"@t\":\"2022-01-30T04:11:20.0134264Z\",\"@mt\":\"Found package sources: {PackageSources}\",\"@l\":\"Debug\",\"PackageSources\":[\"https://api.nuget.org/v3/index.json [https://api.nuget.org/v3/index.json]\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetPackageSourceFactory\"}\n{\"@t\":\"2022-01-30T04:11:20.1158077Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.dotnet.upgradeassistant.extensions.default.analyzers/index.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:20.6058396Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.dotnet.upgradeassistant.extensions.default.analyzers/index.json 485ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:20.7387199Z\",\"@mt\":\"Reference to .NET Upgrade Assistant analyzer package ({AnalyzerPackageName}, version {AnalyzerPackageVersion}) needs to be added\",\"AnalyzerPackageName\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers\",\"AnalyzerPackageVersion\":\"0.3.261602\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.UpgradeAssistantReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:11:20.7409660Z\",\"@mt\":\"Analyzing packages with {AnalyzerName}\",\"@l\":\"Debug\",\"AnalyzerName\":\"Windows Compatibility Pack Analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.DependencyAnalyzerRunner\"}\n{\"@t\":\"2022-01-30T04:11:20.7436942Z\",\"@mt\":\"Analyzing packages with {AnalyzerName}\",\"@l\":\"Debug\",\"AnalyzerName\":\"MyDotAnalyzer reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.DependencyAnalyzerRunner\"}\n{\"@t\":\"2022-01-30T04:11:20.7464821Z\",\"@mt\":\"None of the tfms match packages from {PackageName}\",\"@l\":\"Debug\",\"PackageName\":\"System.Configuration.ConfigurationManager\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.VisualBasic.MyDotAnalyzer\"}\n{\"@t\":\"2022-01-30T04:11:20.7465693Z\",\"@mt\":\"Analyzing packages with {AnalyzerName}\",\"@l\":\"Debug\",\"AnalyzerName\":\"Newtonsoft.Json reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.DependencyAnalyzerRunner\"}\n{\"@t\":\"2022-01-30T04:11:20.7517070Z\",\"@mt\":\"Packages to be removed: {Packages}\",\"Packages\":\"Microsoft.Windows.SDK.Contracts, Version=10.0.18362.2005\\r\\nSystem.Runtime.WindowsRuntime, Version=4.6.0\\r\\nSystem.Runtime.WindowsRuntime.UI.Xaml, Version=4.6.0\\r\\nSystem.ValueTuple, Version=4.5.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep\"}\n{\"@t\":\"2022-01-30T04:11:20.7530520Z\",\"@mt\":\"Packages to be added: {Packages}\",\"Packages\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers, Version=0.3.261602\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep\"}\n{\"@t\":\"2022-01-30T04:11:20.7548878Z\",\"@mt\":\"Step {StepTitle} initialized\",\"@l\":\"Debug\",\"StepTitle\":\"Clean up NuGet package references\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-01-30T04:11:20.7551543Z\",\"@mt\":\"Identified upgrade step {UpgradeStep} as the next step\",\"@l\":\"Debug\",\"UpgradeStep\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-01-30T04:11:23.4142031Z\",\"@mt\":\"Applying upgrade step {StepTitle}\",\"StepTitle\":\"Clean up NuGet package references\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep\"}\n{\"@t\":\"2022-01-30T04:11:23.4197296Z\",\"@mt\":\"Removing outdated package reference: {PackageReference}\",\"PackageReference\":\"Microsoft.Windows.SDK.Contracts, Version=10.0.18362.2005\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext\"}\n{\"@t\":\"2022-01-30T04:11:23.4210339Z\",\"@mt\":\"Removing outdated package reference: {PackageReference}\",\"PackageReference\":\"System.Runtime.WindowsRuntime, Version=4.6.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext\"}\n{\"@t\":\"2022-01-30T04:11:23.4220918Z\",\"@mt\":\"Removing outdated package reference: {PackageReference}\",\"PackageReference\":\"System.Runtime.WindowsRuntime.UI.Xaml, Version=4.6.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext\"}\n{\"@t\":\"2022-01-30T04:11:23.4230766Z\",\"@mt\":\"Removing outdated package reference: {PackageReference}\",\"PackageReference\":\"System.ValueTuple, Version=4.5.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext\"}\n{\"@t\":\"2022-01-30T04:11:23.4246130Z\",\"@mt\":\"Adding package reference: {PackageReference}\",\"PackageReference\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers, Version=0.3.261602\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext\"}\n{\"@t\":\"2022-01-30T04:11:23.4267780Z\",\"@mt\":\"Saving changes to project file\",\"@l\":\"Debug\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext\"}\n{\"@t\":\"2022-01-30T04:11:23.5333749Z\",\"@mt\":\"[{Level}] Problem loading file in MSBuild workspace {Message}\",\"@l\":\"Debug\",\"Level\":\"Failure\",\"Message\":\"Msbuild failed when processing the file 'C:\\\\Users\\\\Torch\\\\source\\\\repos\\\\RoundedTB\\\\RoundedTB\\\\RoundedTB.csproj' with message: C:\\\\Program Files\\\\dotnet\\\\sdk\\\\6.0.101\\\\Sdks\\\\Microsoft.NET.Sdk\\\\targets\\\\Microsoft.PackageDependencyResolution.targets: (267, 5): Error reading assets file: Error loading lock file 'C:\\\\Users\\\\Torch\\\\source\\\\repos\\\\RoundedTB\\\\RoundedTB\\\\obj\\\\project.assets.json' : Could not load file or assembly 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'. Could not find or load a specific file. (0x80131621)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext\"}\n{\"@t\":\"2022-01-30T04:11:23.5334548Z\",\"@mt\":\"[{Level}] Problem loading file in MSBuild workspace {Message}\",\"@l\":\"Debug\",\"Level\":\"Failure\",\"Message\":\"Msbuild failed when processing the file 'C:\\\\Users\\\\Torch\\\\source\\\\repos\\\\RoundedTB\\\\RoundedTB\\\\RoundedTB.csproj' with message: C:\\\\Program Files\\\\dotnet\\\\sdk\\\\6.0.101\\\\Microsoft.Common.CurrentVersion.targets: (2929, 5): MSB4803: The task \\\"ResolveComReference\\\" is not supported on the .NET Core version of MSBuild. Please use the .NET Framework version of MSBuild. See https://aka.ms/msbuild/MSB4803 for further details.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext\"}\n{\"@t\":\"2022-01-30T04:11:23.5334702Z\",\"@mt\":\"[{Level}] Problem loading file in MSBuild workspace {Message}\",\"@l\":\"Debug\",\"Level\":\"Failure\",\"Message\":\"Msbuild failed when processing the file 'C:\\\\Users\\\\Torch\\\\source\\\\repos\\\\RoundedTB\\\\RoundedTB\\\\RoundedTB.csproj' with message: C:\\\\Program Files\\\\dotnet\\\\sdk\\\\6.0.101\\\\Microsoft.CSharp.CurrentVersion.targets: (130, 9): Could not find rule set file \\\"ManagedMinimumRules.ruleset\\\".\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext\"}\n{\"@t\":\"2022-01-30T04:11:23.5494296Z\",\"@mt\":\"[{Level}] Problem loading file in MSBuild workspace {Message}\",\"@l\":\"Debug\",\"Level\":\"Failure\",\"Message\":\"Cannot open project 'C:\\\\Users\\\\Torch\\\\source\\\\repos\\\\RoundedTB\\\\PackagingProject\\\\RoundedTB.Package.wapproj' because the file extension '.wapproj' is not associated with a language.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext\"}\n{\"@t\":\"2022-01-30T04:11:23.5522758Z\",\"@mt\":\"Re-running analysis to check whether additional changes are needed\",\"@l\":\"Debug\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep\"}\n{\"@t\":\"2022-01-30T04:11:23.5523900Z\",\"@mt\":\"Restoring packages for {ProjectPath} with dotnet restore\",\"@l\":\"Debug\",\"ProjectPath\":\"C:\\\\Users\\\\Torch\\\\source\\\\repos\\\\RoundedTB\\\\RoundedTB\\\\RoundedTB.csproj\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.DotnetRestorePackageRestorer\"}\n{\"@t\":\"2022-01-30T04:11:24.0374759Z\",\"@mt\":\"[{Tool}] {Data}\",\"@l\":\"Debug\",\"Tool\":\"dotnet-restore\",\"Data\":\"  Determining projects to restore...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.ProcessRunner\"}\n{\"@t\":\"2022-01-30T04:11:24.3499535Z\",\"@mt\":\"[{Tool}] {Data}\",\"@l\":\"Debug\",\"Tool\":\"dotnet-restore\",\"Data\":\"  Restored C:\\\\Users\\\\Torch\\\\source\\\\repos\\\\RoundedTB\\\\RoundedTB\\\\RoundedTB.csproj (in 202 ms).\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.ProcessRunner\"}\n{\"@t\":\"2022-01-30T04:11:24.5229329Z\",\"@mt\":\"[{Level}] Problem loading file in MSBuild workspace {Message}\",\"@l\":\"Debug\",\"Level\":\"Failure\",\"Message\":\"Msbuild failed when processing the file 'C:\\\\Users\\\\Torch\\\\source\\\\repos\\\\RoundedTB\\\\RoundedTB\\\\RoundedTB.csproj' with message: C:\\\\Program Files\\\\dotnet\\\\sdk\\\\6.0.101\\\\Sdks\\\\Microsoft.NET.Sdk\\\\targets\\\\Microsoft.PackageDependencyResolution.targets: (267, 5): Error reading assets file: Error loading lock file 'C:\\\\Users\\\\Torch\\\\source\\\\repos\\\\RoundedTB\\\\RoundedTB\\\\obj\\\\project.assets.json' : Could not load file or assembly 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'. Could not find or load a specific file. (0x80131621)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext\"}\n{\"@t\":\"2022-01-30T04:11:24.5230525Z\",\"@mt\":\"[{Level}] Problem loading file in MSBuild workspace {Message}\",\"@l\":\"Debug\",\"Level\":\"Failure\",\"Message\":\"Msbuild failed when processing the file 'C:\\\\Users\\\\Torch\\\\source\\\\repos\\\\RoundedTB\\\\RoundedTB\\\\RoundedTB.csproj' with message: C:\\\\Program Files\\\\dotnet\\\\sdk\\\\6.0.101\\\\Microsoft.Common.CurrentVersion.targets: (2929, 5): MSB4803: The task \\\"ResolveComReference\\\" is not supported on the .NET Core version of MSBuild. Please use the .NET Framework version of MSBuild. See https://aka.ms/msbuild/MSB4803 for further details.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext\"}\n{\"@t\":\"2022-01-30T04:11:24.5230693Z\",\"@mt\":\"[{Level}] Problem loading file in MSBuild workspace {Message}\",\"@l\":\"Debug\",\"Level\":\"Failure\",\"Message\":\"Msbuild failed when processing the file 'C:\\\\Users\\\\Torch\\\\source\\\\repos\\\\RoundedTB\\\\RoundedTB\\\\RoundedTB.csproj' with message: C:\\\\Program Files\\\\dotnet\\\\sdk\\\\6.0.101\\\\Microsoft.CSharp.CurrentVersion.targets: (130, 9): Could not find rule set file \\\"ManagedMinimumRules.ruleset\\\".\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext\"}\n{\"@t\":\"2022-01-30T04:11:24.5318327Z\",\"@mt\":\"[{Level}] Problem loading file in MSBuild workspace {Message}\",\"@l\":\"Debug\",\"Level\":\"Failure\",\"Message\":\"Cannot open project 'C:\\\\Users\\\\Torch\\\\source\\\\repos\\\\RoundedTB\\\\PackagingProject\\\\RoundedTB.Package.wapproj' because the file extension '.wapproj' is not associated with a language.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext\"}\n{\"@t\":\"2022-01-30T04:11:24.6137832Z\",\"@mt\":\"Analyzing packages with {AnalyzerName}\",\"@l\":\"Debug\",\"AnalyzerName\":\"Duplicate reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.DependencyAnalyzerRunner\"}\n{\"@t\":\"2022-01-30T04:11:24.6139777Z\",\"@mt\":\"Analyzing packages with {AnalyzerName}\",\"@l\":\"Debug\",\"AnalyzerName\":\"Transitive reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.DependencyAnalyzerRunner\"}\n{\"@t\":\"2022-01-30T04:11:24.6586351Z\",\"@mt\":\"Analyzing packages with {AnalyzerName}\",\"@l\":\"Debug\",\"AnalyzerName\":\"Package map reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.DependencyAnalyzerRunner\"}\n{\"@t\":\"2022-01-30T04:11:24.6587455Z\",\"@mt\":\"Analyzing packages with {AnalyzerName}\",\"@l\":\"Debug\",\"AnalyzerName\":\"Target compatibility reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.DependencyAnalyzerRunner\"}\n{\"@t\":\"2022-01-30T04:11:24.6588220Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"DesktopBridge.Helpers, Version=1.2.1\",\"PackagePath\":\"C:\\\\Users\\\\Torch\\\\.nuget\\\\packages\\\\DesktopBridge.Helpers\\\\1.2.1\\\\DesktopBridge.Helpers.1.2.1.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:24.6591058Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"DesktopBridge.Helpers.1.2.1\",\"TargetFrameworks\":[\".NETFramework,Version=v4.0\",\".NETFramework,Version=v4.5\",\".NETStandard,Version=v2.0\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:24.6591484Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"DesktopBridge.Helpers, Version=1.2.1\",\"TargetFramework\":[\"net48\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:11:24.6591979Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Hardcodet.NotifyIcon.Wpf, Version=1.1.0\",\"PackagePath\":\"C:\\\\Users\\\\Torch\\\\.nuget\\\\packages\\\\Hardcodet.NotifyIcon.Wpf\\\\1.1.0\\\\Hardcodet.NotifyIcon.Wpf.1.1.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:24.6594918Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Hardcodet.NotifyIcon.Wpf.1.1.0\",\"TargetFrameworks\":[\".NETCoreApp,Version=v3.1\",\"net5.0-windows7.0\",\".NETFramework,Version=v4.5\",\".NETFramework,Version=v4.6.2\",\".NETFramework,Version=v4.7.2\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:24.6595434Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Hardcodet.NotifyIcon.Wpf, Version=1.1.0\",\"TargetFramework\":[\"net48\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:11:24.6595941Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Interop.UIAutomationClient, Version=10.19041.0\",\"PackagePath\":\"C:\\\\Users\\\\Torch\\\\.nuget\\\\packages\\\\Interop.UIAutomationClient\\\\10.19041.0\\\\Interop.UIAutomationClient.10.19041.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:24.6597922Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Interop.UIAutomationClient.10.19041.0\",\"TargetFrameworks\":[\".NETCoreApp,Version=v3.0\",\".NETFramework,Version=v3.5\",\".NETFramework,Version=v4.0\",\".NETFramework,Version=v4.5\",\".NETStandard,Version=v2.0\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:24.6598334Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Interop.UIAutomationClient, Version=10.19041.0\",\"TargetFramework\":[\"net48\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:11:24.6598808Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Interop.UIAutomationCore, Version=10.19041.0\",\"PackagePath\":\"C:\\\\Users\\\\Torch\\\\.nuget\\\\packages\\\\Interop.UIAutomationCore\\\\10.19041.0\\\\Interop.UIAutomationCore.10.19041.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:24.6600575Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Interop.UIAutomationCore.10.19041.0\",\"TargetFrameworks\":[\".NETCoreApp,Version=v3.0\",\".NETFramework,Version=v3.5\",\".NETFramework,Version=v4.0\",\".NETFramework,Version=v4.5\",\".NETStandard,Version=v2.0\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:24.6600950Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Interop.UIAutomationCore, Version=10.19041.0\",\"TargetFramework\":[\"net48\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:11:24.6601444Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Microsoft.CSharp, Version=4.7.0\",\"PackagePath\":\"C:\\\\Users\\\\Torch\\\\.nuget\\\\packages\\\\Microsoft.CSharp\\\\4.7.0\\\\Microsoft.CSharp.4.7.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:24.6606407Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Microsoft.CSharp.4.7.0\",\"TargetFrameworks\":[\".NETCore,Version=v5.0\",\".NETCoreApp,Version=v2.0\",\".NETFramework,Version=v4.5\",\".NETPortable,Version=v0.0,Profile=Profile259\",\".NETStandard,Version=v1.3\",\".NETStandard,Version=v2.0\",\"MonoAndroid,Version=v1.0\",\"MonoTouch,Version=v1.0\",\"UAP,Version=v10.0.16299\",\"Windows,Version=v8.0\",\"WindowsPhone,Version=v8.0\",\"WindowsPhoneApp,Version=v8.1\",\"Xamarin.iOS,Version=v1.0\",\"Xamarin.Mac,Version=v2.0\",\"Xamarin.TVOS,Version=v1.0\",\"Xamarin.WatchOS,Version=v1.0\",\".NETStandard,Version=v1.0\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:24.6607134Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Microsoft.CSharp, Version=4.7.0\",\"TargetFramework\":[\"net48\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:11:24.6607660Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"ModernWpfUI, Version=0.9.4\",\"PackagePath\":\"C:\\\\Users\\\\Torch\\\\.nuget\\\\packages\\\\ModernWpfUI\\\\0.9.4\\\\ModernWpfUI.0.9.4.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:24.6629839Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"ModernWpfUI.0.9.4\",\"TargetFrameworks\":[\".NETCoreApp,Version=v3.0\",\"net5.0-windows10.0.18362\",\".NETFramework,Version=v4.5\",\".NETFramework,Version=v4.6.2\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:24.6630260Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"ModernWpfUI, Version=0.9.4\",\"TargetFramework\":[\"net48\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:11:24.6630771Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Newtonsoft.Json, Version=13.0.1\",\"PackagePath\":\"C:\\\\Users\\\\Torch\\\\.nuget\\\\packages\\\\Newtonsoft.Json\\\\13.0.1\\\\Newtonsoft.Json.13.0.1.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:24.6633432Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Newtonsoft.Json.13.0.1\",\"TargetFrameworks\":[\".NETFramework,Version=v2.0\",\".NETFramework,Version=v3.5\",\".NETFramework,Version=v4.0\",\".NETFramework,Version=v4.5\",\".NETStandard,Version=v1.0\",\".NETStandard,Version=v1.3\",\".NETStandard,Version=v2.0\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:24.6633811Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Newtonsoft.Json, Version=13.0.1\",\"TargetFramework\":[\"net48\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:11:24.6634296Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"PInvoke.User32, Version=0.7.104\",\"PackagePath\":\"C:\\\\Users\\\\Torch\\\\.nuget\\\\packages\\\\PInvoke.User32\\\\0.7.104\\\\PInvoke.User32.0.7.104.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:24.6636624Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"PInvoke.User32.0.7.104\",\"TargetFrameworks\":[\".NETFramework,Version=v4.5\",\".NETStandard,Version=v2.0\",\"UAP,Version=v10.0.16299\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:24.6636984Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"PInvoke.User32, Version=0.7.104\",\"TargetFramework\":[\"net48\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:11:24.6637473Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"System.ComponentModel.Composition, Version=6.0.0\",\"PackagePath\":\"C:\\\\Users\\\\Torch\\\\.nuget\\\\packages\\\\System.ComponentModel.Composition\\\\6.0.0\\\\System.ComponentModel.Composition.6.0.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:24.6639448Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"System.ComponentModel.Composition.6.0.0\",\"TargetFrameworks\":[\".NETCoreApp,Version=v3.1\",\"net6.0\",\".NETFramework,Version=v4.6.1\",\".NETStandard,Version=v2.0\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:24.6640183Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"System.ComponentModel.Composition, Version=6.0.0\",\"TargetFramework\":[\"net48\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:11:24.6640682Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"System.Data.DataSetExtensions, Version=4.5.0\",\"PackagePath\":\"C:\\\\Users\\\\Torch\\\\.nuget\\\\packages\\\\System.Data.DataSetExtensions\\\\4.5.0\\\\System.Data.DataSetExtensions.4.5.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:24.6642478Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"System.Data.DataSetExtensions.4.5.0\",\"TargetFrameworks\":[\".NETFramework,Version=v4.5\",\".NETStandard,Version=v2.0\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:24.6642831Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"System.Data.DataSetExtensions, Version=4.5.0\",\"TargetFramework\":[\"net48\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:11:24.6643450Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"WPF-UI, Version=1.2.1\",\"PackagePath\":\"C:\\\\Users\\\\Torch\\\\.nuget\\\\packages\\\\WPF-UI\\\\1.2.1\\\\WPF-UI.1.2.1.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:24.6646155Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"WPF-UI.1.2.1\",\"TargetFrameworks\":[\".NETCoreApp,Version=v3.1\",\"net5.0-windows7.0\",\"net6.0-windows7.0\",\".NETFramework,Version=v4.6\",\".NETFramework,Version=v4.7\",\".NETFramework,Version=v4.8\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:24.6646570Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"WPF-UI, Version=1.2.1\",\"TargetFramework\":[\"net48\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:11:24.6647091Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers, Version=0.3.261602\",\"PackagePath\":\"C:\\\\Users\\\\Torch\\\\.nuget\\\\packages\\\\Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers\\\\0.3.261602\\\\Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers.0.3.261602.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:24.6649106Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers.0.3.261602\",\"TargetFrameworks\":[\"Any,Version=v0.0\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:24.6652723Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers, Version=0.3.261602\",\"TargetFramework\":[\"net48\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:11:24.6652991Z\",\"@mt\":\"Analyzing packages with {AnalyzerName}\",\"@l\":\"Debug\",\"AnalyzerName\":\"Upgrade assistant reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.DependencyAnalyzerRunner\"}\n{\"@t\":\"2022-01-30T04:11:24.6653315Z\",\"@mt\":\"Reference to .NET Upgrade Assistant analyzer package ({AnalyzerPackageName}) already exists\",\"@l\":\"Debug\",\"AnalyzerPackageName\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.UpgradeAssistantReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:11:24.6653454Z\",\"@mt\":\"Analyzing packages with {AnalyzerName}\",\"@l\":\"Debug\",\"AnalyzerName\":\"Windows Compatibility Pack Analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.DependencyAnalyzerRunner\"}\n{\"@t\":\"2022-01-30T04:11:24.6653683Z\",\"@mt\":\"Analyzing packages with {AnalyzerName}\",\"@l\":\"Debug\",\"AnalyzerName\":\"MyDotAnalyzer reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.DependencyAnalyzerRunner\"}\n{\"@t\":\"2022-01-30T04:11:24.6654201Z\",\"@mt\":\"None of the tfms match packages from {PackageName}\",\"@l\":\"Debug\",\"PackageName\":\"System.Configuration.ConfigurationManager\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.VisualBasic.MyDotAnalyzer\"}\n{\"@t\":\"2022-01-30T04:11:24.6654382Z\",\"@mt\":\"Analyzing packages with {AnalyzerName}\",\"@l\":\"Debug\",\"AnalyzerName\":\"Newtonsoft.Json reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.DependencyAnalyzerRunner\"}\n{\"@t\":\"2022-01-30T04:11:24.6693051Z\",\"@mt\":\"Upgrade step {StepTitle} applied successfully\",\"StepTitle\":\"Clean up NuGet package references\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep\"}\n{\"@t\":\"2022-01-30T04:11:26.2545507Z\",\"@mt\":\"Initializing upgrade step {StepTitle}\",\"StepTitle\":\"Update TFM\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-01-30T04:11:26.2604194Z\",\"@mt\":\"Recommending Windows TFM {TFM} because the project either has Windows-specific dependencies or builds to a WinExe\",\"TFM\":\"net6.0-windows10.0.19041\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsSdkTargetFrameworkSelectorFilter\"}\n{\"@t\":\"2022-01-30T04:11:26.2618309Z\",\"@mt\":\"TFM needs updated to {TargetTFM}\",\"TargetTFM\":\"net6.0-windows10.0.19041\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.ProjectFormat.SetTFMStep\"}\n{\"@t\":\"2022-01-30T04:11:26.2631975Z\",\"@mt\":\"Step {StepTitle} initialized\",\"@l\":\"Debug\",\"StepTitle\":\"Update TFM\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-01-30T04:11:26.2632207Z\",\"@mt\":\"Identified upgrade step {UpgradeStep} as the next step\",\"@l\":\"Debug\",\"UpgradeStep\":\"Microsoft.DotNet.UpgradeAssistant.Steps.ProjectFormat.SetTFMStep\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-01-30T04:11:27.4278843Z\",\"@mt\":\"Applying upgrade step {StepTitle}\",\"StepTitle\":\"Update TFM\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.ProjectFormat.SetTFMStep\"}\n{\"@t\":\"2022-01-30T04:11:27.4341268Z\",\"@mt\":\"Recommending Windows TFM {TFM} because the project either has Windows-specific dependencies or builds to a WinExe\",\"TFM\":\"net6.0-windows10.0.19041\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsSdkTargetFrameworkSelectorFilter\"}\n{\"@t\":\"2022-01-30T04:11:27.4358098Z\",\"@mt\":\"Saving changes to project file\",\"@l\":\"Debug\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext\"}\n{\"@t\":\"2022-01-30T04:11:27.5597933Z\",\"@mt\":\"[{Level}] Problem loading file in MSBuild workspace {Message}\",\"@l\":\"Debug\",\"Level\":\"Failure\",\"Message\":\"Msbuild failed when processing the file 'C:\\\\Users\\\\Torch\\\\source\\\\repos\\\\RoundedTB\\\\RoundedTB\\\\RoundedTB.csproj' with message: C:\\\\Program Files\\\\dotnet\\\\sdk\\\\6.0.101\\\\Sdks\\\\Microsoft.NET.Sdk\\\\targets\\\\Microsoft.NET.Sdk.FrameworkReferenceResolution.targets: (90, 5): The \\\"ProcessFrameworkReferences\\\" task failed unexpectedly.\\r\\nSystem.IO.FileLoadException: Could not load file or assembly 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'. Could not find or load a specific file. (0x80131621)\\r\\nFile name: 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'\\r\\n ---> System.IO.FileLoadException: Could not load file or assembly 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'.\\r\\n   at System.Runtime.Loader.AssemblyLoadContext.LoadFromPath(IntPtr ptrNativeAssemblyLoadContext, String ilPath, String niPath, ObjectHandleOnStack retAssembly)\\r\\n   at System.Runtime.Loader.AssemblyLoadContext.LoadFromAssemblyPath(String assemblyPath)\\r\\n   at System.Reflection.Assembly.LoadFrom(String assemblyFile)\\r\\n   at Microsoft.Build.Locator.MSBuildLocator.<>c__DisplayClass15_0.<RegisterMSBuildPath>g__TryLoadAssembly|3(AssemblyName assemblyName)\\r\\n   at Microsoft.Build.Locator.MSBuildLocator.<>c__DisplayClass15_0.<RegisterMSBuildPath>b__2(AssemblyLoadContext _, AssemblyName assemblyName)\\r\\n   at System.Runtime.Loader.AssemblyLoadContext.GetFirstResolvedAssemblyFromResolvingEvent(AssemblyName assemblyName)\\r\\n   at System.Runtime.Loader.AssemblyLoadContext.ResolveUsingEvent(AssemblyName assemblyName)\\r\\n   at System.Runtime.Loader.AssemblyLoadContext.ResolveUsingResolvingEvent(IntPtr gchManagedAssemblyLoadContext, AssemblyName assemblyName)\\r\\n   at NuGet.RuntimeModel.JsonRuntimeFormat.ReadRuntimeGraph(TextReader textReader)\\r\\n   at NuGet.RuntimeModel.JsonRuntimeFormat.ReadRuntimeGraph(Stream stream)\\r\\n   at NuGet.RuntimeModel.JsonRuntimeFormat.ReadRuntimeGraph(String filePath)\\r\\n   at Microsoft.NET.Build.Tasks.RuntimeGraphCache.GetRuntimeGraph(String runtimeJsonPath)\\r\\n   at Microsoft.NET.Build.Tasks.ProcessFrameworkReferences.ProcessRuntimeIdentifier(String runtimeIdentifier, KnownRuntimePack selectedRuntimePack, String runtimePackVersion, List`1 additionalFrameworkReferencesForRuntimePack, HashSet`1 unrecognizedRuntimeIdentifiers, List`1 unavailableRuntimePacks, List`1 runtimePacks, List`1 packagesToDownload, String isTrimmable, Boolean addRuntimePackAndDownloadIfNecessary)\\r\\n   at Microsoft.NET.Build.Tasks.ProcessFrameworkReferences.ExecuteCore()\\r\\n   at Microsoft.NET.Build.Tasks.TaskBase.Execute()\\r\\n   at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()\\r\\n   at Microsoft.Build.BackEnd.TaskBuilder.ExecuteInstantiatedTask(ITaskExecutionHost taskExecutionHost, TaskLoggingContext taskLoggingContext, TaskHost taskHost, ItemBucket bucket, TaskExecutionMode howToExecuteTask)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext\"}\n{\"@t\":\"2022-01-30T04:11:27.5660934Z\",\"@mt\":\"[{Level}] Problem loading file in MSBuild workspace {Message}\",\"@l\":\"Debug\",\"Level\":\"Failure\",\"Message\":\"Cannot open project 'C:\\\\Users\\\\Torch\\\\source\\\\repos\\\\RoundedTB\\\\PackagingProject\\\\RoundedTB.Package.wapproj' because the file extension '.wapproj' is not associated with a language.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext\"}\n{\"@t\":\"2022-01-30T04:11:27.5684857Z\",\"@mt\":\"Restoring packages for {ProjectPath} with dotnet restore\",\"@l\":\"Debug\",\"ProjectPath\":\"C:\\\\Users\\\\Torch\\\\source\\\\repos\\\\RoundedTB\\\\RoundedTB\\\\RoundedTB.csproj\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.DotnetRestorePackageRestorer\"}\n{\"@t\":\"2022-01-30T04:11:28.0553334Z\",\"@mt\":\"[{Tool}] {Data}\",\"@l\":\"Debug\",\"Tool\":\"dotnet-restore\",\"Data\":\"  Determining projects to restore...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.ProcessRunner\"}\n{\"@t\":\"2022-01-30T04:11:33.5148822Z\",\"@mt\":\"[{Tool}] {Data}\",\"@l\":\"Debug\",\"Tool\":\"dotnet-restore\",\"Data\":\"  Restored C:\\\\Users\\\\Torch\\\\source\\\\repos\\\\RoundedTB\\\\RoundedTB\\\\RoundedTB.csproj (in 5.3 sec).\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.ProcessRunner\"}\n{\"@t\":\"2022-01-30T04:11:33.6358610Z\",\"@mt\":\"[{Level}] Problem loading file in MSBuild workspace {Message}\",\"@l\":\"Debug\",\"Level\":\"Failure\",\"Message\":\"Msbuild failed when processing the file 'C:\\\\Users\\\\Torch\\\\source\\\\repos\\\\RoundedTB\\\\RoundedTB\\\\RoundedTB.csproj' with message: C:\\\\Program Files\\\\dotnet\\\\sdk\\\\6.0.101\\\\Sdks\\\\Microsoft.NET.Sdk\\\\targets\\\\Microsoft.NET.Sdk.FrameworkReferenceResolution.targets: (90, 5): The \\\"ProcessFrameworkReferences\\\" task failed unexpectedly.\\r\\nSystem.IO.FileLoadException: Could not load file or assembly 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'. Could not find or load a specific file. (0x80131621)\\r\\nFile name: 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'\\r\\n ---> System.IO.FileLoadException: Could not load file or assembly 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'.\\r\\n   at System.Runtime.Loader.AssemblyLoadContext.LoadFromPath(IntPtr ptrNativeAssemblyLoadContext, String ilPath, String niPath, ObjectHandleOnStack retAssembly)\\r\\n   at System.Runtime.Loader.AssemblyLoadContext.LoadFromAssemblyPath(String assemblyPath)\\r\\n   at System.Reflection.Assembly.LoadFrom(String assemblyFile)\\r\\n   at Microsoft.Build.Locator.MSBuildLocator.<>c__DisplayClass15_0.<RegisterMSBuildPath>g__TryLoadAssembly|3(AssemblyName assemblyName)\\r\\n   at Microsoft.Build.Locator.MSBuildLocator.<>c__DisplayClass15_0.<RegisterMSBuildPath>b__2(AssemblyLoadContext _, AssemblyName assemblyName)\\r\\n   at System.Runtime.Loader.AssemblyLoadContext.GetFirstResolvedAssemblyFromResolvingEvent(AssemblyName assemblyName)\\r\\n   at System.Runtime.Loader.AssemblyLoadContext.ResolveUsingEvent(AssemblyName assemblyName)\\r\\n   at System.Runtime.Loader.AssemblyLoadContext.ResolveUsingResolvingEvent(IntPtr gchManagedAssemblyLoadContext, AssemblyName assemblyName)\\r\\n   at NuGet.RuntimeModel.JsonRuntimeFormat.ReadRuntimeGraph(TextReader textReader)\\r\\n   at NuGet.RuntimeModel.JsonRuntimeFormat.ReadRuntimeGraph(Stream stream)\\r\\n   at NuGet.RuntimeModel.JsonRuntimeFormat.ReadRuntimeGraph(String filePath)\\r\\n   at Microsoft.NET.Build.Tasks.RuntimeGraphCache.GetRuntimeGraph(String runtimeJsonPath)\\r\\n   at Microsoft.NET.Build.Tasks.ProcessFrameworkReferences.ProcessRuntimeIdentifier(String runtimeIdentifier, KnownRuntimePack selectedRuntimePack, String runtimePackVersion, List`1 additionalFrameworkReferencesForRuntimePack, HashSet`1 unrecognizedRuntimeIdentifiers, List`1 unavailableRuntimePacks, List`1 runtimePacks, List`1 packagesToDownload, String isTrimmable, Boolean addRuntimePackAndDownloadIfNecessary)\\r\\n   at Microsoft.NET.Build.Tasks.ProcessFrameworkReferences.ExecuteCore()\\r\\n   at Microsoft.NET.Build.Tasks.TaskBase.Execute()\\r\\n   at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()\\r\\n   at Microsoft.Build.BackEnd.TaskBuilder.ExecuteInstantiatedTask(ITaskExecutionHost taskExecutionHost, TaskLoggingContext taskLoggingContext, TaskHost taskHost, ItemBucket bucket, TaskExecutionMode howToExecuteTask)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext\"}\n{\"@t\":\"2022-01-30T04:11:33.6369246Z\",\"@mt\":\"[{Level}] Problem loading file in MSBuild workspace {Message}\",\"@l\":\"Debug\",\"Level\":\"Failure\",\"Message\":\"Cannot open project 'C:\\\\Users\\\\Torch\\\\source\\\\repos\\\\RoundedTB\\\\PackagingProject\\\\RoundedTB.Package.wapproj' because the file extension '.wapproj' is not associated with a language.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext\"}\n{\"@t\":\"2022-01-30T04:11:33.6386534Z\",\"@mt\":\"Updated TFM to {TargetTFM}\",\"TargetTFM\":\"net6.0-windows10.0.19041\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.ProjectFormat.SetTFMStep\"}\n{\"@t\":\"2022-01-30T04:11:33.6399061Z\",\"@mt\":\"Upgrade step {StepTitle} applied successfully\",\"StepTitle\":\"Update TFM\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.ProjectFormat.SetTFMStep\"}\n{\"@t\":\"2022-01-30T04:11:34.7261951Z\",\"@mt\":\"Initializing upgrade step {StepTitle}\",\"StepTitle\":\"Update NuGet Packages\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-01-30T04:11:34.7273977Z\",\"@mt\":\"Restoring packages for {ProjectPath} with dotnet restore\",\"@l\":\"Debug\",\"ProjectPath\":\"C:\\\\Users\\\\Torch\\\\source\\\\repos\\\\RoundedTB\\\\RoundedTB\\\\RoundedTB.csproj\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.DotnetRestorePackageRestorer\"}\n{\"@t\":\"2022-01-30T04:11:35.2022828Z\",\"@mt\":\"[{Tool}] {Data}\",\"@l\":\"Debug\",\"Tool\":\"dotnet-restore\",\"Data\":\"  Determining projects to restore...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.ProcessRunner\"}\n{\"@t\":\"2022-01-30T04:11:35.3903642Z\",\"@mt\":\"[{Tool}] {Data}\",\"@l\":\"Debug\",\"Tool\":\"dotnet-restore\",\"Data\":\"  All projects are up-to-date for restore.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.ProcessRunner\"}\n{\"@t\":\"2022-01-30T04:11:35.4889656Z\",\"@mt\":\"[{Level}] Problem loading file in MSBuild workspace {Message}\",\"@l\":\"Debug\",\"Level\":\"Failure\",\"Message\":\"Msbuild failed when processing the file 'C:\\\\Users\\\\Torch\\\\source\\\\repos\\\\RoundedTB\\\\RoundedTB\\\\RoundedTB.csproj' with message: C:\\\\Program Files\\\\dotnet\\\\sdk\\\\6.0.101\\\\Sdks\\\\Microsoft.NET.Sdk\\\\targets\\\\Microsoft.NET.Sdk.FrameworkReferenceResolution.targets: (90, 5): The \\\"ProcessFrameworkReferences\\\" task failed unexpectedly.\\r\\nSystem.IO.FileLoadException: Could not load file or assembly 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'. Could not find or load a specific file. (0x80131621)\\r\\nFile name: 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'\\r\\n ---> System.IO.FileLoadException: Could not load file or assembly 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'.\\r\\n   at System.Runtime.Loader.AssemblyLoadContext.LoadFromPath(IntPtr ptrNativeAssemblyLoadContext, String ilPath, String niPath, ObjectHandleOnStack retAssembly)\\r\\n   at System.Runtime.Loader.AssemblyLoadContext.LoadFromAssemblyPath(String assemblyPath)\\r\\n   at System.Reflection.Assembly.LoadFrom(String assemblyFile)\\r\\n   at Microsoft.Build.Locator.MSBuildLocator.<>c__DisplayClass15_0.<RegisterMSBuildPath>g__TryLoadAssembly|3(AssemblyName assemblyName)\\r\\n   at Microsoft.Build.Locator.MSBuildLocator.<>c__DisplayClass15_0.<RegisterMSBuildPath>b__2(AssemblyLoadContext _, AssemblyName assemblyName)\\r\\n   at System.Runtime.Loader.AssemblyLoadContext.GetFirstResolvedAssemblyFromResolvingEvent(AssemblyName assemblyName)\\r\\n   at System.Runtime.Loader.AssemblyLoadContext.ResolveUsingEvent(AssemblyName assemblyName)\\r\\n   at System.Runtime.Loader.AssemblyLoadContext.ResolveUsingResolvingEvent(IntPtr gchManagedAssemblyLoadContext, AssemblyName assemblyName)\\r\\n   at NuGet.RuntimeModel.JsonRuntimeFormat.ReadRuntimeGraph(TextReader textReader)\\r\\n   at NuGet.RuntimeModel.JsonRuntimeFormat.ReadRuntimeGraph(Stream stream)\\r\\n   at NuGet.RuntimeModel.JsonRuntimeFormat.ReadRuntimeGraph(String filePath)\\r\\n   at Microsoft.NET.Build.Tasks.RuntimeGraphCache.GetRuntimeGraph(String runtimeJsonPath)\\r\\n   at Microsoft.NET.Build.Tasks.ProcessFrameworkReferences.ProcessRuntimeIdentifier(String runtimeIdentifier, KnownRuntimePack selectedRuntimePack, String runtimePackVersion, List`1 additionalFrameworkReferencesForRuntimePack, HashSet`1 unrecognizedRuntimeIdentifiers, List`1 unavailableRuntimePacks, List`1 runtimePacks, List`1 packagesToDownload, String isTrimmable, Boolean addRuntimePackAndDownloadIfNecessary)\\r\\n   at Microsoft.NET.Build.Tasks.ProcessFrameworkReferences.ExecuteCore()\\r\\n   at Microsoft.NET.Build.Tasks.TaskBase.Execute()\\r\\n   at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()\\r\\n   at Microsoft.Build.BackEnd.TaskBuilder.ExecuteInstantiatedTask(ITaskExecutionHost taskExecutionHost, TaskLoggingContext taskLoggingContext, TaskHost taskHost, ItemBucket bucket, TaskExecutionMode howToExecuteTask)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext\"}\n{\"@t\":\"2022-01-30T04:11:35.4898567Z\",\"@mt\":\"[{Level}] Problem loading file in MSBuild workspace {Message}\",\"@l\":\"Debug\",\"Level\":\"Failure\",\"Message\":\"Cannot open project 'C:\\\\Users\\\\Torch\\\\source\\\\repos\\\\RoundedTB\\\\PackagingProject\\\\RoundedTB.Package.wapproj' because the file extension '.wapproj' is not associated with a language.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext\"}\n{\"@t\":\"2022-01-30T04:11:35.5693594Z\",\"@mt\":\"Analyzing packages with {AnalyzerName}\",\"@l\":\"Debug\",\"AnalyzerName\":\"Duplicate reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.DependencyAnalyzerRunner\"}\n{\"@t\":\"2022-01-30T04:11:35.5695092Z\",\"@mt\":\"Analyzing packages with {AnalyzerName}\",\"@l\":\"Debug\",\"AnalyzerName\":\"Transitive reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.DependencyAnalyzerRunner\"}\n{\"@t\":\"2022-01-30T04:11:35.6038418Z\",\"@mt\":\"Analyzing packages with {AnalyzerName}\",\"@l\":\"Debug\",\"AnalyzerName\":\"Package map reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.DependencyAnalyzerRunner\"}\n{\"@t\":\"2022-01-30T04:11:35.6040126Z\",\"@mt\":\"Analyzing packages with {AnalyzerName}\",\"@l\":\"Debug\",\"AnalyzerName\":\"Target compatibility reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.DependencyAnalyzerRunner\"}\n{\"@t\":\"2022-01-30T04:11:35.6040798Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"DesktopBridge.Helpers, Version=1.2.1\",\"PackagePath\":\"C:\\\\Users\\\\Torch\\\\.nuget\\\\packages\\\\DesktopBridge.Helpers\\\\1.2.1\\\\DesktopBridge.Helpers.1.2.1.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:35.6043835Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"DesktopBridge.Helpers.1.2.1\",\"TargetFrameworks\":[\".NETFramework,Version=v4.0\",\".NETFramework,Version=v4.5\",\".NETStandard,Version=v2.0\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:35.6044794Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"DesktopBridge.Helpers, Version=1.2.1\",\"TargetFramework\":[\"net6.0-windows10.0.19041\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:11:35.6045311Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Hardcodet.NotifyIcon.Wpf, Version=1.1.0\",\"PackagePath\":\"C:\\\\Users\\\\Torch\\\\.nuget\\\\packages\\\\Hardcodet.NotifyIcon.Wpf\\\\1.1.0\\\\Hardcodet.NotifyIcon.Wpf.1.1.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:35.6047805Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Hardcodet.NotifyIcon.Wpf.1.1.0\",\"TargetFrameworks\":[\".NETCoreApp,Version=v3.1\",\"net5.0-windows7.0\",\".NETFramework,Version=v4.5\",\".NETFramework,Version=v4.6.2\",\".NETFramework,Version=v4.7.2\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:35.6048308Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Hardcodet.NotifyIcon.Wpf, Version=1.1.0\",\"TargetFramework\":[\"net6.0-windows10.0.19041\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:11:35.6049056Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Interop.UIAutomationClient, Version=10.19041.0\",\"PackagePath\":\"C:\\\\Users\\\\Torch\\\\.nuget\\\\packages\\\\Interop.UIAutomationClient\\\\10.19041.0\\\\Interop.UIAutomationClient.10.19041.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:35.6051337Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Interop.UIAutomationClient.10.19041.0\",\"TargetFrameworks\":[\".NETCoreApp,Version=v3.0\",\".NETFramework,Version=v3.5\",\".NETFramework,Version=v4.0\",\".NETFramework,Version=v4.5\",\".NETStandard,Version=v2.0\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:35.6051892Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Interop.UIAutomationClient, Version=10.19041.0\",\"TargetFramework\":[\"net6.0-windows10.0.19041\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:11:35.6052437Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Interop.UIAutomationCore, Version=10.19041.0\",\"PackagePath\":\"C:\\\\Users\\\\Torch\\\\.nuget\\\\packages\\\\Interop.UIAutomationCore\\\\10.19041.0\\\\Interop.UIAutomationCore.10.19041.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:35.6054191Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Interop.UIAutomationCore.10.19041.0\",\"TargetFrameworks\":[\".NETCoreApp,Version=v3.0\",\".NETFramework,Version=v3.5\",\".NETFramework,Version=v4.0\",\".NETFramework,Version=v4.5\",\".NETStandard,Version=v2.0\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:35.6054540Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Interop.UIAutomationCore, Version=10.19041.0\",\"TargetFramework\":[\"net6.0-windows10.0.19041\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:11:35.6055018Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Microsoft.CSharp, Version=4.7.0\",\"PackagePath\":\"C:\\\\Users\\\\Torch\\\\.nuget\\\\packages\\\\Microsoft.CSharp\\\\4.7.0\\\\Microsoft.CSharp.4.7.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:35.6059573Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Microsoft.CSharp.4.7.0\",\"TargetFrameworks\":[\".NETCore,Version=v5.0\",\".NETCoreApp,Version=v2.0\",\".NETFramework,Version=v4.5\",\".NETPortable,Version=v0.0,Profile=Profile259\",\".NETStandard,Version=v1.3\",\".NETStandard,Version=v2.0\",\"MonoAndroid,Version=v1.0\",\"MonoTouch,Version=v1.0\",\"UAP,Version=v10.0.16299\",\"Windows,Version=v8.0\",\"WindowsPhone,Version=v8.0\",\"WindowsPhoneApp,Version=v8.1\",\"Xamarin.iOS,Version=v1.0\",\"Xamarin.Mac,Version=v2.0\",\"Xamarin.TVOS,Version=v1.0\",\"Xamarin.WatchOS,Version=v1.0\",\".NETStandard,Version=v1.0\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:35.6060251Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Microsoft.CSharp, Version=4.7.0\",\"TargetFramework\":[\"net6.0-windows10.0.19041\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:11:35.6060743Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"ModernWpfUI, Version=0.9.4\",\"PackagePath\":\"C:\\\\Users\\\\Torch\\\\.nuget\\\\packages\\\\ModernWpfUI\\\\0.9.4\\\\ModernWpfUI.0.9.4.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:35.6083289Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"ModernWpfUI.0.9.4\",\"TargetFrameworks\":[\".NETCoreApp,Version=v3.0\",\"net5.0-windows10.0.18362\",\".NETFramework,Version=v4.5\",\".NETFramework,Version=v4.6.2\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:35.6083678Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"ModernWpfUI, Version=0.9.4\",\"TargetFramework\":[\"net6.0-windows10.0.19041\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:11:35.6084165Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Newtonsoft.Json, Version=13.0.1\",\"PackagePath\":\"C:\\\\Users\\\\Torch\\\\.nuget\\\\packages\\\\Newtonsoft.Json\\\\13.0.1\\\\Newtonsoft.Json.13.0.1.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:35.6087022Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Newtonsoft.Json.13.0.1\",\"TargetFrameworks\":[\".NETFramework,Version=v2.0\",\".NETFramework,Version=v3.5\",\".NETFramework,Version=v4.0\",\".NETFramework,Version=v4.5\",\".NETStandard,Version=v1.0\",\".NETStandard,Version=v1.3\",\".NETStandard,Version=v2.0\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:35.6087947Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Newtonsoft.Json, Version=13.0.1\",\"TargetFramework\":[\"net6.0-windows10.0.19041\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:11:35.6088470Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"PInvoke.User32, Version=0.7.104\",\"PackagePath\":\"C:\\\\Users\\\\Torch\\\\.nuget\\\\packages\\\\PInvoke.User32\\\\0.7.104\\\\PInvoke.User32.0.7.104.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:35.6091250Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"PInvoke.User32.0.7.104\",\"TargetFrameworks\":[\".NETFramework,Version=v4.5\",\".NETStandard,Version=v2.0\",\"UAP,Version=v10.0.16299\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:35.6091676Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"PInvoke.User32, Version=0.7.104\",\"TargetFramework\":[\"net6.0-windows10.0.19041\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:11:35.6092180Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"System.ComponentModel.Composition, Version=6.0.0\",\"PackagePath\":\"C:\\\\Users\\\\Torch\\\\.nuget\\\\packages\\\\System.ComponentModel.Composition\\\\6.0.0\\\\System.ComponentModel.Composition.6.0.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:35.6094239Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"System.ComponentModel.Composition.6.0.0\",\"TargetFrameworks\":[\".NETCoreApp,Version=v3.1\",\"net6.0\",\".NETFramework,Version=v4.6.1\",\".NETStandard,Version=v2.0\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:35.6094609Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"System.ComponentModel.Composition, Version=6.0.0\",\"TargetFramework\":[\"net6.0-windows10.0.19041\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:11:35.6095085Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"System.Data.DataSetExtensions, Version=4.5.0\",\"PackagePath\":\"C:\\\\Users\\\\Torch\\\\.nuget\\\\packages\\\\System.Data.DataSetExtensions\\\\4.5.0\\\\System.Data.DataSetExtensions.4.5.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:35.6096906Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"System.Data.DataSetExtensions.4.5.0\",\"TargetFrameworks\":[\".NETFramework,Version=v4.5\",\".NETStandard,Version=v2.0\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:35.6097284Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"System.Data.DataSetExtensions, Version=4.5.0\",\"TargetFramework\":[\"net6.0-windows10.0.19041\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:11:35.6097788Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"WPF-UI, Version=1.2.1\",\"PackagePath\":\"C:\\\\Users\\\\Torch\\\\.nuget\\\\packages\\\\WPF-UI\\\\1.2.1\\\\WPF-UI.1.2.1.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:35.6100512Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"WPF-UI.1.2.1\",\"TargetFrameworks\":[\".NETCoreApp,Version=v3.1\",\"net5.0-windows7.0\",\"net6.0-windows7.0\",\".NETFramework,Version=v4.6\",\".NETFramework,Version=v4.7\",\".NETFramework,Version=v4.8\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:35.6100996Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"WPF-UI, Version=1.2.1\",\"TargetFramework\":[\"net6.0-windows10.0.19041\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:11:35.6101542Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers, Version=0.3.261602\",\"PackagePath\":\"C:\\\\Users\\\\Torch\\\\.nuget\\\\packages\\\\Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers\\\\0.3.261602\\\\Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers.0.3.261602.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:35.6103137Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers.0.3.261602\",\"TargetFrameworks\":[\"Any,Version=v0.0\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:35.6103525Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers, Version=0.3.261602\",\"TargetFramework\":[\"net6.0-windows10.0.19041\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:11:35.6103625Z\",\"@mt\":\"Analyzing packages with {AnalyzerName}\",\"@l\":\"Debug\",\"AnalyzerName\":\"Upgrade assistant reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.DependencyAnalyzerRunner\"}\n{\"@t\":\"2022-01-30T04:11:35.6103839Z\",\"@mt\":\"Reference to .NET Upgrade Assistant analyzer package ({AnalyzerPackageName}) already exists\",\"@l\":\"Debug\",\"AnalyzerPackageName\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.UpgradeAssistantReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:11:35.6103931Z\",\"@mt\":\"Analyzing packages with {AnalyzerName}\",\"@l\":\"Debug\",\"AnalyzerName\":\"Windows Compatibility Pack Analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.DependencyAnalyzerRunner\"}\n{\"@t\":\"2022-01-30T04:11:35.6138424Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.windows.compatibility/index.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:36.0222014Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.windows.compatibility/index.json 408ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:36.3045634Z\",\"@mt\":\"Adding {PackageName} {Version}\",\"PackageName\":\"Microsoft.Windows.Compatibility\",\"Version\":\"6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.WindowsCompatReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:11:36.3064049Z\",\"@mt\":\"Analyzing packages with {AnalyzerName}\",\"@l\":\"Debug\",\"AnalyzerName\":\"MyDotAnalyzer reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.DependencyAnalyzerRunner\"}\n{\"@t\":\"2022-01-30T04:11:36.3067028Z\",\"@mt\":\"{Project} is not a VB class library\",\"@l\":\"Debug\",\"Project\":\"C:\\\\Users\\\\Torch\\\\source\\\\repos\\\\RoundedTB\\\\RoundedTB\\\\RoundedTB.csproj\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.VisualBasic.MyDotAnalyzer\"}\n{\"@t\":\"2022-01-30T04:11:36.3067227Z\",\"@mt\":\"Analyzing packages with {AnalyzerName}\",\"@l\":\"Debug\",\"AnalyzerName\":\"Newtonsoft.Json reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.DependencyAnalyzerRunner\"}\n{\"@t\":\"2022-01-30T04:11:36.3083685Z\",\"@mt\":\"Packages to be added: {Packages}\",\"Packages\":\"Microsoft.Windows.Compatibility, Version=6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep\"}\n{\"@t\":\"2022-01-30T04:11:36.3095568Z\",\"@mt\":\"Step {StepTitle} initialized\",\"@l\":\"Debug\",\"StepTitle\":\"Update NuGet Packages\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-01-30T04:11:36.3095831Z\",\"@mt\":\"Identified upgrade step {UpgradeStep} as the next step\",\"@l\":\"Debug\",\"UpgradeStep\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-01-30T04:11:37.5420860Z\",\"@mt\":\"Applying upgrade step {StepTitle}\",\"StepTitle\":\"Update NuGet Packages\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep\"}\n{\"@t\":\"2022-01-30T04:11:37.5437276Z\",\"@mt\":\"Adding package reference: {PackageReference}\",\"PackageReference\":\"Microsoft.Windows.Compatibility, Version=6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext\"}\n{\"@t\":\"2022-01-30T04:11:37.5448455Z\",\"@mt\":\"Saving changes to project file\",\"@l\":\"Debug\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext\"}\n{\"@t\":\"2022-01-30T04:11:37.6409465Z\",\"@mt\":\"[{Level}] Problem loading file in MSBuild workspace {Message}\",\"@l\":\"Debug\",\"Level\":\"Failure\",\"Message\":\"Msbuild failed when processing the file 'C:\\\\Users\\\\Torch\\\\source\\\\repos\\\\RoundedTB\\\\RoundedTB\\\\RoundedTB.csproj' with message: C:\\\\Program Files\\\\dotnet\\\\sdk\\\\6.0.101\\\\Sdks\\\\Microsoft.NET.Sdk\\\\targets\\\\Microsoft.NET.Sdk.FrameworkReferenceResolution.targets: (90, 5): The \\\"ProcessFrameworkReferences\\\" task failed unexpectedly.\\r\\nSystem.IO.FileLoadException: Could not load file or assembly 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'. Could not find or load a specific file. (0x80131621)\\r\\nFile name: 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'\\r\\n ---> System.IO.FileLoadException: Could not load file or assembly 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'.\\r\\n   at System.Runtime.Loader.AssemblyLoadContext.LoadFromPath(IntPtr ptrNativeAssemblyLoadContext, String ilPath, String niPath, ObjectHandleOnStack retAssembly)\\r\\n   at System.Runtime.Loader.AssemblyLoadContext.LoadFromAssemblyPath(String assemblyPath)\\r\\n   at System.Reflection.Assembly.LoadFrom(String assemblyFile)\\r\\n   at Microsoft.Build.Locator.MSBuildLocator.<>c__DisplayClass15_0.<RegisterMSBuildPath>g__TryLoadAssembly|3(AssemblyName assemblyName)\\r\\n   at Microsoft.Build.Locator.MSBuildLocator.<>c__DisplayClass15_0.<RegisterMSBuildPath>b__2(AssemblyLoadContext _, AssemblyName assemblyName)\\r\\n   at System.Runtime.Loader.AssemblyLoadContext.GetFirstResolvedAssemblyFromResolvingEvent(AssemblyName assemblyName)\\r\\n   at System.Runtime.Loader.AssemblyLoadContext.ResolveUsingEvent(AssemblyName assemblyName)\\r\\n   at System.Runtime.Loader.AssemblyLoadContext.ResolveUsingResolvingEvent(IntPtr gchManagedAssemblyLoadContext, AssemblyName assemblyName)\\r\\n   at NuGet.RuntimeModel.JsonRuntimeFormat.ReadRuntimeGraph(TextReader textReader)\\r\\n   at NuGet.RuntimeModel.JsonRuntimeFormat.ReadRuntimeGraph(Stream stream)\\r\\n   at NuGet.RuntimeModel.JsonRuntimeFormat.ReadRuntimeGraph(String filePath)\\r\\n   at Microsoft.NET.Build.Tasks.RuntimeGraphCache.GetRuntimeGraph(String runtimeJsonPath)\\r\\n   at Microsoft.NET.Build.Tasks.ProcessFrameworkReferences.ProcessRuntimeIdentifier(String runtimeIdentifier, KnownRuntimePack selectedRuntimePack, String runtimePackVersion, List`1 additionalFrameworkReferencesForRuntimePack, HashSet`1 unrecognizedRuntimeIdentifiers, List`1 unavailableRuntimePacks, List`1 runtimePacks, List`1 packagesToDownload, String isTrimmable, Boolean addRuntimePackAndDownloadIfNecessary)\\r\\n   at Microsoft.NET.Build.Tasks.ProcessFrameworkReferences.ExecuteCore()\\r\\n   at Microsoft.NET.Build.Tasks.TaskBase.Execute()\\r\\n   at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()\\r\\n   at Microsoft.Build.BackEnd.TaskBuilder.ExecuteInstantiatedTask(ITaskExecutionHost taskExecutionHost, TaskLoggingContext taskLoggingContext, TaskHost taskHost, ItemBucket bucket, TaskExecutionMode howToExecuteTask)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext\"}\n{\"@t\":\"2022-01-30T04:11:37.6668974Z\",\"@mt\":\"[{Level}] Problem loading file in MSBuild workspace {Message}\",\"@l\":\"Debug\",\"Level\":\"Failure\",\"Message\":\"Cannot open project 'C:\\\\Users\\\\Torch\\\\source\\\\repos\\\\RoundedTB\\\\PackagingProject\\\\RoundedTB.Package.wapproj' because the file extension '.wapproj' is not associated with a language.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext\"}\n{\"@t\":\"2022-01-30T04:11:37.6690502Z\",\"@mt\":\"Re-running analysis to check whether additional changes are needed\",\"@l\":\"Debug\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep\"}\n{\"@t\":\"2022-01-30T04:11:37.6691013Z\",\"@mt\":\"Restoring packages for {ProjectPath} with dotnet restore\",\"@l\":\"Debug\",\"ProjectPath\":\"C:\\\\Users\\\\Torch\\\\source\\\\repos\\\\RoundedTB\\\\RoundedTB\\\\RoundedTB.csproj\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.DotnetRestorePackageRestorer\"}\n{\"@t\":\"2022-01-30T04:11:38.1491557Z\",\"@mt\":\"[{Tool}] {Data}\",\"@l\":\"Debug\",\"Tool\":\"dotnet-restore\",\"Data\":\"  Determining projects to restore...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.ProcessRunner\"}\n{\"@t\":\"2022-01-30T04:11:38.6650717Z\",\"@mt\":\"[{Tool}] {Data}\",\"@l\":\"Debug\",\"Tool\":\"dotnet-restore\",\"Data\":\"  Restored C:\\\\Users\\\\Torch\\\\source\\\\repos\\\\RoundedTB\\\\RoundedTB\\\\RoundedTB.csproj (in 359 ms).\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.ProcessRunner\"}\n{\"@t\":\"2022-01-30T04:11:38.7753712Z\",\"@mt\":\"[{Level}] Problem loading file in MSBuild workspace {Message}\",\"@l\":\"Debug\",\"Level\":\"Failure\",\"Message\":\"Msbuild failed when processing the file 'C:\\\\Users\\\\Torch\\\\source\\\\repos\\\\RoundedTB\\\\RoundedTB\\\\RoundedTB.csproj' with message: C:\\\\Program Files\\\\dotnet\\\\sdk\\\\6.0.101\\\\Sdks\\\\Microsoft.NET.Sdk\\\\targets\\\\Microsoft.NET.Sdk.FrameworkReferenceResolution.targets: (90, 5): The \\\"ProcessFrameworkReferences\\\" task failed unexpectedly.\\r\\nSystem.IO.FileLoadException: Could not load file or assembly 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'. Could not find or load a specific file. (0x80131621)\\r\\nFile name: 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'\\r\\n ---> System.IO.FileLoadException: Could not load file or assembly 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'.\\r\\n   at System.Runtime.Loader.AssemblyLoadContext.LoadFromPath(IntPtr ptrNativeAssemblyLoadContext, String ilPath, String niPath, ObjectHandleOnStack retAssembly)\\r\\n   at System.Runtime.Loader.AssemblyLoadContext.LoadFromAssemblyPath(String assemblyPath)\\r\\n   at System.Reflection.Assembly.LoadFrom(String assemblyFile)\\r\\n   at Microsoft.Build.Locator.MSBuildLocator.<>c__DisplayClass15_0.<RegisterMSBuildPath>g__TryLoadAssembly|3(AssemblyName assemblyName)\\r\\n   at Microsoft.Build.Locator.MSBuildLocator.<>c__DisplayClass15_0.<RegisterMSBuildPath>b__2(AssemblyLoadContext _, AssemblyName assemblyName)\\r\\n   at System.Runtime.Loader.AssemblyLoadContext.GetFirstResolvedAssemblyFromResolvingEvent(AssemblyName assemblyName)\\r\\n   at System.Runtime.Loader.AssemblyLoadContext.ResolveUsingEvent(AssemblyName assemblyName)\\r\\n   at System.Runtime.Loader.AssemblyLoadContext.ResolveUsingResolvingEvent(IntPtr gchManagedAssemblyLoadContext, AssemblyName assemblyName)\\r\\n   at NuGet.RuntimeModel.JsonRuntimeFormat.ReadRuntimeGraph(TextReader textReader)\\r\\n   at NuGet.RuntimeModel.JsonRuntimeFormat.ReadRuntimeGraph(Stream stream)\\r\\n   at NuGet.RuntimeModel.JsonRuntimeFormat.ReadRuntimeGraph(String filePath)\\r\\n   at Microsoft.NET.Build.Tasks.RuntimeGraphCache.GetRuntimeGraph(String runtimeJsonPath)\\r\\n   at Microsoft.NET.Build.Tasks.ProcessFrameworkReferences.ProcessRuntimeIdentifier(String runtimeIdentifier, KnownRuntimePack selectedRuntimePack, String runtimePackVersion, List`1 additionalFrameworkReferencesForRuntimePack, HashSet`1 unrecognizedRuntimeIdentifiers, List`1 unavailableRuntimePacks, List`1 runtimePacks, List`1 packagesToDownload, String isTrimmable, Boolean addRuntimePackAndDownloadIfNecessary)\\r\\n   at Microsoft.NET.Build.Tasks.ProcessFrameworkReferences.ExecuteCore()\\r\\n   at Microsoft.NET.Build.Tasks.TaskBase.Execute()\\r\\n   at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()\\r\\n   at Microsoft.Build.BackEnd.TaskBuilder.ExecuteInstantiatedTask(ITaskExecutionHost taskExecutionHost, TaskLoggingContext taskLoggingContext, TaskHost taskHost, ItemBucket bucket, TaskExecutionMode howToExecuteTask)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext\"}\n{\"@t\":\"2022-01-30T04:11:38.7764044Z\",\"@mt\":\"[{Level}] Problem loading file in MSBuild workspace {Message}\",\"@l\":\"Debug\",\"Level\":\"Failure\",\"Message\":\"Cannot open project 'C:\\\\Users\\\\Torch\\\\source\\\\repos\\\\RoundedTB\\\\PackagingProject\\\\RoundedTB.Package.wapproj' because the file extension '.wapproj' is not associated with a language.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext\"}\n{\"@t\":\"2022-01-30T04:11:38.8697061Z\",\"@mt\":\"Analyzing packages with {AnalyzerName}\",\"@l\":\"Debug\",\"AnalyzerName\":\"Duplicate reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.DependencyAnalyzerRunner\"}\n{\"@t\":\"2022-01-30T04:11:38.8698672Z\",\"@mt\":\"Analyzing packages with {AnalyzerName}\",\"@l\":\"Debug\",\"AnalyzerName\":\"Transitive reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.DependencyAnalyzerRunner\"}\n{\"@t\":\"2022-01-30T04:11:38.9078978Z\",\"@mt\":\"Marking package {PackageName} for removal because it appears to be a transitive dependency\",\"PackageName\":\"System.ComponentModel.Composition\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TransitiveReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:11:38.9253565Z\",\"@mt\":\"Analyzing packages with {AnalyzerName}\",\"@l\":\"Debug\",\"AnalyzerName\":\"Package map reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.DependencyAnalyzerRunner\"}\n{\"@t\":\"2022-01-30T04:11:38.9255791Z\",\"@mt\":\"Analyzing packages with {AnalyzerName}\",\"@l\":\"Debug\",\"AnalyzerName\":\"Target compatibility reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.DependencyAnalyzerRunner\"}\n{\"@t\":\"2022-01-30T04:11:38.9257921Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"DesktopBridge.Helpers, Version=1.2.1\",\"PackagePath\":\"C:\\\\Users\\\\Torch\\\\.nuget\\\\packages\\\\DesktopBridge.Helpers\\\\1.2.1\\\\DesktopBridge.Helpers.1.2.1.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:38.9263363Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"DesktopBridge.Helpers.1.2.1\",\"TargetFrameworks\":[\".NETFramework,Version=v4.0\",\".NETFramework,Version=v4.5\",\".NETStandard,Version=v2.0\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:38.9263890Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"DesktopBridge.Helpers, Version=1.2.1\",\"TargetFramework\":[\"net6.0-windows10.0.19041\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:11:38.9264594Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Hardcodet.NotifyIcon.Wpf, Version=1.1.0\",\"PackagePath\":\"C:\\\\Users\\\\Torch\\\\.nuget\\\\packages\\\\Hardcodet.NotifyIcon.Wpf\\\\1.1.0\\\\Hardcodet.NotifyIcon.Wpf.1.1.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:38.9266925Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Hardcodet.NotifyIcon.Wpf.1.1.0\",\"TargetFrameworks\":[\".NETCoreApp,Version=v3.1\",\"net5.0-windows7.0\",\".NETFramework,Version=v4.5\",\".NETFramework,Version=v4.6.2\",\".NETFramework,Version=v4.7.2\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:38.9267292Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Hardcodet.NotifyIcon.Wpf, Version=1.1.0\",\"TargetFramework\":[\"net6.0-windows10.0.19041\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:11:38.9267803Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Interop.UIAutomationClient, Version=10.19041.0\",\"PackagePath\":\"C:\\\\Users\\\\Torch\\\\.nuget\\\\packages\\\\Interop.UIAutomationClient\\\\10.19041.0\\\\Interop.UIAutomationClient.10.19041.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:38.9270058Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Interop.UIAutomationClient.10.19041.0\",\"TargetFrameworks\":[\".NETCoreApp,Version=v3.0\",\".NETFramework,Version=v3.5\",\".NETFramework,Version=v4.0\",\".NETFramework,Version=v4.5\",\".NETStandard,Version=v2.0\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:38.9270428Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Interop.UIAutomationClient, Version=10.19041.0\",\"TargetFramework\":[\"net6.0-windows10.0.19041\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:11:38.9270950Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Interop.UIAutomationCore, Version=10.19041.0\",\"PackagePath\":\"C:\\\\Users\\\\Torch\\\\.nuget\\\\packages\\\\Interop.UIAutomationCore\\\\10.19041.0\\\\Interop.UIAutomationCore.10.19041.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:38.9272713Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Interop.UIAutomationCore.10.19041.0\",\"TargetFrameworks\":[\".NETCoreApp,Version=v3.0\",\".NETFramework,Version=v3.5\",\".NETFramework,Version=v4.0\",\".NETFramework,Version=v4.5\",\".NETStandard,Version=v2.0\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:38.9273063Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Interop.UIAutomationCore, Version=10.19041.0\",\"TargetFramework\":[\"net6.0-windows10.0.19041\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:11:38.9273536Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Microsoft.CSharp, Version=4.7.0\",\"PackagePath\":\"C:\\\\Users\\\\Torch\\\\.nuget\\\\packages\\\\Microsoft.CSharp\\\\4.7.0\\\\Microsoft.CSharp.4.7.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:38.9383940Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Microsoft.CSharp.4.7.0\",\"TargetFrameworks\":[\".NETCore,Version=v5.0\",\".NETCoreApp,Version=v2.0\",\".NETFramework,Version=v4.5\",\".NETPortable,Version=v0.0,Profile=Profile259\",\".NETStandard,Version=v1.3\",\".NETStandard,Version=v2.0\",\"MonoAndroid,Version=v1.0\",\"MonoTouch,Version=v1.0\",\"UAP,Version=v10.0.16299\",\"Windows,Version=v8.0\",\"WindowsPhone,Version=v8.0\",\"WindowsPhoneApp,Version=v8.1\",\"Xamarin.iOS,Version=v1.0\",\"Xamarin.Mac,Version=v2.0\",\"Xamarin.TVOS,Version=v1.0\",\"Xamarin.WatchOS,Version=v1.0\",\".NETStandard,Version=v1.0\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:38.9385251Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Microsoft.CSharp, Version=4.7.0\",\"TargetFramework\":[\"net6.0-windows10.0.19041\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:11:38.9386283Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"ModernWpfUI, Version=0.9.4\",\"PackagePath\":\"C:\\\\Users\\\\Torch\\\\.nuget\\\\packages\\\\ModernWpfUI\\\\0.9.4\\\\ModernWpfUI.0.9.4.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:38.9540863Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"ModernWpfUI.0.9.4\",\"TargetFrameworks\":[\".NETCoreApp,Version=v3.0\",\"net5.0-windows10.0.18362\",\".NETFramework,Version=v4.5\",\".NETFramework,Version=v4.6.2\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:38.9541503Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"ModernWpfUI, Version=0.9.4\",\"TargetFramework\":[\"net6.0-windows10.0.19041\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:11:38.9542122Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Newtonsoft.Json, Version=13.0.1\",\"PackagePath\":\"C:\\\\Users\\\\Torch\\\\.nuget\\\\packages\\\\Newtonsoft.Json\\\\13.0.1\\\\Newtonsoft.Json.13.0.1.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:38.9545117Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Newtonsoft.Json.13.0.1\",\"TargetFrameworks\":[\".NETFramework,Version=v2.0\",\".NETFramework,Version=v3.5\",\".NETFramework,Version=v4.0\",\".NETFramework,Version=v4.5\",\".NETStandard,Version=v1.0\",\".NETStandard,Version=v1.3\",\".NETStandard,Version=v2.0\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:38.9545633Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Newtonsoft.Json, Version=13.0.1\",\"TargetFramework\":[\"net6.0-windows10.0.19041\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:11:38.9546161Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"PInvoke.User32, Version=0.7.104\",\"PackagePath\":\"C:\\\\Users\\\\Torch\\\\.nuget\\\\packages\\\\PInvoke.User32\\\\0.7.104\\\\PInvoke.User32.0.7.104.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:38.9548430Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"PInvoke.User32.0.7.104\",\"TargetFrameworks\":[\".NETFramework,Version=v4.5\",\".NETStandard,Version=v2.0\",\"UAP,Version=v10.0.16299\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:38.9548814Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"PInvoke.User32, Version=0.7.104\",\"TargetFramework\":[\"net6.0-windows10.0.19041\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:11:38.9549417Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"System.Data.DataSetExtensions, Version=4.5.0\",\"PackagePath\":\"C:\\\\Users\\\\Torch\\\\.nuget\\\\packages\\\\System.Data.DataSetExtensions\\\\4.5.0\\\\System.Data.DataSetExtensions.4.5.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:38.9551400Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"System.Data.DataSetExtensions.4.5.0\",\"TargetFrameworks\":[\".NETFramework,Version=v4.5\",\".NETStandard,Version=v2.0\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:38.9551794Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"System.Data.DataSetExtensions, Version=4.5.0\",\"TargetFramework\":[\"net6.0-windows10.0.19041\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:11:38.9552311Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"WPF-UI, Version=1.2.1\",\"PackagePath\":\"C:\\\\Users\\\\Torch\\\\.nuget\\\\packages\\\\WPF-UI\\\\1.2.1\\\\WPF-UI.1.2.1.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:38.9554828Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"WPF-UI.1.2.1\",\"TargetFrameworks\":[\".NETCoreApp,Version=v3.1\",\"net5.0-windows7.0\",\"net6.0-windows7.0\",\".NETFramework,Version=v4.6\",\".NETFramework,Version=v4.7\",\".NETFramework,Version=v4.8\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:38.9555198Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"WPF-UI, Version=1.2.1\",\"TargetFramework\":[\"net6.0-windows10.0.19041\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:11:38.9555740Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers, Version=0.3.261602\",\"PackagePath\":\"C:\\\\Users\\\\Torch\\\\.nuget\\\\packages\\\\Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers\\\\0.3.261602\\\\Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers.0.3.261602.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:38.9557317Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers.0.3.261602\",\"TargetFrameworks\":[\"Any,Version=v0.0\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:38.9557668Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers, Version=0.3.261602\",\"TargetFramework\":[\"net6.0-windows10.0.19041\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:11:38.9558178Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Microsoft.Windows.Compatibility, Version=6.0.0\",\"PackagePath\":\"C:\\\\Users\\\\Torch\\\\.nuget\\\\packages\\\\Microsoft.Windows.Compatibility\\\\6.0.0\\\\Microsoft.Windows.Compatibility.6.0.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:38.9564472Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Microsoft.Windows.Compatibility.6.0.0\",\"TargetFrameworks\":[\".NETCoreApp,Version=v3.1\",\"net6.0\",\".NETStandard,Version=v2.0\",\".NETStandard,Version=v2.1\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:38.9564914Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Microsoft.Windows.Compatibility, Version=6.0.0\",\"TargetFramework\":[\"net6.0-windows10.0.19041\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:11:38.9565044Z\",\"@mt\":\"Analyzing packages with {AnalyzerName}\",\"@l\":\"Debug\",\"AnalyzerName\":\"Upgrade assistant reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.DependencyAnalyzerRunner\"}\n{\"@t\":\"2022-01-30T04:11:38.9565453Z\",\"@mt\":\"Reference to .NET Upgrade Assistant analyzer package ({AnalyzerPackageName}) already exists\",\"@l\":\"Debug\",\"AnalyzerPackageName\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.UpgradeAssistantReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:11:38.9565544Z\",\"@mt\":\"Analyzing packages with {AnalyzerName}\",\"@l\":\"Debug\",\"AnalyzerName\":\"Windows Compatibility Pack Analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.DependencyAnalyzerRunner\"}\n{\"@t\":\"2022-01-30T04:11:38.9567089Z\",\"@mt\":\"{PackageName} already referenced transitively\",\"@l\":\"Debug\",\"PackageName\":\"Microsoft.Windows.Compatibility\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.WindowsCompatReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:11:38.9567211Z\",\"@mt\":\"Analyzing packages with {AnalyzerName}\",\"@l\":\"Debug\",\"AnalyzerName\":\"MyDotAnalyzer reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.DependencyAnalyzerRunner\"}\n{\"@t\":\"2022-01-30T04:11:38.9567614Z\",\"@mt\":\"{Project} is not a VB class library\",\"@l\":\"Debug\",\"Project\":\"C:\\\\Users\\\\Torch\\\\source\\\\repos\\\\RoundedTB\\\\RoundedTB\\\\RoundedTB.csproj\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.VisualBasic.MyDotAnalyzer\"}\n{\"@t\":\"2022-01-30T04:11:38.9567721Z\",\"@mt\":\"Analyzing packages with {AnalyzerName}\",\"@l\":\"Debug\",\"AnalyzerName\":\"Newtonsoft.Json reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.DependencyAnalyzerRunner\"}\n{\"@t\":\"2022-01-30T04:11:38.9597878Z\",\"@mt\":\"Removing outdated package reference: {PackageReference}\",\"PackageReference\":\"System.ComponentModel.Composition, Version=6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext\"}\n{\"@t\":\"2022-01-30T04:11:38.9612829Z\",\"@mt\":\"Saving changes to project file\",\"@l\":\"Debug\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext\"}\n{\"@t\":\"2022-01-30T04:11:39.0613587Z\",\"@mt\":\"[{Level}] Problem loading file in MSBuild workspace {Message}\",\"@l\":\"Debug\",\"Level\":\"Failure\",\"Message\":\"Msbuild failed when processing the file 'C:\\\\Users\\\\Torch\\\\source\\\\repos\\\\RoundedTB\\\\RoundedTB\\\\RoundedTB.csproj' with message: C:\\\\Program Files\\\\dotnet\\\\sdk\\\\6.0.101\\\\Sdks\\\\Microsoft.NET.Sdk\\\\targets\\\\Microsoft.NET.Sdk.FrameworkReferenceResolution.targets: (90, 5): The \\\"ProcessFrameworkReferences\\\" task failed unexpectedly.\\r\\nSystem.IO.FileLoadException: Could not load file or assembly 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'. Could not find or load a specific file. (0x80131621)\\r\\nFile name: 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'\\r\\n ---> System.IO.FileLoadException: Could not load file or assembly 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'.\\r\\n   at System.Runtime.Loader.AssemblyLoadContext.LoadFromPath(IntPtr ptrNativeAssemblyLoadContext, String ilPath, String niPath, ObjectHandleOnStack retAssembly)\\r\\n   at System.Runtime.Loader.AssemblyLoadContext.LoadFromAssemblyPath(String assemblyPath)\\r\\n   at System.Reflection.Assembly.LoadFrom(String assemblyFile)\\r\\n   at Microsoft.Build.Locator.MSBuildLocator.<>c__DisplayClass15_0.<RegisterMSBuildPath>g__TryLoadAssembly|3(AssemblyName assemblyName)\\r\\n   at Microsoft.Build.Locator.MSBuildLocator.<>c__DisplayClass15_0.<RegisterMSBuildPath>b__2(AssemblyLoadContext _, AssemblyName assemblyName)\\r\\n   at System.Runtime.Loader.AssemblyLoadContext.GetFirstResolvedAssemblyFromResolvingEvent(AssemblyName assemblyName)\\r\\n   at System.Runtime.Loader.AssemblyLoadContext.ResolveUsingEvent(AssemblyName assemblyName)\\r\\n   at System.Runtime.Loader.AssemblyLoadContext.ResolveUsingResolvingEvent(IntPtr gchManagedAssemblyLoadContext, AssemblyName assemblyName)\\r\\n   at NuGet.RuntimeModel.JsonRuntimeFormat.ReadRuntimeGraph(TextReader textReader)\\r\\n   at NuGet.RuntimeModel.JsonRuntimeFormat.ReadRuntimeGraph(Stream stream)\\r\\n   at NuGet.RuntimeModel.JsonRuntimeFormat.ReadRuntimeGraph(String filePath)\\r\\n   at Microsoft.NET.Build.Tasks.RuntimeGraphCache.GetRuntimeGraph(String runtimeJsonPath)\\r\\n   at Microsoft.NET.Build.Tasks.ProcessFrameworkReferences.ProcessRuntimeIdentifier(String runtimeIdentifier, KnownRuntimePack selectedRuntimePack, String runtimePackVersion, List`1 additionalFrameworkReferencesForRuntimePack, HashSet`1 unrecognizedRuntimeIdentifiers, List`1 unavailableRuntimePacks, List`1 runtimePacks, List`1 packagesToDownload, String isTrimmable, Boolean addRuntimePackAndDownloadIfNecessary)\\r\\n   at Microsoft.NET.Build.Tasks.ProcessFrameworkReferences.ExecuteCore()\\r\\n   at Microsoft.NET.Build.Tasks.TaskBase.Execute()\\r\\n   at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()\\r\\n   at Microsoft.Build.BackEnd.TaskBuilder.ExecuteInstantiatedTask(ITaskExecutionHost taskExecutionHost, TaskLoggingContext taskLoggingContext, TaskHost taskHost, ItemBucket bucket, TaskExecutionMode howToExecuteTask)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext\"}\n{\"@t\":\"2022-01-30T04:11:39.0622953Z\",\"@mt\":\"[{Level}] Problem loading file in MSBuild workspace {Message}\",\"@l\":\"Debug\",\"Level\":\"Failure\",\"Message\":\"Cannot open project 'C:\\\\Users\\\\Torch\\\\source\\\\repos\\\\RoundedTB\\\\PackagingProject\\\\RoundedTB.Package.wapproj' because the file extension '.wapproj' is not associated with a language.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext\"}\n{\"@t\":\"2022-01-30T04:11:39.0640441Z\",\"@mt\":\"Re-running analysis to check whether additional changes are needed\",\"@l\":\"Debug\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep\"}\n{\"@t\":\"2022-01-30T04:11:39.0640940Z\",\"@mt\":\"Restoring packages for {ProjectPath} with dotnet restore\",\"@l\":\"Debug\",\"ProjectPath\":\"C:\\\\Users\\\\Torch\\\\source\\\\repos\\\\RoundedTB\\\\RoundedTB\\\\RoundedTB.csproj\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.DotnetRestorePackageRestorer\"}\n{\"@t\":\"2022-01-30T04:11:39.5520601Z\",\"@mt\":\"[{Tool}] {Data}\",\"@l\":\"Debug\",\"Tool\":\"dotnet-restore\",\"Data\":\"  Determining projects to restore...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.ProcessRunner\"}\n{\"@t\":\"2022-01-30T04:11:40.0341110Z\",\"@mt\":\"[{Tool}] {Data}\",\"@l\":\"Debug\",\"Tool\":\"dotnet-restore\",\"Data\":\"  Restored C:\\\\Users\\\\Torch\\\\source\\\\repos\\\\RoundedTB\\\\RoundedTB\\\\RoundedTB.csproj (in 327 ms).\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.ProcessRunner\"}\n{\"@t\":\"2022-01-30T04:11:40.1419538Z\",\"@mt\":\"[{Level}] Problem loading file in MSBuild workspace {Message}\",\"@l\":\"Debug\",\"Level\":\"Failure\",\"Message\":\"Msbuild failed when processing the file 'C:\\\\Users\\\\Torch\\\\source\\\\repos\\\\RoundedTB\\\\RoundedTB\\\\RoundedTB.csproj' with message: C:\\\\Program Files\\\\dotnet\\\\sdk\\\\6.0.101\\\\Sdks\\\\Microsoft.NET.Sdk\\\\targets\\\\Microsoft.NET.Sdk.FrameworkReferenceResolution.targets: (90, 5): The \\\"ProcessFrameworkReferences\\\" task failed unexpectedly.\\r\\nSystem.IO.FileLoadException: Could not load file or assembly 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'. Could not find or load a specific file. (0x80131621)\\r\\nFile name: 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'\\r\\n ---> System.IO.FileLoadException: Could not load file or assembly 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'.\\r\\n   at System.Runtime.Loader.AssemblyLoadContext.LoadFromPath(IntPtr ptrNativeAssemblyLoadContext, String ilPath, String niPath, ObjectHandleOnStack retAssembly)\\r\\n   at System.Runtime.Loader.AssemblyLoadContext.LoadFromAssemblyPath(String assemblyPath)\\r\\n   at System.Reflection.Assembly.LoadFrom(String assemblyFile)\\r\\n   at Microsoft.Build.Locator.MSBuildLocator.<>c__DisplayClass15_0.<RegisterMSBuildPath>g__TryLoadAssembly|3(AssemblyName assemblyName)\\r\\n   at Microsoft.Build.Locator.MSBuildLocator.<>c__DisplayClass15_0.<RegisterMSBuildPath>b__2(AssemblyLoadContext _, AssemblyName assemblyName)\\r\\n   at System.Runtime.Loader.AssemblyLoadContext.GetFirstResolvedAssemblyFromResolvingEvent(AssemblyName assemblyName)\\r\\n   at System.Runtime.Loader.AssemblyLoadContext.ResolveUsingEvent(AssemblyName assemblyName)\\r\\n   at System.Runtime.Loader.AssemblyLoadContext.ResolveUsingResolvingEvent(IntPtr gchManagedAssemblyLoadContext, AssemblyName assemblyName)\\r\\n   at NuGet.RuntimeModel.JsonRuntimeFormat.ReadRuntimeGraph(TextReader textReader)\\r\\n   at NuGet.RuntimeModel.JsonRuntimeFormat.ReadRuntimeGraph(Stream stream)\\r\\n   at NuGet.RuntimeModel.JsonRuntimeFormat.ReadRuntimeGraph(String filePath)\\r\\n   at Microsoft.NET.Build.Tasks.RuntimeGraphCache.GetRuntimeGraph(String runtimeJsonPath)\\r\\n   at Microsoft.NET.Build.Tasks.ProcessFrameworkReferences.ProcessRuntimeIdentifier(String runtimeIdentifier, KnownRuntimePack selectedRuntimePack, String runtimePackVersion, List`1 additionalFrameworkReferencesForRuntimePack, HashSet`1 unrecognizedRuntimeIdentifiers, List`1 unavailableRuntimePacks, List`1 runtimePacks, List`1 packagesToDownload, String isTrimmable, Boolean addRuntimePackAndDownloadIfNecessary)\\r\\n   at Microsoft.NET.Build.Tasks.ProcessFrameworkReferences.ExecuteCore()\\r\\n   at Microsoft.NET.Build.Tasks.TaskBase.Execute()\\r\\n   at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()\\r\\n   at Microsoft.Build.BackEnd.TaskBuilder.ExecuteInstantiatedTask(ITaskExecutionHost taskExecutionHost, TaskLoggingContext taskLoggingContext, TaskHost taskHost, ItemBucket bucket, TaskExecutionMode howToExecuteTask)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext\"}\n{\"@t\":\"2022-01-30T04:11:40.1428836Z\",\"@mt\":\"[{Level}] Problem loading file in MSBuild workspace {Message}\",\"@l\":\"Debug\",\"Level\":\"Failure\",\"Message\":\"Cannot open project 'C:\\\\Users\\\\Torch\\\\source\\\\repos\\\\RoundedTB\\\\PackagingProject\\\\RoundedTB.Package.wapproj' because the file extension '.wapproj' is not associated with a language.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext\"}\n{\"@t\":\"2022-01-30T04:11:40.2241604Z\",\"@mt\":\"Analyzing packages with {AnalyzerName}\",\"@l\":\"Debug\",\"AnalyzerName\":\"Duplicate reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.DependencyAnalyzerRunner\"}\n{\"@t\":\"2022-01-30T04:11:40.2243061Z\",\"@mt\":\"Analyzing packages with {AnalyzerName}\",\"@l\":\"Debug\",\"AnalyzerName\":\"Transitive reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.DependencyAnalyzerRunner\"}\n{\"@t\":\"2022-01-30T04:11:40.2897976Z\",\"@mt\":\"Analyzing packages with {AnalyzerName}\",\"@l\":\"Debug\",\"AnalyzerName\":\"Package map reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.DependencyAnalyzerRunner\"}\n{\"@t\":\"2022-01-30T04:11:40.2899729Z\",\"@mt\":\"Analyzing packages with {AnalyzerName}\",\"@l\":\"Debug\",\"AnalyzerName\":\"Target compatibility reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.DependencyAnalyzerRunner\"}\n{\"@t\":\"2022-01-30T04:11:40.2900964Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"DesktopBridge.Helpers, Version=1.2.1\",\"PackagePath\":\"C:\\\\Users\\\\Torch\\\\.nuget\\\\packages\\\\DesktopBridge.Helpers\\\\1.2.1\\\\DesktopBridge.Helpers.1.2.1.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:40.3024260Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"DesktopBridge.Helpers.1.2.1\",\"TargetFrameworks\":[\".NETFramework,Version=v4.0\",\".NETFramework,Version=v4.5\",\".NETStandard,Version=v2.0\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:40.3025033Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"DesktopBridge.Helpers, Version=1.2.1\",\"TargetFramework\":[\"net6.0-windows10.0.19041\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:11:40.3025761Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Hardcodet.NotifyIcon.Wpf, Version=1.1.0\",\"PackagePath\":\"C:\\\\Users\\\\Torch\\\\.nuget\\\\packages\\\\Hardcodet.NotifyIcon.Wpf\\\\1.1.0\\\\Hardcodet.NotifyIcon.Wpf.1.1.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:40.3029416Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Hardcodet.NotifyIcon.Wpf.1.1.0\",\"TargetFrameworks\":[\".NETCoreApp,Version=v3.1\",\"net5.0-windows7.0\",\".NETFramework,Version=v4.5\",\".NETFramework,Version=v4.6.2\",\".NETFramework,Version=v4.7.2\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:40.3029858Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Hardcodet.NotifyIcon.Wpf, Version=1.1.0\",\"TargetFramework\":[\"net6.0-windows10.0.19041\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:11:40.3030433Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Interop.UIAutomationClient, Version=10.19041.0\",\"PackagePath\":\"C:\\\\Users\\\\Torch\\\\.nuget\\\\packages\\\\Interop.UIAutomationClient\\\\10.19041.0\\\\Interop.UIAutomationClient.10.19041.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:40.3032624Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Interop.UIAutomationClient.10.19041.0\",\"TargetFrameworks\":[\".NETCoreApp,Version=v3.0\",\".NETFramework,Version=v3.5\",\".NETFramework,Version=v4.0\",\".NETFramework,Version=v4.5\",\".NETStandard,Version=v2.0\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:40.3033058Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Interop.UIAutomationClient, Version=10.19041.0\",\"TargetFramework\":[\"net6.0-windows10.0.19041\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:11:40.3033741Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Interop.UIAutomationCore, Version=10.19041.0\",\"PackagePath\":\"C:\\\\Users\\\\Torch\\\\.nuget\\\\packages\\\\Interop.UIAutomationCore\\\\10.19041.0\\\\Interop.UIAutomationCore.10.19041.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:40.3035642Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Interop.UIAutomationCore.10.19041.0\",\"TargetFrameworks\":[\".NETCoreApp,Version=v3.0\",\".NETFramework,Version=v3.5\",\".NETFramework,Version=v4.0\",\".NETFramework,Version=v4.5\",\".NETStandard,Version=v2.0\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:40.3036012Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Interop.UIAutomationCore, Version=10.19041.0\",\"TargetFramework\":[\"net6.0-windows10.0.19041\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:11:40.3036589Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Microsoft.CSharp, Version=4.7.0\",\"PackagePath\":\"C:\\\\Users\\\\Torch\\\\.nuget\\\\packages\\\\Microsoft.CSharp\\\\4.7.0\\\\Microsoft.CSharp.4.7.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:40.3041118Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Microsoft.CSharp.4.7.0\",\"TargetFrameworks\":[\".NETCore,Version=v5.0\",\".NETCoreApp,Version=v2.0\",\".NETFramework,Version=v4.5\",\".NETPortable,Version=v0.0,Profile=Profile259\",\".NETStandard,Version=v1.3\",\".NETStandard,Version=v2.0\",\"MonoAndroid,Version=v1.0\",\"MonoTouch,Version=v1.0\",\"UAP,Version=v10.0.16299\",\"Windows,Version=v8.0\",\"WindowsPhone,Version=v8.0\",\"WindowsPhoneApp,Version=v8.1\",\"Xamarin.iOS,Version=v1.0\",\"Xamarin.Mac,Version=v2.0\",\"Xamarin.TVOS,Version=v1.0\",\"Xamarin.WatchOS,Version=v1.0\",\".NETStandard,Version=v1.0\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:40.3041527Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Microsoft.CSharp, Version=4.7.0\",\"TargetFramework\":[\"net6.0-windows10.0.19041\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:11:40.3042298Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"ModernWpfUI, Version=0.9.4\",\"PackagePath\":\"C:\\\\Users\\\\Torch\\\\.nuget\\\\packages\\\\ModernWpfUI\\\\0.9.4\\\\ModernWpfUI.0.9.4.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:40.3062273Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"ModernWpfUI.0.9.4\",\"TargetFrameworks\":[\".NETCoreApp,Version=v3.0\",\"net5.0-windows10.0.18362\",\".NETFramework,Version=v4.5\",\".NETFramework,Version=v4.6.2\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:40.3062655Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"ModernWpfUI, Version=0.9.4\",\"TargetFramework\":[\"net6.0-windows10.0.19041\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:11:40.3063178Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Newtonsoft.Json, Version=13.0.1\",\"PackagePath\":\"C:\\\\Users\\\\Torch\\\\.nuget\\\\packages\\\\Newtonsoft.Json\\\\13.0.1\\\\Newtonsoft.Json.13.0.1.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:40.3066071Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Newtonsoft.Json.13.0.1\",\"TargetFrameworks\":[\".NETFramework,Version=v2.0\",\".NETFramework,Version=v3.5\",\".NETFramework,Version=v4.0\",\".NETFramework,Version=v4.5\",\".NETStandard,Version=v1.0\",\".NETStandard,Version=v1.3\",\".NETStandard,Version=v2.0\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:40.3066524Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Newtonsoft.Json, Version=13.0.1\",\"TargetFramework\":[\"net6.0-windows10.0.19041\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:11:40.3067018Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"PInvoke.User32, Version=0.7.104\",\"PackagePath\":\"C:\\\\Users\\\\Torch\\\\.nuget\\\\packages\\\\PInvoke.User32\\\\0.7.104\\\\PInvoke.User32.0.7.104.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:40.3069856Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"PInvoke.User32.0.7.104\",\"TargetFrameworks\":[\".NETFramework,Version=v4.5\",\".NETStandard,Version=v2.0\",\"UAP,Version=v10.0.16299\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:40.3070236Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"PInvoke.User32, Version=0.7.104\",\"TargetFramework\":[\"net6.0-windows10.0.19041\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:11:40.3070732Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"System.Data.DataSetExtensions, Version=4.5.0\",\"PackagePath\":\"C:\\\\Users\\\\Torch\\\\.nuget\\\\packages\\\\System.Data.DataSetExtensions\\\\4.5.0\\\\System.Data.DataSetExtensions.4.5.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:40.3072682Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"System.Data.DataSetExtensions.4.5.0\",\"TargetFrameworks\":[\".NETFramework,Version=v4.5\",\".NETStandard,Version=v2.0\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:40.3073060Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"System.Data.DataSetExtensions, Version=4.5.0\",\"TargetFramework\":[\"net6.0-windows10.0.19041\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:11:40.3073556Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"WPF-UI, Version=1.2.1\",\"PackagePath\":\"C:\\\\Users\\\\Torch\\\\.nuget\\\\packages\\\\WPF-UI\\\\1.2.1\\\\WPF-UI.1.2.1.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:40.3075879Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"WPF-UI.1.2.1\",\"TargetFrameworks\":[\".NETCoreApp,Version=v3.1\",\"net5.0-windows7.0\",\"net6.0-windows7.0\",\".NETFramework,Version=v4.6\",\".NETFramework,Version=v4.7\",\".NETFramework,Version=v4.8\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:40.3076235Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"WPF-UI, Version=1.2.1\",\"TargetFramework\":[\"net6.0-windows10.0.19041\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:11:40.3076760Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers, Version=0.3.261602\",\"PackagePath\":\"C:\\\\Users\\\\Torch\\\\.nuget\\\\packages\\\\Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers\\\\0.3.261602\\\\Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers.0.3.261602.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:40.3080099Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers.0.3.261602\",\"TargetFrameworks\":[\"Any,Version=v0.0\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:40.3080895Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers, Version=0.3.261602\",\"TargetFramework\":[\"net6.0-windows10.0.19041\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:11:40.3081779Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Microsoft.Windows.Compatibility, Version=6.0.0\",\"PackagePath\":\"C:\\\\Users\\\\Torch\\\\.nuget\\\\packages\\\\Microsoft.Windows.Compatibility\\\\6.0.0\\\\Microsoft.Windows.Compatibility.6.0.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:40.3088431Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Microsoft.Windows.Compatibility.6.0.0\",\"TargetFrameworks\":[\".NETCoreApp,Version=v3.1\",\"net6.0\",\".NETStandard,Version=v2.0\",\".NETStandard,Version=v2.1\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-01-30T04:11:40.3088866Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Microsoft.Windows.Compatibility, Version=6.0.0\",\"TargetFramework\":[\"net6.0-windows10.0.19041\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:11:40.3088997Z\",\"@mt\":\"Analyzing packages with {AnalyzerName}\",\"@l\":\"Debug\",\"AnalyzerName\":\"Upgrade assistant reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.DependencyAnalyzerRunner\"}\n{\"@t\":\"2022-01-30T04:11:40.3089291Z\",\"@mt\":\"Reference to .NET Upgrade Assistant analyzer package ({AnalyzerPackageName}) already exists\",\"@l\":\"Debug\",\"AnalyzerPackageName\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.UpgradeAssistantReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:11:40.3089368Z\",\"@mt\":\"Analyzing packages with {AnalyzerName}\",\"@l\":\"Debug\",\"AnalyzerName\":\"Windows Compatibility Pack Analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.DependencyAnalyzerRunner\"}\n{\"@t\":\"2022-01-30T04:11:40.3090885Z\",\"@mt\":\"{PackageName} already referenced transitively\",\"@l\":\"Debug\",\"PackageName\":\"Microsoft.Windows.Compatibility\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.WindowsCompatReferenceAnalyzer\"}\n{\"@t\":\"2022-01-30T04:11:40.3090998Z\",\"@mt\":\"Analyzing packages with {AnalyzerName}\",\"@l\":\"Debug\",\"AnalyzerName\":\"MyDotAnalyzer reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.DependencyAnalyzerRunner\"}\n{\"@t\":\"2022-01-30T04:11:40.3091333Z\",\"@mt\":\"{Project} is not a VB class library\",\"@l\":\"Debug\",\"Project\":\"C:\\\\Users\\\\Torch\\\\source\\\\repos\\\\RoundedTB\\\\RoundedTB\\\\RoundedTB.csproj\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.VisualBasic.MyDotAnalyzer\"}\n{\"@t\":\"2022-01-30T04:11:40.3091427Z\",\"@mt\":\"Analyzing packages with {AnalyzerName}\",\"@l\":\"Debug\",\"AnalyzerName\":\"Newtonsoft.Json reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.DependencyAnalyzerRunner\"}\n{\"@t\":\"2022-01-30T04:11:40.3116810Z\",\"@mt\":\"Upgrade step {StepTitle} applied successfully\",\"StepTitle\":\"Update NuGet Packages\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep\"}\n{\"@t\":\"2022-01-30T04:11:56.4892217Z\",\"@mt\":\"Initializing upgrade step {StepTitle}\",\"StepTitle\":\"Add template files\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-01-30T04:11:56.4995826Z\",\"@mt\":\"{FilesNeededCount} expected template items needed\",\"FilesNeededCount\":0,\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Templates.TemplateInserterStep\"}\n{\"@t\":\"2022-01-30T04:11:56.5007411Z\",\"@mt\":\"Step {StepTitle} initialized\",\"@l\":\"Debug\",\"StepTitle\":\"Add template files\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-01-30T04:11:56.5160306Z\",\"@mt\":\"Initializing upgrade step {StepTitle}\",\"StepTitle\":\"Update Winforms Project\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-01-30T04:11:56.5282957Z\",\"@mt\":\"Default font in Windows Forms has been changed from Microsoft Sans Serif to Seg Segoe UI, in order to change the default font use the API - Application.SetDefaultFont(Font font). For more details see here - https://devblogs.microsoft.com/dotnet/whats-new-in-windows-forms-in-net-6-0-preview-5/#application-wide-default-font.\",\"@l\":\"Warning\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WinformsDefaultFontUpdater\"}\n{\"@t\":\"2022-01-30T04:11:56.5364539Z\",\"@mt\":\"Step {StepTitle} initialized\",\"@l\":\"Debug\",\"StepTitle\":\"Update Winforms Project\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-01-30T04:11:56.5395965Z\",\"@mt\":\"Identified upgrade step {UpgradeStep} as the next step\",\"@l\":\"Debug\",\"UpgradeStep\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WinformsDefaultFontUpdater\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-01-30T04:11:58.1143170Z\",\"@mt\":\"Applying upgrade step {StepTitle}\",\"StepTitle\":\"Default Font API Alert\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WinformsUpdateStep\"}\n{\"@t\":\"2022-01-30T04:11:58.1200339Z\",\"@mt\":\"Default font in Windows Forms has been changed from Microsoft Sans Serif to Seg Segoe UI, in order to change the default font use the API - Application.SetDefaultFont(Font font). For more details see here - https://devblogs.microsoft.com/dotnet/whats-new-in-windows-forms-in-net-6-0-preview-5/#application-wide-default-font.\",\"@l\":\"Warning\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WinformsDefaultFontUpdater\"}\n{\"@t\":\"2022-01-30T04:11:58.1209960Z\",\"@mt\":\"Upgrade step {StepTitle} applied successfully\",\"StepTitle\":\"Default Font API Alert\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WinformsUpdateStep\"}\n{\"@t\":\"2022-01-30T04:11:58.1222380Z\",\"@mt\":\"Applying upgrade step {StepTitle}\",\"StepTitle\":\"Update Winforms Project\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WinformsUpdateStep\"}\n{\"@t\":\"2022-01-30T04:11:58.1239690Z\",\"@mt\":\"Upgrade step {StepTitle} applied successfully\",\"StepTitle\":\"Update Winforms Project\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WinformsUpdateStep\"}\n{\"@t\":\"2022-01-30T04:11:59.3266781Z\",\"@mt\":\"Initializing upgrade step {StepTitle}\",\"StepTitle\":\"Upgrade app config files\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-01-30T04:11:59.3312369Z\",\"@mt\":\"Loading config files: {ConfigFiles}\",\"@l\":\"Debug\",\"ConfigFiles\":\"C:\\\\Users\\\\Torch\\\\source\\\\repos\\\\RoundedTB\\\\RoundedTB\\\\app.config\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Configuration.ConfigUpdaterStep\"}\n{\"@t\":\"2022-01-30T04:11:59.3318663Z\",\"@mt\":\"Loaded {ConfigCount} config files\",\"@l\":\"Debug\",\"ConfigCount\":1,\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Configuration.ConfigUpdaterStep\"}\n{\"@t\":\"2022-01-30T04:11:59.3478796Z\",\"@mt\":\"Found {AppSettingCount} app settings for upgrade: {AppSettingNames}\",\"AppSettingCount\":0,\"AppSettingNames\":\"\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Configuration.Updaters.AppSettingsConfigUpdater\"}\n{\"@t\":\"2022-01-30T04:11:59.3517487Z\",\"@mt\":\"Found {ConnectionStringsCount} connection strings for upgrade: {ConnectionStringNames}\",\"ConnectionStringsCount\":0,\"ConnectionStringNames\":\"\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Configuration.Updaters.ConnectionStringsConfigUpdater\"}\n{\"@t\":\"2022-01-30T04:11:59.3547419Z\",\"@mt\":\"Step {StepTitle} initialized\",\"@l\":\"Debug\",\"StepTitle\":\"Upgrade app config files\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-01-30T04:11:59.3785799Z\",\"@mt\":\"Initializing upgrade step {StepTitle}\",\"StepTitle\":\"Update source code\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-01-30T04:11:59.3819587Z\",\"@mt\":\"Opening project {ProjectPath}\",\"@l\":\"Debug\",\"ProjectPath\":\"C:\\\\Users\\\\Torch\\\\source\\\\repos\\\\RoundedTB\\\\RoundedTB\\\\RoundedTB.csproj\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep\"}\n{\"@t\":\"2022-01-30T04:11:59.3879239Z\",\"@mt\":\"Running analyzers on {ProjectName}\",\"ProjectName\":\"RoundedTB\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Source.RoslynDiagnosticProvider\"}\n{\"@t\":\"2022-01-30T04:12:00.7073514Z\",\"@mt\":\"Identified {DiagnosticCount} diagnostics in project {ProjectName}\",\"DiagnosticCount\":0,\"ProjectName\":\"RoundedTB\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Source.RoslynDiagnosticProvider\"}\n{\"@t\":\"2022-01-30T04:12:00.7110992Z\",\"@mt\":\"Identified {DiagnosticCount} fixable {DiagnosticId} diagnostics\",\"@l\":\"Debug\",\"DiagnosticCount\":0,\"DiagnosticId\":\"UA0001\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep\"}\n{\"@t\":\"2022-01-30T04:12:00.7111631Z\",\"@mt\":\"Identified {DiagnosticCount} fixable {DiagnosticId} diagnostics\",\"@l\":\"Debug\",\"DiagnosticCount\":0,\"DiagnosticId\":\"UA0002\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep\"}\n{\"@t\":\"2022-01-30T04:12:00.7111744Z\",\"@mt\":\"Identified {DiagnosticCount} fixable {DiagnosticId} diagnostics\",\"@l\":\"Debug\",\"DiagnosticCount\":0,\"DiagnosticId\":\"UA0005\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep\"}\n{\"@t\":\"2022-01-30T04:12:00.7111822Z\",\"@mt\":\"Identified {DiagnosticCount} fixable {DiagnosticId} diagnostics\",\"@l\":\"Debug\",\"DiagnosticCount\":0,\"DiagnosticId\":\"UA0006\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep\"}\n{\"@t\":\"2022-01-30T04:12:00.7111899Z\",\"@mt\":\"Identified {DiagnosticCount} fixable {DiagnosticId} diagnostics\",\"@l\":\"Debug\",\"DiagnosticCount\":0,\"DiagnosticId\":\"UA0007\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep\"}\n{\"@t\":\"2022-01-30T04:12:00.7111979Z\",\"@mt\":\"Identified {DiagnosticCount} fixable {DiagnosticId} diagnostics\",\"@l\":\"Debug\",\"DiagnosticCount\":0,\"DiagnosticId\":\"UA0008\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep\"}\n{\"@t\":\"2022-01-30T04:12:00.7112053Z\",\"@mt\":\"Identified {DiagnosticCount} fixable {DiagnosticId} diagnostics\",\"@l\":\"Debug\",\"DiagnosticCount\":0,\"DiagnosticId\":\"UA0010\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep\"}\n{\"@t\":\"2022-01-30T04:12:00.7112126Z\",\"@mt\":\"Identified {DiagnosticCount} fixable {DiagnosticId} diagnostics\",\"@l\":\"Debug\",\"DiagnosticCount\":0,\"DiagnosticId\":\"UA0012\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep\"}\n{\"@t\":\"2022-01-30T04:12:00.7112890Z\",\"@mt\":\"Step {StepTitle} initialized\",\"@l\":\"Debug\",\"StepTitle\":\"Update source code\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-01-30T04:12:00.7356574Z\",\"@mt\":\"Initializing upgrade step {StepTitle}\",\"StepTitle\":\"Move to next project\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-01-30T04:12:00.7374088Z\",\"@mt\":\"Step {StepTitle} initialized\",\"@l\":\"Debug\",\"StepTitle\":\"Move to next project\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-01-30T04:12:00.7374395Z\",\"@mt\":\"Identified upgrade step {UpgradeStep} as the next step\",\"@l\":\"Debug\",\"UpgradeStep\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Solution.NextProjectStep\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-01-30T04:12:09.4064666Z\",\"@mt\":\"Applying upgrade step {StepTitle}\",\"StepTitle\":\"Move to next project\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Solution.NextProjectStep\"}\n{\"@t\":\"2022-01-30T04:12:09.4081141Z\",\"@mt\":\"Upgrade step {StepTitle} applied successfully\",\"StepTitle\":\"Move to next project\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Solution.NextProjectStep\"}\n{\"@t\":\"2022-01-30T04:12:11.4391469Z\",\"@mt\":\"Recommending Windows TFM {TFM} because the project either has Windows-specific dependencies or builds to a WinExe\",\"TFM\":\"net6.0-windows\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsSdkTargetFrameworkSelectorFilter\"}\n{\"@t\":\"2022-01-30T04:12:11.4440187Z\",\"@mt\":\"Recommending Windows TFM {TFM} because the project either has Windows-specific dependencies or builds to a WinExe\",\"TFM\":\"net6.0-windows\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsSdkTargetFrameworkSelectorFilter\"}\n{\"@t\":\"2022-01-30T04:12:11.4477633Z\",\"@mt\":\"Recommending Windows TFM {TFM} because the project either has Windows-specific dependencies or builds to a WinExe\",\"TFM\":\"net6.0-windows\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsSdkTargetFrameworkSelectorFilter\"}\n{\"@t\":\"2022-01-30T04:12:11.4489359Z\",\"@mt\":\"Initializing upgrade step {StepTitle}\",\"StepTitle\":\"Finalize upgrade\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-01-30T04:12:11.4504310Z\",\"@mt\":\"Step {StepTitle} initialized\",\"@l\":\"Debug\",\"StepTitle\":\"Finalize upgrade\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-01-30T04:12:11.4504616Z\",\"@mt\":\"Identified upgrade step {UpgradeStep} as the next step\",\"@l\":\"Debug\",\"UpgradeStep\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Solution.FinalizeSolutionStep\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-01-30T04:12:11.4550399Z\",\"@mt\":\"Recommending Windows TFM {TFM} because the project either has Windows-specific dependencies or builds to a WinExe\",\"TFM\":\"net6.0-windows\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsSdkTargetFrameworkSelectorFilter\"}\n{\"@t\":\"2022-01-30T04:12:13.1552121Z\",\"@mt\":\"Applying upgrade step {StepTitle}\",\"StepTitle\":\"Finalize upgrade\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Solution.FinalizeSolutionStep\"}\n{\"@t\":\"2022-01-30T04:12:13.1570494Z\",\"@mt\":\"Upgrade step {StepTitle} applied successfully\",\"StepTitle\":\"Finalize upgrade\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Solution.FinalizeSolutionStep\"}\n{\"@t\":\"2022-01-30T04:12:14.4679508Z\",\"@mt\":\"No applicable upgrade steps found\",\"@l\":\"Debug\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-01-30T04:12:14.4682528Z\",\"@mt\":\"Upgrade has completed. Please review any changes.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Cli.ConsoleUpgrade\"}\n{\"@t\":\"2022-01-30T04:12:14.4729508Z\",\"@mt\":\"No state to save\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Cli.FileUpgradeStateFactory\"}\n{\"@t\":\"2022-01-30T04:12:14.4793588Z\",\"@mt\":\"Hosting started\",\"@l\":\"Debug\",\"EventId\":{\"Id\":2,\"Name\":\"Started\"},\"SourceContext\":\"Microsoft.Extensions.Hosting.Internal.Host\"}\n{\"@t\":\"2022-01-30T04:12:14.4828530Z\",\"@mt\":\"Hosting stopping\",\"@l\":\"Debug\",\"EventId\":{\"Id\":3,\"Name\":\"Stopping\"},\"SourceContext\":\"Microsoft.Extensions.Hosting.Internal.Host\"}\n{\"@t\":\"2022-01-30T04:12:14.4831321Z\",\"@mt\":\"Hosting stopped\",\"@l\":\"Debug\",\"EventId\":{\"Id\":4,\"Name\":\"Stopped\"},\"SourceContext\":\"Microsoft.Extensions.Hosting.Internal.Host\"}\n{\"@t\":\"2022-01-30T04:12:14.4864103Z\",\"@mt\":\"{Name} extension is unloading\",\"@l\":\"Debug\",\"Name\":\"UA_NuGet2f973df6a35c4fa99c3838596f4ee382\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-01-30T04:12:14.4865966Z\",\"@mt\":\"{Name} extension is unloading\",\"@l\":\"Debug\",\"Name\":\"UA_Default2f973df6a35c4fa99c3838596f4ee382\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-01-30T04:12:14.4866184Z\",\"@mt\":\"{Name} extension is unloading\",\"@l\":\"Debug\",\"Name\":\"UA_VB2f973df6a35c4fa99c3838596f4ee382\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-01-30T04:12:14.4866274Z\",\"@mt\":\"{Name} extension is unloading\",\"@l\":\"Debug\",\"Name\":\"UA_Web2f973df6a35c4fa99c3838596f4ee382\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-01-30T04:12:14.4866358Z\",\"@mt\":\"{Name} extension is unloading\",\"@l\":\"Debug\",\"Name\":\"UA_windows2f973df6a35c4fa99c3838596f4ee382\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n"
  }
]