-
Notifications
You must be signed in to change notification settings - Fork 291
Platform.MSBuild should allow generating a helper for registration of extensions #3525
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
Platform.MSBuild should allow generating a helper for registration of extensions #3525
Conversation
Evangelink
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like internal poll was more in favor of AddSelfRegisteredExtensions. One small nit and otherwise LGTM!
Thanks for taking over @MarcoRossignoli
...Platform/Microsoft.Testing.Platform.MSBuild/Tasks/TestingPlatformAutoRegisteredExtensions.cs
Outdated
Show resolved
Hide resolved
…latformAutoRegisteredExtensions.cs Co-authored-by: Amaury Levé <amaury.leve@gmail.com>
I'll change the name |
|
Edit: Nevermind the above question, I see the condition was removed entirely in #3524. 👍🏼 I would set Sounds good to me. 😄 |
True @engyebrahim helper with the other two issue too #3524 #3522 |
closes #3494
Available method with
GenerateSelfRegisteredExtensions = truec# extension method
vb extension method
For F# we need explicing namespace.
cc: @bradwilson