SuperLinq linqpad-samples
I have updated SuperLinq to v5.4.0-preview.1 to include samples for various linq operators in the library. Looking here I can see that the files are properly added under the linqpad-samples
directory and that the package has the linqpad-samples
tag. In the LinqPAD UI, I can see the link in the package indicating that the samples are found and loaded, but I do not see them in the samples UI at all. If I click the link, it moves the nuget manager window to the right to highlight the samples UI, but still does not show any samples.
I'm sure I'm missing something - if I could get some help identifying what's incorrect in my package so that I can fix it, I'd appreciate it.
Thank you,
Stuart
Comments
If multiple versions of the same package have been downloaded (e.g., SuperLinq 5.3.0 and SuperLinq 5.4.0-preview.1), LINQPad chooses just one package for which to display samples, rather than looking at all versions. In this case, it must be picking the RTM version over the prerelease which obviously isn't good - it should either pick the latest, or possibly just show a separate node for every version. I'll get a fix into LINQPad 8 shortly.
Thank you Joe! I cleared the package cache and was able to see the samples now. v5.4.0 will have the packages available, so I appreciate the willingness to fix this for potential consumers of the package samples.
The fix made it into 8.0.15 - you can test this now if you like.
Tested and confirmed! Thank you Joe!