Browse Source

Update the ID0082 message to clarify that Quartz.NET's options.UseMicrosoftDependencyInjectionScopedJobFactory() can also be used

pull/1103/head
Kévin Chalet 5 years ago
parent
commit
82d643fa84
  1. 2
      src/OpenIddict.Abstractions/Resources/OpenIddictResources.resx

2
src/OpenIddict.Abstractions/Resources/OpenIddictResources.resx

@ -482,7 +482,7 @@ Consider using 'options.AddSigningCredentials(SigningCredentials)' instead.</val
</data>
<data name="ID0082" xml:space="preserve">
<value>Dependency injection support must be enabled in Quartz.NET when using the OpenIddict server integration.
To enable DI support, call 'services.AddQuartz(options =&gt; options.UseMicrosoftDependencyInjectionJobFactory())'.</value>
To enable DI support, call 'services.AddQuartz(options =&gt; options.UseMicrosoftDependencyInjectionJobFactory())' or 'services.AddQuartz(options =&gt; options.UseMicrosoftDependencyInjectionScopedJobFactory())'.</value>
<comment>{Locked}</comment>
</data>
<data name="ID0083" xml:space="preserve">

Loading…
Cancel
Save