Skip to content

Commit 0d3745f

Browse files
Alirexaagithub-actions[bot]
authored andcommitted
[create-pull-request] automated change
1 parent 6657887 commit 0d3745f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/CommunityToolkit.Aspire.Hosting.Solr/api/CommunityToolkit.Aspire.Hosting.Solr.cs

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,17 @@ public static partial class SolrBuilderExtensions
1313
public static ApplicationModel.IResourceBuilder<ApplicationModel.SolrResource> AddSolr(this IDistributedApplicationBuilder builder, string name, int? port = null, string? coreName = null) { throw null; }
1414
}
1515
}
16+
1617
namespace Aspire.Hosting.ApplicationModel
1718
{
1819
public partial class SolrResource : ContainerResource, IResourceWithConnectionString, IResource, IManifestExpressionProvider, IValueProvider, IValueWithReferences
1920
{
2021
public SolrResource(string name, string coreName) : base(default!, default) { }
21-
public string CoreName { get { throw null; } set { } }
22+
2223
public ReferenceExpression ConnectionStringExpression { get { throw null; } }
24+
25+
public string CoreName { get { throw null; } set { } }
26+
2327
public EndpointReference PrimaryEndpoint { get { throw null; } }
2428
}
25-
}
29+
}

0 commit comments

Comments
 (0)