ASP.NET MVC 5.x, Web API 2.x, and Web Pages 3.x (not ASP.NET Core)
Перейти к файлу
dougbu 3c305a0baa Correct use of EdmTypeCannotBeNull message (fixes #1558)
- https://aspnetwebstack.codeplex.com/workitem/1558
- "[OData] Incorrect use of EdmTypeCannotBeNull message"
- Make three uses of this resource string consistent
- PLOC issue primarily in EntityInstanceContext.GetPropertyValue() because message
mentioned "an System.Web.Http.OData.IEdmObject"
- Problem more than a PLOC issue since ODataSerializerContext.GetEdmType() would
throw NRE not intended Exception and ODataMediaTypeFormatter.GetSerializer()
would reference incorrect Type in Exception message
- Also add tests covering these sad paths (2 were missed)
2013-12-18 11:46:14 -08:00
.nuget Adding Microsoft.Web.FxCop project to the build tree 2013-12-04 15:02:10 -08:00
packages Correct a couple of OData resource strings (fixes #1557) 2013-12-16 15:13:18 -08:00
src Correct use of EdmTypeCannotBeNull message (fixes #1558) 2013-12-18 11:46:14 -08:00
test Correct use of EdmTypeCannotBeNull message (fixes #1558) 2013-12-18 11:46:14 -08:00
tools Microsoft.Web.FxCop builds against the wrong FxCop version 2013-12-16 10:48:14 -08:00
.gitattributes
.gitignore
License.txt
Runtime.msbuild Adding Microsoft.Web.FxCop project to the build tree 2013-12-04 15:02:10 -08:00
Runtime.sln Create webapi.odata projects for v4 OData 2013-12-13 21:36:13 +08:00
RuntimePortable.sln Update Runtime build to not require portable SDK to be installed 2013-02-26 16:14:17 -08:00
Settings.StyleCop Add StatusCodeResult class and ApiController result factory methods. 2013-04-24 22:15:20 -07:00
build.cmd Add comment for %MSBuild% setting 2013-11-12 20:54:27 -08:00