web-api-commander
web-api-commander copied to clipboard
Metadata Validation Fails on Unknown OData Types
Given Edm.DateTime rather than Edm.DateTimeOffset, the metadata validation portion (from the command line) will say the metadata has passed, but it could still contain invalid types.
- [ ] Try to fix XSDs (and submit to OASIS) in order to catch the type differences.
- [ ] Fix Commander metadata validation to catch type errors and handle them gracefully.