Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Metadata CSDL/EDMX generation from markdown source #103

Open
sumurthy opened this issue Apr 7, 2016 · 2 comments
Open

Metadata CSDL/EDMX generation from markdown source #103

sumurthy opened this issue Apr 7, 2016 · 2 comments
Assignees

Comments

@sumurthy
Copy link

sumurthy commented Apr 7, 2016

Enhance the CSDL file generation from the markdown scanner tool. The goal is to take a set of spec files defined in markdown standard format and generate CSDL with required annotations.

  • Descriptions for EntityType, ComplexType, actions, Functions, etc.
  • Annotate undefined methods (such as delete not supported, etc.)
  • Make the edmx additive (allow you to publish edmx starting with an edmx and building on top of that)
  • Matt needs to tell Ryan what annotations should be in the EDMX so markdown-scanner can generate them
@rgregg
Copy link
Contributor

rgregg commented Apr 12, 2016

Some of this is already implemented. We need to refine the requirements so we can finish the work. See CsdlWriter

@rgregg rgregg changed the title Enhancement request: CSDL/EDMX Generation from specs Metadata CSDL/EDMX generation from markdown source Apr 12, 2016
@rgregg rgregg self-assigned this Jul 19, 2016
@rgregg
Copy link
Contributor

rgregg commented Jul 19, 2016

I'm working on this in my branch: https://github.com/rgregg/markdown-scanner/tree/generate-annotation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants