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 bc9b84a commit cf91971Copy full SHA for cf91971
2 files changed
src/MiniProfiler.Shared/MiniProfiler.cs
@@ -198,11 +198,6 @@ public Timing Head
198
/// </summary>
199
public static MiniProfiler Current => MiniProfilerBaseOptions.CurrentProfilerProvider?.CurrentProfiler;
200
201
- /// <summary>
202
- /// Various configuration properties.
203
- /// </summary>
204
- internal static IAsyncProfilerProvider CurrentProvider { get; set; }
205
-
206
/// <summary>
207
/// A <see cref="IAsyncStorage"/> strategy to use for the current profiler.
208
src/MiniProfiler.Shared/Storage/NullStorage.cs
@@ -7,7 +7,7 @@
7
namespace StackExchange.Profiling.Storage
8
{
9
10
- /// Empty storage provider, used if absolutely nothing is configured.
+ /// Empty storage provider for testing, etc.
11
12
internal class NullStorage : IAsyncStorage
13
0 commit comments