Is there a .NET implementation of an XRI resolver?

149 views Asked by At

In order to avoid delegating XRI resolution to an XRI resolver proxy like xri.net, is there an open source .NET implementation of an XRI resolver?

There is an xri4j library that might be ported to .NET, and in fact I started on that effort, but it looked like there was a lot of code in there that could be ripped out since .NET's libraries have a lot of the functionality that (apparently) Java lacks. But it's a lot of work to refactor it all.

1

There are 1 answers

1
ShuggyCoUk On

Is the dot net openid project relevant to you?

The svn change logs seem to indicate some level of XRI support.

Edit: This project is the intended target, it currently uses the external server!