Quantcast
Channel: ASPNETWebStack Issue Tracker Rss Feed
Browsing all 7215 articles
Browse latest View live
↧

Created Issue: The default created MVC controller is strongly coupled with...

1. Create a simple MVC web app.2. Add a basic EF code first model.3. Add a controller based on this model.Expected:The auto generated code for the controller uses Repository pattern to talk to the...

View Article


Created Issue: "Set as default controller" right click context menu would be...

To set a controller as default controller one has to update the "Route.Config.cs".It would be nice, if there is an option in the right click context menu of the controller which says "Set as default...

View Article


Created Issue: Creating a code first model class can be made easier [646]

1. To create a code first model class , user typically has to do the below steps : a. Create a base model class. b. Add reference to system.data.entity. c. Add a DBContext class wrapping it. d. Make...

View Article

Created Issue: "Add view" can update the controller action to pass view name...

1. Create a simple MVC web application. 2. Right click on any of the controller actions and "Add a View".3. This will add a view to the controller action. But the controller action has the code return...

View Article

Closed Issue: key attribute doesn't make property as non-nullable [550]

Key attribute doesn't work for string (reference type) property.<br /><br />Example<br />-----<br /> private static IEdmModel GetEdmModel()<br /> {<br />...

View Article


Created Issue: Delta is not populating GUIDs or INT fields [648]

I'm looking to do partial updates on a web api controller action by using the Delta wrapper.I have a model like such:public class Person{ public Guid PersonId { get; set; } public string FirstName {...

View Article

Commented Issue: Bug in MVC4: System.Web.PrefixContainer [616]

It seems that internal System.Web.PrefixContainer class was introduced in MVC4 and this class has the bug, which is reproduced with the following model, view and controller action method: <br...

View Article

Created Issue: Don't suppress internal-only rules in source [649]

Per Eilon's request: Suppress internal-only rules in GlobalSuppressions.cs so that customers who are downloading source during debugging never see these rules.

View Article


Commented Issue: Don't suppress internal-only rules in source [649]

Per Eilon's request: Suppress internal-only rules in GlobalSuppressions.cs so that customers who are downloading source during debugging never see these rules.Comments: Line 234 of the C#...

View Article


Commented Issue: Delta is not populating GUIDs or INT fields [648]

I'm looking to do partial updates on a web api controller action by using the Delta wrapper.I have a model like such:public class Person{ public Guid PersonId { get; set; } public string FirstName {...

View Article

Edited Issue: Delta is not populating GUIDs or INT fields [648]

I'm looking to do partial updates on a web api controller action by using the Delta wrapper.<br /><br />I have a model like such:<br /><br />public class Person<br...

View Article

Created Issue: Make RemoteAttribute based validation work with ASP.NET Web...

Currently you can only use the RemoteAttribute with MVC controllers. You should be able to do remove validation using an ASP.NET Web API controller.Ex. see...

View Article

Created Issue: Consider re-adding OData PatchKeyMode support [651]

We decided to drop support for PatchKeyMode for now. We should consider re-adding support for this feature.

View Article


Created Issue: HttpConfigurationExtensions ambiguous [652]

There is a "public static class HttpConfigurationExtensions" in namespace System.Web.Http in System.Web.Http.dll...

View Article

Edited Issue: Error writing out response when certain link generators return...

Scenario1<br />------------<br />In this scenario, I would like to make a read-only entityset for Products. I am commenting out the line which creates the Edit link. This is from the...

View Article


Commented Issue: Invoking controller action gives error if the ID has dots in...

1. Create a simple MVC app.2. Create a basic View/Controller and Model.3. Invoke a controller action from a view, where the ID passed to action is of type string and has "." in between. Expected:The...

View Article

Created Issue: NuGet errors when opening Razor v2 templates shipping in the...

1. Install a recent build of the ASP.NET Fall 2012 Update on a machine with a preview build of Visual Studio 2012 Update 1 installed.2. Open Visual Studio and attempt to create a C# Razor V2...

View Article


Created Issue: GetODataPathHandler extension returns null. [654]

Request.GetConfiguration().GetODataPathHandler() is returning null. This is probably because we are not calling SetODataPathHandler when creating the default path handler.

View Article

Created Issue: MVC 4 Futures NuGet Package? [655]

Why is there no NuGet package for the MVC 4 Futures assembly? We had one for MVC 2 and MVC 3. I can sort-of use the MVC 3 Futures with MVC 4, but some methods moved from Futures to the main MVC...

View Article

Edited Feature: Delta doesn't support abstract class [450]

As we are supporting abstract base type, we should make Delta<T> to support abstract as well.<br /><br />Current definition of Delta<T> is: <br /><br />public class...

View Article
Browsing all 7215 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>