-
Notifications
You must be signed in to change notification settings - Fork 157
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
Document that *Source attributes permit Task<IEnumerable> return types #756
Comments
@SeanKilleen Curious, how would something like this be approached for unreleased changes? Is there a "prerelease" section of the docs, or should a PR be put up and just not merged until the framework changes are released? |
@stevenaw FWIW: I have been in the same situation for the adapter, and I chose to add a note to indicate from which version the feature was available. E.g. see https://docs.nunit.org/articles/vs-test-adapter/Tips-And-Tricks.html#where For future features I know which version it goes into, so I add that upcoming version number. |
@stevenaw yep, @OsirisTerje is correct here -- I'll see if anything changed but docfx is a little clunky here; it doesn't easily allow multiple versions of docs AFAIK. |
Thanks @OsirisTerje @SeanKilleen ! |
Spare time has been a bit hard to come by lately. I'm going to remove my assignment from this for now in case anyone else wishes to pick this up |
Method-based *Source attributes gained support for async return types in upcoming v4 and v3.14 framework versions via nunit/nunit#2729
It would be good to document this change. List of updated attributes can be found in nunit/nunit#4389
The text was updated successfully, but these errors were encountered: