Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.NET Core 2.0.0 Preview 1 #640

Closed
leecow opened this issue May 10, 2017 · 88 comments
Closed

.NET Core 2.0.0 Preview 1 #640

leecow opened this issue May 10, 2017 · 88 comments

Comments

@leecow
Copy link
Member

leecow commented May 10, 2017

.NET Core 2.0.0 Preview 1 is available.

You can read about .NET Core 2.0.0 Preview 1 in the release notes and .NET blog announcement.

Please report any issues you find with .NET Core 2.0.0 Preview 1 here, either responding to this issue or creating a new issue.

Please note that this repo (dotnet/core) is not for filing product issues. Here are some repos where you can file an issue:

  • dotnet/cli - for CLI tools and questions
  • dotnet/corefx - for API issues and questions
  • dotnet/coreclr - for runtime issues
  • nuget/home - for NuGet questions and issues
@Jonathan34
Copy link

Jonathan34 commented May 10, 2017

About time! thanks team! and thanks to have updated the docker along with the release!

@yaakov-h
Copy link
Member

Visual Studio for Mac doesn't seem to be able to handle .NET Core 2.0, although the command-line tools do.

I have a netstandard2.0 library and a netcoreapp2.0 executable which references it. dotnet build works fine, but Visual Studio for Mac gives the following error:

/Library/Frameworks/Mono.framework/Versions/5.0.0/lib/mono/msbuild/15.0/bin/Sdks/Microsoft.NET.Sdk/build/Microsoft.NET.Sdk.Common.targets(73,5): error : Project '/Users/yaakov/Development/Projects/ValveKeyValue/ValveKeyValue/ValveKeyValue/ValveKeyValue.csproj' targets '.NETStandard,Version=v2.0'. It cannot be referenced by a project that targets '.NETCoreApp,Version=v2.0'.

Which repo, if any, is the appropriate place for this?

@leecow
Copy link
Member Author

leecow commented May 11, 2017

Hey @yaakov-h, the VS for Mac team has a few items relating to .NET Core 2.0 in this gist.

@copernicus365
Copy link

copernicus365 commented May 11, 2017

I would like to verify that we can install .NET Core 2.0 Preview 1 on the latest version of Visual Studio 2017 (15.2)? I'm not referring to VS 2017 Preview, which of course would work. And if so: will this allow us to build .netstandard 2.0 class libraries?, again, on the current version (15.2) of Visual Studio 2017? None of the posts have clarified this, and maybe it seems obvious that the answer is yes, but things are so convoluted about what drives what, I would like verification first. I do understand that this is not marked as production ready.

THANKS for all the terrific work! So awesome, been waiting for this day for literally years now ...

@richlander
Copy link
Member

.NET Core 2.0 doesn't work with 15.2. It requires 15.3 and later. There are two reasons for that:

  • VS 15.0 (and .1 and .2) was hard-coded to use .NET Core 1.x. VS 15.3 includes an extensibility model for .NET Core so that VS is much more flexible to supporting .NET Core SDK versions (which in turn decides runtime versions).
  • Many VS improvements were added to make VS work better for .NET Core. These are more helpful than fully required, but it's also the scenario we tested, so it's important to use 15.3.

@hyeomans
Copy link

hyeomans commented May 13, 2017

I got this when trying to install.

Package: dotnet-dev-osx-x64.2.0.0-preview1-005977.pkg

``` Process: dotnet [48516] Path: /usr/local/share/dotnet/dotnet Identifier: dotnet Version: 0 Code Type: X86-64 (Native) Parent Process: zsh [48514] User ID: 501

Date/Time: 2017-05-12 22:24:04.210
OS Version: Mac OS X 10.10.5 (14F2109)
Report Version: 11
Anonymous UUID: 16C4099C-F1DE-BEC7-DBE6-92EFF1E2FC85

Sleep/Wake UUID: BD31F401-9753-4763-8D59-9E786A95DC92

Time Awake Since Boot: 320000 seconds
Time Since Wake: 18000 seconds

Crashed Thread: 0 Dispatch queue: com.apple.main-thread

Exception Type: EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000

Dyld Error Message:
Symbol not found: _clock_gettime
Referenced from: /usr/local/share/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-002111-00/libcoreclr.dylib (which was built for Mac OS X 10.12)
Expected in: /usr/lib/libSystem.B.dylib

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 dyld 0x00007fff6e955075 dyld_fatal_error + 1
1 dyld 0x00007fff6e9582a8 dyld::fastBindLazySymbol(ImageLoader**, unsigned long) + 180
2 libdyld.dylib 0x00007fff869cf3ba dyld_stub_binder + 282
3 ??? 0x000000010ddaa008 0 + 4527398920
4 libcoreclr.dylib 0x000000010da9657d EEStartupHelper(tagCOINITEE) + 333
5 libcoreclr.dylib 0x000000010da95f15 EEStartup(tagCOINITEE) + 325
6 libcoreclr.dylib 0x000000010da95d91 EnsureEEStarted(tagCOINITEE) + 273
7 libcoreclr.dylib 0x000000010d9a3045 CorHost2::Start() + 133
8 libcoreclr.dylib 0x000000010d8da52d coreclr_initialize + 557
9 libhostpolicy.dylib 0x000000010d8538b9 run(arguments_t const&) + 4585
10 libhostpolicy.dylib 0x000000010d854ba5 corehost_main + 341
11 libhostfxr.dylib 0x000000010d80e829 execute_app(std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator > const&, corehost_init_t*, int, char const**) + 153
12 libhostfxr.dylib 0x000000010d815a2d fx_muxer_t::read_config_and_execute(std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator > const&, std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator > const&, std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator >, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator > > >, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator > const, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator > > > > > > const&, int, char const**, host_mode_t) + 2205
13 libhostfxr.dylib 0x000000010d814bfd fx_muxer_t::parse_args_and_execute(std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator > const&, std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator > const&, int, int, char const**, bool, host_mode_t, bool*) + 1437
14 libhostfxr.dylib 0x000000010d81632c fx_muxer_t::execute(int, char const**) + 1340
15 dotnet 0x000000010d7b4350 run(int, char const**) + 480
16 libdyld.dylib 0x00007fff869d15c9 start + 1

Thread 1:
0 libsystem_kernel.dylib 0x00007fff8f34f4de mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff8f34e64f mach_msg + 55
2 libcoreclr.dylib 0x000000010d8d6f2a MachMessage::Receive(unsigned int) + 74
3 libcoreclr.dylib 0x000000010d8d5dd9 SEHExceptionThread(void*) + 105
4 libsystem_pthread.dylib 0x00007fff8893305a _pthread_body + 131
5 libsystem_pthread.dylib 0x00007fff88932fd7 _pthread_start + 176
6 libsystem_pthread.dylib 0x00007fff889303ed thread_start + 13

Thread 2:
0 libsystem_kernel.dylib 0x00007fff8f35521a kevent + 10
1 libcoreclr.dylib 0x000000010d8cab13 CorUnix::CPalSynchronizationManager::WorkerThread(void*) + 147
2 libcoreclr.dylib 0x000000010d8d3718 CorUnix::CPalThread::ThreadEntry(void*) + 328
3 libsystem_pthread.dylib 0x00007fff8893305a _pthread_body + 131
4 libsystem_pthread.dylib 0x00007fff88932fd7 _pthread_start + 176
5 libsystem_pthread.dylib 0x00007fff889303ed thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x00007fff6e98d288 rbx: 0x00007fc350650860 rcx: 0x0000000000000000 rdx: 0x0000000000000000
rdi: 0x00007fff6e98d3f0 rsi: 0x0000000000000000 rbp: 0x00007fff5244e590 rsp: 0x00007fff5244e578
r8: 0x00007fff6e977b4c r9: 0x00000000fffff800 r10: 0x00007fff5244e2f9 r11: 0x00007fff6e98d3f0
r12: 0x0000000000000000 r13: 0x0000000000000000 r14: 0x00007fff6e98d3f0 r15: 0x00007fff5244ed38
rip: 0x00007fff6e955075 rfl: 0x0000000000000246 cr2: 0x000000010d8cb3c0

Logical CPU: 0
Error Code: 0x00000000
Trap Number: 3

Binary Images:
0x10d7b0000 - 0x10d7b9fff +dotnet (0) <4ED57628-C44C-3723-B98E-7AE9413663A0> /usr/local/share/dotnet/dotnet
0x10d7f5000 - 0x10d81fff3 +libhostfxr.dylib (0) /usr/local/share/dotnet/host/fxr/2.0.0-preview1-002111-00/libhostfxr.dylib
0x10d83c000 - 0x10d86aff3 +libhostpolicy.dylib (0) <84E3AEB9-0007-3AEC-8D86-A984DD6E08C4> /usr/local/share/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-002111-00/libhostpolicy.dylib
0x10d88a000 - 0x10dda9fff +libcoreclr.dylib (0) /usr/local/share/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-002111-00/libcoreclr.dylib
0x7fff6e954000 - 0x7fff6e98a92f dyld (353.2.4) <708E385E-50C6-32A3-983C-42E97BEE4346> /usr/lib/dyld
0x7fff8499a000 - 0x7fff849a3ff3 com.apple.CommonAuth (4.0 - 2.0) <9A484EE6-0003-3AB1-AE4F-AA543BBBF53F> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff849a7000 - 0x7fff849b2fff libGL.dylib (11.1.6) <38B3FF9A-5660-3080-9DB8-1CAE0E8CD739> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff849b3000 - 0x7fff849ffff7 libcups.2.dylib (408.2) /usr/lib/libcups.2.dylib
0x7fff84a00000 - 0x7fff84a08fff libsystem_platform.dylib (63) <64E34079-D712-3D66-9CE2-418624A5C040> /usr/lib/system/libsystem_platform.dylib
0x7fff84a2a000 - 0x7fff84a70ff7 libFontRegistry.dylib (134.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff84a71000 - 0x7fff84da2fff com.apple.Foundation (6.9 - 1154) <49EE64E1-9F53-35D1-A481-2EFE2789B254> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff84da3000 - 0x7fff84da6fff com.apple.IOSurface (97.4 - 97.4) /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff84de1000 - 0x7fff84e50fff com.apple.SearchKit (1.4.0 - 1.4.0) <80883BD1-C9BA-3794-A20E-476F94DD89A9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff85121000 - 0x7fff85121fff com.apple.ApplicationServices (48 - 48) <5BF7910B-C328-3BF8-BA4F-CE52B574CE01> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff85122000 - 0x7fff85129ff7 libcompiler_rt.dylib (35) /usr/lib/system/libcompiler_rt.dylib
0x7fff85380000 - 0x7fff853c6ff7 libauto.dylib (186) /usr/lib/libauto.dylib
0x7fff85862000 - 0x7fff8586efff com.apple.speech.synthesis.framework (5.3.11 - 5.3.11) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff85911000 - 0x7fff85921ff7 libbsm.0.dylib (34) /usr/lib/libbsm.0.dylib
0x7fff8592f000 - 0x7fff85a20fff libJP2.dylib (1247) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff85a21000 - 0x7fff85a95ffb com.apple.securityfoundation (6.0 - 55126) <344401F5-4016-3AEB-BFDC-CE8E5546D39F> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff85a96000 - 0x7fff85ac3fff com.apple.CoreVideo (1.8 - 145.1) <18DB07E0-B927-3260-A234-636F298D1917> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff85e09000 - 0x7fff85e1aff3 libsystem_coretls.dylib (35.40.1) <155DA0A9-2046-332E-BFA3-D7974A51F731> /usr/lib/system/libsystem_coretls.dylib
0x7fff85e1b000 - 0x7fff85e25ff7 com.apple.NetAuth (5.2 - 5.2) <2BBD749A-8E18-35B8-8E48-A90347C1CCA7> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff85e27000 - 0x7fff85e52ffb libarchive.2.dylib (30.50.1) /usr/lib/libarchive.2.dylib
0x7fff85eb6000 - 0x7fff85eb7fff libDiagnosticMessagesClient.dylib (100) <2EE8E436-5CDC-34C5-9959-5BA218D507FB> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff85eb8000 - 0x7fff85ee2ff7 libdispatch.dylib (442.50.1) /usr/lib/system/libdispatch.dylib
0x7fff85ee3000 - 0x7fff85efdff7 com.apple.Kerberos (3.0 - 1) <7760E0C2-A222-3709-B2A6-B692D900CEB1> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff860c2000 - 0x7fff86161e27 com.apple.AppleJPEG (1.0 - 1) <6627DDD9-A8FE-3968-B23A-B6A29AA3919A> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x7fff86177000 - 0x7fff8637146f libobjc.A.dylib (647) <759E155D-BC42-3D4E-869B-6F57D477177C> /usr/lib/libobjc.A.dylib
0x7fff8690f000 - 0x7fff869a4ff7 com.apple.ColorSync (4.9.0 - 4.9.0) <9150C2B7-2E6E-3509-96EA-7B3F959F049E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff869bc000 - 0x7fff869befff libsystem_configuration.dylib (699.40.2) <56F94DCE-DBDE-3615-8F07-DE6270D9F8BE> /usr/lib/system/libsystem_configuration.dylib
0x7fff869c0000 - 0x7fff869c4fff com.apple.TCC (1.0 - 1) /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff869ce000 - 0x7fff869d1ff7 libdyld.dylib (353.2.4) <224F35C5-6E35-3EC4-A97C-80949CE444E7> /usr/lib/system/libdyld.dylib
0x7fff869d2000 - 0x7fff86ac4ff7 libiconv.2.dylib (42) <2A06D02F-8B76-3864-8D96-64EF5B40BC6C> /usr/lib/libiconv.2.dylib
0x7fff86ac5000 - 0x7fff86b12ff7 com.apple.print.framework.PrintCore (10.3 - 451.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff86b13000 - 0x7fff86b8bff7 com.apple.SystemConfiguration (1.14.4 - 1.14) <3DFFD7F7-BD23-3F4C-A209-C4A0D99F6573> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff86b9b000 - 0x7fff86becfff com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <8E6AE326-9F3E-3182-BD9E-FDF561211E2E> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff86bed000 - 0x7fff86c04ff7 libLinearAlgebra.dylib (1128) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x7fff86c63000 - 0x7fff86ce1fff com.apple.CoreServices.OSServices (640.4 - 640.4) <9D175CD9-B27F-3529-8269-66D8AA83582E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff86ce6000 - 0x7fff86cebfff libsystem_stats.dylib (163.30.2) /usr/lib/system/libsystem_stats.dylib
0x7fff86cec000 - 0x7fff86d11fff libPng.dylib (1247) <1E8B06AA-1DC5-3845-88D9-B2F8E6E1E540> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff86e27000 - 0x7fff86e7bfff libc++.1.dylib (120) <1B9530FD-989B-3174-BB1C-BDC159501710> /usr/lib/libc++.1.dylib
0x7fff87880000 - 0x7fff879c6fef libsqlite3.dylib (168.2) <53F6A294-15D7-3804-9ABF-47D35E15CDFB> /usr/lib/libsqlite3.dylib
0x7fff879c7000 - 0x7fff879d4fff libxar.1.dylib (255) <7CD69BB5-97BA-3858-8A8B-2F33F129E6E7> /usr/lib/libxar.1.dylib
0x7fff879d5000 - 0x7fff879f0fff com.apple.AppleVPAFramework (1.4.5 - 1.4.5) /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
0x7fff879f1000 - 0x7fff879f1fff libOpenScriptingUtil.dylib (162.2) /usr/lib/libOpenScriptingUtil.dylib
0x7fff87be0000 - 0x7fff87cd2ff7 libxml2.2.dylib (26.12) <769FD755-D24A-3A7C-ABEE-9A82BB1196D0> /usr/lib/libxml2.2.dylib
0x7fff87ea0000 - 0x7fff87ebaff7 libextension.dylib (55.2) <3BB019CA-199A-36AC-AA22-14B562138545> /usr/lib/libextension.dylib
0x7fff87ebb000 - 0x7fff87ec7ff7 com.apple.OpenDirectory (10.10 - 187) <22FF4721-03D8-381B-AA83-2B07D690C777> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff8817d000 - 0x7fff88180fff com.apple.xpc.ServiceManagement (1.0 - 1) /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff883d2000 - 0x7fff883efffb libresolv.9.dylib (57) <26B38E61-298A-3C3A-82C1-3B5E98AD5E29> /usr/lib/libresolv.9.dylib
0x7fff883f0000 - 0x7fff88723ff7 libmecabra.dylib (666.7) <0ED8AE5E-7A5B-34A6-A2EE-2B852E60E1E2> /usr/lib/libmecabra.dylib
0x7fff8885d000 - 0x7fff88881fef libJPEG.dylib (1247) <78AA0479-176D-3C69-ADFB-4609A4A676FF> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff8892f000 - 0x7fff88938fff libsystem_pthread.dylib (105.40.1) /usr/lib/system/libsystem_pthread.dylib
0x7fff88c93000 - 0x7fff88c9cff7 libsystem_notify.dylib (133.1.1) <61147800-F320-3DAA-850C-BADF33855F29> /usr/lib/system/libsystem_notify.dylib
0x7fff88d59000 - 0x7fff88d73ff7 liblzma.5.dylib (7) <1D03E875-A7C0-3028-814C-3C27F7B7C079> /usr/lib/liblzma.5.dylib
0x7fff88d74000 - 0x7fff88dceff7 com.apple.LanguageModeling (1.0 - 1) /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x7fff88dd8000 - 0x7fff8904efff com.apple.security (7.0 - 57031.40.8) /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff8904f000 - 0x7fff8907aff7 com.apple.DictionaryServices (1.2 - 229.1) <62EC3E1B-5A28-3252-90FF-C2E9999C2A2A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff8907b000 - 0x7fff89488ff7 libLAPACK.dylib (1128) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff8948a000 - 0x7fff8948fff7 libmacho.dylib (862) <126CA2ED-DE91-308F-8881-B9DAEC3C63B6> /usr/lib/system/libmacho.dylib
0x7fff8965e000 - 0x7fff89660fff libsystem_sandbox.dylib (358.20.5) <3F5E973F-C702-31AC-97BC-05F5C195683C> /usr/lib/system/libsystem_sandbox.dylib
0x7fff89661000 - 0x7fff89665fff libcache.dylib (69) <45E9A2E7-99C4-36B2-BEE3-0C4E11614AD1> /usr/lib/system/libcache.dylib
0x7fff8a0da000 - 0x7fff8a0e0ff7 libsystem_networkextension.dylib (167.40.3) /usr/lib/system/libsystem_networkextension.dylib
0x7fff8a0e1000 - 0x7fff8a111ff3 com.apple.GSS (4.0 - 2.0) <97F2A028-44CF-3188-B863-F4EEB39CBDBD> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff8a16e000 - 0x7fff8a353ff7 libicucore.A.dylib (531.50) /usr/lib/libicucore.A.dylib
0x7fff8a65a000 - 0x7fff8a65efff libpam.2.dylib (20) /usr/lib/libpam.2.dylib
0x7fff8a6b9000 - 0x7fff8a6bafff libsystem_secinit.dylib (18) <581DAD0F-6B63-3A48-B63B-917AF799ABAA> /usr/lib/system/libsystem_secinit.dylib
0x7fff8a6bb000 - 0x7fff8a6c1fff libsystem_trace.dylib (72.20.1) <840F5301-B55A-3078-90B9-FEFFD6CD741A> /usr/lib/system/libsystem_trace.dylib
0x7fff8a6c6000 - 0x7fff8a6d1ff7 libkxld.dylib (2782.50.9) /usr/lib/system/libkxld.dylib
0x7fff8a6de000 - 0x7fff8a819fff com.apple.ImageIO.framework (3.3.0 - 1247) /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff8ab25000 - 0x7fff8ab2afff com.apple.DiskArbitration (2.6 - 2.6) <0DFF4D9B-2AC3-3B82-B5C5-30F4EFBD2DB9> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff8ab78000 - 0x7fff8ac6cff7 libFontParser.dylib (134.10) <6CF434A2-91CA-3477-BDE2-124508EDA05D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff8ac6d000 - 0x7fff8ac6dff7 libunc.dylib (29) <5676F7EA-C1DF-329F-B006-D2C3022B7D70> /usr/lib/system/libunc.dylib
0x7fff8b20f000 - 0x7fff8b213fff libCoreVMClient.dylib (79.1) <201EF6DF-5074-3CB7-A361-398CF957A264> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff8b26f000 - 0x7fff8b2a7fff libsystem_network.dylib (412.20.3) <6105C134-6722-3C0A-A4CE-5E1261E2E1CC> /usr/lib/system/libsystem_network.dylib
0x7fff8b2a8000 - 0x7fff8b2c1ff7 com.apple.CFOpenDirectory (10.10 - 187) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff8b2c2000 - 0x7fff8b2c3ff3 libSystem.B.dylib (1213) <4B24B5BE-45F2-355A-9A35-D438A516D140> /usr/lib/libSystem.B.dylib
0x7fff8b2c4000 - 0x7fff8b2fffff com.apple.QD (301 - 301) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff8b300000 - 0x7fff8b3affe7 libvMisc.dylib (516) <6739E390-46E7-3BFA-9B69-B278562326E6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff8b57a000 - 0x7fff8b57cfff com.apple.loginsupport (1.0 - 1) /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x7fff8b57d000 - 0x7fff8b598ff7 libCRFSuite.dylib (34) /usr/lib/libCRFSuite.dylib
0x7fff8b599000 - 0x7fff8b5c1fff libxpc.dylib (559.40.1) <5C829202-962E-3744-8B50-00D38CC88E84> /usr/lib/system/libxpc.dylib
0x7fff8b611000 - 0x7fff8b615ff7 libGIF.dylib (1247) <5EA6D19A-9922-39F6-82DB-DE7A5B8860CF> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff8b616000 - 0x7fff8b67dffb com.apple.datadetectorscore (6.0 - 396.1.2) /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff8b80c000 - 0x7fff8b81aff7 com.apple.opengl (11.1.6 - 11.1.6) /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff8b99b000 - 0x7fff8bd33ff7 com.apple.CoreFoundation (6.9 - 1153.18) <5C0892B8-9691-341F-9279-CA3A74D59AA0> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff8be35000 - 0x7fff8be35fff com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <9D749502-A228-3BF1-B52F-A182DEEB2C4D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff8be43000 - 0x7fff8be9efe7 libTIFF.dylib (1247) <43CB4BDE-84FD-3CCE-96C0-FB33BA2753BD> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff8bea1000 - 0x7fff8bfc5ff7 com.apple.LaunchServices (644.56 - 644.56) <20AABB1C-9319-3E4D-A024-51B0DD5FCD3B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff8c05d000 - 0x7fff8c0fbfff com.apple.Metadata (10.7.0 - 917.36) <00C4CB5D-E723-3612-84E0-439098392CDD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff8c0fc000 - 0x7fff8c11cff7 com.apple.MultitouchSupport.framework (264.6 - 264.6) <1539F1F6-6334-37F3-9C52-02EFFBF4835D> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff8c219000 - 0x7fff8c235ff7 libsystem_malloc.dylib (53.30.1) /usr/lib/system/libsystem_malloc.dylib
0x7fff8c5a3000 - 0x7fff8c5a3ff7 libkeymgr.dylib (28) <77845842-DE70-3CC5-BD01-C3D14227CED5> /usr/lib/system/libkeymgr.dylib
0x7fff8c5a4000 - 0x7fff8c5eefff com.apple.HIServices (1.22 - 523) <99ADA325-53C8-368E-A5FA-3F913CD2245A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff8c61c000 - 0x7fff8c621ffb libheimdal-asn1.dylib (398.40.1) <7D2BE3DE-60F7-3A6E-A92E-DA0EF9D3417E> /usr/lib/libheimdal-asn1.dylib
0x7fff8c6a7000 - 0x7fff8c6a7ff7 liblaunch.dylib (559.40.1) <4F81CA3A-D2CE-3030-A89D-42F3DAD7BA8F> /usr/lib/system/liblaunch.dylib
0x7fff8cdb1000 - 0x7fff8cdc2fff libcmph.dylib (1) <46EC3997-DB5E-38AE-BBBB-A035A54AD3C0> /usr/lib/libcmph.dylib
0x7fff8cdc3000 - 0x7fff8cdc4ff7 libsystem_blocks.dylib (65) <9615D10A-FCA7-3BE4-AA1A-1B195DACE1A1> /usr/lib/system/libsystem_blocks.dylib
0x7fff8cdc5000 - 0x7fff8ce51fef libsystem_c.dylib (1044.40.3) <2E673D96-E334-37D2-833A-E57383BBA377> /usr/lib/system/libsystem_c.dylib
0x7fff8ce53000 - 0x7fff8ce64ff7 libz.1.dylib (55) <88C7C7DE-04B8-316F-8B74-ACD9F3DE1AA1> /usr/lib/libz.1.dylib
0x7fff8ce65000 - 0x7fff8ced7fff com.apple.framework.IOKit (2.0.2 - 1050.20.2) <09C0518C-90DF-3FC3-96D6-34D35F72C8EF> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff8cefc000 - 0x7fff8cf25ff3 libxslt.1.dylib (13.12) <19B2D915-DC29-3F79-9756-D7EB9051FEFF> /usr/lib/libxslt.1.dylib
0x7fff8cf3b000 - 0x7fff8cf3cfff liblangid.dylib (117) /usr/lib/liblangid.dylib
0x7fff8cf3d000 - 0x7fff8cf3effb libremovefile.dylib (35) <3485B5F4-6CE8-3C62-8DFD-8736ED6E8531> /usr/lib/system/libremovefile.dylib
0x7fff8cfa5000 - 0x7fff8cfadfff libsystem_dnssd.dylib (576.50.2) <9EC5AF92-D0D2-3BDE-92B6-D3730D3865C8> /usr/lib/system/libsystem_dnssd.dylib
0x7fff8cfe7000 - 0x7fff8cfe7fff com.apple.Accelerate (1.10 - Accelerate 1.10) <2C8AF258-4F11-3BEC-A826-22D7199B3975> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff8cfe8000 - 0x7fff8d018fff libsystem_m.dylib (3086.1) <1E12AB45-6D96-36D0-A226-F24D9FB0D9D6> /usr/lib/system/libsystem_m.dylib
0x7fff8e47b000 - 0x7fff8e482fff com.apple.NetFS (6.0 - 4.0) /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff8e483000 - 0x7fff8e4abfff libsystem_info.dylib (459.40.1) <2E16C4B3-A327-3957-9C41-143911979A1E> /usr/lib/system/libsystem_info.dylib
0x7fff8f0ac000 - 0x7fff8f0b4ffb libcopyfile.dylib (118.1.2) <0C68D3A6-ACDD-3EF3-991A-CC82C32AB836> /usr/lib/system/libcopyfile.dylib
0x7fff8f33e000 - 0x7fff8f35bfff libsystem_kernel.dylib (2782.50.9) /usr/lib/system/libsystem_kernel.dylib
0x7fff8f585000 - 0x7fff8f5fefe7 libcorecrypto.dylib (233.30.1) <5779FFA0-4D9A-3AD4-B7F2-618227621DC8> /usr/lib/system/libcorecrypto.dylib
0x7fff8f602000 - 0x7fff8f602fff com.apple.CoreServices (62 - 62) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff8fcbe000 - 0x7fff8fce9fff libc++abi.dylib (125) <88A22A0F-87C6-3002-BFBA-AC0F2808B8B9> /usr/lib/libc++abi.dylib
0x7fff90353000 - 0x7fff9035efff libcommonCrypto.dylib (60061.30.1) /usr/lib/system/libcommonCrypto.dylib
0x7fff907d6000 - 0x7fff90817fff libGLU.dylib (11.1.6) <4BC6579D-A6D0-3A19-880E-E29FAEA698E7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff90aa3000 - 0x7fff90b11ff3 com.apple.Heimdal (4.0 - 2.0) <8D1667CF-D454-3E07-A58E-E15591B5A95E> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff90c03000 - 0x7fff90c74ffb com.apple.ApplicationServices.ATS (360 - 375.4) <888FE0B1-835C-30B1-80AD-5066CADB0364> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff90d23000 - 0x7fff91567ff7 com.apple.CoreGraphics (1.600.0 - 788.3.6) <3C5D7B35-2EB7-3907-A6B1-9186BDEA2CC8> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff91eb1000 - 0x7fff92130ff7 com.apple.CoreData (111 - 526.3) <5A27E0D8-5E5A-335B-B3F6-2601C7B976FA> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff92131000 - 0x7fff92171ff7 libGLImage.dylib (11.1.6) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff92258000 - 0x7fff9226eff7 libsystem_asl.dylib (267) /usr/lib/system/libsystem_asl.dylib
0x7fff92368000 - 0x7fff92371fff libGFXShared.dylib (11.1.6) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff92421000 - 0x7fff9242eff7 libbz2.1.0.dylib (36) <2DF83FBC-5C08-39E1-94F5-C28653791B5F> /usr/lib/libbz2.1.0.dylib
0x7fff92bf1000 - 0x7fff92f0cfcf com.apple.vImage (8.0 - 8.0) <1183FE6A-FDB6-3B3B-928D-50C7909F2308> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff9300c000 - 0x7fff93125ffb com.apple.CoreText (454.11 - 454.11) <7E5228C8-8657-3B6C-B3A4-98B79A3041EA> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff93126000 - 0x7fff93336ff7 com.apple.CFNetwork (720.5.7 - 720.5.7) /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff93410000 - 0x7fff9346ffff com.apple.AE (681.5 - 681.7) <2BF39455-1CDD-392C-824A-9972C6B1FB57> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff9366d000 - 0x7fff93672ff7 libunwind.dylib (35.3) /usr/lib/system/libunwind.dylib
0x7fff93c04000 - 0x7fff93eebffb com.apple.CoreServices.CarbonCore (1108.6 - 1108.6) <8953580E-7857-33B2-AA64-98296830D3A8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff93eec000 - 0x7fff93ffeff7 libvDSP.dylib (516) <151B3CCB-77D3-3715-A3D0-7C74CD5C7FFC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff94006000 - 0x7fff94008ff7 libsystem_coreservices.dylib (9) <41B7C578-5A53-31C8-A96F-C73E030B0938> /usr/lib/system/libsystem_coreservices.dylib
0x7fff9403a000 - 0x7fff94049fff com.apple.LangAnalysis (1.7.0 - 1.7.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff9406f000 - 0x7fff94077ff3 com.apple.CoreServices.FSEvents (1210.20.1 - 1210.20.1) <84F79D3E-7B5E-3C93-8479-35794A3F125E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
0x7fff94177000 - 0x7fff94179fff libCVMSPluginSupport.dylib (11.1.6) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff94198000 - 0x7fff942ffffb com.apple.audio.toolbox.AudioToolbox (1.12 - 1.12) <5678FC94-456A-3F5F-BA9A-10EB6E462997> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff9432d000 - 0x7fff9432ffff libquarantine.dylib (76.20.1) <7AF90041-2768-378A-925A-D83161863642> /usr/lib/system/libquarantine.dylib
0x7fff94330000 - 0x7fff94332fff libRadiance.dylib (1247) <0028A2E3-7928-3479-9BF7-CB64234F85AF> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff94333000 - 0x7fff944c1fff libBLAS.dylib (1128) <497912C1-A98E-3281-BED7-E9C751552F61> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib

External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
Calls made by this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
Calls made by all processes on this machine:
task_for_pid: 147919
thread_create: 0
thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=146.3M resident=116.2M(79%) swapped_out_or_unallocated=30.1M(21%)
Writable regions: Total=46.2M written=1312K(3%) resident=2216K(5%) swapped_out=0K(0%) unallocated=44.1M(95%)

REGION TYPE VIRTUAL
=========== =======
Kernel Alloc Once 4K
MALLOC 36.3M
MALLOC (admin) 32K
STACK GUARD 56.0M
Stack 9232K
VM_ALLOCATE 1.9G
__DATA 6484K
__LINKEDIT 72.5M
__TEXT 73.8M
__UNICODE 552K
shared memory 4K
=========== =======
TOTAL 2.2G

Model: MacBookPro11,4, BootROM MBP114.0172.B10, 4 processors, Intel Core i7, 2.2 GHz, 16 GB, SMC 2.29f23
Graphics: Intel Iris Pro, Intel Iris Pro, Built-In
Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533642465238412D50422020
Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533642465238412D50422020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x152), Broadcom BCM43xx 1.0 (7.15.166.24.3)
Bluetooth: Version 4.3.6f4 17916, 3 services, 27 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
Serial ATA Device: APPLE SSD SM0256G, 251 GB
USB Device: Internal Memory Card Reader
USB Device: Bluetooth USB Host Controller
USB Device: Apple Internal Keyboard / Trackpad
Thunderbolt Bus: MacBook Pro, Apple Inc., 27.1

</details>

@dasMulli
Copy link

Did the prerequisites change for the portable linux build?
There is a doc at https://github.com/dotnet/core/blob/master/Documentation/prereqs.md but it may make sense to add a prerequisites section to each release note since this might change over time..

@yaakov-h
Copy link
Member

Speaking of prerequisites does macOS still require libssl, since .NET Core now uses the Apple crypto APIs, not openssl?

@dasMulli
Copy link

Finding prerequisites currently is a pain, they are scattered around repos and docs. docs.microsoft.com currently has documents for windows and Mac, but not linux (and those are for 1.0 only which is okay). So I really have no idea where to link to in http://stackoverflow.com/a/43951331/784387 (edits welcome)

@powellcj12
Copy link

@hyeomans it looks like you're running 10.10 on your Mac, and this page says you need to at least be running 10.11: https://www.microsoft.com/net/core/preview#macos

@dasMulli
Copy link

Actually macOS 10.12 is required now and this error has already been reported: https://github.com/dotnet/coreclr/issues/10337 (TL;DR: glock_gettime() is 10.12+ only)

@leecow, @richlander any chance of updating that on the installation instructions?

@powellcj12
Copy link

Would also be helpful to update the download page which really makes it look like 10.11 is supported...
screen shot 2017-05-13 at 6 36 13 am

@dasMulli
Copy link

dasMulli commented May 13, 2017

👆 That's what I was talking about 😄 👍 (just too lazy to make a screen shot)

@powellcj12
Copy link

Ahh, I misread and thought you were talking about the installer itself, which hopefully already doesn't let you install on unsupported versions?

@powellcj12
Copy link

powellcj12 commented May 13, 2017

*sigh* the installer just chugs right along... @dasMulli what's the right place to file a bug to get the .NET Core installer fixed? dotnet/cli repo? It is there I see some code for packaging, but their template already says it requires 10.12 - from here:

    <volume-check>
        <allowed-os-version>
            <os-version min="10.12" />
        </allowed-os-version>
    </volume-check>

@dasMulli
Copy link

dotnet/cli repo

@leecow
Copy link
Member Author

leecow commented May 13, 2017

@dasMulli @powellcj12 - PR submitted to update min macOS version on the getting started page. Thanks for the catch!

@jchannon
Copy link
Contributor

@leecow can you link to it please?

@hyeomans
Copy link

hyeomans commented May 13, 2017

Hi, I updated to 10.10.5 and I get:

``` Process: dotnet [7276] Path: /usr/local/share/dotnet/dotnet Identifier: dotnet Version: 0 Code Type: X86-64 (Native) Parent Process: zsh [7274] User ID: 501

Date/Time: 2017-05-13 16:37:27.438 -0700
OS Version: Mac OS X 10.10.5 (14F2315)
Report Version: 11
Anonymous UUID: 16C4099C-F1DE-BEC7-DBE6-92EFF1E2FC85

Sleep/Wake UUID: 5C368E69-4F9E-4CE9-97FF-9CE427D877B8

Time Awake Since Boot: 22000 seconds
Time Since Wake: 200 seconds

Crashed Thread: 0 Dispatch queue: com.apple.main-thread

Exception Type: EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000

Dyld Error Message:
Symbol not found: _clock_gettime
Referenced from: /usr/local/share/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-002111-00/libcoreclr.dylib (which was built for Mac OS X 10.12)
Expected in: /usr/lib/libSystem.B.dylib

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 dyld 0x00007fff643b0075 dyld_fatal_error + 1
1 dyld 0x00007fff643b32a8 dyld::fastBindLazySymbol(ImageLoader**, unsigned long) + 180
2 libdyld.dylib 0x00007fff8b6093ba dyld_stub_binder + 282
3 ??? 0x00000001074fd008 0 + 4417638408
4 libcoreclr.dylib 0x00000001071e957d EEStartupHelper(tagCOINITEE) + 333
5 libcoreclr.dylib 0x00000001071e8f15 EEStartup(tagCOINITEE) + 325
6 libcoreclr.dylib 0x00000001071e8d91 EnsureEEStarted(tagCOINITEE) + 273
7 libcoreclr.dylib 0x00000001070f6045 CorHost2::Start() + 133
8 libcoreclr.dylib 0x000000010702d52d coreclr_initialize + 557
9 libhostpolicy.dylib 0x0000000106fa68b9 run(arguments_t const&) + 4585
10 libhostpolicy.dylib 0x0000000106fa7ba5 corehost_main + 341
11 libhostfxr.dylib 0x0000000106f61829 execute_app(std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator > const&, corehost_init_t*, int, char const**) + 153
12 libhostfxr.dylib 0x0000000106f68a2d fx_muxer_t::read_config_and_execute(std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator > const&, std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator > const&, std::__1::unordered_map<std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator >, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator > > >, std::__1::hash<std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator > >, std::__1::equal_to<std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator > >, std::__1::allocator<std::__1::pair<std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator > const, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator > > > > > > const&, int, char const**, host_mode_t) + 2205
13 libhostfxr.dylib 0x0000000106f67bfd fx_muxer_t::parse_args_and_execute(std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator > const&, std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator > const&, int, int, char const**, bool, host_mode_t, bool*) + 1437
14 libhostfxr.dylib 0x0000000106f6932c fx_muxer_t::execute(int, char const**) + 1340
15 dotnet 0x0000000106f07350 run(int, char const**) + 480
16 libdyld.dylib 0x00007fff8b60b5c9 start + 1

Thread 1:
0 libsystem_kernel.dylib 0x00007fff8c6e94de mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff8c6e864f mach_msg + 55
2 libcoreclr.dylib 0x0000000107029f2a MachMessage::Receive(unsigned int) + 74
3 libcoreclr.dylib 0x0000000107028dd9 SEHExceptionThread(void*) + 105
4 libsystem_pthread.dylib 0x00007fff85a2a05a _pthread_body + 131
5 libsystem_pthread.dylib 0x00007fff85a29fd7 _pthread_start + 176
6 libsystem_pthread.dylib 0x00007fff85a273ed thread_start + 13

Thread 2:
0 libsystem_kernel.dylib 0x00007fff8c6ef21a kevent + 10
1 libcoreclr.dylib 0x000000010701db13 CorUnix::CPalSynchronizationManager::WorkerThread(void*) + 147
2 libcoreclr.dylib 0x0000000107026718 CorUnix::CPalThread::ThreadEntry(void*) + 328
3 libsystem_pthread.dylib 0x00007fff85a2a05a _pthread_body + 131
4 libsystem_pthread.dylib 0x00007fff85a29fd7 _pthread_start + 176
5 libsystem_pthread.dylib 0x00007fff85a273ed thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x00007fff643e8288 rbx: 0x00007fd66870ae40 rcx: 0x0000000000000000 rdx: 0x0000000000000000
rdi: 0x00007fff643e83f0 rsi: 0x0000000000000000 rbp: 0x00007fff58cfb590 rsp: 0x00007fff58cfb578
r8: 0x00007fff643d2b4c r9: 0x0000000000000000 r10: 0x00007fff58cfb2f9 r11: 0x00007fff643e83f0
r12: 0x0000000000000000 r13: 0x0000000000000000 r14: 0x00007fff643e83f0 r15: 0x00007fff58cfbd38
rip: 0x00007fff643b0075 rfl: 0x0000000000000246 cr2: 0x000000010701e3c0

Logical CPU: 0
Error Code: 0x00000000
Trap Number: 3

Binary Images:
0x106f03000 - 0x106f0cfff +dotnet (0) <4ED57628-C44C-3723-B98E-7AE9413663A0> /usr/local/share/dotnet/dotnet
0x106f48000 - 0x106f72ff3 +libhostfxr.dylib (0) /usr/local/share/dotnet/host/fxr/2.0.0-preview1-002111-00/libhostfxr.dylib
0x106f8f000 - 0x106fbdff3 +libhostpolicy.dylib (0) <84E3AEB9-0007-3AEC-8D86-A984DD6E08C4> /usr/local/share/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-002111-00/libhostpolicy.dylib
0x106fdd000 - 0x1074fcfff +libcoreclr.dylib (0) /usr/local/share/dotnet/shared/Microsoft.NETCore.App/2.0.0-preview1-002111-00/libcoreclr.dylib
0x7fff643af000 - 0x7fff643e592f dyld (353.2.4) /usr/lib/dyld
0x7fff845c9000 - 0x7fff845c9fff com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <9D749502-A228-3BF1-B52F-A182DEEB2C4D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff846b5000 - 0x7fff846c0ff7 libkxld.dylib (2782.50.9.1.1) <7248E539-9FBA-39E9-8BD1-DBE0F34889D3> /usr/lib/system/libkxld.dylib
0x7fff8471c000 - 0x7fff84737fff com.apple.AppleVPAFramework (1.4.5 - 1.4.5) /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
0x7fff84738000 - 0x7fff8473cfff libCoreVMClient.dylib (79.1) <201EF6DF-5074-3CB7-A361-398CF957A264> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff84b0d000 - 0x7fff84b15fff libsystem_platform.dylib (63) <64E34079-D712-3D66-9CE2-418624A5C040> /usr/lib/system/libsystem_platform.dylib
0x7fff84b16000 - 0x7fff84b1bff7 libmacho.dylib (862) <126CA2ED-DE91-308F-8881-B9DAEC3C63B6> /usr/lib/system/libmacho.dylib
0x7fff84b1c000 - 0x7fff84bbafff com.apple.Metadata (10.7.0 - 917.36) <00C4CB5D-E723-3612-84E0-439098392CDD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff84c1d000 - 0x7fff84c20fff com.apple.IOSurface (97.4 - 97.4) /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff84c21000 - 0x7fff84f52fff com.apple.Foundation (6.9 - 1154) <49EE64E1-9F53-35D1-A481-2EFE2789B254> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff84f53000 - 0x7fff84fa0ff7 com.apple.print.framework.PrintCore (10.3 - 451.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff84fa1000 - 0x7fff850b3ff7 libvDSP.dylib (516) <151B3CCB-77D3-3715-A3D0-7C74CD5C7FFC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff850b4000 - 0x7fff852ae46f libobjc.A.dylib (647) <759E155D-BC42-3D4E-869B-6F57D477177C> /usr/lib/libobjc.A.dylib
0x7fff8534d000 - 0x7fff8538dff7 libGLImage.dylib (11.1.6) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff853a3000 - 0x7fff853acfff libGFXShared.dylib (11.1.6) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff854bb000 - 0x7fff854bfff7 libGIF.dylib (1248) <6102CFE3-029E-32DE-B954-93797A4EF5B0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff855ed000 - 0x7fff855edfff libOpenScriptingUtil.dylib (162.2) /usr/lib/libOpenScriptingUtil.dylib
0x7fff855ee000 - 0x7fff855feff7 libbsm.0.dylib (34) /usr/lib/libbsm.0.dylib
0x7fff8566e000 - 0x7fff8566efff com.apple.CoreServices (62 - 62) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff85a26000 - 0x7fff85a2ffff libsystem_pthread.dylib (105.40.1) /usr/lib/system/libsystem_pthread.dylib
0x7fff85a30000 - 0x7fff85a34fff libcache.dylib (69) <45E9A2E7-99C4-36B2-BEE3-0C4E11614AD1> /usr/lib/system/libcache.dylib
0x7fff85a35000 - 0x7fff85a35ff7 libkeymgr.dylib (28) <77845842-DE70-3CC5-BD01-C3D14227CED5> /usr/lib/system/libkeymgr.dylib
0x7fff85b30000 - 0x7fff85c49ffb com.apple.CoreText (454.11 - 454.12) /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff85d62000 - 0x7fff85d8afff libxpc.dylib (559.40.1) <5C829202-962E-3744-8B50-00D38CC88E84> /usr/lib/system/libxpc.dylib
0x7fff85e45000 - 0x7fff85ea0fe7 libTIFF.dylib (1248) <0530CBFE-09BF-3A37-B5AE-B1CF918A377E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff85fa2000 - 0x7fff85fc2ff7 com.apple.MultitouchSupport.framework (264.6 - 264.6) <1539F1F6-6334-37F3-9C52-02EFFBF4835D> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff85fc3000 - 0x7fff85fc8ffb libheimdal-asn1.dylib (398.40.1) <7D2BE3DE-60F7-3A6E-A92E-DA0EF9D3417E> /usr/lib/libheimdal-asn1.dylib
0x7fff863da000 - 0x7fff86420ff7 libauto.dylib (186) /usr/lib/libauto.dylib
0x7fff86421000 - 0x7fff86423fff libsystem_sandbox.dylib (358.20.5) <3F5E973F-C702-31AC-97BC-05F5C195683C> /usr/lib/system/libsystem_sandbox.dylib
0x7fff86ad7000 - 0x7fff86ae8ff7 libz.1.dylib (55) <88C7C7DE-04B8-316F-8B74-ACD9F3DE1AA1> /usr/lib/libz.1.dylib
0x7fff86ae9000 - 0x7fff86aebfff libquarantine.dylib (76.20.1) <7AF90041-2768-378A-925A-D83161863642> /usr/lib/system/libquarantine.dylib
0x7fff86ca2000 - 0x7fff86ca4ff7 libsystem_coreservices.dylib (9) <41B7C578-5A53-31C8-A96F-C73E030B0938> /usr/lib/system/libsystem_coreservices.dylib
0x7fff86cad000 - 0x7fff86d2bfff com.apple.CoreServices.OSServices (640.4 - 640.4) <9D175CD9-B27F-3529-8269-66D8AA83582E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff86d67000 - 0x7fff86ef5fff libBLAS.dylib (1128) <497912C1-A98E-3281-BED7-E9C751552F61> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff87c39000 - 0x7fff87c63ff7 libdispatch.dylib (442.50.1) /usr/lib/system/libdispatch.dylib
0x7fff882eb000 - 0x7fff88380ff7 com.apple.ColorSync (4.9.0 - 4.9.0) <9150C2B7-2E6E-3509-96EA-7B3F959F049E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff884cb000 - 0x7fff885bdff7 libiconv.2.dylib (42) <2A06D02F-8B76-3864-8D96-64EF5B40BC6C> /usr/lib/libiconv.2.dylib
0x7fff88653000 - 0x7fff888c9fff com.apple.security (7.0 - 57031.40.8) /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff888ca000 - 0x7fff888f5ff7 com.apple.DictionaryServices (1.2 - 229.1) <62EC3E1B-5A28-3252-90FF-C2E9999C2A2A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff88903000 - 0x7fff88b13ff7 com.apple.CFNetwork (720.5.7 - 720.5.7) /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff88b14000 - 0x7fff88b2bff7 libLinearAlgebra.dylib (1128) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x7fff88bf2000 - 0x7fff88c51fff com.apple.AE (681.5 - 681.7) <2BF39455-1CDD-392C-824A-9972C6B1FB57> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff891e7000 - 0x7fff891f6fff com.apple.LangAnalysis (1.7.0 - 1.7.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff89b84000 - 0x7fff89b8cffb libcopyfile.dylib (118.1.2) <0C68D3A6-ACDD-3EF3-991A-CC82C32AB836> /usr/lib/system/libcopyfile.dylib
0x7fff89fbe000 - 0x7fff89fc3ff7 libunwind.dylib (35.3) /usr/lib/system/libunwind.dylib
0x7fff89ffe000 - 0x7fff8a044ff7 libFontRegistry.dylib (134.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff8a0e5000 - 0x7fff8a101ff7 libsystem_malloc.dylib (53.30.1) /usr/lib/system/libsystem_malloc.dylib
0x7fff8a121000 - 0x7fff8a13bff7 com.apple.Kerberos (3.0 - 1) <7760E0C2-A222-3709-B2A6-B692D900CEB1> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff8a13c000 - 0x7fff8a148ff7 com.apple.OpenDirectory (10.10 - 187) <22FF4721-03D8-381B-AA83-2B07D690C777> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff8a3d0000 - 0x7fff8a441ffb com.apple.ApplicationServices.ATS (360 - 375.4) <888FE0B1-835C-30B1-80AD-5066CADB0364> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff8a442000 - 0x7fff8a533fff libJP2.dylib (1248) <1E5E95F9-8B0B-3708-A7C3-4A04CAAF061D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff8a534000 - 0x7fff8a551ffb libresolv.9.dylib (57) <26B38E61-298A-3C3A-82C1-3B5E98AD5E29> /usr/lib/libresolv.9.dylib
0x7fff8a5e9000 - 0x7fff8a5eefff libsystem_stats.dylib (163.30.2) <5563862F-FEB4-3F0C-AE54-20C1CC49252A> /usr/lib/system/libsystem_stats.dylib
0x7fff8a620000 - 0x7fff8ae64ff7 com.apple.CoreGraphics (1.600.0 - 788.3.6) <791F307E-D9A1-3779-AA9A-53D5B0F32A1E> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff8b118000 - 0x7fff8b20cfff libFontParser.dylib (134.11) <7EF90469-C714-3756-B21A-B1F6EA4C8EDC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff8b259000 - 0x7fff8b394fff com.apple.ImageIO.framework (3.3.0 - 1247) /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff8b3f1000 - 0x7fff8b3f3fff libCVMSPluginSupport.dylib (11.1.6) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff8b3f4000 - 0x7fff8b40eff7 liblzma.5.dylib (7) <1D03E875-A7C0-3028-814C-3C27F7B7C079> /usr/lib/liblzma.5.dylib
0x7fff8b42c000 - 0x7fff8b4b8fef libsystem_c.dylib (1044.40.3) <2E673D96-E334-37D2-833A-E57383BBA377> /usr/lib/system/libsystem_c.dylib
0x7fff8b4df000 - 0x7fff8b50fff3 com.apple.GSS (4.0 - 2.0) <97F2A028-44CF-3188-B863-F4EEB39CBDBD> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff8b510000 - 0x7fff8b588ff7 com.apple.SystemConfiguration (1.14.4 - 1.14) <10700747-067C-30A6-B07A-83EBB5F83238> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff8b608000 - 0x7fff8b60bff7 libdyld.dylib (353.2.4) <224F35C5-6E35-3EC4-A97C-80949CE444E7> /usr/lib/system/libdyld.dylib
0x7fff8b60c000 - 0x7fff8b616ff7 com.apple.NetAuth (5.2 - 5.2) <2BBD749A-8E18-35B8-8E48-A90347C1CCA7> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff8b631000 - 0x7fff8b755ff7 com.apple.LaunchServices (644.56 - 644.56) <20AABB1C-9319-3E4D-A024-51B0DD5FCD3B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff8b77b000 - 0x7fff8b784ff3 com.apple.CommonAuth (4.0 - 2.0) <9A484EE6-0003-3AB1-AE4F-AA543BBBF53F> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff8b7f7000 - 0x7fff8b7f9fff libsystem_configuration.dylib (699.40.2) /usr/lib/system/libsystem_configuration.dylib
0x7fff8b7fa000 - 0x7fff8b835fff com.apple.QD (301 - 301) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff8bb22000 - 0x7fff8bb25fff com.apple.xpc.ServiceManagement (1.0 - 1) /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff8c4b1000 - 0x7fff8c4c7ff7 libsystem_asl.dylib (267) /usr/lib/system/libsystem_asl.dylib
0x7fff8c4c8000 - 0x7fff8c53afff com.apple.framework.IOKit (2.0.2 - 1050.20.2) <09C0518C-90DF-3FC3-96D6-34D35F72C8EF> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff8c53b000 - 0x7fff8c542fff com.apple.NetFS (6.0 - 4.0) /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff8c6d8000 - 0x7fff8c6f5fff libsystem_kernel.dylib (2782.50.9.1.1) /usr/lib/system/libsystem_kernel.dylib
0x7fff8c728000 - 0x7fff8c758fff libsystem_m.dylib (3086.1) <1E12AB45-6D96-36D0-A226-F24D9FB0D9D6> /usr/lib/system/libsystem_m.dylib
0x7fff8c873000 - 0x7fff8c880ff7 libbz2.1.0.dylib (36) <2DF83FBC-5C08-39E1-94F5-C28653791B5F> /usr/lib/libbz2.1.0.dylib
0x7fff8c881000 - 0x7fff8c8c2fff libGLU.dylib (11.1.6) <4BC6579D-A6D0-3A19-880E-E29FAEA698E7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff8c95a000 - 0x7fff8c96bff3 libsystem_coretls.dylib (35.40.1) <155DA0A9-2046-332E-BFA3-D7974A51F731> /usr/lib/system/libsystem_coretls.dylib
0x7fff8c9b3000 - 0x7fff8c9b4fff liblangid.dylib (117) /usr/lib/liblangid.dylib
0x7fff8c9cd000 - 0x7fff8c9d9fff com.apple.speech.synthesis.framework (5.3.11 - 5.3.11) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff8ca1c000 - 0x7fff8ca90ffb com.apple.securityfoundation (6.0 - 55126) <344401F5-4016-3AEB-BFDC-CE8E5546D39F> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff8cab7000 - 0x7fff8cad2ff7 libCRFSuite.dylib (34) /usr/lib/libCRFSuite.dylib
0x7fff8cad3000 - 0x7fff8cae1ff7 com.apple.opengl (11.1.6 - 11.1.6) /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff8d1b6000 - 0x7fff8d1beff3 com.apple.CoreServices.FSEvents (1210.20.1 - 1210.20.1) <84F79D3E-7B5E-3C93-8479-35794A3F125E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
0x7fff8d1bf000 - 0x7fff8d3a4ff7 libicucore.A.dylib (531.50) /usr/lib/libicucore.A.dylib
0x7fff8daa5000 - 0x7fff8daa5ff7 liblaunch.dylib (559.40.1) <4F81CA3A-D2CE-3030-A89D-42F3DAD7BA8F> /usr/lib/system/liblaunch.dylib
0x7fff8dcdb000 - 0x7fff8dce6fff libcommonCrypto.dylib (60061.30.1) /usr/lib/system/libcommonCrypto.dylib
0x7fff8dce7000 - 0x7fff8dd0bfef libJPEG.dylib (1248) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff8dd0c000 - 0x7fff8e0a4ff7 com.apple.CoreFoundation (6.9 - 1153.18) <5C0892B8-9691-341F-9279-CA3A74D59AA0> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff8e3ff000 - 0x7fff8e400fff libsystem_secinit.dylib (18) <581DAD0F-6B63-3A48-B63B-917AF799ABAA> /usr/lib/system/libsystem_secinit.dylib
0x7fff8e40a000 - 0x7fff8e40bffb libremovefile.dylib (35) <3485B5F4-6CE8-3C62-8DFD-8736ED6E8531> /usr/lib/system/libremovefile.dylib
0x7fff8e455000 - 0x7fff8e47dfff libsystem_info.dylib (459.40.1) <2E16C4B3-A327-3957-9C41-143911979A1E> /usr/lib/system/libsystem_info.dylib
0x7fff8e599000 - 0x7fff8e5aafff libcmph.dylib (1) <46EC3997-DB5E-38AE-BBBB-A035A54AD3C0> /usr/lib/libcmph.dylib
0x7fff8e5c1000 - 0x7fff8e5f9fff libsystem_network.dylib (412.20.3) <6105C134-6722-3C0A-A4CE-5E1261E2E1CC> /usr/lib/system/libsystem_network.dylib
0x7fff8e658000 - 0x7fff8e65cfff libpam.2.dylib (20) /usr/lib/libpam.2.dylib
0x7fff8efc2000 - 0x7fff8efcbff7 libsystem_notify.dylib (133.1.1) <61147800-F320-3DAA-850C-BADF33855F29> /usr/lib/system/libsystem_notify.dylib
0x7fff8f020000 - 0x7fff8f06afff com.apple.HIServices (1.22 - 523) <99ADA325-53C8-368E-A5FA-3F913CD2245A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff8f0cb000 - 0x7fff8f17afe7 libvMisc.dylib (516) <6739E390-46E7-3BFA-9B69-B278562326E6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff8f18e000 - 0x7fff8f194ff7 libsystem_networkextension.dylib (167.40.3) /usr/lib/system/libsystem_networkextension.dylib
0x7fff90178000 - 0x7fff902dfffb com.apple.audio.toolbox.AudioToolbox (1.12 - 1.12) <5678FC94-456A-3F5F-BA9A-10EB6E462997> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff902e0000 - 0x7fff9033aff7 com.apple.LanguageModeling (1.0 - 1) /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x7fff90736000 - 0x7fff90a51fcf com.apple.vImage (8.0 - 8.0) <1183FE6A-FDB6-3B3B-928D-50C7909F2308> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff90fdc000 - 0x7fff910ceff7 libxml2.2.dylib (26.13) <32E33B6B-12E2-3C47-99BD-35A408D02132> /usr/lib/libxml2.2.dylib
0x7fff9134d000 - 0x7fff915ccff7 com.apple.CoreData (111 - 526.3) <5A27E0D8-5E5A-335B-B3F6-2601C7B976FA> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff915cd000 - 0x7fff91646fe7 libcorecrypto.dylib (233.30.1) <5779FFA0-4D9A-3AD4-B7F2-618227621DC8> /usr/lib/system/libcorecrypto.dylib
0x7fff916f1000 - 0x7fff916f9fff libsystem_dnssd.dylib (576.50.2) <9EC5AF92-D0D2-3BDE-92B6-D3730D3865C8> /usr/lib/system/libsystem_dnssd.dylib
0x7fff916fa000 - 0x7fff916fcfff com.apple.loginsupport (1.0 - 1) /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x7fff9185b000 - 0x7fff91b42ffb com.apple.CoreServices.CarbonCore (1108.6 - 1108.6) <8953580E-7857-33B2-AA64-98296830D3A8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff91b73000 - 0x7fff91ba0fff com.apple.CoreVideo (1.8 - 145.1) <18DB07E0-B927-3260-A234-636F298D1917> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff91c64000 - 0x7fff91c8dff3 libxslt.1.dylib (13.13) <18F488CB-AA53-3503-A199-044CA7664DE5> /usr/lib/libxslt.1.dylib
0x7fff91c8e000 - 0x7fff91c90fff libRadiance.dylib (1248) <64ADB7FC-4640-3111-A88A-463BFD63C5D3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff91c93000 - 0x7fff91cdfff7 libcups.2.dylib (408.2) /usr/lib/libcups.2.dylib
0x7fff91dca000 - 0x7fff91dcefff com.apple.TCC (1.0 - 1) /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff91ed1000 - 0x7fff91ed6fff com.apple.DiskArbitration (2.6 - 2.6) <0DFF4D9B-2AC3-3B82-B5C5-30F4EFBD2DB9> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff91ed7000 - 0x7fff91ee2fff libGL.dylib (11.1.6) <38B3FF9A-5660-3080-9DB8-1CAE0E8CD739> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff91ee7000 - 0x7fff91eedfff libsystem_trace.dylib (72.20.1) <840F5301-B55A-3078-90B9-FEFFD6CD741A> /usr/lib/system/libsystem_trace.dylib
0x7fff91eee000 - 0x7fff922fbff7 libLAPACK.dylib (1128) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff9230c000 - 0x7fff92360fff libc++.1.dylib (120) <1B9530FD-989B-3174-BB1C-BDC159501710> /usr/lib/libc++.1.dylib
0x7fff92362000 - 0x7fff92362ff7 libunc.dylib (29) <5676F7EA-C1DF-329F-B006-D2C3022B7D70> /usr/lib/system/libunc.dylib
0x7fff92d2e000 - 0x7fff92d3bfff libxar.1.dylib (255) <7CD69BB5-97BA-3858-8A8B-2F33F129E6E7> /usr/lib/libxar.1.dylib
0x7fff92d4b000 - 0x7fff92d70fff libPng.dylib (1248) <0E2D7F6C-0163-35A3-BD6D-A336A3A36B33> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff92d78000 - 0x7fff930abff7 libmecabra.dylib (666.7) <0ED8AE5E-7A5B-34A6-A2EE-2B852E60E1E2> /usr/lib/libmecabra.dylib
0x7fff930ac000 - 0x7fff930fdfff com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <8E6AE326-9F3E-3182-BD9E-FDF561211E2E> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff931d9000 - 0x7fff93204fff libc++abi.dylib (125) <88A22A0F-87C6-3002-BFBA-AC0F2808B8B9> /usr/lib/libc++abi.dylib
0x7fff932fe000 - 0x7fff93305ff7 libcompiler_rt.dylib (35) /usr/lib/system/libcompiler_rt.dylib
0x7fff9330f000 - 0x7fff9333affb libarchive.2.dylib (30.50.1.1.1) <3E66E4A5-B992-3D94-9218-839B34BDAAA8> /usr/lib/libarchive.2.dylib
0x7fff93410000 - 0x7fff93429ff7 com.apple.CFOpenDirectory (10.10 - 187) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff935c1000 - 0x7fff935dbff7 libextension.dylib (55.2) <3BB019CA-199A-36AC-AA22-14B562138545> /usr/lib/libextension.dylib
0x7fff935e0000 - 0x7fff93647ffb com.apple.datadetectorscore (6.0 - 396.1.2) /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff93951000 - 0x7fff939f0e27 com.apple.AppleJPEG (1.0 - 1) <6627DDD9-A8FE-3968-B23A-B6A29AA3919A> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x7fff93b86000 - 0x7fff93b87ff3 libSystem.B.dylib (1213) <584E24DE-134A-371E-B4AD-A6ACFFBC424F> /usr/lib/libSystem.B.dylib
0x7fff93c45000 - 0x7fff93c46ff7 libsystem_blocks.dylib (65) <9615D10A-FCA7-3BE4-AA1A-1B195DACE1A1> /usr/lib/system/libsystem_blocks.dylib
0x7fff93c53000 - 0x7fff93cc1ff3 com.apple.Heimdal (4.0 - 2.0) <8D1667CF-D454-3E07-A58E-E15591B5A95E> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff93cdd000 - 0x7fff93d4cfff com.apple.SearchKit (1.4.0 - 1.4.0) <80883BD1-C9BA-3794-A20E-476F94DD89A9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff93e3f000 - 0x7fff93e3ffff com.apple.Accelerate (1.10 - Accelerate 1.10) <2C8AF258-4F11-3BEC-A826-22D7199B3975> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff93e8d000 - 0x7fff93e8dfff com.apple.ApplicationServices (48 - 48) <5BF7910B-C328-3BF8-BA4F-CE52B574CE01> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff93e8e000 - 0x7fff93e8ffff libDiagnosticMessagesClient.dylib (100) <2EE8E436-5CDC-34C5-9959-5BA218D507FB> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff93e92000 - 0x7fff93fd8fef libsqlite3.dylib (168.2) <53F6A294-15D7-3804-9ABF-47D35E15CDFB> /usr/lib/libsqlite3.dylib

External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
Calls made by this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
Calls made by all processes on this machine:
task_for_pid: 9173
thread_create: 0
thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=146.3M resident=82.0M(56%) swapped_out_or_unallocated=64.4M(44%)
Writable regions: Total=46.2M written=1032K(2%) resident=2148K(5%) swapped_out=0K(0%) unallocated=44.1M(95%)

REGION TYPE VIRTUAL
=========== =======
Kernel Alloc Once 4K
MALLOC 36.3M
MALLOC (admin) 32K
STACK GUARD 56.0M
Stack 9232K
VM_ALLOCATE 1.9G
__DATA 6484K
__LINKEDIT 72.5M
__TEXT 73.8M
__UNICODE 552K
shared memory 4K
=========== =======
TOTAL 2.2G

Model: MacBookPro11,4, BootROM MBP114.0172.B10, 4 processors, Intel Core i7, 2.2 GHz, 16 GB, SMC 2.29f23
Graphics: Intel Iris Pro, Intel Iris Pro, Built-In
Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533642465238412D50422020
Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533642465238412D50422020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x152), Broadcom BCM43xx 1.0 (7.15.166.24.3)
Bluetooth: Version 4.3.6f4 17916, 3 services, 27 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
Serial ATA Device: APPLE SSD SM0256G, 251 GB
USB Device: Internal Memory Card Reader
USB Device: Bluetooth USB Host Controller
USB Device: Apple Internal Keyboard / Trackpad
Thunderbolt Bus: MacBook Pro, Apple Inc., 27.1

</details>

@dasMulli
Copy link

dasMulli commented May 13, 2017

@hyeomans you need macOS 10.12("macOS Sierra") or higher, 10.10.5 won't do.

@hyeomans
Copy link

@dasMulli damn, sorry about that

@karelz
Copy link
Member

karelz commented May 14, 2017

@yaakov-h Speaking of prerequisites does macOS still require libssl, since .NET Core now uses the Apple crypto APIs, not openssl?

Channeling info from @bartonjs (who made the Apple crypto happen):
libssl is not required anymore - see the 2.0 Preview prereqs (you can compare it with 1.x Mac prereqs where libssl is required.

@Ponant
Copy link

Ponant commented May 14, 2017

Issues with ASP.NET Core 2.0 Templates should go also here?

@karelz
Copy link
Member

karelz commented May 14, 2017

I would start in aspnet/Tooling repo (based on this example dotnet/project-system#2059) - they can move it if it is the wrong place.
Make sure you distinguish between problem with the template vs. problem with ASP.NET Core itself.

@Ponant
Copy link

Ponant commented May 14, 2017

I have an issue with the ASP.NET Identity template, will follow your link.

@hugosmarques
Copy link

Hello.

I want know if .AsEnumerable() propertie for datatable will be available. Thanks

@AdrienTorris
Copy link

@hugosmarques The extension is available with LINQ

@hugosmarques
Copy link

datatable does not have the .AsEnumerable() to work with linq, like

Datatable products = ...
products.AsEnumerable().Select(x => ......

How i can use Datable with linq without .AsEnumerable() ?

@AdrienTorris
Copy link

@hugosmarques Yes it has. This is working :

DataTable products = ...
products.AsEnumerable().Select(x => x["COLUMN1"]);

and allows something like :
List<string> productRefs = products.AsEnumerable().Select(x => x["Ref"].ToString()).ToList();

@hugosmarques
Copy link

Adrien the problem is that Datatable does not have the propertie .AsEnumerable() on .Net Core 2.0

@Petermarcu
Copy link
Member

@ilFusta, you should just create the project using the .NET Core templates and modify the target framework in the csproj manually.

@karelz
Copy link
Member

karelz commented Jun 12, 2017

@NinoFloris please don't ask for rumors confirmations or guesses from me or any other MS employee. Our jobs could be at stake if we answered such questions.
The truth is that whenever we can share approx. dates, or anything, we usually do (I am typically actively pushing my management to get 'ack' on sharing more info than we would typically share/publish). When we are silent/obscure about dates, it means that we either don't know or we can't say them.

In this particular case, I don't know more details beyond rumors/desires which are 1+ month old, which may very much be outdated by now. There is no value for you or me to share them. It is basically random info at this point.

If you're blocked on something, you can always try dev feed of next-preview (preview2 in this case). That way you can get ahead of the game.

@NinoFloris
Copy link

NinoFloris commented Jun 12, 2017

:) Alright good to know, sorry for putting you in that position. I do want you to know I would not ask any employee but as you are the community/repo manager of most dotnet core things...

I admit I thought I was being clever by asking you if that sounds plausible as that's a long way off from a real confirmation. And yes I'd really like to see that 'ack' from management on sharing more coming through as well ^_^

We know about the dev feed but it's not really great to to put our company on daily's and we'd also be missing things like dotnet preview-2 docker containers from MS, could make them ourselves but too much hassle and risk at that point.

I will put in a request in https://github.com/dotnet/dotnet-docker for daily builds though, could be useful!

@karelz
Copy link
Member

karelz commented Jun 12, 2017

I do want you to know I would not ask any employee but as you are the community/repo manager of most dotnet core things...

Fair point :)
Unfortunately sometimes there are bigger things in game, outside of my scope of influence.

We know about the dev feed but it's not really great to to put our company on daily's and we'd also be missing things like dotnet preview-2 docker containers from MS, could make them ourselves but too much hassle and risk at that point.

For testing / evaluation, it is perfectly fine to use dev feed of preview2. Pick one build which works for one person and go with it. It is almost as good as using official preview. Of course, you should not use it in production (which is same for preview1 / preview2 / etc.).

If you're not willing to invest in missing pieces, then waiting for preview2 is your best option.

@karelz
Copy link
Member

karelz commented Jun 13, 2017

@NinoFloris I poked around a bit and we were able to update estimate for Preview 2 - see ship dates

@NinoFloris
Copy link

Hugs and ❤️ Thank you!

@karelz
Copy link
Member

karelz commented Jun 13, 2017

Kudos should go to @leecow 😃

@garora
Copy link

garora commented Jun 13, 2017

I poked around a bit and we were able to update estimate for Preview 2 - see ship dates

awesome! Lots of ❤️ Thank you so much!

@patricksuo
Copy link

Can I use dotnet standard dll in dotnet core app project?

@Petermarcu
Copy link
Member

Yes, has to be 1.6 or lower for .net core 1.X. 2.0 or lower for .net core 2.0.

@patricksuo
Copy link

@Petermarcu
I tried installing Mono.Posix.NETStandar 1.0.0-beta1 for a dotnet core 2.0 project (via VS for Mac).

I got the following error:

Package Mono.Posix.NETStandard 1.0.0-beta1 is not compatible with netcoreapp2.0 (.NETCoreApp,Version=v2.0) / win-x86. Package Mono.Posix.NETStandard 1.0.0-beta1 supports:
  - net40 (.NETFramework,Version=v4.0)
  - netstandard2.0 (.NETStandard,Version=v2.0)

@yaakov-h
Copy link
Member

VS for Mac doesn't quite support the .NET Core 2.0 Preview SDK yet, AFAIK.

@patricksuo
Copy link

@yaakov-h
Can I handle the dependency manually, via command line tools like dotnet restore?

@yaakov-h
Copy link
Member

@sillyousu You should be able to use the command-line tools from the .NET Core 2.0 Preview SDK, e.g. dotnet restore, dotnet build and dotnet add Foo.csproj package Mono.Posix.NETStandard -v 1.0.0-beta1

@Zeshan-Munir
Copy link

@karelz TransactionScope API is in System.Transactions. RDL/RDLC are the report extensions from SQL Server Reporting Services. Are these both supported in .Net Core 2.0 preview 1?

Thanks.

@karelz
Copy link
Member

karelz commented Jun 13, 2017

You can check availability of each API on https://apisof.net/

  • System.Transactions is in .NET Core 2.0, except distributed transactions
  • I don't know which namespace/class is "report extensions from SQL Server Reporting Services" - something in System.Data.SqlCient?

@smithaitufe
Copy link

smithaitufe commented Jun 14, 2017

Please is this the right place to talk about this ? I upgraded my existing app to netcoreapp2.0 but I am having this error.


InvalidCastException: Unable to cast object of type 'System.Linq.Expressions.PropertyExpression' to type 'Microsoft.EntityFrameworkCore.Query.Expressions.Internal.NullConditionalExpression'.

and this is the code

var books=bookService.GetAllBooks().OrderBy(b=>b.Title).OrderByDescending(b=>b.InsertedAt).ToList();

@karelz
Copy link
Member

karelz commented Jun 14, 2017

@smithaitufe where did you upgrade your app from? Do you have minimal isolated repro?

@normanfan
Copy link

does this version can use GetResourceSet to get all key in resx?

@Ponant
Copy link

Ponant commented Jun 21, 2017

question vs issue #700

@patricksuo
Copy link

Is dotnet core 2.0 preview2 SDK Linux x64 available now?

I found latest Linux x64 release is preview 1:
https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.0.0/dotnet-sdk-latest-linux-x64.tar.gz

@libsamek
Copy link

libsamek commented Jun 26, 2017

I have installed version 2.0.0-preview1-005977, I'm looking at the API reference and dependencies in Visual Studio and there are a couple of namespaces missing. One example, System.DirectoryServices.

Will this be added into the final release or do I have to do something to "enable" it?

@karelz
Copy link
Member

karelz commented Jun 26, 2017

DirectoryServices and Drawing won't be part of .NET Core 2.0 release, but they will ship as independent packages built on top of .NET Core / .NET Standard during summer, so around the same time (as we promised at Build conference).
You can dogfood early builds of DirectoryServices - see https://github.com/dotnet/corefx/issues/20951 and https://github.com/dotnet/corefx/issues/2089 for details, but be warned: It was not tested at all yet (see https://github.com/dotnet/corefx/issues/20669).

@richlander
Copy link
Member

Closing this issue given that we've shipped a newer preview. Thanks for all the feedback.

Please move to .NET Core 2.0 Preview 2 and provide feedback for the new release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests