aries-framework-dotnet icon indicating copy to clipboard operation
aries-framework-dotnet copied to clipboard

Aries Framework .NET for building multiplatform SSI services

Results 43 aries-framework-dotnet issues
Sort by recently updated
recently updated
newest added

**Describe the bug** If you provide LibIndy for Windows and start running the sample, the agent can not interact with the Ledger, e.g. create a Credential Definition. You get a...

Below is the scenario. *EA = Edge Agent* - EA1 creates a `Connectionless Proof Request` - EA2 scans the Connectionless Proof Request and creates a `PresentationMessage` as below ``` ProofRecord...

Are there any plans to support RFC 0034 to make localization available?

**Is your feature request related to a problem? Please describe.** Where is documentation of Aries dotnet NuGet or library methods and Features to use In dot core app. **Describe the...

**Describe the bug** A clear and concise description of what the bug is. This bug was identified in interoperability testing in Aries Agent Test Harness. A revocation test (T013-HIPE0011) that...

We recently came across an issue with our deployment of our mediator using the dotnet framework where the mediator crashes and even corrupts the wallet state when two calls to...

[DID-Core v1](https://w3c.github.io/did-core/#verification-methods) now uses `verificationMethod` rather than the `publicKey` property. The [did:peer spec](https://identity.foundation/peer-did-method-spec/#verificationmethod) has now also been updated to use `verificationMethod`.

The service type should be `did-communication` rather than `IndyAgent` in DID Exchange.

DotNet Framework should be using the Aries RFC media types rather than application/ssi-agent-wire.

It seems like the mediator was intended to be able to hold metadata about a registered inbox as there is an optional parameter "metadata" on the function "CreateInboxAsync" [(code here)](https://github.com/hyperledger/aries-framework-dotnet/blob/c2ba76fe6a2e26a97f97f72004854ea21028197f/src/Hyperledger.Aries.Routing.Edge/EdgeClientService.cs#L63)...