Wayne Brantley

Results 52 comments of Wayne Brantley

Why not just create a SemaphoreSlim(1,1) and use WaitAsync() on it. That has the effect of locking?

My 2cents: I use this as a display component only. When the user is on a page, I want to know what node they are on so I can display...

@joeaudette Any chance I could see your work and see if that is the direction I would like to go toward?

@NightOwl888 Any chance for a fix and nuget package on this?

The filtercontext idea will definitely help! My constructors are cheap to create...but still to create 100 constructors on every page request (and their attributes and dependencies) to determine security is...

Well, it could store it in some ICacheProvider interface that defaulted to 'nothing' so it was not cached. Then simply make the key to the cache item a function of...

We already use AuthorzeAttribute on the controllers...AND already have it in the sitemap...so was already doing both. I will try to disable that module and see what I get! (Could...

There is support for multiple sitemaps in current build.

@ivaylokenov Any thoughts on the above? Also, there are no tests in this project. Would you object to adding Xunit or something with a few tests?

Well, I created tests based on Nunit3 to validate my performance pull request. However, I did not submit a pull request of that, because was not sure you would accept...