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

[Epic:.NET] Fix warnings in the generated code #8599

Open
Tracked by #8336
abrl91 opened this issue Jun 3, 2024 · 0 comments
Open
Tracked by #8336

[Epic:.NET] Fix warnings in the generated code #8599

abrl91 opened this issue Jun 3, 2024 · 0 comments
Assignees

Comments

@abrl91
Copy link
Contributor

abrl91 commented Jun 3, 2024

Generated code warnings:

  • Non-nullable property {FieldName} must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
  • Possible null reference argument for parameter 'source' in 'IEnumerable<{EntityName}IdDto> Enumerable.Select<{EntityName}, {EntityName}IdDto>(IEnumerable<{EntityName}> source, Func<{EntityName}, {EntityName}IdDto> selector)'.
@abrl91 abrl91 mentioned this issue Jun 3, 2024
96 tasks
@abrl91 abrl91 changed the title more code generation issues [Epic:.NET] more code generation issues Jun 3, 2024
@abrl91 abrl91 self-assigned this Jun 3, 2024
@mulygottlieb mulygottlieb changed the title [Epic:.NET] more code generation issues [Epic:.NET] Fix warnings in the generated code Jun 5, 2024
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

No branches or pull requests

1 participant