Open realsircodesalot opened 7 years ago
Good idea! Splitting Postal into separate NuGet packages like Postal.Core and Postal.Mvc would give more flexibility for different project types such as Western. This way, desktop apps could avoid unnecessary dependencies, keeping the setup lightweight with just RazorEngine.
Would it be a possibility to separate the NuGet packages? eg Postal.Core and then Just the ViewResults & MVC specific related items separately?
For instance, If I would like to just use Postal in a desktop app, but don't want to have the Microsoft.AspNet.Mvc package installed when just the RazorEngine dependency would suffice.