Skip to content

akovac35/AdapterInterceptor.Samples

Repository files navigation

AdapterInterceptor.Samples

This project contains samples for the AdapterInterceptor library. You should get familiar with it first to understand the samples.

this

Executing code

Navigate to ../WebApp and execute dotnet run serilog or dotnet run nlog. Execute dotnet test for the TestApp.

Contents

The following samples are provided:

  • A sample of adapting the BlogService to use the BlogDto instead of the original Blog data transfer object,
  • a sample of using ProxyImitatorInterceptor, which is a variant of AdapterInterceptor, to proxy non-virtual methods.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

Apache-2.0

About

Samples for the AdapterInterceptor library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published