You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Senparc.CO2NET.AspNet/Register.cs
+37-36Lines changed: 37 additions & 36 deletions
Original file line number
Diff line number
Diff line change
@@ -12,28 +12,29 @@
12
12
Modification Identifier: Senparc - 20240728
13
13
Modification Description: v1.4.0 .NET 6.0 and .NET 8.0 assemblies no longer depend on Microsoft.AspNetCore.Hosting.Abstractions and Microsoft.AspNetCore.Http.Abstractions
/// Senparc.CO2NET.AspNet Basic Information Registration
32
33
/// </summary>
33
-
publicstaticclassRegister
34
-
{
35
-
#if !NET462
36
-
34
+
publicstaticclassRegister
35
+
{
36
+
#if !NET462
37
+
37
38
/// <summary>
38
39
/// Start Senparc.CO2NET initialization parameter process (ASP.NET Core)
39
40
/// </summary>
@@ -46,21 +47,21 @@ public static class Register
46
47
/// <para>(LocalContainerCacheStrategy, RedisContainerCacheStrategy, MemcacheContainerCacheStrategy are already automatically registered),</para>
47
48
/// <para>If set to null (note: not delegate returns null, but the entire delegate parameter is null), it will automatically use reflection to scan all possible extension cache strategies</para></param>
0 commit comments