diff --git a/src/ReC.Client/ReCClient.cs b/src/ReC.Client/ReCClient.cs index 9a7faf1..795bb00 100644 --- a/src/ReC.Client/ReCClient.cs +++ b/src/ReC.Client/ReCClient.cs @@ -78,6 +78,7 @@ namespace ReC.Client /// /// The base URI of the ReC API. /// Thrown if the static provider has already been built. + [Obsolete("Use a local service collection instead of the static provider.")] public static void BuildStaticClient(string apiUri) { if(Provider != null) @@ -95,6 +96,7 @@ namespace ReC.Client /// /// A new instance of the . /// Thrown if has not been called yet. + [Obsolete("Use a local service collection instead of the static provider.")] public static ReCClient Create() { if (Provider == null)