Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed missing namespaces in some Helper classes #58

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

SasLuca
Copy link

@SasLuca SasLuca commented Nov 30, 2023

Fix

I fixed issue #57 by adding namespace Imagekit.Helper to Url.cs, Transformation.cs and TransformationTypes.cs.

I also added any necessary using statements where needed and followed your pattern of putting using statements inside the namespace with global:: where needed.

Url.cs, Transformation.cs and TransformationTypes.cs were also slightly reformatted automatically by my IDE, but it doesn't seem like there were any meaningful changes, mostly just indentation to account for the added namespace.

Testing

I built the project to make sure it compiles correctly and ran all the unit tests. All unit tests passed on the dotnet versions I had installed.

Note that I didn't have all the dotnet versions that the unit tests use installed, but given the minimal changes I am pretty confident the tests would pass on those versions of dotnet too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant