From c4f09d441fe2f75e06516317480eaa2e51f9ed24 Mon Sep 17 00:00:00 2001 From: "hualin.zhu" Date: Wed, 27 Nov 2024 19:07:46 +0800 Subject: [PATCH] "EFCore.NamingConventions" Version="9.0.0" --- src/Application/Application.csproj | 2 +- .../Common/Interfaces/Caching/ICacheInvalidatorRequest.cs | 6 ------ .../Common/Interfaces/Caching/ICacheableRequest.cs | 6 ------ src/Domain/Domain.csproj | 2 +- src/Infrastructure/Infrastructure.csproj | 2 +- src/Server.UI/Server.UI.csproj | 4 ++-- 6 files changed, 5 insertions(+), 17 deletions(-) diff --git a/src/Application/Application.csproj b/src/Application/Application.csproj index d1d7a2b05..1268ba635 100644 --- a/src/Application/Application.csproj +++ b/src/Application/Application.csproj @@ -22,7 +22,7 @@ - + diff --git a/src/Application/Common/Interfaces/Caching/ICacheInvalidatorRequest.cs b/src/Application/Common/Interfaces/Caching/ICacheInvalidatorRequest.cs index 6a1c3d1db..01fa7c4ca 100644 --- a/src/Application/Common/Interfaces/Caching/ICacheInvalidatorRequest.cs +++ b/src/Application/Common/Interfaces/Caching/ICacheInvalidatorRequest.cs @@ -8,9 +8,3 @@ public interface ICacheInvalidatorRequest : IRequest string CacheKey => string.Empty; IEnumerable? Tags { get; } } - -public interface IFusionCacheRefreshRequest : IRequest -{ - string CacheKey => string.Empty; - string CacheName => string.Empty; -} \ No newline at end of file diff --git a/src/Application/Common/Interfaces/Caching/ICacheableRequest.cs b/src/Application/Common/Interfaces/Caching/ICacheableRequest.cs index 5bbe7b3ed..e61eb43c6 100644 --- a/src/Application/Common/Interfaces/Caching/ICacheableRequest.cs +++ b/src/Application/Common/Interfaces/Caching/ICacheableRequest.cs @@ -8,9 +8,3 @@ public interface ICacheableRequest : IRequest string CacheKey => string.Empty; IEnumerable? Tags { get; } } - -public interface IFusionCacheRequest : IRequest -{ - string CacheKey => string.Empty; - string CacheName => string.Empty; -} \ No newline at end of file diff --git a/src/Domain/Domain.csproj b/src/Domain/Domain.csproj index 58f6d1757..7b8666811 100644 --- a/src/Domain/Domain.csproj +++ b/src/Domain/Domain.csproj @@ -20,7 +20,7 @@ - + diff --git a/src/Infrastructure/Infrastructure.csproj b/src/Infrastructure/Infrastructure.csproj index 382d0323f..6d473dff2 100644 --- a/src/Infrastructure/Infrastructure.csproj +++ b/src/Infrastructure/Infrastructure.csproj @@ -11,7 +11,7 @@ - + diff --git a/src/Server.UI/Server.UI.csproj b/src/Server.UI/Server.UI.csproj index 7b3bde9b0..029724828 100644 --- a/src/Server.UI/Server.UI.csproj +++ b/src/Server.UI/Server.UI.csproj @@ -15,13 +15,13 @@ default - + - +