Geta / InstantTemplates

Apache License 2.0
5 stars 5 forks source link

Change namespace to something non generic #84

Open wezz opened 7 months ago

wezz commented 7 months ago

Using the namespace ex. "Microsoft.Extensions.DependencyInjection" & "Microsoft.AspNetCore.Builder" will force that namespace to be used and it can conflict with other packages that have similar extension methods.

Isn't it best practice to keep namespaces project specific instead of using existing ones?