jetheredge / SquishIt

Lets you *easily* bundle some css and javascript! Check out the Google group if you have questions!
http://groups.google.com/group/squishit
MIT License
459 stars 119 forks source link

Any plans for a .NET Core release? #347

Open monemihir opened 6 years ago

monemihir commented 6 years ago

Hi,

Are there any plans for releasing a .NET Core version of this awesome library?

AlexCuse commented 6 years ago

I have thought about it a lot but right now only about 10% of my work is in .net core and I don't think I would have the bandwidth to tackle it on my own. Most of that is on services too so I'd need to catch up on any changes closer to the view. I think the recent split into framework / asp.net assemblies could make it a bit easier but at the end of the day I think a clean break makes the most sense.

Need to look at how some of the dependencies are doing with .net core also.

Do you have any specific thoughts about the prospect?

monemihir commented 6 years ago

I would like to use it in one of our .NET Core project.

I'm happy to contribute/help to develop the .NET Core version.

AlexCuse commented 6 years ago

If you want to start looking at it and see how you get on I will certainly be available to advise. Not sure how much time I will have for actual coding but I can probably do a little work here and there.

If you fork the project I'd recommend creating a new solution in a folder called SquishIt.AspNetCore or something like that. I'm hopeful we can make the framework assembly available on the standard and .net runtimes but have not looked at .net core proper yet. The crypto stuff used for hash calculation is probably my biggest concern there, off the top of my head.

ghost commented 1 year ago

Hi. Did you create a dotnet core version?