You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no namespace declaration in Url.cs, this results in conflicts because our codebase already has a Url class defined.
Is there any reason for this design choice? Could I make a pull request with a fix where I add it to namespace Imagekit.Helper? I also noticed this problem in Transformation.cs and TransformationTypes.cs.
The text was updated successfully, but these errors were encountered:
There is no namespace declaration in Url.cs, this results in conflicts because our codebase already has a Url class defined.
Is there any reason for this design choice? Could I make a pull request with a fix where I add it to
namespace Imagekit.Helper
? I also noticed this problem inTransformation.cs
andTransformationTypes.cs
.The text was updated successfully, but these errors were encountered: