Edited Task: MQ: Merge Extensions.sln into Runtime.sln [809]
Note that this task is blocked on v4.0 OOB RTM shipping/branching first.
View ArticleEdited Task: MQ: Move to VS2012/.NET 4.5 [810]
Change solutions to be in VS2012 file format. Change projects to target framework version 4.5.Note that this task is blocked on v4.0 OOB RTM shipping/branching first.
View ArticleEdited Task: MQ: Move SkipStrongNames source inside repo [811]
Move SkipStrongNames inside Git (build from source); automatically warn/fix if out of date.
View ArticleEdited Task: MQ: xUnit.net: No timeouts when debugging [812]
XUnit: Don't timeout when a debugger is attached.
View ArticleEdited Task: MQ: Work around sporadic TeamCity exception [813]
Add a workaround to the Team City bug for the "exception during messages processing."
View ArticleEdited Task: MQ: Add build.cmd test summary [815]
Add build.cmd test summary line (total tests passed, failed, etc.)(Well, actually do this in the .msbuild file, but you get the idea.)
View ArticleEdited Issue: MQ: Add failed test names at the end of build.cmd [816]
(Well, actually do this in the .msbuild file, but you get the idea.)
View ArticleEdited Task: MQ: Review use of functional tests; convert some to unit tests...
Prefer unit testing to functional/integration testing in dev tests to reduce the time used in running tests in build.cmd* Identify all functional tests and separate them from unit tests.* Ensure every...
View ArticleEdited Task: MQ: Perf tests: refactor and add verification [818]
Performance tests improvement - refactor the client code and add verification as well
View ArticleEdited Task: MQ: Workaround unit test failure in VS 2012 [819]
I think this is the next page link test. There's a bug in xUnit.net in that it does not run the test under the appropriate target framework version (http://xunit.codeplex.com/workitem/9824).Until this...
View ArticleEdited Task: MQ: Add failed test names at the end of build.cmd [816]
(Well, actually do this in the .msbuild file, but you get the idea.)
View ArticleEdited Task: MQ: Work around sporadic TeamCity exception [813]
Add a workaround to the Team City bug for the "exception during messages processing."
View ArticleEdited Task: MQ: Publish symbols [808]
This work includes publishing symbols from v4.0 RTM (not all were published) as well as the upcoming v4.0 OOB RTM.
View ArticleEdited Issue: Support external creation of IEdmModel [802]
Currently for an IEdmModel to be used with the ODataMediaTypeFormatters, it MUST be built using an ODataModelBuilder. This is because the formatters require an annotation on IEdmEntitySet using a class...
View ArticleCommented Issue: Support external creation of IEdmModel [802]
Currently for an IEdmModel to be used with the ODataMediaTypeFormatters, it MUST be built using an ODataModelBuilder. This is because the formatters require an annotation on IEdmEntitySet using a class...
View ArticleCreated Issue: ASP.NET Web API OData does not work with Excel [820]
Excel expects an XML service doc, but it doesn't send any Accept header. By default ASP.NET Web API OData sends back a JSON service doc when no Accept header is specified. As a result you cannot...
View ArticleEdited Issue: ASP.NET Web API OData does not work with Excel [820]
Excel expects an XML service doc, but it doesn't send any Accept header. By default ASP.NET Web API OData sends back a JSON service doc when no Accept header is specified. As a result you cannot...
View ArticleCommented Issue: ASP.NET Web API OData does not work with Excel [820]
Excel expects an XML service doc, but it doesn't send any Accept header. By default ASP.NET Web API OData sends back a JSON service doc when no Accept header is specified. As a result you cannot...
View ArticleCreated Issue: Action selection shouldn't depend on whether an Uri based...
This is from the post : http://stackoverflow.com/questions/14610039/how-to-disambiguate-between-two-actions-in-apicontroller1. __Works (Note: the parameter is NOT an...
View Article