Farfetch / rules-framework

A generic framework that allows defining and evaluating rules for complex business scenarios.
MIT License
40 stars 7 forks source link

[Feature Request]: Prefix namespaces and package name with "Farfetch.*" #154

Open gsferreira opened 9 months ago

gsferreira commented 9 months ago

Is your request related to a problem you have?

Goal:

Describe the solution you'd like

  1. Add the prefix "Farfetch." to all namespaces.
  2. Add the prefix "Farfetch." to NuGet packages
  3. Handle it as a breaking change. New major version.
  4. Have a migration guide.
  5. Update the old NuGet package (the one without the prefix) with a message in the readme pointing to the new package.
  6. Follow the "Transfer popularity to a newer package" process

Are you able to help bring it to life and contribute with a Pull Request?

Yes

Additional context

No response