Rasmus Lystrøm

Results 11 comments of Rasmus Lystrøm

`AddAll`, `ContainsAll`, `RetainAll`, and `RemoveAll` come from `ICollection` or `IExtensible`. They should maybe be called `*Range` to match the naming in .NET. My thinking would be to rename `*All` to...

No I mean hide the `IExtensible` methods so `HashSet` and `TreeSet` looks and behaves like `SCG.ISet`. That’s a breaking change but I think it’ll make more sense than hiding the...

@NightOwl888: are you working on the changes mentioned above?

Given your input, we have chosen to get rid of the custom KeyValuePair implementation. The latest *master* should reflect that. We will happily accept a PR with an ISet implementation...

You're probably right. Perhaps you could make a pull request fixing these (there are a couple) Thanks

Again. Pull requests are accepted :)

HI Ovidio, I have just tried to run your program on the latest release of C5 (from NuGet). I cannot reproduce the error. Which version are you using?

Hello again. I've just published a new version which includes a .NET 4.0 build, which does not require you to rebuild. The issue, however, is not fixed.

Just tried building a UWP app targetting 1809 with latest C5 beta. I was able to create an app package. @danielgary can you try again?