You cannot post messages because only members can post, and you are not currently a member.
Description:
Discussion group for FubuMVC Developers (involves submitting and discussion patches, discussing design, and other technical aspects of the development of the application).
|
|
|
Overriding conneg media formatter
|
| |
How would you go about allowing the conneg media type to be overridden
by some source other than the accept header?
Would you change the model binding for CurrentMimeTypeModelBinder? Or
go direct into the conneg OutputBehavior? Not 100% sure I should
change the "real" accept mime type, if that makes sense?... more »
|
|
Model Binding to incoming json
|
| |
newb warning. after spending entirely to long I still can't figure out where incoming json gets pushed into the inputmodel for my action. We are using fubucore/mvc 9.4 and We have conneg setup. Initially I thought that hydration using json was in model binding but I'll be damned if I can find it. Basically my issue currenlty is trying to get a route like the... more »
|
|
In regards to Artem's comment
|
| |
See this: [link] Any takers to rev up some new starter nugets? Revamp the FubuMVC nuget (the one I can't stand anyway)? Ideas?
Jeremy D. Miller
The Shade Tree Developer
jeremydmil...@yahoo.com
|
|
Receiving a "Bidirectional Dependency Problem detected" exception
|
| |
I created a IPropertyBinder implementation and registered it like so: Models.BindPropertiesWith<MyPr opertyBinder>(); I then created a new LookupSettings type and added the scanning convention of "SettingsScanner" and set the default ISettingsProvider to AppSettingsProvider. Now on app start up I'm receiving the exception below. If I remove the... more »
|
|
State of the WebForms Engine (working), new Asp.Net testing harness
|
| |
For all of you who have volunteered to help write more integration tests against FubuMVC, I think the work below removes me as a bottleneck, so open season.
As of the latest build (#965), I made the following changes:
* Fixed the WebFormsViewEngine to the new architecture from the conneg/view... more »
|
|
FubuMVC.Instrumentation
|
| |
All,
We are working on putting together a real-time instrumentation page(s) that
will be integrated into the Advanced Diagnostics as a separate bottle. If
you have any ideas or requests feel free to respond to this with your
thoughts.
|
|
Web.config application variable scoped objects
|
| |
In the following link Artem asked if there were Session scoped objects and to my surprise there are. [link] Now I'm wondering if there are Web.config application variable scoped objects as well? Any thoughts on this? Gary
|
|
Server Side Events in FubuMVC
|
| |
Just for giggles, let's say that I'm adding direct support for Server Side Events to FubuMVC today. Does anybody today have any thoughts about what if anything they might want for that? I know our own requirements and that's all I'm building out for the moment. I'll put more effort into this if it's going... more »
|
|
|