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 3d6cdc4 commit 18b7bcfCopy full SHA for 18b7bcf
Source/Extras/Extensions/ExceptionlessExtraConfigurationExtensions.cs
@@ -63,9 +63,6 @@ public static void UseTraceLogEntriesPlugin(this ExceptionlessConfiguration conf
63
}
64
65
public static void ReadAllConfig(this ExceptionlessConfiguration config, params Assembly[] configAttributesAssemblies) {
66
- if (!config.Resolver.HasRegistration<IObjectStorage>())
67
- config.UseIsolatedStorage();
68
-
69
if (configAttributesAssemblies == null || configAttributesAssemblies.Length == 0)
70
config.ReadFromAttributes(Assembly.GetEntryAssembly(), Assembly.GetCallingAssembly());
71
else
0 commit comments