Shad Storhaug

Results 300 comments of Shad Storhaug

Do you have any idea how to answer #109, Resource from a different assembly? That one has been open for a while, but I really don't even know where to...

I am curious to know if you got the implicit localization working after the key was set to the SiteMapCacheKey. Also, any updates on whether the resource provider allows you...

Given this new information, I am marking this issue closed. The ISiteMapCacheKeyGenerator fix is a breaking change, and will need to be addressed in version 5. In the meantime, at...

Okay, I am reopening this issue. Upon further investigation, the Microsoft SiteMapNode object has a `GetImplicitResourceString()` method that is implemented as follows: ``` csharp protected string GetImplicitResourceString(string attributeName) { if...

FYI - I have opened a new issue #344 to gather requirements for a new extension point for localization. I am considering dropping support for implicit localization in a future...

I have been working on v4 and have created a new interface ISiteMapBuilder that can be implemented to pull sitemap data from any source and use any custom logic to...

Well, for now I will mark this issue closed. Let me know if you had some other extension point in mind than what is now in the box in v4....

@corneliuskopp Apparently I didn't understand exactly what you were looking for. The term "Site Map" is overloaded too many times in this project and it sometimes becomes difficult to understand...

Well, one thing is for sure, the job of adding the functionality is quite a bit simpler if you don't use a .sitemap file. Adding the collections to the ISiteMapNode...

To this point I have only been testing with the included MvcMusicStore project, but building a unit test project is on my wish list. After thinking it through, it makes...