-
Notifications
You must be signed in to change notification settings - Fork 73
PR 213 broke the build for the Aries .NET Framework in the Aries Agent Test Harness #215
Comments
Excellent -- thanks! Will confirm. |
Confirmed. Thanks! |
We now have a new AATH build error, so we are still not running the Aries Framework .NET tests. Something to do with how DIDExchange has been added in some places but missing in others? @ntsbs -- any ideas?
|
To verify a fix with AATH (assuming you have Docker installed):
|
Also, the dotnet files in the AATH repo are in |
I will look into it |
Hi @swcurran, sorry for the late response. I fixed the issue in openwallet-foundation/owl-agent-test-harness#482 The error was caused by moving the DIDExchange namespace. AATH now builds successfully again on my side. |
Awesome -- thanks. Much appreciated. |
Describe the bug
The Aries Framework .NET build process within the Aries Agent Test Harness after the merge of PR 214. The build error is because of the missing Events model that was removed in the PR from the src/Hyperledger.Aries.TestHarness/AgentScenarios.cs file -- this can be seen here: https://github.com/hyperledger/aries-framework-dotnet/pull/213/files#, the removal of line 16 from the file.
I'm not sure if the solution is to add the line back into the file or to adjust the build process in AATH. We would appreciate someone from the Aries Framework .NET community investigate -- perhaps @ntsbs ?
The build error is:
To Reproduce
Steps to reproduce the behavior:
./build
instruction, the failure will occur.Expected behavior
The build should complete successfully,.
Screenshots
None
Desktop (please complete the following information):
Smartphone (please complete the following information):
N/A
Additional context
By default, AATH pulls the Aries Framework .NET code directly from the GitHub repo. To test a fix, the dockerfile will likely have to change to pull the code from elsewhere, such as a branch from another repo.
The text was updated successfully, but these errors were encountered: