363
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 17 hours ago.
Nov 27, 2024 — Nov 27, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Rename MVC -> MVC.Core, MVC.Startup -> MVC More... over 11 years ago
Updating resx designer file to use updated format More... over 11 years ago
First stab Roslyn based compilation service for razor pages - Flow the host service provider to MvcServices - Use assembly neutral interfaces to access host services - Added RoslynCompilationService to Microsoft.AspNet.Mvc.Razor - Modified self host sample as helios needs to be updated to flow more services More... over 11 years ago
CR feedback More... over 11 years ago
Reintroduce model validation More... over 11 years ago
Use INestedProvider for ADP and AIP More... almost 12 years ago
Removing IsFromBody property from ModelMetadata More... almost 12 years ago
Introduce FormValueProviderFactory to expose form data as a value provider More... almost 12 years ago
Reintroduce WriteAttribute methods on RazorView type More... almost 12 years ago
Consume ModelBinding from Mvc More... almost 12 years ago
* Remove unused method of IModelMetadataProvider * Fix warning in CollectionModelBinder More... almost 12 years ago
Reintroduce model binding More... almost 12 years ago
Adding workaround to compilation for web host More... almost 12 years ago
Overload Resolution Skeleton More... almost 12 years ago
Action selection based on action descriptors More... almost 12 years ago
Renames to prepare for action selection PR More... almost 12 years ago
Minor cleanup More... almost 12 years ago
Added first core clr enabled sample. More... almost 12 years ago
Added a sample web project More... almost 12 years ago
Restore @model support in RazorHost More... almost 12 years ago
integrating routing with WebFX More... almost 12 years ago
CR Feedback More... almost 12 years ago
Bring back simple POCO controller + HttpContext temporary injection through property + 404 when action is not found More... almost 12 years ago
rename ControllerAssemblyProvider to IControllerAssemblyProvider More... almost 12 years ago
Update to CR feedback More... almost 12 years ago
Fix build. More... almost 12 years ago
Update to support 404 Renamed actiondescriptor to routecontext, because action selection didn't happen yet. Need to add actiondescriptors back and modify RazorViewEngine to use the right thing. More... almost 12 years ago
Support per process caching of controller discovery Scan only relevant (non skipped) assemblies FinalizeSetup point, to make "stuff" immutable Support controllers under any namespace support customizing controller discovery support customizing skipped assemblies support customizing multiple controllers with the same name under different namespaces and assemblies support controller ambiguity detection More... almost 12 years ago
Update namespace generation in RazorCompilationService to use root relative paths. More... almost 12 years ago
Workaround for myget being down More... almost 12 years ago