Skip to content
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

Cannot access RankedMap #1

Open
mrboh opened this issue Feb 11, 2018 · 2 comments
Open

Cannot access RankedMap #1

mrboh opened this issue Feb 11, 2018 · 2 comments
Assignees
Labels

Comments

@mrboh
Copy link

mrboh commented Feb 11, 2018

Firstly, thanks for producing such a great library, I'm making extensive use of it in my project.

I'm keen to have a play with the new RankedMap, however I can't seem to access it when using the NuGet package. Object Browser seems to indicate that RankedMap does not exist in the package (or at least is not publicly accessible). I tried creating a completely blank C# .NET framework app and adding the library but ran into the same issue. Any idea what's going on?

@kaosborn kaosborn added the bug label Feb 13, 2018
@kaosborn
Copy link
Owner

Thanks for reporting this major goof! Although test coverage is 99%, it is performed against a full framework build (not core). Version 4.0 is pulled and version 4.1 will be released with a fix in short order with all classes included. Will explore a better test strategy for future releases.

@kaosborn kaosborn self-assigned this Feb 16, 2018
@kaosborn
Copy link
Owner

Fixed in v4.1. Available here or nuget.org. Added a new project that links to the .NET Standard library to verify build is correct:

https://github.com/kaosborn/KaosCollections/blob/KaosCollections-v4.1.0/Bench/RxBench01/RxBench01.cs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants