-
Notifications
You must be signed in to change notification settings - Fork 18
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
Defaults and optional parameters are sometimes serialised as null #31
Comments
Hm that's really weird. Do you see any errors at all when this occurs? |
No errors at all. I'll probably have some time this week to build from source and see if I can find more info. |
I have identified what is causing this problem. This problem is reproducible when you restart IIS and access Since you haven't loaded RouteJS.Mvc.dll at this point in routejs.axd, I'm sorry but I haven't figured out what is the appropriate solution As a temporary measure, I'm accessing the Type of RouteJS.Mvc.dll in |
Nice find, thanks for reporting. I've got some ideas, I'll work on a fix Sent from my mobile.
|
This should be fixed in 1.1.6 as I've switched to using WebActivator for initialising the IoC container. Thanks for reporting! |
Hi, just wanted to let you know that this was happening to me as well on 1.1.4. It also occurred if I left my PC for a while and came back and just refreshed the page. I'm going to install 1.1.7 now and see if it continues to occur. |
Thanks, let me know if you still see the issue. |
I don't like the sometimes part of this bug. I can randomly reproduce it by setting and removing
debug="true"
to force it to regenerate. So far I've seen it multiple times in the minified version and one time on the regular version, so I don't think it's related to minification.Most of the times this is generated:
Sometimes this is generated:
Any idea what could cause this?
The text was updated successfully, but these errors were encountered: