-
Notifications
You must be signed in to change notification settings - Fork 26
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
Nancy Sample does not work on mono #20
Comments
I think the rename step is because of this commit: scriptcs/scriptcs@0b4acc0 |
@johnjelinek if you are using the latest nightly build, then yes, it has the renamed file system artifacts but it doesn't do the rename automatically. In that version, you can do the renaming by doing:- scriptcs start.csx -Modules migrate Note that we are taking another direction with this now and we anticipate that the 'migrate' module will be removed in 0.13 (and in a forthcoming nightly) and instead scriptcs will detect and auto-migrate for you (it will only make copies of the current artifacts instead of renaming, just in case they are being used for something else, e.g. a regular .NET solution). As for the actual problem you are raising here, nothing springs to mind right now and I don't have time to investigate right now but if it is blocking you, you could try and use the Nancy script pack instead https://www.nuget.org/packages/ScriptCs.Nancy/ which, AFAIK, does work on Mono. |
I rolled back to |
0.12 works without the |
I didn't need to rename for v0.12. Had the same error though when running.
|
OK. We'll investigate the problem with the sample on Mono. Thanks for raising it. I'm glad the script pack works though! |
I had to rename
packages.config
toscriptcs_packages.config
to doscriptcs -install
.The text was updated successfully, but these errors were encountered: