-
Notifications
You must be signed in to change notification settings - Fork 25.3k
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
Sample Update Tracking Issue - complete list #5495
Comments
On the in memory Caching sample, please add an explanation of how cache dependencies work. I've been trying to figure it out from the source code and debugger, and the Docs don't provide sufficient explanation:
How does the child token above communicate to the parent token to evict and what is the purpose of disposing of the parent token? Is this a hack where the parent eviction only occurs because the already marked as expired parent gets evicted when the child cancellation triggers a remove expired entries search? Second suggestion add to sample app a compilable version of this dependent cache entries construction because it makes more sense: aspnet/Caching#48 |
I am struggling to figure out how to improve the performance of my shiny new Razor Pages/Page Model based app. I have some hefty partial page renders (sidebar icons based on heavy DB calls), which I want to cache (per-model). I've tried using the tag helper, but I can't get the example working as expected. Is there any ETA for the 2.1 release (with the attached docs drop), or better yet - a way to preview the docs as they are being written by Luke? |
The only ETA I'm aware of was given by Scott Hunter at the //Build conference when he said that they were aiming for sometime around the end of this month.
The 2.1 docs are under continuous release now. They're rolling out almost daily. However, samples (this issue) will not be updated until 2.1 releases. We won't have 1.x, 2.0, and 2.1 samples ... only 1.x and 2.x (2.x will be 2.0 prior to 2.1 release; 2.x will become 2.1 after the 2.1 release). We don't want to break users using the latest stable release (2.0) until 2.1 actually hits the street. |
@guardrex is this issue still current? If not, can you close? Also - apologies if i send a few pings your way from some open issues, i'm trying to do a survey of some of the long-standing open issues to address some of them this week. Reach out if i'm hitting you up too much from GitHub. :) |
@bradygaster ... That depends. What normally happens on this issue is that at several points in the past, perhaps once a year, I actually canvas every sample app on the repo 😅 and update this issue (the last update of this was April 18 of this year). Then, we usually hit several of the ...... er ..... more disturbing cases lol ... like 2.x samples 🙈😄 lingering for popular topics. It's best to ask @Rick-Anderson if he wants to proceed with this process. I don't mind performing another update of this issue in early 2022 if he/you would like to keep using this. This issue is the only overview of where everything stands with sample apps. I fear without it that we'd have no clear knowledge of what's going on. However, it may have outlived its usefulness. I yield to @Rick-Anderson and you to close if that seems best. Otherwise, I'll seek to update this in 22Q1 and ping everyone for a look at the result of my canvas. |
I'd love to do a survey like that with you. Have you seen the fantastic improvements to the Orleans samples' visibility Reuben made? I think something like that for SignalR and for the broader ASP.NET would be fantastic. |
@guardrex should we close? |
I think so. I don't have time to tend to this further, and it isn't relevant for Blazor, as I've adopted a ❌ NO SAMPLES!™ ❌ (where possible) approach 😄. This tracking issue was helpful in the old days 👴 to update a bunch of samples release-to-release for topics that I worked on regularly. |
Last Updated: 4/18/21
Doesn't include migration topic samples.
Version
The text was updated successfully, but these errors were encountered: