Unable to build solution, AzureConnection failures #3276

Closed
opened 2026-01-30 23:17:31 +00:00 by claunia · 10 comments
Owner

Originally created by @shayne on GitHub (Aug 8, 2019).

Environment

Microsoft Windows [Version 10.0.18950.1000]

Visual Studio 2019 Community Edition

Steps to reproduce

Ever since the AzureConnection addition to Terminal I haven't been able to build the project. I get multiple linker errors.

I've recently uninstalled and reinstalled Visual Studio to try and mitigate the issue.

Expected behavior

Successful build. I've been able to build Terminal successfully for weeks prior to AzureConnection.

Actual behavior

When building Debug or Release, CascadiaPackage, x64 I get the following errors:

Severity	Code	Description	Project	File	Line	Suppression State
Error	LNK2019	unresolved external symbol "__declspec(dllimport) public: __cdecl web::http::details::_http_request::_http_request(class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> >)" (__imp_??0_http_request@details@http@web@@QEAA@V?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@@Z) referenced in function "public: __cdecl std::_Ref_count_obj<class web::http::details::_http_request>::_Ref_count_obj<class web::http::details::_http_request><class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > >(class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > &&)" (??$?0V?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@@?$_Ref_count_obj@V_http_request@details@http@web@@@std@@QEAA@$$QEAV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@1@@Z)	TerminalConnection	C:\Users\Shayne\Code\terminal\src\types\inc\IInputEvent.hpp	44	
Warning	C4267	 '=': conversion from 'size_t' to 'int', possible loss of data	TerminalConnection	C:\Users\Shayne\Code\terminal\src\cascadia\TerminalConnection\AzureConnection.cpp	537	
Error	LNK2019	unresolved external symbol "__declspec(dllimport) class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl utility::conversions::utf16_to_utf8(class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > const &)" (__imp_?utf16_to_utf8@conversions@utility@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AEBV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@4@@Z) referenced in function "public: void __cdecl web::http::http_request::set_body(class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > const &,class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> >)" (?set_body@http_request@http@web@@QEAAXAEBV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@V45@@Z)	TerminalConnection	C:\Users\Shayne\Code\terminal\src\cascadia\TerminalConnection\AzureConnection.obj	1	
Error	LNK2019	unresolved external symbol "__declspec(dllimport) class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > __cdecl utility::conversions::to_utf16string(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (__imp_?to_utf16string@conversions@utility@@YA?AV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@AEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@4@@Z) referenced in function "public: void __cdecl web::http::http_request::set_body(class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > const &,class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> >)" (?set_body@http_request@http@web@@QEAAXAEBV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@V45@@Z)	TerminalConnection	C:\Users\Shayne\Code\terminal\src\cascadia\TerminalConnection\AzureConnection.obj	1	
Error	LNK2019	unresolved external symbol "__declspec(dllimport) class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl utility::conversions::to_utf8string(class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > const &)" (__imp_?to_utf8string@conversions@utility@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AEBV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@4@@Z) referenced in function "public: void __cdecl web::http::http_request::set_body(class web::json::value const &)" (?set_body@http_request@http@web@@QEAAXAEBVvalue@json@3@@Z)	TerminalConnection	C:\Users\Shayne\Code\terminal\src\cascadia\TerminalConnection\AzureConnection.obj	1	
Error	LNK2019	unresolved external symbol "__declspec(dllimport) bool __cdecl utility::details::str_iless(class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > const &,class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > const &)" (__imp_?str_iless@details@utility@@YA_NAEBV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@0@Z) referenced in function "public: bool __cdecl web::http::http_headers::_case_insensitive_cmp::operator()(class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > const &,class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > const &)const " (??R_case_insensitive_cmp@http_headers@http@web@@QEBA_NAEBV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@0@Z)	TerminalConnection	C:\Users\Shayne\Code\terminal\src\cascadia\TerminalConnection\AzureConnection.obj	1	
Error	LNK2019	unresolved external symbol "__declspec(dllimport) public: __cdecl web::uri::uri(wchar_t const *)" (__imp_??0uri@web@@QEAA@PEB_W@Z) referenced in function "private: class web::json::value __cdecl winrt::Microsoft::Terminal::TerminalConnection::implementation::AzureConnection::_GetDeviceCode(void)" (?_GetDeviceCode@AzureConnection@implementation@TerminalConnection@Terminal@Microsoft@winrt@@AEAA?AVvalue@json@web@@XZ)	TerminalConnection	C:\Users\Shayne\Code\terminal\src\cascadia\TerminalConnection\AzureConnection.obj	1	
Error	LNK2019	unresolved external symbol "__declspec(dllimport) public: __cdecl web::uri::uri(class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > const &)" (__imp_??0uri@web@@QEAA@AEBV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@@Z) referenced in function "public: void __cdecl winrt::Microsoft::Terminal::TerminalConnection::implementation::AzureConnection::Resize(unsigned int,unsigned int)" (?Resize@AzureConnection@implementation@TerminalConnection@Terminal@Microsoft@winrt@@QEAAXII@Z)	TerminalConnection	C:\Users\Shayne\Code\terminal\src\cascadia\TerminalConnection\AzureConnection.obj	1	
Error	LNK2019	unresolved external symbol "__declspec(dllimport) public: __cdecl web::details::win32_encryption::~win32_encryption(void)" (__imp_??1win32_encryption@details@web@@QEAA@XZ) referenced in function "public: __cdecl web::credentials::~credentials(void)" (??1credentials@web@@QEAA@XZ)	TerminalConnection	C:\Users\Shayne\Code\terminal\src\cascadia\TerminalConnection\AzureConnection.obj	1	
Error	LNK2019	unresolved external symbol "__declspec(dllimport) public: __cdecl web::json::value::value(void)" (__imp_??0value@json@web@@QEAA@XZ) referenced in function "public: __cdecl winrt::Microsoft::Terminal::TerminalConnection::implementation::AzureConnection::AzureConnection(unsigned int,unsigned int)" (??0AzureConnection@implementation@TerminalConnection@Terminal@Microsoft@winrt@@QEAA@II@Z)	TerminalConnection	C:\Users\Shayne\Code\terminal\src\cascadia\TerminalConnection\AzureConnection.obj	1	
Error	LNK2019	unresolved external symbol "__declspec(dllimport) public: __cdecl web::json::value::value(wchar_t const *)" (__imp_??0value@json@web@@QEAA@PEB_W@Z) referenced in function "public: void __cdecl winrt::Microsoft::Terminal::TerminalConnection::implementation::AzureConnection::Resize(unsigned int,unsigned int)" (?Resize@AzureConnection@implementation@TerminalConnection@Terminal@Microsoft@winrt@@QEAAXII@Z)	TerminalConnection	C:\Users\Shayne\Code\terminal\src\cascadia\TerminalConnection\AzureConnection.obj	1	
Error	LNK2019	unresolved external symbol "__declspec(dllimport) public: __cdecl web::json::value::value(class web::json::value const &)" (__imp_??0value@json@web@@QEAA@AEBV012@@Z) referenced in function "public: static void __cdecl std::_Default_allocator_traits<class std::allocator<class web::json::value> >::construct<class web::json::value,class web::json::value &>(class std::allocator<class web::json::value> &,class web::json::value * const,class web::json::value &)" (??$construct@Vvalue@json@web@@AEAV123@@?$_Default_allocator_traits@V?$allocator@Vvalue@json@web@@@std@@@std@@SAXAEAV?$allocator@Vvalue@json@web@@@1@QEAVvalue@json@web@@AEAV345@@Z)	TerminalConnection	C:\Users\Shayne\Code\terminal\src\cascadia\TerminalConnection\AzureConnection.obj	1	
Error	LNK2019	unresolved external symbol "__declspec(dllimport) public: __cdecl web::json::value::value(class web::json::value &&)" (__imp_??0value@json@web@@QEAA@$$QEAV012@@Z) referenced in function "private: class web::json::value __cdecl winrt::Microsoft::Terminal::TerminalConnection::implementation::AzureConnection::_RequestHelper(class web::http::client::http_client,class web::http::http_request)" (?_RequestHelper@AzureConnection@implementation@TerminalConnection@Terminal@Microsoft@winrt@@AEAA?AVvalue@json@web@@Vhttp_client@client@http@9@Vhttp_request@http@9@@Z)	TerminalConnection	C:\Users\Shayne\Code\terminal\src\cascadia\TerminalConnection\AzureConnection.obj	1	
Error	LNK2019	unresolved external symbol "__declspec(dllimport) public: class web::json::value & __cdecl web::json::value::operator=(class web::json::value const &)" (__imp_??4value@json@web@@QEAAAEAV012@AEBV012@@Z) referenced in function "private: long __cdecl winrt::Microsoft::Terminal::TerminalConnection::implementation::AzureConnection::_DeviceFlowHelper(void)" (?_DeviceFlowHelper@AzureConnection@implementation@TerminalConnection@Terminal@Microsoft@winrt@@AEAAJXZ)	TerminalConnection	C:\Users\Shayne\Code\terminal\src\cascadia\TerminalConnection\AzureConnection.obj	1	
Error	LNK2019	unresolved external symbol "__declspec(dllimport) public: class web::json::value & __cdecl web::json::value::operator=(class web::json::value &&)" (__imp_??4value@json@web@@QEAAAEAV012@$$QEAV012@@Z) referenced in function "private: long __cdecl winrt::Microsoft::Terminal::TerminalConnection::implementation::AzureConnection::_DeviceFlowHelper(void)" (?_DeviceFlowHelper@AzureConnection@implementation@TerminalConnection@Terminal@Microsoft@winrt@@AEAAJXZ)	TerminalConnection	C:\Users\Shayne\Code\terminal\src\cascadia\TerminalConnection\AzureConnection.obj	1	
Error	LNK2019	unresolved external symbol "__declspec(dllimport) public: static class web::json::value __cdecl web::json::value::string(class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> >)" (__imp_?string@value@json@web@@SA?AV123@V?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@@Z) referenced in function "private: void __cdecl winrt::Microsoft::Terminal::TerminalConnection::implementation::AzureConnection::_StoreCredential(void)" (?_StoreCredential@AzureConnection@implementation@TerminalConnection@Terminal@Microsoft@winrt@@AEAAXXZ)	TerminalConnection	C:\Users\Shayne\Code\terminal\src\cascadia\TerminalConnection\AzureConnection.obj	1	
Error	LNK2019	unresolved external symbol "__declspec(dllimport) public: static class web::json::value __cdecl web::json::value::parse(class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > const &)" (__imp_?parse@value@json@web@@SA?AV123@AEBV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@@Z) referenced in function "private: long __cdecl winrt::Microsoft::Terminal::TerminalConnection::implementation::AzureConnection::_AccessHelper(void)" (?_AccessHelper@AzureConnection@implementation@TerminalConnection@Terminal@Microsoft@winrt@@AEAAJXZ)	TerminalConnection	C:\Users\Shayne\Code\terminal\src\cascadia\TerminalConnection\AzureConnection.obj	1	
Error	LNK2019	unresolved external symbol "__declspec(dllimport) public: class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > __cdecl web::json::value::serialize(void)const " (__imp_?serialize@value@json@web@@QEBA?AV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@XZ) referenced in function "private: void __cdecl winrt::Microsoft::Terminal::TerminalConnection::implementation::AzureConnection::_StoreCredential(void)" (?_StoreCredential@AzureConnection@implementation@TerminalConnection@Terminal@Microsoft@winrt@@AEAAXXZ)	TerminalConnection	C:\Users\Shayne\Code\terminal\src\cascadia\TerminalConnection\AzureConnection.obj	1	
Error	LNK2019	unresolved external symbol "__declspec(dllimport) public: class web::json::array & __cdecl web::json::value::as_array(void)" (__imp_?as_array@value@json@web@@QEAAAEAVarray@23@XZ) referenced in function "private: long __cdecl winrt::Microsoft::Terminal::TerminalConnection::implementation::AzureConnection::_DeviceFlowHelper(void)" (?_DeviceFlowHelper@AzureConnection@implementation@TerminalConnection@Terminal@Microsoft@winrt@@AEAAJXZ)	TerminalConnection	C:\Users\Shayne\Code\terminal\src\cascadia\TerminalConnection\AzureConnection.obj	1	
Error	LNK2019	unresolved external symbol "__declspec(dllimport) public: class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > const & __cdecl web::json::value::as_string(void)const " (__imp_?as_string@value@json@web@@QEBAAEBV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@XZ) referenced in function "private: long __cdecl winrt::Microsoft::Terminal::TerminalConnection::implementation::AzureConnection::_AccessHelper(void)" (?_AccessHelper@AzureConnection@implementation@TerminalConnection@Terminal@Microsoft@winrt@@AEAAJXZ)	TerminalConnection	C:\Users\Shayne\Code\terminal\src\cascadia\TerminalConnection\AzureConnection.obj	1	
Error	LNK2019	unresolved external symbol "__declspec(dllimport) public: class web::json::value & __cdecl web::json::value::at(class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > const &)" (__imp_?at@value@json@web@@QEAAAEAV123@AEBV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@@Z) referenced in function "private: long __cdecl winrt::Microsoft::Terminal::TerminalConnection::implementation::AzureConnection::_AccessHelper(void)" (?_AccessHelper@AzureConnection@implementation@TerminalConnection@Terminal@Microsoft@winrt@@AEAAJXZ)	TerminalConnection	C:\Users\Shayne\Code\terminal\src\cascadia\TerminalConnection\AzureConnection.obj	1	
Error	LNK2019	unresolved external symbol "__declspec(dllimport) public: class web::json::value const & __cdecl web::json::value::at(class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > const &)const " (__imp_?at@value@json@web@@QEBAAEBV123@AEBV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@@Z) referenced in function "private: long __cdecl winrt::Microsoft::Terminal::TerminalConnection::implementation::AzureConnection::_AccessHelper(void)" (?_AccessHelper@AzureConnection@implementation@TerminalConnection@Terminal@Microsoft@winrt@@AEAAJXZ)	TerminalConnection	C:\Users\Shayne\Code\terminal\src\cascadia\TerminalConnection\AzureConnection.obj	1	
Error	LNK2019	unresolved external symbol "__declspec(dllimport) public: class web::json::value & __cdecl web::json::value::operator[](class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > const &)" (__imp_??Avalue@json@web@@QEAAAEAV012@AEBV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@@Z) referenced in function "private: class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > __cdecl winrt::Microsoft::Terminal::TerminalConnection::implementation::AzureConnection::_GetCloudShell(void)" (?_GetCloudShell@AzureConnection@implementation@TerminalConnection@Terminal@Microsoft@winrt@@AEAA?AV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@XZ)	TerminalConnection	C:\Users\Shayne\Code\terminal\src\cascadia\TerminalConnection\AzureConnection.obj	1	
Error	LNK2019	unresolved external symbol "__declspec(dllimport) public: void __cdecl web::http::details::http_msg_base::set_body(class Concurrency::streams::basic_istream<unsigned char> const &,unsigned __int64,class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > const &)" (__imp_?set_body@http_msg_base@details@http@web@@QEAAXAEBV?$basic_istream@E@streams@Concurrency@@_KAEBV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@@Z) referenced in function "public: void __cdecl web::http::http_request::set_body(class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > const &,class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> >)" (?set_body@http_request@http@web@@QEAAXAEBV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@V45@@Z)	TerminalConnection	C:\Users\Shayne\Code\terminal\src\cascadia\TerminalConnection\AzureConnection.obj	1	
Error	LNK2019	unresolved external symbol "__declspec(dllimport) public: class web::json::value __cdecl web::http::details::http_msg_base::_extract_json(bool)" (__imp_?_extract_json@http_msg_base@details@http@web@@QEAA?AVvalue@json@4@_N@Z) referenced in function "public: class web::json::value __cdecl <lambda_07dca83f9489825032bd549be3168602>::operator()(unsigned __int64)const " (??R<lambda_07dca83f9489825032bd549be3168602>@@QEBA?AVvalue@json@web@@_K@Z)	TerminalConnection	C:\Users\Shayne\Code\terminal\src\cascadia\TerminalConnection\AzureConnection.obj	1	
Error	LNK2019	unresolved external symbol "__declspec(dllimport) public: void __cdecl web::http::details::_http_request::set_request_uri(class web::uri const &)" (__imp_?set_request_uri@_http_request@details@http@web@@QEAAXAEBVuri@4@@Z) referenced in function "public: void __cdecl web::http::http_request::set_request_uri(class web::uri const &)" (?set_request_uri@http_request@http@web@@QEAAXAEBVuri@3@@Z)	TerminalConnection	C:\Users\Shayne\Code\terminal\src\cascadia\TerminalConnection\AzureConnection.obj	1	
Error	LNK2019	unresolved external symbol "__declspec(dllimport) public: __cdecl web::http::client::http_client::http_client(class web::uri const &)" (__imp_??0http_client@client@http@web@@QEAA@AEBVuri@3@@Z) referenced in function "public: void __cdecl winrt::Microsoft::Terminal::TerminalConnection::implementation::AzureConnection::Resize(unsigned int,unsigned int)" (?Resize@AzureConnection@implementation@TerminalConnection@Terminal@Microsoft@winrt@@QEAAXII@Z)	TerminalConnection	C:\Users\Shayne\Code\terminal\src\cascadia\TerminalConnection\AzureConnection.obj	1	
Error	LNK2019	unresolved external symbol "__declspec(dllimport) public: __cdecl web::http::client::http_client::~http_client(void)" (__imp_??1http_client@client@http@web@@QEAA@XZ) referenced in function "public: void __cdecl winrt::Microsoft::Terminal::TerminalConnection::implementation::AzureConnection::Resize(unsigned int,unsigned int)" (?Resize@AzureConnection@implementation@TerminalConnection@Terminal@Microsoft@winrt@@QEAAXII@Z)	TerminalConnection	C:\Users\Shayne\Code\terminal\src\cascadia\TerminalConnection\AzureConnection.obj	1	
Error	LNK2019	unresolved external symbol "__declspec(dllimport) public: class Concurrency::task<class web::http::http_response> __cdecl web::http::client::http_client::request(class web::http::http_request,class Concurrency::cancellation_token const &)" (__imp_?request@http_client@client@http@web@@QEAA?AV?$task@Vhttp_response@http@web@@@Concurrency@@Vhttp_request@34@AEBVcancellation_token@6@@Z) referenced in function "private: class web::json::value __cdecl winrt::Microsoft::Terminal::TerminalConnection::implementation::AzureConnection::_RequestHelper(class web::http::client::http_client,class web::http::http_request)" (?_RequestHelper@AzureConnection@implementation@TerminalConnection@Terminal@Microsoft@winrt@@AEAA?AVvalue@json@web@@Vhttp_client@client@http@9@Vhttp_request@http@9@@Z)	TerminalConnection	C:\Users\Shayne\Code\terminal\src\cascadia\TerminalConnection\AzureConnection.obj	1	
Error	LNK2019	unresolved external symbol "__declspec(dllimport) public: class Concurrency::task<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > __cdecl web::websockets::client::websocket_incoming_message::extract_string(void)const " (__imp_?extract_string@websocket_incoming_message@client@websockets@web@@QEBA?AV?$task@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Concurrency@@XZ) referenced in function "private: unsigned long __cdecl winrt::Microsoft::Terminal::TerminalConnection::implementation::AzureConnection::_OutputThread(void)" (?_OutputThread@AzureConnection@implementation@TerminalConnection@Terminal@Microsoft@winrt@@AEAAKXZ)	TerminalConnection	C:\Users\Shayne\Code\terminal\src\cascadia\TerminalConnection\AzureConnection.obj	1	
Error	LNK2019	unresolved external symbol "__declspec(dllimport) public: __cdecl web::websockets::client::details::websocket_client_task_impl::websocket_client_task_impl(class web::websockets::client::websocket_client_config)" (__imp_??0websocket_client_task_impl@details@client@websockets@web@@QEAA@Vwebsocket_client_config@234@@Z) referenced in function "public: __cdecl std::_Ref_count_obj<class web::websockets::client::details::websocket_client_task_impl>::_Ref_count_obj<class web::websockets::client::details::websocket_client_task_impl><class web::websockets::client::websocket_client_config>(class web::websockets::client::websocket_client_config &&)" (??$?0Vwebsocket_client_config@client@websockets@web@@@?$_Ref_count_obj@Vwebsocket_client_task_impl@details@client@websockets@web@@@std@@QEAA@$$QEAVwebsocket_client_config@client@websockets@web@@@Z)	TerminalConnection	C:\Users\Shayne\Code\terminal\src\cascadia\TerminalConnection\AzureConnection.obj	1	
Error	LNK2019	unresolved external symbol "__declspec(dllimport) public: class Concurrency::task<class web::websockets::client::websocket_incoming_message> __cdecl web::websockets::client::details::websocket_client_task_impl::receive(void)" (__imp_?receive@websocket_client_task_impl@details@client@websockets@web@@QEAA?AV?$task@Vwebsocket_incoming_message@client@websockets@web@@@Concurrency@@XZ) referenced in function "public: class Concurrency::task<class web::websockets::client::websocket_incoming_message> __cdecl web::websockets::client::websocket_client::receive(void)" (?receive@websocket_client@client@websockets@web@@QEAA?AV?$task@Vwebsocket_incoming_message@client@websockets@web@@@Concurrency@@XZ)	TerminalConnection	C:\Users\Shayne\Code\terminal\src\cascadia\TerminalConnection\AzureConnection.obj	1	
Error	LNK2019	unresolved external symbol "__declspec(dllimport) public: void __cdecl web::websockets::client::details::websocket_client_task_impl::close_pending_tasks_with_error(class web::websockets::client::websocket_exception const &)" (__imp_?close_pending_tasks_with_error@websocket_client_task_impl@details@client@websockets@web@@QEAAXAEBVwebsocket_exception@345@@Z) referenced in function __catch$??R<lambda_c8bcff768c1b7a6664919177f490ce2a>@@QEBAXV?$task@X@Concurrency@@@Z$0	TerminalConnection	C:\Users\Shayne\Code\terminal\src\cascadia\TerminalConnection\AzureConnection.obj	1	
Error	LNK2001	unresolved external symbol "public: virtual void __cdecl web::http::details::http_msg_base::_complete(unsigned __int64,class std::exception_ptr const &)" (?_complete@http_msg_base@details@http@web@@UEAAX_KAEBVexception_ptr@std@@@Z)	TerminalConnection	C:\Users\Shayne\Code\terminal\src\cascadia\TerminalConnection\AzureConnection.obj	1	
Error	LNK2001	unresolved external symbol "public: virtual class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > __cdecl web::http::details::_http_request::to_string(void)const " (?to_string@_http_request@details@http@web@@UEBA?AV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@XZ)	TerminalConnection	C:\Users\Shayne\Code\terminal\src\cascadia\TerminalConnection\AzureConnection.obj	1	
Error	LNK2001	unresolved external symbol "public: virtual class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > __cdecl web::http::details::http_msg_base::to_string(void)const " (?to_string@http_msg_base@details@http@web@@UEBA?AV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@XZ)	TerminalConnection	C:\Users\Shayne\Code\terminal\src\cascadia\TerminalConnection\AzureConnection.obj	1	
Error	LNK1120	35 unresolved externals	TerminalConnection	C:\Users\Shayne\Code\Terminal\x64\Debug\TerminalConnection\TerminalConnection.dll	1	
Warning		The project 'OpenConsolePackage.wapproj' has both an EntryPointExe property and one or more application references. The generated package will use the entry point specified in the EntryPointExe property.	OpenConsolePackage	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\DesktopBridge\Microsoft.DesktopBridge.targets	463	
Warning	C4267	 'initializing': conversion from 'size_t' to 'int', possible loss of data	TerminalControl	C:\Users\Shayne\Code\terminal\src\cascadia\TerminalControl\TermControlAutomationPeer.cpp	139	
Warning	WMC1501	TabView is for evaluation purposes only and is subject to change or removal in future updates.	TerminalAppLib	C:\Users\Shayne\Code\terminal\src\cascadia\TerminalApp\TabRowControl.xaml	13	
Warning	WMC1501	RightCustomContent is for evaluation purposes only and is subject to change or removal in future updates.	TerminalAppLib	C:\Users\Shayne\Code\terminal\src\cascadia\TerminalApp\TabRowControl.xaml	15	
Error	MSB3272	There was a problem reading the implementation file "C:\Users\Shayne\Code\Terminal\x64\Debug\TerminalAppLib\TerminalAppLib.lib". "Unable to read beyond the end of the stream."	UnitTests_TerminalApp	C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets	2106	
Warning	C4100	 'NewWindow': unreferenced formal parameter	WindowsTerminal	C:\Users\Shayne\Code\terminal\src\cascadia\WindowsTerminal\IslandWindow.h	38	
Warning	C4100	 'id': unreferenced formal parameter	WindowsTerminal	C:\Users\Shayne\Code\terminal\src\cascadia\WindowsTerminal\IslandWindow.h	59	
Warning	C4100	 'NewWindow': unreferenced formal parameter	WindowsTerminal	C:\Users\Shayne\Code\terminal\src\cascadia\WindowsTerminal\IslandWindow.h	38	
Warning	C4100	 'id': unreferenced formal parameter	WindowsTerminal	C:\Users\Shayne\Code\terminal\src\cascadia\WindowsTerminal\IslandWindow.h	59	
Warning	C4100	 'NewWindow': unreferenced formal parameter	WindowsTerminal	C:\Users\Shayne\Code\terminal\src\cascadia\WindowsTerminal\IslandWindow.h	38	
Warning	C4100	 'id': unreferenced formal parameter	WindowsTerminal	C:\Users\Shayne\Code\terminal\src\cascadia\WindowsTerminal\IslandWindow.h	59	
Warning	C4100	 'NewWindow': unreferenced formal parameter	WindowsTerminal	C:\Users\Shayne\Code\terminal\src\cascadia\WindowsTerminal\IslandWindow.h	38	
Warning	C4100	 'id': unreferenced formal parameter	WindowsTerminal	C:\Users\Shayne\Code\terminal\src\cascadia\WindowsTerminal\IslandWindow.h	59	
Warning	C4100	 'direction': unreferenced formal parameter	WindowsTerminal	C:\Users\Shayne\Code\terminal\src\cascadia\WindowsTerminal\WindowUiaProvider.cpp	113	
Warning	C4100	 'ppProvider': unreferenced formal parameter	WindowsTerminal	C:\Users\Shayne\Code\terminal\src\cascadia\WindowsTerminal\WindowUiaProvider.cpp	144	
Warning	C4100	 'ppProvider': unreferenced formal parameter	WindowsTerminal	C:\Users\Shayne\Code\terminal\src\cascadia\WindowsTerminal\WindowUiaProvider.cpp	155	
Warning	81010002	Unrecognized Element "maxVersionTested" in namespace "urn:schemas-microsoft-com:compatibility.v1".	WindowsTerminal	C:\Users\Shayne\Code\terminal\src\cascadia\WindowsTerminal\WindowsTerminal.manifest	1	
Error		PRI175: 0x80070002 - Processing Resources failed with error: The system cannot find the file specified.	CascadiaPackage	C:\Users\Shayne\Code\Terminal\src\cascadia\CascadiaPackage\GENERATEPROJECTPRIFILE	1	
Error		PRI252: 0xdef00071 - File C:\Users\Shayne\Code\Terminal\x64\Debug\TerminalConnection\Microsoft.Terminal.TerminalConnection.pri not found.	CascadiaPackage	C:\Users\Shayne\Code\Terminal\src\cascadia\CascadiaPackage\GENERATEPROJECTPRIFILE	1	
Originally created by @shayne on GitHub (Aug 8, 2019). # Environment Microsoft Windows [Version 10.0.18950.1000] Visual Studio 2019 Community Edition # Steps to reproduce Ever since the AzureConnection addition to Terminal I haven't been able to build the project. I get multiple linker errors. I've recently uninstalled and reinstalled Visual Studio to try and mitigate the issue. # Expected behavior Successful build. I've been able to build Terminal successfully for weeks prior to AzureConnection. # Actual behavior When building Debug or Release, CascadiaPackage, x64 I get the following errors: ``` Severity Code Description Project File Line Suppression State Error LNK2019 unresolved external symbol "__declspec(dllimport) public: __cdecl web::http::details::_http_request::_http_request(class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> >)" (__imp_??0_http_request@details@http@web@@QEAA@V?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@@Z) referenced in function "public: __cdecl std::_Ref_count_obj<class web::http::details::_http_request>::_Ref_count_obj<class web::http::details::_http_request><class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > >(class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > &&)" (??$?0V?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@@?$_Ref_count_obj@V_http_request@details@http@web@@@std@@QEAA@$$QEAV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@1@@Z) TerminalConnection C:\Users\Shayne\Code\terminal\src\types\inc\IInputEvent.hpp 44 Warning C4267 '=': conversion from 'size_t' to 'int', possible loss of data TerminalConnection C:\Users\Shayne\Code\terminal\src\cascadia\TerminalConnection\AzureConnection.cpp 537 Error LNK2019 unresolved external symbol "__declspec(dllimport) class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl utility::conversions::utf16_to_utf8(class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > const &)" (__imp_?utf16_to_utf8@conversions@utility@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AEBV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@4@@Z) referenced in function "public: void __cdecl web::http::http_request::set_body(class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > const &,class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> >)" (?set_body@http_request@http@web@@QEAAXAEBV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@V45@@Z) TerminalConnection C:\Users\Shayne\Code\terminal\src\cascadia\TerminalConnection\AzureConnection.obj 1 Error LNK2019 unresolved external symbol "__declspec(dllimport) class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > __cdecl utility::conversions::to_utf16string(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (__imp_?to_utf16string@conversions@utility@@YA?AV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@AEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@4@@Z) referenced in function "public: void __cdecl web::http::http_request::set_body(class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > const &,class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> >)" (?set_body@http_request@http@web@@QEAAXAEBV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@V45@@Z) TerminalConnection C:\Users\Shayne\Code\terminal\src\cascadia\TerminalConnection\AzureConnection.obj 1 Error LNK2019 unresolved external symbol "__declspec(dllimport) class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl utility::conversions::to_utf8string(class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > const &)" (__imp_?to_utf8string@conversions@utility@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AEBV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@4@@Z) referenced in function "public: void __cdecl web::http::http_request::set_body(class web::json::value const &)" (?set_body@http_request@http@web@@QEAAXAEBVvalue@json@3@@Z) TerminalConnection C:\Users\Shayne\Code\terminal\src\cascadia\TerminalConnection\AzureConnection.obj 1 Error LNK2019 unresolved external symbol "__declspec(dllimport) bool __cdecl utility::details::str_iless(class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > const &,class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > const &)" (__imp_?str_iless@details@utility@@YA_NAEBV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@0@Z) referenced in function "public: bool __cdecl web::http::http_headers::_case_insensitive_cmp::operator()(class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > const &,class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > const &)const " (??R_case_insensitive_cmp@http_headers@http@web@@QEBA_NAEBV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@0@Z) TerminalConnection C:\Users\Shayne\Code\terminal\src\cascadia\TerminalConnection\AzureConnection.obj 1 Error LNK2019 unresolved external symbol "__declspec(dllimport) public: __cdecl web::uri::uri(wchar_t const *)" (__imp_??0uri@web@@QEAA@PEB_W@Z) referenced in function "private: class web::json::value __cdecl winrt::Microsoft::Terminal::TerminalConnection::implementation::AzureConnection::_GetDeviceCode(void)" (?_GetDeviceCode@AzureConnection@implementation@TerminalConnection@Terminal@Microsoft@winrt@@AEAA?AVvalue@json@web@@XZ) TerminalConnection C:\Users\Shayne\Code\terminal\src\cascadia\TerminalConnection\AzureConnection.obj 1 Error LNK2019 unresolved external symbol "__declspec(dllimport) public: __cdecl web::uri::uri(class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > const &)" (__imp_??0uri@web@@QEAA@AEBV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@@Z) referenced in function "public: void __cdecl winrt::Microsoft::Terminal::TerminalConnection::implementation::AzureConnection::Resize(unsigned int,unsigned int)" (?Resize@AzureConnection@implementation@TerminalConnection@Terminal@Microsoft@winrt@@QEAAXII@Z) TerminalConnection C:\Users\Shayne\Code\terminal\src\cascadia\TerminalConnection\AzureConnection.obj 1 Error LNK2019 unresolved external symbol "__declspec(dllimport) public: __cdecl web::details::win32_encryption::~win32_encryption(void)" (__imp_??1win32_encryption@details@web@@QEAA@XZ) referenced in function "public: __cdecl web::credentials::~credentials(void)" (??1credentials@web@@QEAA@XZ) TerminalConnection C:\Users\Shayne\Code\terminal\src\cascadia\TerminalConnection\AzureConnection.obj 1 Error LNK2019 unresolved external symbol "__declspec(dllimport) public: __cdecl web::json::value::value(void)" (__imp_??0value@json@web@@QEAA@XZ) referenced in function "public: __cdecl winrt::Microsoft::Terminal::TerminalConnection::implementation::AzureConnection::AzureConnection(unsigned int,unsigned int)" (??0AzureConnection@implementation@TerminalConnection@Terminal@Microsoft@winrt@@QEAA@II@Z) TerminalConnection C:\Users\Shayne\Code\terminal\src\cascadia\TerminalConnection\AzureConnection.obj 1 Error LNK2019 unresolved external symbol "__declspec(dllimport) public: __cdecl web::json::value::value(wchar_t const *)" (__imp_??0value@json@web@@QEAA@PEB_W@Z) referenced in function "public: void __cdecl winrt::Microsoft::Terminal::TerminalConnection::implementation::AzureConnection::Resize(unsigned int,unsigned int)" (?Resize@AzureConnection@implementation@TerminalConnection@Terminal@Microsoft@winrt@@QEAAXII@Z) TerminalConnection C:\Users\Shayne\Code\terminal\src\cascadia\TerminalConnection\AzureConnection.obj 1 Error LNK2019 unresolved external symbol "__declspec(dllimport) public: __cdecl web::json::value::value(class web::json::value const &)" (__imp_??0value@json@web@@QEAA@AEBV012@@Z) referenced in function "public: static void __cdecl std::_Default_allocator_traits<class std::allocator<class web::json::value> >::construct<class web::json::value,class web::json::value &>(class std::allocator<class web::json::value> &,class web::json::value * const,class web::json::value &)" (??$construct@Vvalue@json@web@@AEAV123@@?$_Default_allocator_traits@V?$allocator@Vvalue@json@web@@@std@@@std@@SAXAEAV?$allocator@Vvalue@json@web@@@1@QEAVvalue@json@web@@AEAV345@@Z) TerminalConnection C:\Users\Shayne\Code\terminal\src\cascadia\TerminalConnection\AzureConnection.obj 1 Error LNK2019 unresolved external symbol "__declspec(dllimport) public: __cdecl web::json::value::value(class web::json::value &&)" (__imp_??0value@json@web@@QEAA@$$QEAV012@@Z) referenced in function "private: class web::json::value __cdecl winrt::Microsoft::Terminal::TerminalConnection::implementation::AzureConnection::_RequestHelper(class web::http::client::http_client,class web::http::http_request)" (?_RequestHelper@AzureConnection@implementation@TerminalConnection@Terminal@Microsoft@winrt@@AEAA?AVvalue@json@web@@Vhttp_client@client@http@9@Vhttp_request@http@9@@Z) TerminalConnection C:\Users\Shayne\Code\terminal\src\cascadia\TerminalConnection\AzureConnection.obj 1 Error LNK2019 unresolved external symbol "__declspec(dllimport) public: class web::json::value & __cdecl web::json::value::operator=(class web::json::value const &)" (__imp_??4value@json@web@@QEAAAEAV012@AEBV012@@Z) referenced in function "private: long __cdecl winrt::Microsoft::Terminal::TerminalConnection::implementation::AzureConnection::_DeviceFlowHelper(void)" (?_DeviceFlowHelper@AzureConnection@implementation@TerminalConnection@Terminal@Microsoft@winrt@@AEAAJXZ) TerminalConnection C:\Users\Shayne\Code\terminal\src\cascadia\TerminalConnection\AzureConnection.obj 1 Error LNK2019 unresolved external symbol "__declspec(dllimport) public: class web::json::value & __cdecl web::json::value::operator=(class web::json::value &&)" (__imp_??4value@json@web@@QEAAAEAV012@$$QEAV012@@Z) referenced in function "private: long __cdecl winrt::Microsoft::Terminal::TerminalConnection::implementation::AzureConnection::_DeviceFlowHelper(void)" (?_DeviceFlowHelper@AzureConnection@implementation@TerminalConnection@Terminal@Microsoft@winrt@@AEAAJXZ) TerminalConnection C:\Users\Shayne\Code\terminal\src\cascadia\TerminalConnection\AzureConnection.obj 1 Error LNK2019 unresolved external symbol "__declspec(dllimport) public: static class web::json::value __cdecl web::json::value::string(class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> >)" (__imp_?string@value@json@web@@SA?AV123@V?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@@Z) referenced in function "private: void __cdecl winrt::Microsoft::Terminal::TerminalConnection::implementation::AzureConnection::_StoreCredential(void)" (?_StoreCredential@AzureConnection@implementation@TerminalConnection@Terminal@Microsoft@winrt@@AEAAXXZ) TerminalConnection C:\Users\Shayne\Code\terminal\src\cascadia\TerminalConnection\AzureConnection.obj 1 Error LNK2019 unresolved external symbol "__declspec(dllimport) public: static class web::json::value __cdecl web::json::value::parse(class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > const &)" (__imp_?parse@value@json@web@@SA?AV123@AEBV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@@Z) referenced in function "private: long __cdecl winrt::Microsoft::Terminal::TerminalConnection::implementation::AzureConnection::_AccessHelper(void)" (?_AccessHelper@AzureConnection@implementation@TerminalConnection@Terminal@Microsoft@winrt@@AEAAJXZ) TerminalConnection C:\Users\Shayne\Code\terminal\src\cascadia\TerminalConnection\AzureConnection.obj 1 Error LNK2019 unresolved external symbol "__declspec(dllimport) public: class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > __cdecl web::json::value::serialize(void)const " (__imp_?serialize@value@json@web@@QEBA?AV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@XZ) referenced in function "private: void __cdecl winrt::Microsoft::Terminal::TerminalConnection::implementation::AzureConnection::_StoreCredential(void)" (?_StoreCredential@AzureConnection@implementation@TerminalConnection@Terminal@Microsoft@winrt@@AEAAXXZ) TerminalConnection C:\Users\Shayne\Code\terminal\src\cascadia\TerminalConnection\AzureConnection.obj 1 Error LNK2019 unresolved external symbol "__declspec(dllimport) public: class web::json::array & __cdecl web::json::value::as_array(void)" (__imp_?as_array@value@json@web@@QEAAAEAVarray@23@XZ) referenced in function "private: long __cdecl winrt::Microsoft::Terminal::TerminalConnection::implementation::AzureConnection::_DeviceFlowHelper(void)" (?_DeviceFlowHelper@AzureConnection@implementation@TerminalConnection@Terminal@Microsoft@winrt@@AEAAJXZ) TerminalConnection C:\Users\Shayne\Code\terminal\src\cascadia\TerminalConnection\AzureConnection.obj 1 Error LNK2019 unresolved external symbol "__declspec(dllimport) public: class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > const & __cdecl web::json::value::as_string(void)const " (__imp_?as_string@value@json@web@@QEBAAEBV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@XZ) referenced in function "private: long __cdecl winrt::Microsoft::Terminal::TerminalConnection::implementation::AzureConnection::_AccessHelper(void)" (?_AccessHelper@AzureConnection@implementation@TerminalConnection@Terminal@Microsoft@winrt@@AEAAJXZ) TerminalConnection C:\Users\Shayne\Code\terminal\src\cascadia\TerminalConnection\AzureConnection.obj 1 Error LNK2019 unresolved external symbol "__declspec(dllimport) public: class web::json::value & __cdecl web::json::value::at(class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > const &)" (__imp_?at@value@json@web@@QEAAAEAV123@AEBV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@@Z) referenced in function "private: long __cdecl winrt::Microsoft::Terminal::TerminalConnection::implementation::AzureConnection::_AccessHelper(void)" (?_AccessHelper@AzureConnection@implementation@TerminalConnection@Terminal@Microsoft@winrt@@AEAAJXZ) TerminalConnection C:\Users\Shayne\Code\terminal\src\cascadia\TerminalConnection\AzureConnection.obj 1 Error LNK2019 unresolved external symbol "__declspec(dllimport) public: class web::json::value const & __cdecl web::json::value::at(class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > const &)const " (__imp_?at@value@json@web@@QEBAAEBV123@AEBV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@@Z) referenced in function "private: long __cdecl winrt::Microsoft::Terminal::TerminalConnection::implementation::AzureConnection::_AccessHelper(void)" (?_AccessHelper@AzureConnection@implementation@TerminalConnection@Terminal@Microsoft@winrt@@AEAAJXZ) TerminalConnection C:\Users\Shayne\Code\terminal\src\cascadia\TerminalConnection\AzureConnection.obj 1 Error LNK2019 unresolved external symbol "__declspec(dllimport) public: class web::json::value & __cdecl web::json::value::operator[](class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > const &)" (__imp_??Avalue@json@web@@QEAAAEAV012@AEBV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@@Z) referenced in function "private: class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > __cdecl winrt::Microsoft::Terminal::TerminalConnection::implementation::AzureConnection::_GetCloudShell(void)" (?_GetCloudShell@AzureConnection@implementation@TerminalConnection@Terminal@Microsoft@winrt@@AEAA?AV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@XZ) TerminalConnection C:\Users\Shayne\Code\terminal\src\cascadia\TerminalConnection\AzureConnection.obj 1 Error LNK2019 unresolved external symbol "__declspec(dllimport) public: void __cdecl web::http::details::http_msg_base::set_body(class Concurrency::streams::basic_istream<unsigned char> const &,unsigned __int64,class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > const &)" (__imp_?set_body@http_msg_base@details@http@web@@QEAAXAEBV?$basic_istream@E@streams@Concurrency@@_KAEBV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@@Z) referenced in function "public: void __cdecl web::http::http_request::set_body(class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > const &,class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> >)" (?set_body@http_request@http@web@@QEAAXAEBV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@V45@@Z) TerminalConnection C:\Users\Shayne\Code\terminal\src\cascadia\TerminalConnection\AzureConnection.obj 1 Error LNK2019 unresolved external symbol "__declspec(dllimport) public: class web::json::value __cdecl web::http::details::http_msg_base::_extract_json(bool)" (__imp_?_extract_json@http_msg_base@details@http@web@@QEAA?AVvalue@json@4@_N@Z) referenced in function "public: class web::json::value __cdecl <lambda_07dca83f9489825032bd549be3168602>::operator()(unsigned __int64)const " (??R<lambda_07dca83f9489825032bd549be3168602>@@QEBA?AVvalue@json@web@@_K@Z) TerminalConnection C:\Users\Shayne\Code\terminal\src\cascadia\TerminalConnection\AzureConnection.obj 1 Error LNK2019 unresolved external symbol "__declspec(dllimport) public: void __cdecl web::http::details::_http_request::set_request_uri(class web::uri const &)" (__imp_?set_request_uri@_http_request@details@http@web@@QEAAXAEBVuri@4@@Z) referenced in function "public: void __cdecl web::http::http_request::set_request_uri(class web::uri const &)" (?set_request_uri@http_request@http@web@@QEAAXAEBVuri@3@@Z) TerminalConnection C:\Users\Shayne\Code\terminal\src\cascadia\TerminalConnection\AzureConnection.obj 1 Error LNK2019 unresolved external symbol "__declspec(dllimport) public: __cdecl web::http::client::http_client::http_client(class web::uri const &)" (__imp_??0http_client@client@http@web@@QEAA@AEBVuri@3@@Z) referenced in function "public: void __cdecl winrt::Microsoft::Terminal::TerminalConnection::implementation::AzureConnection::Resize(unsigned int,unsigned int)" (?Resize@AzureConnection@implementation@TerminalConnection@Terminal@Microsoft@winrt@@QEAAXII@Z) TerminalConnection C:\Users\Shayne\Code\terminal\src\cascadia\TerminalConnection\AzureConnection.obj 1 Error LNK2019 unresolved external symbol "__declspec(dllimport) public: __cdecl web::http::client::http_client::~http_client(void)" (__imp_??1http_client@client@http@web@@QEAA@XZ) referenced in function "public: void __cdecl winrt::Microsoft::Terminal::TerminalConnection::implementation::AzureConnection::Resize(unsigned int,unsigned int)" (?Resize@AzureConnection@implementation@TerminalConnection@Terminal@Microsoft@winrt@@QEAAXII@Z) TerminalConnection C:\Users\Shayne\Code\terminal\src\cascadia\TerminalConnection\AzureConnection.obj 1 Error LNK2019 unresolved external symbol "__declspec(dllimport) public: class Concurrency::task<class web::http::http_response> __cdecl web::http::client::http_client::request(class web::http::http_request,class Concurrency::cancellation_token const &)" (__imp_?request@http_client@client@http@web@@QEAA?AV?$task@Vhttp_response@http@web@@@Concurrency@@Vhttp_request@34@AEBVcancellation_token@6@@Z) referenced in function "private: class web::json::value __cdecl winrt::Microsoft::Terminal::TerminalConnection::implementation::AzureConnection::_RequestHelper(class web::http::client::http_client,class web::http::http_request)" (?_RequestHelper@AzureConnection@implementation@TerminalConnection@Terminal@Microsoft@winrt@@AEAA?AVvalue@json@web@@Vhttp_client@client@http@9@Vhttp_request@http@9@@Z) TerminalConnection C:\Users\Shayne\Code\terminal\src\cascadia\TerminalConnection\AzureConnection.obj 1 Error LNK2019 unresolved external symbol "__declspec(dllimport) public: class Concurrency::task<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > __cdecl web::websockets::client::websocket_incoming_message::extract_string(void)const " (__imp_?extract_string@websocket_incoming_message@client@websockets@web@@QEBA?AV?$task@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Concurrency@@XZ) referenced in function "private: unsigned long __cdecl winrt::Microsoft::Terminal::TerminalConnection::implementation::AzureConnection::_OutputThread(void)" (?_OutputThread@AzureConnection@implementation@TerminalConnection@Terminal@Microsoft@winrt@@AEAAKXZ) TerminalConnection C:\Users\Shayne\Code\terminal\src\cascadia\TerminalConnection\AzureConnection.obj 1 Error LNK2019 unresolved external symbol "__declspec(dllimport) public: __cdecl web::websockets::client::details::websocket_client_task_impl::websocket_client_task_impl(class web::websockets::client::websocket_client_config)" (__imp_??0websocket_client_task_impl@details@client@websockets@web@@QEAA@Vwebsocket_client_config@234@@Z) referenced in function "public: __cdecl std::_Ref_count_obj<class web::websockets::client::details::websocket_client_task_impl>::_Ref_count_obj<class web::websockets::client::details::websocket_client_task_impl><class web::websockets::client::websocket_client_config>(class web::websockets::client::websocket_client_config &&)" (??$?0Vwebsocket_client_config@client@websockets@web@@@?$_Ref_count_obj@Vwebsocket_client_task_impl@details@client@websockets@web@@@std@@QEAA@$$QEAVwebsocket_client_config@client@websockets@web@@@Z) TerminalConnection C:\Users\Shayne\Code\terminal\src\cascadia\TerminalConnection\AzureConnection.obj 1 Error LNK2019 unresolved external symbol "__declspec(dllimport) public: class Concurrency::task<class web::websockets::client::websocket_incoming_message> __cdecl web::websockets::client::details::websocket_client_task_impl::receive(void)" (__imp_?receive@websocket_client_task_impl@details@client@websockets@web@@QEAA?AV?$task@Vwebsocket_incoming_message@client@websockets@web@@@Concurrency@@XZ) referenced in function "public: class Concurrency::task<class web::websockets::client::websocket_incoming_message> __cdecl web::websockets::client::websocket_client::receive(void)" (?receive@websocket_client@client@websockets@web@@QEAA?AV?$task@Vwebsocket_incoming_message@client@websockets@web@@@Concurrency@@XZ) TerminalConnection C:\Users\Shayne\Code\terminal\src\cascadia\TerminalConnection\AzureConnection.obj 1 Error LNK2019 unresolved external symbol "__declspec(dllimport) public: void __cdecl web::websockets::client::details::websocket_client_task_impl::close_pending_tasks_with_error(class web::websockets::client::websocket_exception const &)" (__imp_?close_pending_tasks_with_error@websocket_client_task_impl@details@client@websockets@web@@QEAAXAEBVwebsocket_exception@345@@Z) referenced in function __catch$??R<lambda_c8bcff768c1b7a6664919177f490ce2a>@@QEBAXV?$task@X@Concurrency@@@Z$0 TerminalConnection C:\Users\Shayne\Code\terminal\src\cascadia\TerminalConnection\AzureConnection.obj 1 Error LNK2001 unresolved external symbol "public: virtual void __cdecl web::http::details::http_msg_base::_complete(unsigned __int64,class std::exception_ptr const &)" (?_complete@http_msg_base@details@http@web@@UEAAX_KAEBVexception_ptr@std@@@Z) TerminalConnection C:\Users\Shayne\Code\terminal\src\cascadia\TerminalConnection\AzureConnection.obj 1 Error LNK2001 unresolved external symbol "public: virtual class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > __cdecl web::http::details::_http_request::to_string(void)const " (?to_string@_http_request@details@http@web@@UEBA?AV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@XZ) TerminalConnection C:\Users\Shayne\Code\terminal\src\cascadia\TerminalConnection\AzureConnection.obj 1 Error LNK2001 unresolved external symbol "public: virtual class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > __cdecl web::http::details::http_msg_base::to_string(void)const " (?to_string@http_msg_base@details@http@web@@UEBA?AV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@XZ) TerminalConnection C:\Users\Shayne\Code\terminal\src\cascadia\TerminalConnection\AzureConnection.obj 1 Error LNK1120 35 unresolved externals TerminalConnection C:\Users\Shayne\Code\Terminal\x64\Debug\TerminalConnection\TerminalConnection.dll 1 Warning The project 'OpenConsolePackage.wapproj' has both an EntryPointExe property and one or more application references. The generated package will use the entry point specified in the EntryPointExe property. OpenConsolePackage C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\DesktopBridge\Microsoft.DesktopBridge.targets 463 Warning C4267 'initializing': conversion from 'size_t' to 'int', possible loss of data TerminalControl C:\Users\Shayne\Code\terminal\src\cascadia\TerminalControl\TermControlAutomationPeer.cpp 139 Warning WMC1501 TabView is for evaluation purposes only and is subject to change or removal in future updates. TerminalAppLib C:\Users\Shayne\Code\terminal\src\cascadia\TerminalApp\TabRowControl.xaml 13 Warning WMC1501 RightCustomContent is for evaluation purposes only and is subject to change or removal in future updates. TerminalAppLib C:\Users\Shayne\Code\terminal\src\cascadia\TerminalApp\TabRowControl.xaml 15 Error MSB3272 There was a problem reading the implementation file "C:\Users\Shayne\Code\Terminal\x64\Debug\TerminalAppLib\TerminalAppLib.lib". "Unable to read beyond the end of the stream." UnitTests_TerminalApp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets 2106 Warning C4100 'NewWindow': unreferenced formal parameter WindowsTerminal C:\Users\Shayne\Code\terminal\src\cascadia\WindowsTerminal\IslandWindow.h 38 Warning C4100 'id': unreferenced formal parameter WindowsTerminal C:\Users\Shayne\Code\terminal\src\cascadia\WindowsTerminal\IslandWindow.h 59 Warning C4100 'NewWindow': unreferenced formal parameter WindowsTerminal C:\Users\Shayne\Code\terminal\src\cascadia\WindowsTerminal\IslandWindow.h 38 Warning C4100 'id': unreferenced formal parameter WindowsTerminal C:\Users\Shayne\Code\terminal\src\cascadia\WindowsTerminal\IslandWindow.h 59 Warning C4100 'NewWindow': unreferenced formal parameter WindowsTerminal C:\Users\Shayne\Code\terminal\src\cascadia\WindowsTerminal\IslandWindow.h 38 Warning C4100 'id': unreferenced formal parameter WindowsTerminal C:\Users\Shayne\Code\terminal\src\cascadia\WindowsTerminal\IslandWindow.h 59 Warning C4100 'NewWindow': unreferenced formal parameter WindowsTerminal C:\Users\Shayne\Code\terminal\src\cascadia\WindowsTerminal\IslandWindow.h 38 Warning C4100 'id': unreferenced formal parameter WindowsTerminal C:\Users\Shayne\Code\terminal\src\cascadia\WindowsTerminal\IslandWindow.h 59 Warning C4100 'direction': unreferenced formal parameter WindowsTerminal C:\Users\Shayne\Code\terminal\src\cascadia\WindowsTerminal\WindowUiaProvider.cpp 113 Warning C4100 'ppProvider': unreferenced formal parameter WindowsTerminal C:\Users\Shayne\Code\terminal\src\cascadia\WindowsTerminal\WindowUiaProvider.cpp 144 Warning C4100 'ppProvider': unreferenced formal parameter WindowsTerminal C:\Users\Shayne\Code\terminal\src\cascadia\WindowsTerminal\WindowUiaProvider.cpp 155 Warning 81010002 Unrecognized Element "maxVersionTested" in namespace "urn:schemas-microsoft-com:compatibility.v1". WindowsTerminal C:\Users\Shayne\Code\terminal\src\cascadia\WindowsTerminal\WindowsTerminal.manifest 1 Error PRI175: 0x80070002 - Processing Resources failed with error: The system cannot find the file specified. CascadiaPackage C:\Users\Shayne\Code\Terminal\src\cascadia\CascadiaPackage\GENERATEPROJECTPRIFILE 1 Error PRI252: 0xdef00071 - File C:\Users\Shayne\Code\Terminal\x64\Debug\TerminalConnection\Microsoft.Terminal.TerminalConnection.pri not found. CascadiaPackage C:\Users\Shayne\Code\Terminal\src\cascadia\CascadiaPackage\GENERATEPROJECTPRIFILE 1 ```
Author
Owner

@DHowett-MSFT commented on GitHub (Aug 8, 2019):

Have you chosen to Restore NuGet Packages?

@DHowett-MSFT commented on GitHub (Aug 8, 2019): Have you chosen to `Restore NuGet Packages`?
Author
Owner

@shayne commented on GitHub (Aug 8, 2019):

Done that via Visual Studio and cmd.exe (using razzle.cmd, and nuget restore)

@shayne commented on GitHub (Aug 8, 2019): Done that via Visual Studio and cmd.exe (using razzle.cmd, and nuget restore)
Author
Owner

@SwimmingTiger commented on GitHub (Aug 8, 2019):

The same issue.
VisualStudio.16.Preview/16.3.0-pre.1.0+29123.89
NuGet restore done.

1>------ Build started: Project: TerminalConnection, Configuration: Release x64 ------
1>   Creating library C:\Users\hu60c\source\repos\terminal\x64\Release\TerminalConnection\TerminalConnection.lib and object C:\Users\hu60c\source\repos\terminal\x64\Release\TerminalConnection\TerminalConnection.exp
1>AzureConnection.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __cdecl web::details::win32_encryption::~win32_encryption(void)" (__imp_??1win32_encryption@details@web@@QEAA@XZ)
1>AzureConnection.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __cdecl web::uri::uri(wchar_t const *)" (__imp_??0uri@web@@QEAA@PEB_W@Z)
1>AzureConnection.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl utility::conversions::utf16_to_utf8(class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > const &)" (__imp_?utf16_to_utf8@conversions@utility@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AEBV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@4@@Z)
1>AzureConnection.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) bool __cdecl utility::details::str_iless(class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > const &,class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > const &)" (__imp_?str_iless@details@utility@@YA_NAEBV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@0@Z)
1>AzureConnection.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class web::json::value & __cdecl web::json::value::operator[](class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > const &)" (__imp_??Avalue@json@web@@QEAAAEAV012@AEBV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@@Z)
1>AzureConnection.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __cdecl web::json::value::value(void)" (__imp_??0value@json@web@@QEAA@XZ)
1>AzureConnection.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > __cdecl utility::conversions::to_utf16string(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (__imp_?to_utf16string@conversions@utility@@YA?AV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@AEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@4@@Z)
1>AzureConnection.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl utility::conversions::to_utf8string(class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > const &)" (__imp_?to_utf8string@conversions@utility@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AEBV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@4@@Z)
1>AzureConnection.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class web::json::value __cdecl web::http::details::http_msg_base::_extract_json(bool)" (__imp_?_extract_json@http_msg_base@details@http@web@@QEAA?AVvalue@json@4@_N@Z)
1>AzureConnection.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __cdecl web::http::details::http_msg_base::set_body(class Concurrency::streams::basic_istream<unsigned char> const &,unsigned __int64,class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > const &)" (__imp_?set_body@http_msg_base@details@http@web@@QEAAXAEBV?$basic_istream@E@streams@Concurrency@@_KAEBV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@@Z)
1>AzureConnection.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > __cdecl web::json::value::serialize(void)const " (__imp_?serialize@value@json@web@@QEBA?AV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@XZ)
1>AzureConnection.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __cdecl web::http::details::_http_request::set_request_uri(class web::uri const &)" (__imp_?set_request_uri@_http_request@details@http@web@@QEAAXAEBVuri@4@@Z)
1>AzureConnection.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > __cdecl web::http::details::_http_request::to_string(void)const " (__imp_?to_string@_http_request@details@http@web@@UEBA?AV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@XZ)
1>AzureConnection.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class Concurrency::task<class web::http::http_response> __cdecl web::http::client::http_client::request(class web::http::http_request,class Concurrency::cancellation_token const &)" (__imp_?request@http_client@client@http@web@@QEAA?AV?$task@Vhttp_response@http@web@@@Concurrency@@Vhttp_request@34@AEBVcancellation_token@6@@Z)
1>AzureConnection.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __cdecl web::uri::uri(class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > const &)" (__imp_??0uri@web@@QEAA@AEBV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@@Z)
1>AzureConnection.obj : error LNK2001: unresolved external symbol SSL_library_init
1>AzureConnection.obj : error LNK2001: unresolved external symbol SSL_load_error_strings
1>AzureConnection.obj : error LNK2001: unresolved external symbol OPENSSL_add_all_algorithms_noconf
1>AzureConnection.obj : error LNK2001: unresolved external symbol CRYPTO_num_locks
1>AzureConnection.obj : error LNK2001: unresolved external symbol CRYPTO_set_locking_callback
1>AzureConnection.obj : error LNK2001: unresolved external symbol ERR_free_strings
1>AzureConnection.obj : error LNK2001: unresolved external symbol EVP_cleanup
1>AzureConnection.obj : error LNK2001: unresolved external symbol CRYPTO_cleanup_all_ex_data
1>AzureConnection.obj : error LNK2001: unresolved external symbol ERR_remove_thread_state
1>AzureConnection.obj : error LNK2001: unresolved external symbol CONF_modules_unload
1>AzureConnection.obj : error LNK2001: unresolved external symbol ENGINE_cleanup
1>AzureConnection.obj : error LNK2001: unresolved external symbol ERR_reason_error_string
1>AzureConnection.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __cdecl web::websockets::client::details::websocket_client_task_impl::close_pending_tasks_with_error(class web::websockets::client::websocket_exception const &)" (__imp_?close_pending_tasks_with_error@websocket_client_task_impl@details@client@websockets@web@@QEAAXAEBVwebsocket_exception@345@@Z)
1>AzureConnection.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class Concurrency::task<class web::websockets::client::websocket_incoming_message> __cdecl web::websockets::client::details::websocket_client_task_impl::receive(void)" (__imp_?receive@websocket_client_task_impl@details@client@websockets@web@@QEAA?AV?$task@Vwebsocket_incoming_message@client@websockets@web@@@Concurrency@@XZ)
1>AzureConnection.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __cdecl web::http::client::http_client::http_client(class web::uri const &)" (__imp_??0http_client@client@http@web@@QEAA@AEBVuri@3@@Z)
1>AzureConnection.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __cdecl web::http::client::http_client::~http_client(void)" (__imp_??1http_client@client@http@web@@QEAA@XZ)
1>AzureConnection.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __cdecl web::json::value::value(wchar_t const *)" (__imp_??0value@json@web@@QEAA@PEB_W@Z)
1>AzureConnection.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class Concurrency::task<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > __cdecl web::websockets::client::websocket_incoming_message::extract_string(void)const " (__imp_?extract_string@websocket_incoming_message@client@websockets@web@@QEBA?AV?$task@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Concurrency@@XZ)
1>AzureConnection.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class web::json::value __cdecl web::json::value::parse(class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > const &)" (__imp_?parse@value@json@web@@SA?AV123@AEBV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@@Z)
1>AzureConnection.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > const & __cdecl web::json::value::as_string(void)const " (__imp_?as_string@value@json@web@@QEBAAEBV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@XZ)
1>AzureConnection.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class web::json::value & __cdecl web::json::value::at(class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > const &)" (__imp_?at@value@json@web@@QEAAAEAV123@AEBV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@@Z)
1>AzureConnection.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class web::json::value const & __cdecl web::json::value::at(class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > const &)const " (__imp_?at@value@json@web@@QEBAAEBV123@AEBV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@@Z)
1>AzureConnection.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class web::json::value & __cdecl web::json::value::operator=(class web::json::value &&)" (__imp_??4value@json@web@@QEAAAEAV012@$$QEAV012@@Z)
1>AzureConnection.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class web::json::value & __cdecl web::json::value::operator=(class web::json::value const &)" (__imp_??4value@json@web@@QEAAAEAV012@AEBV012@@Z)
1>AzureConnection.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class web::json::array & __cdecl web::json::value::as_array(void)" (__imp_?as_array@value@json@web@@QEAAAEAVarray@23@XZ)
1>AzureConnection.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __cdecl web::json::value::value(class web::json::value &&)" (__imp_??0value@json@web@@QEAA@$$QEAV012@@Z)
1>AzureConnection.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class web::json::value __cdecl web::json::value::string(class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> >)" (__imp_?string@value@json@web@@SA?AV123@V?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@@Z)
1>AzureConnection.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __cdecl web::json::value::value(class web::json::value const &)" (__imp_??0value@json@web@@QEAA@AEBV012@@Z)
1>AzureConnection.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __cdecl web::http::details::_http_request::_http_request(class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> >)" (__imp_??0_http_request@details@http@web@@QEAA@V?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@@Z)
1>AzureConnection.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __cdecl web::websockets::client::details::websocket_client_task_impl::websocket_client_task_impl(class web::websockets::client::websocket_client_config)" (__imp_??0websocket_client_task_impl@details@client@websockets@web@@QEAA@Vwebsocket_client_config@234@@Z)
1>AzureConnection.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > __cdecl web::http::details::http_msg_base::to_string(void)const " (__imp_?to_string@http_msg_base@details@http@web@@UEBA?AV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@XZ)
1>AzureConnection.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual void __cdecl web::http::details::http_msg_base::_complete(unsigned __int64,class std::exception_ptr const &)" (__imp_?_complete@http_msg_base@details@http@web@@UEAAX_KAEBVexception_ptr@std@@@Z)
1>C:\Users\hu60c\source\repos\terminal\x64\Release\TerminalConnection\TerminalConnection.dll : fatal error LNK1120: 47 unresolved externals
1>Done building project "TerminalConnection.vcxproj" -- FAILED.
2>------ Build started: Project: UnitTests_TerminalApp, Configuration: Release x64 ------
3>------ Build started: Project: CascadiaPackage, Configuration: Release x64 ------
2>C:\Program Files (x86)\Microsoft Visual Studio\2019\Preview\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2106,5): error MSB3272: There was a problem reading the implementation file "C:\Users\hu60c\source\repos\terminal\x64\Release\TerminalAppLib\TerminalAppLib.lib". "Unable to read beyond the end of the stream."
2>Done building project "TerminalApp.UnitTests.vcxproj" -- FAILED.
@SwimmingTiger commented on GitHub (Aug 8, 2019): The same issue. `VisualStudio.16.Preview/16.3.0-pre.1.0+29123.89` NuGet restore done. ``` 1>------ Build started: Project: TerminalConnection, Configuration: Release x64 ------ 1> Creating library C:\Users\hu60c\source\repos\terminal\x64\Release\TerminalConnection\TerminalConnection.lib and object C:\Users\hu60c\source\repos\terminal\x64\Release\TerminalConnection\TerminalConnection.exp 1>AzureConnection.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __cdecl web::details::win32_encryption::~win32_encryption(void)" (__imp_??1win32_encryption@details@web@@QEAA@XZ) 1>AzureConnection.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __cdecl web::uri::uri(wchar_t const *)" (__imp_??0uri@web@@QEAA@PEB_W@Z) 1>AzureConnection.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl utility::conversions::utf16_to_utf8(class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > const &)" (__imp_?utf16_to_utf8@conversions@utility@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AEBV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@4@@Z) 1>AzureConnection.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) bool __cdecl utility::details::str_iless(class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > const &,class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > const &)" (__imp_?str_iless@details@utility@@YA_NAEBV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@0@Z) 1>AzureConnection.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class web::json::value & __cdecl web::json::value::operator[](class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > const &)" (__imp_??Avalue@json@web@@QEAAAEAV012@AEBV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@@Z) 1>AzureConnection.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __cdecl web::json::value::value(void)" (__imp_??0value@json@web@@QEAA@XZ) 1>AzureConnection.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > __cdecl utility::conversions::to_utf16string(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (__imp_?to_utf16string@conversions@utility@@YA?AV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@AEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@4@@Z) 1>AzureConnection.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl utility::conversions::to_utf8string(class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > const &)" (__imp_?to_utf8string@conversions@utility@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AEBV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@4@@Z) 1>AzureConnection.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class web::json::value __cdecl web::http::details::http_msg_base::_extract_json(bool)" (__imp_?_extract_json@http_msg_base@details@http@web@@QEAA?AVvalue@json@4@_N@Z) 1>AzureConnection.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __cdecl web::http::details::http_msg_base::set_body(class Concurrency::streams::basic_istream<unsigned char> const &,unsigned __int64,class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > const &)" (__imp_?set_body@http_msg_base@details@http@web@@QEAAXAEBV?$basic_istream@E@streams@Concurrency@@_KAEBV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@@Z) 1>AzureConnection.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > __cdecl web::json::value::serialize(void)const " (__imp_?serialize@value@json@web@@QEBA?AV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@XZ) 1>AzureConnection.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __cdecl web::http::details::_http_request::set_request_uri(class web::uri const &)" (__imp_?set_request_uri@_http_request@details@http@web@@QEAAXAEBVuri@4@@Z) 1>AzureConnection.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > __cdecl web::http::details::_http_request::to_string(void)const " (__imp_?to_string@_http_request@details@http@web@@UEBA?AV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@XZ) 1>AzureConnection.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class Concurrency::task<class web::http::http_response> __cdecl web::http::client::http_client::request(class web::http::http_request,class Concurrency::cancellation_token const &)" (__imp_?request@http_client@client@http@web@@QEAA?AV?$task@Vhttp_response@http@web@@@Concurrency@@Vhttp_request@34@AEBVcancellation_token@6@@Z) 1>AzureConnection.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __cdecl web::uri::uri(class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > const &)" (__imp_??0uri@web@@QEAA@AEBV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@@Z) 1>AzureConnection.obj : error LNK2001: unresolved external symbol SSL_library_init 1>AzureConnection.obj : error LNK2001: unresolved external symbol SSL_load_error_strings 1>AzureConnection.obj : error LNK2001: unresolved external symbol OPENSSL_add_all_algorithms_noconf 1>AzureConnection.obj : error LNK2001: unresolved external symbol CRYPTO_num_locks 1>AzureConnection.obj : error LNK2001: unresolved external symbol CRYPTO_set_locking_callback 1>AzureConnection.obj : error LNK2001: unresolved external symbol ERR_free_strings 1>AzureConnection.obj : error LNK2001: unresolved external symbol EVP_cleanup 1>AzureConnection.obj : error LNK2001: unresolved external symbol CRYPTO_cleanup_all_ex_data 1>AzureConnection.obj : error LNK2001: unresolved external symbol ERR_remove_thread_state 1>AzureConnection.obj : error LNK2001: unresolved external symbol CONF_modules_unload 1>AzureConnection.obj : error LNK2001: unresolved external symbol ENGINE_cleanup 1>AzureConnection.obj : error LNK2001: unresolved external symbol ERR_reason_error_string 1>AzureConnection.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __cdecl web::websockets::client::details::websocket_client_task_impl::close_pending_tasks_with_error(class web::websockets::client::websocket_exception const &)" (__imp_?close_pending_tasks_with_error@websocket_client_task_impl@details@client@websockets@web@@QEAAXAEBVwebsocket_exception@345@@Z) 1>AzureConnection.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class Concurrency::task<class web::websockets::client::websocket_incoming_message> __cdecl web::websockets::client::details::websocket_client_task_impl::receive(void)" (__imp_?receive@websocket_client_task_impl@details@client@websockets@web@@QEAA?AV?$task@Vwebsocket_incoming_message@client@websockets@web@@@Concurrency@@XZ) 1>AzureConnection.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __cdecl web::http::client::http_client::http_client(class web::uri const &)" (__imp_??0http_client@client@http@web@@QEAA@AEBVuri@3@@Z) 1>AzureConnection.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __cdecl web::http::client::http_client::~http_client(void)" (__imp_??1http_client@client@http@web@@QEAA@XZ) 1>AzureConnection.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __cdecl web::json::value::value(wchar_t const *)" (__imp_??0value@json@web@@QEAA@PEB_W@Z) 1>AzureConnection.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class Concurrency::task<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > __cdecl web::websockets::client::websocket_incoming_message::extract_string(void)const " (__imp_?extract_string@websocket_incoming_message@client@websockets@web@@QEBA?AV?$task@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Concurrency@@XZ) 1>AzureConnection.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class web::json::value __cdecl web::json::value::parse(class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > const &)" (__imp_?parse@value@json@web@@SA?AV123@AEBV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@@Z) 1>AzureConnection.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > const & __cdecl web::json::value::as_string(void)const " (__imp_?as_string@value@json@web@@QEBAAEBV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@XZ) 1>AzureConnection.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class web::json::value & __cdecl web::json::value::at(class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > const &)" (__imp_?at@value@json@web@@QEAAAEAV123@AEBV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@@Z) 1>AzureConnection.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class web::json::value const & __cdecl web::json::value::at(class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > const &)const " (__imp_?at@value@json@web@@QEBAAEBV123@AEBV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@@Z) 1>AzureConnection.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class web::json::value & __cdecl web::json::value::operator=(class web::json::value &&)" (__imp_??4value@json@web@@QEAAAEAV012@$$QEAV012@@Z) 1>AzureConnection.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class web::json::value & __cdecl web::json::value::operator=(class web::json::value const &)" (__imp_??4value@json@web@@QEAAAEAV012@AEBV012@@Z) 1>AzureConnection.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class web::json::array & __cdecl web::json::value::as_array(void)" (__imp_?as_array@value@json@web@@QEAAAEAVarray@23@XZ) 1>AzureConnection.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __cdecl web::json::value::value(class web::json::value &&)" (__imp_??0value@json@web@@QEAA@$$QEAV012@@Z) 1>AzureConnection.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class web::json::value __cdecl web::json::value::string(class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> >)" (__imp_?string@value@json@web@@SA?AV123@V?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@@Z) 1>AzureConnection.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __cdecl web::json::value::value(class web::json::value const &)" (__imp_??0value@json@web@@QEAA@AEBV012@@Z) 1>AzureConnection.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __cdecl web::http::details::_http_request::_http_request(class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> >)" (__imp_??0_http_request@details@http@web@@QEAA@V?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@@Z) 1>AzureConnection.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __cdecl web::websockets::client::details::websocket_client_task_impl::websocket_client_task_impl(class web::websockets::client::websocket_client_config)" (__imp_??0websocket_client_task_impl@details@client@websockets@web@@QEAA@Vwebsocket_client_config@234@@Z) 1>AzureConnection.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > __cdecl web::http::details::http_msg_base::to_string(void)const " (__imp_?to_string@http_msg_base@details@http@web@@UEBA?AV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@XZ) 1>AzureConnection.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual void __cdecl web::http::details::http_msg_base::_complete(unsigned __int64,class std::exception_ptr const &)" (__imp_?_complete@http_msg_base@details@http@web@@UEAAX_KAEBVexception_ptr@std@@@Z) 1>C:\Users\hu60c\source\repos\terminal\x64\Release\TerminalConnection\TerminalConnection.dll : fatal error LNK1120: 47 unresolved externals 1>Done building project "TerminalConnection.vcxproj" -- FAILED. 2>------ Build started: Project: UnitTests_TerminalApp, Configuration: Release x64 ------ 3>------ Build started: Project: CascadiaPackage, Configuration: Release x64 ------ 2>C:\Program Files (x86)\Microsoft Visual Studio\2019\Preview\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2106,5): error MSB3272: There was a problem reading the implementation file "C:\Users\hu60c\source\repos\terminal\x64\Release\TerminalAppLib\TerminalAppLib.lib". "Unable to read beyond the end of the stream." 2>Done building project "TerminalApp.UnitTests.vcxproj" -- FAILED. ```
Author
Owner

@SwimmingTiger commented on GitHub (Aug 8, 2019):

批注 2019-08-08 150820

This may be the reason. I have never installed this package from my vcpkg.

@SwimmingTiger commented on GitHub (Aug 8, 2019): <img width="906" alt="批注 2019-08-08 150820" src="https://user-images.githubusercontent.com/4986069/62682575-11e42f00-b9ef-11e9-8fac-84ba23750501.png"> This may be the reason. I have never installed this package from my `vcpkg`.
Author
Owner

@SwimmingTiger commented on GitHub (Aug 8, 2019):

Fixed by these commands with my vcpkg installation:

.\vcpkg integrate install
.\vcpkg install cpprestsdk:x64-windows

Install cpprestsdk:x86-windows if you build a x86 package.

@SwimmingTiger commented on GitHub (Aug 8, 2019): Fixed by these commands with my [vcpkg](https://github.com/microsoft/vcpkg) installation: ``` .\vcpkg integrate install .\vcpkg install cpprestsdk:x64-windows ``` Install `cpprestsdk:x86-windows` if you build a `x86` package.
Author
Owner

@shayne commented on GitHub (Aug 8, 2019):

@SwimmingTiger thanks for your insight. It's working once again.

@shayne commented on GitHub (Aug 8, 2019): @SwimmingTiger thanks for your insight. It's working once again.
Author
Owner

@shayne commented on GitHub (Aug 8, 2019):

@DHowett-MSFT is this the right approach?

@shayne commented on GitHub (Aug 8, 2019): @DHowett-MSFT is this the right approach?
Author
Owner

@DHowett-MSFT commented on GitHub (Aug 8, 2019):

I think so. It looks like having a local vcpkg install overrides the one in the NuGet package.
That is incredibly inconvenient. 😄

@DHowett-MSFT commented on GitHub (Aug 8, 2019): I think so. It looks like having a local vcpkg install overrides the one in the NuGet package. That is incredibly inconvenient. :smile:
Author
Owner

@DHowett-MSFT commented on GitHub (Aug 16, 2019):

I'm going to escalate this over to vcpkg and clean up our copy. Thanks!

@DHowett-MSFT commented on GitHub (Aug 16, 2019): I'm going to escalate this over to vcpkg and clean up our copy. Thanks!
Author
Owner

@ghost commented on GitHub (Nov 26, 2019):

:tada:This issue was addressed in #3489, which has now been successfully released as Windows Terminal Preview v0.7.3291.0.🎉

Handy links:

@ghost commented on GitHub (Nov 26, 2019): :tada:This issue was addressed in #3489, which has now been successfully released as `Windows Terminal Preview v0.7.3291.0`.:tada: Handy links: * [Release Notes](https://github.com/microsoft/terminal/releases/tag/v0.7.3291.0) * [Store Download](https://www.microsoft.com/store/apps/9n0dx20hk701?cid=storebadge&ocid=badge)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#3276