Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Fix | Replaced System.Runtime.Caching with Microsoft.Extensions.Caching.Memory#2493

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
Merged
Changes from1 commit
Commits
Show all changes
18 commits
Select commitHold shift + click to select a range
f906248
Replaced System.Runtim.Caching with Microsoft.Extensions.Caching.
arellegueMay 2, 2024
4a0f25c
Merge branch 'main' into ReplacedSystemRuntimeCaching
arellegueMay 2, 2024
61a0c95
Fix signatureVerificationResult condition to test for null or false v…
arellegueMay 7, 2024
4111635
Fixed ColumnMasterKeyMetadataSignatureVerificationCache.GetSignatureV…
arellegueMay 7, 2024
5bdf5bd
Removed blank line.
arellegueMay 8, 2024
f1c9bb4
Merged from main stream.
arellegueMay 8, 2024
ac0db6b
Commit merged main stream.
arellegueMay 8, 2024
b9a63a8
Added reference to System.Configuration.ConfigurationManager.
arellegueMay 8, 2024
e6a3371
Restore Nuget.config
arellegueMay 8, 2024
dc2bba0
Fixed missed Microsoft.Extensions.Caching version usage from Versions…
arellegueMay 8, 2024
2178f28
Add extra line to MDS.Tests.csproj file.
arellegueMay 8, 2024
939adb0
Implement missing Clear function of MemoryCache in version 6.0.
arellegueMay 8, 2024
5506b39
Used Explicit type declaration of MemoryCacheOptions variable.
arellegueMay 8, 2024
24c344a
Refactor ClearCache function so it works in .Net8.0 and .Net6.0.
arellegueMay 10, 2024
a817a06
Update comment to trigger pipeline run.
arellegueMay 10, 2024
98cd070
Replaced System.Runtime.Caching in M.D.S.nuspec file with Microsoft.E…
arellegueMay 27, 2024
9789f09
Applied suggestions from PR review.
arellegueMay 28, 2024
0d93c1c
Updated the package version of Microsoft.Extensions.Caching.Memory to…
arellegueMay 29, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
Fixed missed Microsoft.Extensions.Caching version usage from Versions…
….props.
  • Loading branch information
@arellegue
arellegue committedMay 8, 2024
commitdc2bba07e962ebfd2d1b3d2921ba7518ed711083
Original file line numberDiff line numberDiff line change
Expand Up@@ -32,6 +32,6 @@
<PackageReference Include="Azure.Core" Version="$(AzureCoreVersion)" />
<PackageReference Include="System.Text.Encodings.Web" Version="$(SystemTextEncodingsWebVersion)" />
<PackageReference Include="Azure.Security.KeyVault.Keys" Version="$(AzureSecurityKeyVaultKeysVersion)" />
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="$(MicrosoftExtensionsCachingMemoryVersion)" />
</ItemGroup>
</Project>

[8]ページ先頭

©2009-2025 Movatter.jp