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

feat(*): add decorators to model files (resolves #491) #492

Merged

Conversation

sstone1
Copy link
Contributor

@sstone1 sstone1 commented Aug 18, 2022

Allow decorators to be attached to the namespace element in a model file:

@DotNetIgnore
@DotNetNamespace('Org.Acme')
namespace [email protected]

concept Foo {
  ...
}

Signed-off-by: Simon Stone [email protected]

@sstone1 sstone1 requested review from dselman and mttrbrts August 18, 2022 19:30
@sstone1 sstone1 requested a review from dselman August 22, 2022 12:59
@sstone1 sstone1 merged commit b246faa into accordproject:master Aug 22, 2022
@sstone1 sstone1 deleted the simon-stone/model-file-decorators branch August 22, 2022 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants