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

Add virtual modifier to all public methods of default services #231

Closed ntsbs closed 1 year ago

ntsbs commented 1 year ago

Signed-off-by: Sebastian Bickerle sebastian.bickerle@main-incubator.com

Short description of what this resolves:

This PR adds the virtual modifier to all public methods of default services where it was missing. It enables custom services to override the default behaviour or add a custom behaviour. All public methods of default services should have the virtual modifier by default.

Changes proposed in this pull request: