-
Notifications
You must be signed in to change notification settings - Fork 30
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
Documentation from NuGet package #254
Comments
How did you build the new package and add it to the project? If you did not bump the version, you must ensure that you remove the old cached Hedgehog version from your global NuGet cache, otherwise it's the existing cached version that gets restored. (Clearing the cache for Hedgehog would be wise anyway both before and after testing, otherwise you may have your custom one getting restored everywhere else.) |
Also, I think you must clean your project if you had already installed Hedgehog, otherwise it won't install/restore anything (since it is already restored). (I am actually currently working on a build-tool library where I'm required to perform these steps every time I update the library and want to test it.) |
Here's where you can add a new package source in VS (Tools > Options): Docs don't appear for As you can see I bumped the version to Interestingly enough, the docs for You may wish to clean up the |
Excellent work @dharmaturtle! @moodmosaic, what is the purpose for |
@moodmosaic What's the purpose of all the |
It turns out that those can't be used outside F#, so we try to 'hide' them from IntelliSense: #156 (comment)
I've tried that, of course, but then they were hidden also from inside F#'s IntelliSense: #156 (comment) |
@TysonMN, @dharmaturtle, @cmeeren, if they are causing some unexpected behavior, now it's time to do something for it, before cutting a release. Though, I (and I believe also @mausch) couldn't see anything unusual in Rider. |
Awesome! Go for it, @dharmaturtle 🎸 |
@cmeeren, are you fine waiting for a PR by @dharmaturtle? Might push v0.9.0 release to Wednesday or Thursday. |
That's fine with me, I'm in no hurry. |
I expected PR #251 to bring documentation to the tooltips in Visual Studio when consuming Hedgehog via NuGet package. I locally created a NuGet package (thanks to PR #253) and added it to a project, but I still don't see the documentation. I was talking with @dharmaturtle, and he has the same behavior.
@cmeeren, do you see the documentation in tooltips from a locally created NuGet package?
The text was updated successfully, but these errors were encountered: