aspnet / Universe

[Archived] Repo for building the entire ASP.NET and Entity Framework stack. Project moved to https://github.com/aspnet/AspNetCore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Produce osx symbols for the shared runtime

natemcmaster opened this issue · comments

It looks like the build currently disables building symbols for osx-x64. There are osx symbols for Microsoft.NETCore.App. We should look into produce symbols for the aspnetcore shared runtime as well.

cc @JunTaoLuo do you remember why this wasn't added in the first place?

I believe there were issues with crossgen symbols on OSX. It looks like cross-gen'ed symbols are still disabled: https://github.com/dotnet/core-setup/blob/release/2.2/src/dir.props#L26-L27

Ok. Putting this in the backlog for now. We'll follow-up on this later if the base runtime figures this out.

This issue was moved to dotnet/aspnetcore#3644