-
Notifications
You must be signed in to change notification settings - Fork 96
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
Include transitive closure of dependencies in package #261
Comments
I think what someone needs to do is walk the dependency trees to all of the dependencies of CsWin32 and then copy them over. Also I think the Ironically I have not figured out how you guys got the |
Also After looking in Rider don't we also got to include:
I will see if I can work out a patch. |
uh did the bot just remove the commit I made? It does not look to be anywhere in the main branch currently. |
Yes, it appears since your PR source branch was |
Since this is technically a fix to a major issue should a new nuget.org version be pushed? |
Yes, I'll be pushing a new one out soon. I want folks to try out tonight's CI build (the one that includes #270) before I push to nuget.org in case there is important feedback to account for. |
ah ok |
Extend default timeout for APIScan job
...sticking a debugger onto the Omnisharp process, it appears the generator is throwing an exception. We also seem to be eating the exception rather than reporting it, so we'll need to fix that! But the exception is:
Which seems to point to the first problem: the generator package is packaging dependencies like System.Text.Json, but isn't packaging dependencies of System.Text.Json (namely System.Numerics.Vectors):
CsWin32/src/Microsoft.Windows.CsWin32/Microsoft.Windows.CsWin32.targets
Lines 23 to 35 in e67e9c5
So that probably should be updated to copy in the dependency.
Originally posted by @jasonmalinowski in #218 (reply in thread)
The text was updated successfully, but these errors were encountered: