kontent-ai / delivery-sdk-net

Kontent.ai Delivery .NET SDK

Home Page:https://www.nuget.org/packages/Kontent.Ai.Delivery

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unify namespaces

Sevitas opened this issue · comments

Motivation

Unify namespaces:

  • some entities have namespace matching their full project structure
  • some entities match just project's namespace

Proposed solution

Unify namespaces throughout the whole solution structure/match the project namespace in all classes

I've checked projects:

  • Kentico.Kontent.Delivery.Rx.Tests -> no need to change anything
  • Kentico.Kontent.Delivery.Rx -> no need to change anything
  • Kentico.Kontent.Delivery.Tests -> no need to change anything
  • Kentico.Kontent.Delivery -> no need to change anything
  • Kentico.Kontent.ImageTransformation.Tests -> namespaces fixed in #288
  • Kentico.Kontent.ImageTransformation -> namespaces fixed in #288

the other half will be checked and fixed by @MiroKentico