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

Introduce MapValueAttribute to map constant values and method provided values #1335

Merged
merged 1 commit into from
Jun 20, 2024
Merged

Introduce MapValueAttribute to map constant values and method provided values #1335

merged 1 commit into from
Jun 20, 2024

Conversation

latonz
Copy link
Contributor

@latonz latonz commented Jun 13, 2024

MapValueAttribute

Introduces a new MapValueAttribute which allows mapping constant values and method provided values to target members.

Fixes #631

Checklist

  • The existing code style is followed
  • The commit message follows our guidelines
  • Performed a self-review of my code
  • Hard-to-understand areas of my code are commented
  • The documentation is updated (as applicable)
  • Unit tests are added/updated
  • Integration tests are added/updated (as applicable, especially if feature/bug depends on roslyn or framework version in use)

@latonz latonz self-assigned this Jun 13, 2024
@latonz latonz requested a review from CommonGuy June 14, 2024 02:13
@latonz latonz marked this pull request as ready for review June 14, 2024 02:13
CommonGuy
CommonGuy previously approved these changes Jun 14, 2024
@latonz latonz merged commit 4c9df37 into riok:main Jun 20, 2024
17 checks passed
@latonz latonz deleted the 631-constant-value branch June 20, 2024 18:40
@latonz latonz added the enhancement New feature or request label Jun 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Map constant value to properties and constructor parameters
2 participants