madelson / Echidna

An ADO.NET micro-ORM leveraging the best of modern C#
MIT License
5 stars 1 forks source link

Add documentation around dev environment setup #3

Open Bartleby2718 opened 3 months ago

Bartleby2718 commented 3 months ago

Should be mostly similar to https://github.com/madelson/DistributedLock/blob/release-2.4/docs/Developing%20DistributedLock.md but need more documentation around wallet directory

Bartleby2718 commented 3 months ago

@madelson Could you elaborate on https://github.com/madelson/Echidna/blob/main/src%2FEchidna.Tests%2FUtilities%2FDbExtensions.cs#L44? I'm not sure how to set up a wallet directory.

madelson commented 3 months ago

I think we can borrow from what I created for DistributedLock as far as how to set up Oracle

Bartleby2718 commented 3 months ago

Ah, https://github.com/madelson/DistributedLock/blob/master/src/DistributedLock.Tests/Infrastructure/Shared/OracleCredentials.cs seems promising!