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

Don't use attributes reserved for compiler in CodeGen #472

Conversation

SandstromErik
Copy link
Contributor

Do not use attributes reserved by the compiler in codegen, such as RequiredMemberAttribute and NullableContextAttribute.

Will make it possible to use the required modifier for fields and properties

Copy link
Member

@Daniel-Svensson Daniel-Svensson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good. nice change

@Daniel-Svensson Daniel-Svensson force-pushed the feature/requiredModifierFix branch from 929c3e9 to cf98c91 Compare December 22, 2023 20:23
@Daniel-Svensson Daniel-Svensson enabled auto-merge (squash) December 22, 2023 20:25
Copy link

sonarqubecloud bot commented Dec 22, 2023

@Daniel-Svensson Daniel-Svensson merged commit 415f3ec into OpenRIAServices:main Dec 22, 2023
6 of 7 checks passed
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