You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 19, 2018. It is now read-only.
I dont' think that's what we want: Assembly.GetEntryAssembly().FullName gives testhost, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
I think we want: Assembly.GetEntryAssembly().GetName().Name gives testhost
Note testhost is the assembly name as I'm debugging a test.
Seems GetEntryAssembly() returns null when run inside a net461 test launched by xunit. It works fine for netcoreapp tests or executing samples targeting net461.
Not planning to take this in the patch. The provided workaround in the original bug seems to be sufficient. If we see more people hitting this we will reconsider.
Original issue: #1137
The text was updated successfully, but these errors were encountered: