-
Notifications
You must be signed in to change notification settings - Fork 50
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
Select() is not supported when app configured with UWP Sideload #262
Comments
I ran into this same problem trying to use The issue was spotted by @MichalStrehovsky. Octokit.GraphQL targets octokit.graphql.net/Octokit.GraphQL.Core/Core/Builders/QueryBuilder.cs Lines 528 to 545 in 332e997
The problem is that Note there is no ".NET Standard 1.x" entry on the right side. So the This can be fixed 2 ways for NativeAOT (and I assume the same fixes will work for UWP):
I can make a PR for either of the above approaches. I'm just not sure which way the owners would want to go here. My recommendation is to change |
Thank you for responding and solution to this issue!! We've just updated .NET platform to netstandard2.0 in the PR. We will run RELEASE mode app package after merged this PR and then tell you whether it succeeded or not! |
The fix I'm describing above is that Octokit.GraphQL itself needs to target
|
Who is the owner? @eerhardt |
@jeffhandley @nickfloyd |
From https://www.nuget.org/packages/Octokit.GraphQL/: @jeffhandley is on the .NET team with me. I cc'd him because he is working on making a GitHub Action that uses .NET NativeAOT and ran into this problem with me. |
Hey friends, we just made this update in octokit.net and Octokit Webhooks.net. I planned to get to this today unless someone else would like to pick it up. The plan is to convert everything to .NET Standard 2.0. Let me know if anyone has other thoughts or feelings on that move. |
oof. I knew this sounded familiar 😬 . We (specifically @onein528 - he mentioned this issue in #270 several days ago) took care of this in #270. This change is in this release and is out on nuget Apologies for the confusion - we've been updating Octrokit.net libs to Standard 2.0 so I got a bit foggy on this one. Let me know if everyone agrees that this is good to close. |
Yes, I agree this issue can now be closed as resolved by #270. |
So do I. Thank you @nickfloyd ! |
When configured with Debug, app will process successfully, but with Sideload, will fail.
Is there the solution to it?
FluentHub.Octokit is .NET Standard project. but solution configuration is UWP app.
The text was updated successfully, but these errors were encountered: