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.