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

The proof request is seen as valid, even if the used credential was revoked and the proof request contains the NonRevoked parameter **To Reproduce** Steps to reproduce the behavior: 1....

Unable to write the .indyClient files in the Android 10 device.Getting below issue.All permissions are granted Hyperledger.Indy.IOException: An IO error occurred. at Hyperledger.Aries.Ledger.DefaultPoolService.CreatePoolAsync (System.String poolName, System.String genesisFile) [0x0002d] in D:\a\1\s\src\Hyperledger.Aries\Ledger\DefaultPoolService.cs:59...

I want to use the Bitcoin’s BIP32 standard for hierarchical deterministic (HD) keys to generate the seed for my backup. But, in the framework, the size of the seed is...

ListCredentialsForProofRequestAsync from DefaultProofService returns empty list for both predicate with restrictions and without restrictions. Not sure if this is a vlid bug, please someone advice

Upon selecting `Register Degree Schema` in `Issue Credential` the following error is displayed: ![image](https://user-images.githubusercontent.com/7840952/133185785-50b429f8-cd1b-4dd4-8c93-0da3a37b3f59.png) Prior it was operational. The command line output shows: > web-agent-1_1 | fail: Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware[1] web-agent-1_1 |...

I want to deploy the DotNet Mediator Agent on GCP Cloud Run. I have the below `Dockerfile`. ``` FROM streetcred/dotnet-indy:1.14.2 AS base WORKDIR /app # Expose the default port EXPOSE...

Are there any plans to migrate to .net5 ? If yes , what is the timeline looking for this ?

Hello, I want to send a file as an attachment for `CredentialOfferMessage` calling the extension method `AttachExtensions.AddAttachment` [https://github.com/hyperledger/aries-framework-dotnet/blob/ee0ec833ff80f166fd1250dcd49f1e223ef964c0/src/Hyperledger.Aries/Decorators/Attachments/AttachExtensions.cs#L17](url) From another instance of WebAgent, I noticed that in addition to the...

Hello, i have 2 questions for u. 1) how is it possible to have the list of basic message that i sent to other agent ? like the method "ListAsync"...