canton7 / RestEase

Easy-to-use typesafe REST API client library for .NET Standard 1.1 and .NET Framework 4.5 and higher, which is simple and customisable. Inspired by Refit
MIT License
1.09k stars 109 forks source link

Fix #252. #253

Closed dtewinkel closed 1 year ago

dtewinkel commented 1 year ago

Allow multiple interfaces with the same name by adding an index to the generated source file name. Chose to use an index over adding the namespace to prevent long file names due to long namespace names.

Checklist

Thanks for contributing! Before we start, there are a few things we need to check:

  1. This Pull Request has a corresponding Issue.
  2. You've discussed your intention to work on this feature/bug fix.
  3. This feature branch is based on develop (not master). The bar above should say "base: develop".

Thanks!

dtewinkel commented 1 year ago

Not based on develop.