Skip to content

Commit b134b4b

Browse files
committed
Restore PublicAPI to suppress Resharper warning
1 parent 2637d0d commit b134b4b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/JsonApiDotNetCore/Configuration/ServiceDiscoveryFacade.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
using System.Reflection;
2+
using JetBrains.Annotations;
23

34
namespace JsonApiDotNetCore.Configuration;
45

56
/// <summary>
67
/// Provides auto-discovery by scanning assemblies for resources and related injectables.
78
/// </summary>
9+
[PublicAPI]
810
public sealed class ServiceDiscoveryFacade
911
{
1012
private readonly ResourceDescriptorAssemblyCache _assemblyCache;

0 commit comments

Comments
 (0)