-
Notifications
You must be signed in to change notification settings - Fork 123
feat: add redis connect callback, upgrade dot10 from preview #755
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
Changes from all commits
aab140b
c2538f5
b7745c4
245f08a
d66623a
0f28eda
883cafc
6e536b6
5aba156
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,7 +5,7 @@ | |
| <MicrosoftPackageVersion Condition="'$(TargetFramework)' == 'net7.0'">7.*</MicrosoftPackageVersion> | ||
| <MicrosoftPackageVersion Condition="'$(TargetFramework)' == 'net8.0'">8.*</MicrosoftPackageVersion> | ||
| <MicrosoftPackageVersion Condition="'$(TargetFramework)' == 'net9.0'">9.*</MicrosoftPackageVersion> | ||
| <MicrosoftPackageVersion Condition="'$(TargetFramework)' == 'net10.0'">10.0.0-preview.*</MicrosoftPackageVersion> | ||
| <MicrosoftPackageVersion Condition="'$(TargetFramework)' == 'net10.0'">10.*</MicrosoftPackageVersion> | ||
|
|
||
| <BenchmarkDotNetPackageVersion>0.13.1</BenchmarkDotNetPackageVersion> | ||
| <MSTestPackageVersion>2.2.3</MSTestPackageVersion> | ||
|
|
@@ -16,13 +16,13 @@ | |
| <MapsterPackageVersion>7.3.0</MapsterPackageVersion> | ||
| <DaprPackageVersion>1.10.0</DaprPackageVersion> | ||
| <GoogleProtobufPackageVersion>3.19.1</GoogleProtobufPackageVersion> | ||
| <MedallionDistributedLockPackageVersion>1.0.4</MedallionDistributedLockPackageVersion> | ||
| <MedallionDistributedLockPackageVersion>1.0.*</MedallionDistributedLockPackageVersion> | ||
|
||
| <FluentValidationPackageVersion>11.1.0</FluentValidationPackageVersion> | ||
| <FluentValidationAspNetCorePackageVersion>11.1.2</FluentValidationAspNetCorePackageVersion> | ||
| <StackExchangeRedisPackageVersion>2.8.41</StackExchangeRedisPackageVersion> | ||
| <NESTPackageVersion>7.17.4</NESTPackageVersion> | ||
| <IdentityPackageVersion>7.5.0</IdentityPackageVersion> | ||
| <IdentityModelPackageVersion>6.0.0</IdentityModelPackageVersion> | ||
| <NewtonsoftJsonVersion>13.0.3</NewtonsoftJsonVersion> | ||
|
|
||
| <PackageId>$(AssemblyName)</PackageId> | ||
| <PackageIcon>packageIcon.png</PackageIcon> | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR title indicates "feat: add redis connect callback", but this PR also includes numerous package version updates (Aliyun SDK, EFCore providers, DistributedLock packages, etc.) and StackExchange.Redis API compatibility changes (RedisChannel wrapper). These changes appear unrelated to the redis connection callback feature. Consider either updating the PR title to reflect all changes, or splitting these changes into separate PRs for better maintainability and easier review.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ignore