Quantcast
Channel: ASP.NET MVC / Web API / Web Pages
Browsing all 7925 articles
Browse latest View live
↧

Commented Issue: [DataMember(IsRequired=true)] doesn't make property as...

Since we already support [Required], we should support this as well.For example: [DataContract] public class Vehicle { [Key] [DataMember] public int Model { get; set; } [Key] [DataMember] public string...

View Article


New Post: How can I find the asp.net mvc 4.0 source code matching my 4.0...

When debugging, can you open Debug -> Windows -> Modules, and sort the list by name, and verify that System.Web.Mvc.dll has symbols loaded? If not, right-click on the entry and select Load...

View Article


Updated Wiki: Building from Source

Building from Source If you are contributing code or you want to build from source then building from source is what you will want to do. Follow the steps below: To build our sources, you must be...

View Article

New Post: How can I find the asp.net mvc 4.0 source code matching my 4.0...

http://s1.directupload.net/file/d/3045/mk2uakpl_png.htm I did what you said. Then a dialog has opened where I should open the .pdf folder but the one preselected has no .PDB file for system.web.mvc....

View Article

New Post: WebSecurity Class and Long Ids

Hello Mr. Jammer, I'm not aware of anyone having done the kind of work you propose, but it should be possible.  I'm curious about your scenario, though.  Do you have an existing membership database you...

View Article


New Post: How can I find the asp.net mvc 4.0 source code matching my 4.0...

The same folder location that showed up for you in the dialog should contain the System.Web.Mvc.dll file. Could you check that file's properties and report back the version? It should be 4.0.20710.0.

View Article

New Post: How can I find the asp.net mvc 4.0 source code matching my 4.0...

Its 4.0.20505.0 and all my Nuget stuff shows 20710.0. I have read I can generate a .PDB file only from source. So I loaded the source Mvc project and built it with .pdb`s only. I took the the .pdb...

View Article

Created Issue: Queryable can't query on nested type property [559]

To repro, using the model: public class NestedClass_Parent { public class Nest { public string Name { get; set; } public NestPropertyType NestProperty { get; set; } } public class NestPropertyType {...

View Article


Closed Issue: ConventionModelBuilder should ignore indexer property [505]

It's meaningless to include indexer property to edm model. It will also cause error when user having overloaded indexer properties, like:public class HttpHeaders{public string Item[string name] { get;...

View Article


Closed Issue: Self link doesn't support guid or other special types as...

If user uses guid property as primary key, the generated self link looks like: http://localhost:9001/GuidPrimaryKeyType(guid'1a2398cd-32e9-46f1-b702-3c671ceb8f6d')However, we don't have correct model...

View Article

Edited Issue: Advertise actions information of entities or collections of...

OData spec here talks about 'advertising' of actions in the response. It says 'MAY', but this bug is just to keep track of atleast to make sure we provide this...

View Article

Closed Issue: Self link generation might fail if the model has non-standard...

add test cases to validate if it works.Comments: Verified in latest build

View Article

Closed Issue: QueryableAttribute failed when working with UInt32 and UInt64...

Sending request: http://localhost/test?$filter=(indexof('stringLiternal',StringProperty) gt UInt32Property)or http://localhost/test?$filter=(indexof('stringLiternal',StringProperty) gt...

View Article


Edited Issue: Can't set navigation property as required when using...

For example, I want to set one of the navigation property to be required: public class Todo { public int Id { get; set; } public Person CreatedBy { get; set; } } public class Person { public int...

View Article

Edited Issue: DefaultODataActionProvider error messages [466]

Need to add code to insure ActionName == "" produces meaningful error messages.One option is to move from using ActionName to full request URL in the error.

View Article


Closed Issue: IsConcurrencyToken(true) doesn't output etag attribute on edm...

The method is not working when set property as concurrency token.For example: builder .Entity<Vehicle>() .Abstract() .HasKey(v => v.Name) .HasKey(v => v.Model) .Property(v =>...

View Article

Edited Issue: Make primitive parameters non-nullable by default when they are...

In the following action configuration, 'DateTime' parameter needs to be shown as Nullable="False" in the metadata document.ActionConfiguration:var product = products.EntityType;var extendSupportAction...

View Article


New Post: How to use WebSecurity.InitializeDatabaseConnection() in MVC 4.5?

I'm working on a custom Membership Provider that doesn't use the default AccountController that comes with the VS 2012 MVC 4.5 application, and I can't get the database to initialize. I've tried using...

View Article

Source code checked in, #5faafe7b77ba

Issue 506: ODataConventionModelBuilder should ignore object[] property

View Article

Edited Issue: ODataConventionModelBuilder should ignore object[] property [506]

If user defines property like:public object[] Property1 { get; set; }or public IEnumerable<object> Property2 { get; set; }public ICollection<object> Property3 { get; set; }The model builder...

View Article
Browsing all 7925 articles
Browse latest View live


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