-
Notifications
You must be signed in to change notification settings - Fork 48
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
No remote context on CoreCLR ? #21
Comments
I have a patch for this which I can submit as a PR if you're open to it. We need it in our codebase and I'd rather be referencing the nuget version than a private fork. |
Just ran in to the same issue when trying out json-ld.net from netcore2.2. I would love to see this PR happen. Let me know if I can help out at all. |
I'm not aware of anyone currently tackling this issue. If you wish to propose a PR, it would be most welcome.
…---- On Tue, 19 Feb 2019 22:15:08 +0000 Cameron Bielstein <mailto:notifications@github.com> wrote ----
Just ran in to the same issue when trying out json-ld.net from netcore2.2. I would love to see this PR happen. Let me know if I can help out at all.
—
You are receiving this because you authored the thread.
Reply to this email directly, #21 (comment), or https://github.com/notifications/unsubscribe-auth/AA3kcPwAauUgEXSe4_Y6gL78R5n_ls7Vks5vPHdsgaJpZM4SLtF9.
|
I'll add it to my todo list, take a swing at it when I have time, and report back. |
This issue has been automatically marked as stale because it has not had recent activity. After 30 days from now, it will be closed if no further activity occurs. Thank you for your contributions. |
Reopening for consideration as part of #60 |
This issue has been automatically marked as stale because it has not had recent activity. After 30 days from now, it will be closed if no further activity occurs. Thank you for your contributions. |
Ideas for a label we can give these issues to exempt from stalebot, @goofballLogic? |
"planned" ? |
If so, perhaps we can just use milestones? Stalebot can exempt issues associated with milestones as well. If we have an idea of a version number, let's use that as milestone name, otherwise we can just use |
A seemingly simple operation of retrieving a remote context document appears not to be supported on .NET Core for some reason????
From https://github.com/NuGet/json-ld.net/blob/master/src/json-ld.net/Core/DocumentLoader.cs#L15
Is this code being used in anger?
The text was updated successfully, but these errors were encountered: