Skip to content
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

[Enhancement] Upgrade the dependency on dotNetRDF to version 2 #69

Open
charbull opened this issue Jun 28, 2017 · 3 comments
Open

[Enhancement] Upgrade the dependency on dotNetRDF to version 2 #69

charbull opened this issue Jun 28, 2017 · 3 comments

Comments

@charbull
Copy link

charbull commented Jun 28, 2017

Hello,

With the release of dotNetRDF 2.0, we can start working on the upgrade task related to the dependency on dotNetRDF from 1.0.13 to 2.

There some uncompatible dependencies:

Severity	Code	Description	Project	File	Line	Suppression State
Error		Unable to resolve dependencies. 'dotNetRDF 2.0.0-pre0007' is not compatible with 'RomanticWeb.dotNetRDF 1.0.0-rc1 constraint: dotNetRDF (> 1.0.0 && <= 1.0.3)'.			0	
Error	CS0012	The type 'ITripleStore' is defined in an assembly that is not referenced. You must add a reference to assembly 'dotNetRDF, Version=1.0.3.0, Culture=neutral, PublicKeyToken=6055ffe4c97cc780'.	DemoDSP	c:\users\documents\visual studio 2017\Projects\DemoDSP\DemoDSP\Program.cs	50	Active
@tarastriska
Copy link

Hi guys,

Are there plans to support newer dotNetRDF? I tried with 2.1, 1.0.13. Nothing is working.
I use .NET Core.
contextFactory.WithDotNetRDF(dnrTripleStore);
produces error related to versions

@charbull
Copy link
Author

Hi @tarastriska,

I am not sure, we switched to Trinity RDF since then and built OLGA: https://ecostruxure.github.io/OLGA/
to generated C# code as well.

@alien-mcl
Copy link
Collaborator

Hi @tarastriska

I could give it a try and upgrade my fork, but I'll need time to do so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants