Currently, when requesting http://localhost:50232/todoes (where entity set name is Todoes) doesn't report any error and the feed is serialized correctly in response.
However, no links are generated on entity type. After change request URL http://localhost:50232/Todoes, the links are back. It's very hard for users to troubleshoot problems like that. We should allow entity set name case insensitive or report error on that.
However, no links are generated on entity type. After change request URL http://localhost:50232/Todoes, the links are back. It's very hard for users to troubleshoot problems like that. We should allow entity set name case insensitive or report error on that.