Skip to content

Conversation

michaelnebel
Copy link
Contributor

@michaelnebel michaelnebel commented Sep 16, 2024

In this PR we add extractor support for attributes on indexers.
With this change we now extract the attribute usage on the example below

[Attribute]
public object this[int i] => return null;

@michaelnebel michaelnebel changed the title Csharp/indexerattributes C#: Extract attributes on indexers. Sep 16, 2024
@michaelnebel michaelnebel marked this pull request as ready for review September 16, 2024 09:50
@michaelnebel michaelnebel requested a review from a team as a code owner September 16, 2024 09:50
@michaelnebel
Copy link
Contributor Author

DCA looks good!

@michaelnebel michaelnebel merged commit add0332 into github:main Sep 16, 2024
20 checks passed
@michaelnebel michaelnebel deleted the csharp/indexerattributes branch September 16, 2024 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants