hyperledger-archives / aries-framework-dotnet

Aries Framework .NET for building multiplatform SSI services
https://wiki.hyperledger.org/display/aries
Apache License 2.0
84 stars 74 forks source link

Build error on WebAgent asp core #223

Closed rkirandas closed 2 years ago

rkirandas commented 2 years ago

On building the Asp core Web Agent in samples, I am getting some errors due to missing namespace Hyperledger.Aries.Features.DidExchange, IConnectionService Interface is not correctly included namespace etc. the errors are mentioned below on the attachement

Capture 1 Capture 2

Kindly give guidance

x0axz commented 2 years ago

Check that all of the nuget packages are loaded correctly, then clear the project and restart Visual Studio, then try to run the project to check whether the problem has been fixed.

mturetchi commented 2 years ago

There have been some major changes in recent commits, and samples projects have not been adapted. For example IConnectionService was moved from Hyperledger.Aries.Features.DidExchange -> Hyperledger.Aries.Features.Handshakes.Connection

rkirandas commented 2 years ago

@mturetchi Can you please take a look on this Issue https://github.com/hyperledger/aries-mobile-agent-xamarin/issues/63