4 references to WithGrainStorage
Aspire.Hosting.Orleans (3)
OrleansServiceExtensions.cs (3)
138
/// <remarks>This resource name is the name the application will use to resolve the provider. This method is not available in polyglot app hosts. Use <see cref="
WithGrainStorage
(OrleansService, string, IResourceBuilder{IResourceWithConnectionString})"/> instead.</remarks>
143
=>
WithGrainStorage
(orleansServiceBuilder, provider.Resource.Name, provider);
166
/// <remarks>This method is not available in polyglot app hosts. Use <see cref="
WithGrainStorage
(OrleansService, string, IResourceBuilder{IResourceWithConnectionString})"/> instead.</remarks>
Orleans.AppHost (1)
Program.cs (1)
9
.
WithGrainStorage
("Default", grainStorage);