Shad Storhaug

Results 300 comments of Shad Storhaug

This behavior is already supported by using [custom attributes](https://github.com/maartenba/MvcSiteMapProvider/wiki/Using-Custom-Attributes-on-a-Node) in conjunction with [custom HTML helper templates](https://github.com/maartenba/MvcSiteMapProvider/wiki/HtmlHelper-extensions#wiki-customizing-rendered-output). Have a look at [this answer](http://stackoverflow.com/questions/21767401/mvcsitemap-generating-a-menu-without-messing-the-breadcumbs/21788852#21788852), as well. However, some mileage could be cut...

If I understand correctly, what you describe sounds like a custom scenario that you would need to build your own model and HtmlHelper for. The SiteMapPath and Menu were not...

Thanks for the link. The article was from 2007 and interestingly none of the links I looked at in the comments have navigation that looks anything like what is in...

@Ridermansb - Sorry, I am not sure I understand what you are referring to. Could you add some more details to your question?

> You mean, using the indexer set[i] = … where i is an integer? > Having this indexer on ISet is an abominable design mistake in the .Net library, and...

> Strange, I don’t see any (documentation of) such a method on either SCG.HashSet or SCG.ISet. You won't find any documentation, because as I mentioned, the method is intenal: https://github.com/microsoft/referencesource/blob/master/System.Core/System/Collections/Generic/HashSet.cs#L1423...

> 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...

I haven't had a chance to get to it yet, and it might be awhile until I have the time. No objections if you want to jump ahead and do...

This was never about functionality, as the collections function and perform well enough for our requirements. The problem is API compatibility. If I specify an API should accept `ISet`, the...

Hi. Sorry for the late reply. Our goal is to have a release candidate by the end of 2021. Note that we are still analyzing to make sure we are...