-
Notifications
You must be signed in to change notification settings - Fork 712
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
Microsoft.Diagnostics.Tracing.TraceEvent NuGet not compatible with single file apps? #2035
Comments
@brianrob We're now putting the native dependencies (like msdia) into |
@cincuranet I think you are correct, our own package contains native libs and we are wrapping them up in 'runtimes'. Everything is working as expected then. From my brief investigation it looks like those 3 directories do not even contain appropriate DLLs? The amd64 files are for windows-x64 and x86 one are for windows-x86? Nothing to do with linux there at all. |
That's expected. These libraries are Windows-only. |
I believe that this is fixed in a newer version of TraceEvent. Can you please try this with the latest version? I believe the change you need is #1845. |
Mea culpa. The |
OK, I re-tested what I tested :) and now I do have files in I'll try to test it next week. Sounds good @brianrob? |
Hi, my csproj to reproduce the issue is as simple as:
When I issue following command:
All works fine and I'm ending up with 1 exe, but when I switch to linux-x64 (haven't checked other non-windows platforms)
Then I'm ending up with
Can I do something with this on my side or this needs to be handled on yours? Can you advise?
The text was updated successfully, but these errors were encountered: