Skip to content

Add support for the ref and in keywords in ValuesAttribute - #4304

Merged
stevenaw merged 1 commit into
nunit:masterfrom
aldelaro5:value-attribute-byref
Mar 24, 2023
Merged

Add support for the ref and in keywords in ValuesAttribute#4304
stevenaw merged 1 commit into
nunit:masterfrom
aldelaro5:value-attribute-byref

Conversation

@ghost

@ghost ghost commented Mar 1, 2023

Copy link
Copy Markdown

This closes #3872

It should allow for ref, ref?, in and in? types to be used with the parameterless version of the attribute for both bool and enum types.

@dnfadmin

dnfadmin commented Mar 1, 2023

Copy link
Copy Markdown

CLA assistant check
All CLA requirements met.

@stevenaw
stevenaw self-requested a review March 23, 2023 23:32

@stevenaw stevenaw left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM, thanks for your contribution @sdelarosbil ! Appreciate your writing some tests for the change too. Sorry it's taken a few weeks to get to this review

@stevenaw
stevenaw merged commit 03dd6c2 into nunit:master Mar 24, 2023
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.

Add support for ref bool, ref bool?, in bool, and in bool? when using NUnit.Framework.ValuesAttribute

3 participants