Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: linkdotnet/Blog
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v11.0
Choose a base ref
...
head repository: linkdotnet/Blog
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v11.1
Choose a head ref
  • 8 commits
  • 28 files changed
  • 3 contributors

Commits on Nov 15, 2025

  1. Configuration menu
    Copy the full SHA
    d4340f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d635e6 View commit details
    Browse the repository at this point in the history
  3. Directory.Build.Props inheritance. (#446)

    * Directory.Build.Props inheritance.
    
    * Moved TreatWarningsAsErrors to root Directory.Build.props
    MarkCiliaVincenti authored Nov 15, 2025
    Configuration menu
    Copy the full SHA
    8d50e19 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2025

  1. Enabled cache stampede protection (#443)

    * Enabled cache stampede protection and allow configuration of sliding expiration.
    
    * Fix order of using
    
    * Switched to using FusionCache.
    
    * Renamed variable, as FusionCache does not support SlidingExpiration.
    
    * Remove leftover singleton registration
    
    Removed singleton registration for AsyncKeyedLocker.
    
    * Remove AsyncKeyedLock using directive
    
    Removed unused AsyncKeyedLock namespace.
    
    * Test fixes
    
    * Refactor GetByIdAsync to use fusionCache directly
    MarkCiliaVincenti authored Nov 16, 2025
    Configuration menu
    Copy the full SHA
    4ad0bd0 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2025

  1. Configuration menu
    Copy the full SHA
    557d324 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2025

  1. chore: Update packages

    linkdotnet committed Nov 22, 2025
    Configuration menu
    Copy the full SHA
    03de1b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97ce46f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d81d382 View commit details
    Browse the repository at this point in the history
Loading