We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2637d0d commit b134b4bCopy full SHA for b134b4b
src/JsonApiDotNetCore/Configuration/ServiceDiscoveryFacade.cs
@@ -1,10 +1,12 @@
1
using System.Reflection;
2
+using JetBrains.Annotations;
3
4
namespace JsonApiDotNetCore.Configuration;
5
6
/// <summary>
7
/// Provides auto-discovery by scanning assemblies for resources and related injectables.
8
/// </summary>
9
+[PublicAPI]
10
public sealed class ServiceDiscoveryFacade
11
{
12
private readonly ResourceDescriptorAssemblyCache _assemblyCache;
0 commit comments