make UnambiguousNetheriteProviderFactory constructor public

This commit is contained in:
David Justo 2024-06-05 15:44:46 -07:00 коммит произвёл GitHub
Родитель 928f933a40
Коммит 1a6e4667d4
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -30,7 +30,7 @@ namespace DurableTask.Netherite.AzureFunctions
/// Constructors a NetheriteProviderFactory using the non-obsolete constructor from the parent class. /// Constructors a NetheriteProviderFactory using the non-obsolete constructor from the parent class.
/// </summary> /// </summary>
[ActivatorUtilitiesConstructor] [ActivatorUtilitiesConstructor]
internal UnambiguousNetheriteProviderFactory( public UnambiguousNetheriteProviderFactory(
IOptions<DurableTaskOptions> extensionOptions, IOptions<DurableTaskOptions> extensionOptions,
ILoggerFactory loggerFactory, ILoggerFactory loggerFactory,
IHostIdProvider hostIdProvider, IHostIdProvider hostIdProvider,