Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-25Improved the docs for the RedisCacheOptions.InstanceName property (#44711)Tobias Graf
2022-05-25Add logging to M.E.Caching.StackExchangeRedis (#41769)Martin Costello
2022-05-20Fall back to using old command when GetServer isn't supported. (#41649)Aditya Mandaleeka
2022-05-05Add rule to seal internal and private types (#41457)Brennan
2022-03-28Remove Mono specific CodeStefan Nikolei
2022-02-23Annotate SqlServer and Redis caches for nullability (#40319)Pranav K
2022-01-31Use ConfigureAwait(false) on ConnectionMultiplexerFactory (#39865)Kahbazi
2022-01-27Enable IDE2000 (#39803)Pranav K
2022-01-13Enable IDE0059 (#39434)Pranav K
2022-01-11Bump up warning level for CA1822 (#39436)Pranav K
2022-01-02chore : Remove unwanted `using` statement (#39176)Shreyas Jejurkar
2021-12-23Fixup whitespace issues from top-level statement change (#39161)Pranav K
2021-12-10Rename SetScript variants. (#38928)Aditya Mandaleeka
2021-12-10Fix RedisCache update that breaks usage against older redis servers (#38860)Philipp Voronin
2021-11-12[main] Mark 6.0 API surface as shippedDoug Bunting
2021-11-06Use file scoped namespaces (#38076)Pranav K
2021-09-20onBoard package validation (#35846)Anirudh Agnihotry
2021-08-13More line ending renormalization (#35301)Matt Mitchell
2021-08-09Correct wrong cache document link (#35181)Song Li
2021-07-09Enable build time warnings for IDE code analysis rules (#34215)Pranav K
2021-06-03Add Bash scripts for launching VS Code with activated env (#33236)Safia Abdalla
2021-05-19Turn on nullability for all src projects (#32742)Pranav K
2021-05-05Add Readme for Analyzers, ObjectPool and Identity (#32312)John Luo
2021-05-04Add option to RedisCacheOptions to allow custom creation of IConnectionMultip...John Luo
2021-04-06Added VSCode debugging (for MvcSandbox) & code analysis support (#29486)Shreyas Jejurkar
2021-04-01Cross-target last few projects to DefaultNetCoreTargetFramework (#31239)William Godbe
2021-04-01Fix file headers in src/Caching (#31439)Youssef Victor
2021-04-01Fix trailing comma in Caching.slnf (#31438)Youssef Victor
2021-03-20Caching Redis: Add option to register profiling session (#31018)Gabriel Lucaci
2021-02-16Favor project-specific build scripts over top-level script (#29918)Safia Abdalla
2021-01-05Add API docs for Caching and WebEncoders (#28945)John Luo
2021-01-05HMSET is deprecated, but used by Microsoft.Extensions.Caching.StackExchangeRe...Shatadru Chattopadhyay
2020-12-01Replaced eval script with native command to read from redis. Native commands ...John Luo
2020-11-21Extension consolidation fixesJohn Luo
2020-11-02SqlServerCache: fix thread race condition when multiple threads calling ScanF...Sebastian Bargmann
2020-10-31Removed unnecessary assignment and allocation (dotnet/extensions#3658)Jody Donetti
2020-10-15Merge pull request dotnet/extensions#2806 from MarkCBB/issue-1268Eric Erhardt
2020-09-23Reset database object during the Dispose method (dotnet/extensions#3553)Roman Marusyk
2020-05-08Renamed SqlServerCacheServiceCollectionExtensions.cs to SqlServerCachingServi...Pivendren Naik
2020-04-18Merge branch 'master' into issue-1268MarkCBB
2020-04-07Johluo/remove migrated files (dotnet/extensions#3160)John Luo
2020-04-02Ingest extensions packages from dotnet/runtime (dotnet/extensions#3091)John Luo
2020-03-07Remove Serilog dependency in extensions (dotnet/extensions#3040)John Luo
2020-02-26Restore blank linesSam Harwell
2020-02-26Update license in reference assembliesSam Harwell
2020-02-26Switch file headers to the MIT licenseSam Harwell
2020-02-26Normalize all file headers to the expected Apache 2.0 licenseSam Harwell
2020-01-22Added ConfigureAwait false to caching projects dotnet/extensions#2252 (dotnet...ladeak
2020-01-09Contributing: Fix a typo (dotnet/extensions#2832)Maher Jendoubi
2020-01-04Removed unused constants. Issue dotnet/extensions#1268MarkCBB