From 7a1ed90f0680fc47d19ce8ec8a3985569f2ae72f Mon Sep 17 00:00:00 2001 From: RaidMax Date: Wed, 23 Mar 2022 11:31:53 -0500 Subject: [PATCH] mark old meta service as obsolete --- Application/Misc/MetaService.cs | 1 + SharedLibraryCore/Interfaces/IMetaService.cs | 1 + 2 files changed, 2 insertions(+) diff --git a/Application/Misc/MetaService.cs b/Application/Misc/MetaService.cs index 0cfb2a8c..beb9291d 100644 --- a/Application/Misc/MetaService.cs +++ b/Application/Misc/MetaService.cs @@ -18,6 +18,7 @@ namespace IW4MAdmin.Application.Misc /// implementation of IMetaService /// used to add and retrieve runtime and persistent meta /// + [Obsolete("Use MetaServiceV2")] public class MetaService : IMetaService { private readonly IDictionary> _metaActions; diff --git a/SharedLibraryCore/Interfaces/IMetaService.cs b/SharedLibraryCore/Interfaces/IMetaService.cs index 3e7692c1..c4f10d96 100644 --- a/SharedLibraryCore/Interfaces/IMetaService.cs +++ b/SharedLibraryCore/Interfaces/IMetaService.cs @@ -8,6 +8,7 @@ using SharedLibraryCore.QueryHelper; namespace SharedLibraryCore.Interfaces { + [Obsolete("Use IMetaServiceV2")] public interface IMetaService { ///