castleproject / NVelocity

Castle's NVelocity
Other
57 stars 33 forks source link

Fix .NET Framework build #1

Closed jonorossi closed 6 years ago

jonorossi commented 6 years ago

This is the first issue in this new repository to kick start NVelocity development again, it stems from https://github.com/castleproject-deprecated/MonoRail/issues/27. I've imported the source code (minus the cruft).

First things first, let's get a .NET Framework build going again with the new .NET tooling, the project files in the repository are for Visual Studio 2010.

/cc @phillip-haydon

jonorossi commented 6 years ago

@phillip-haydon did you want to submit a pull request for this issue, if you want to add an AppVeyor file at the same time I'll add this project to our account. Feel free to look at Castle Core and Windsor to see how we've done things here in the past. Feel free to ask any questions.

phillip-haydon commented 6 years ago

Hey. I’ll fork it and figure out how to do the appveyor config. Gives me a chance to learn cos I’ve only done it via the UI before.

jonorossi commented 6 years ago

Closing this issue as @phillip-haydon has got .NET Framework building again in #2.

jonorossi commented 6 years ago

Just adding a note here on why I didn't import Git history. NVelocity was moved to that MonoRail Git repo in 2011 without its history imported and with only 5 commits since then I chose not to bother finding the history in whatever repo it was moved from.

We've still got a read-only subversion import which has the history from when we moved to Git in 2009, so that has most of the history if someone wants to look up something in the future.