Skip to content

Commit bd97694

Browse files
Alirexaagithub-actions[bot]
authored andcommitted
[create-pull-request] automated change
1 parent 8e76ad7 commit bd97694

File tree

19 files changed

+157
-45
lines changed

19 files changed

+157
-45
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,19 @@ protected ActiveMQServerResourceBase(string name, ParameterResource? userName, P
4848

4949
public ReferenceExpression ConnectionStringExpression { get { throw null; } }
5050

51+
public EndpointReferenceExpression Host { get { throw null; } }
52+
5153
public ParameterResource PasswordParameter { get { throw null; } }
5254

55+
public EndpointReferenceExpression Port { get { throw null; } }
56+
5357
public EndpointReference PrimaryEndpoint { get { throw null; } }
5458

59+
public ReferenceExpression UriExpression { get { throw null; } }
60+
5561
public ParameterResource? UserNameParameter { get { throw null; } }
62+
63+
System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string, ReferenceExpression>> IResourceWithConnectionString.GetConnectionProperties() { throw null; }
5664
}
5765
}
5866

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public static partial class BunAppExtensions
1212
{
1313
public static ApplicationModel.IResourceBuilder<ApplicationModel.BunAppResource> AddBunApp(this IDistributedApplicationBuilder builder, string name, string? workingDirectory = null, string entryPoint = "index.ts", bool watch = false) { throw null; }
1414

15-
public static ApplicationModel.IResourceBuilder<ApplicationModel.BunAppResource> WithBunPackageInstallation(this ApplicationModel.IResourceBuilder<ApplicationModel.BunAppResource> resource) { throw null; }
15+
public static ApplicationModel.IResourceBuilder<ApplicationModel.BunAppResource> WithBunPackageInstallation(this ApplicationModel.IResourceBuilder<ApplicationModel.BunAppResource> resource, System.Action<ApplicationModel.IResourceBuilder<ApplicationModel.BunInstallerResource>>? configureInstaller = null) { throw null; }
1616
}
1717
}
1818

@@ -22,4 +22,9 @@ public partial class BunAppResource : ExecutableResource
2222
{
2323
public BunAppResource(string name, string workingDirectory) : base(default!, default!, default!) { }
2424
}
25+
26+
public partial class BunInstallerResource : ExecutableResource
27+
{
28+
public BunInstallerResource(string name, string workingDirectory) : base(default!, default!, default!) { }
29+
}
2530
}

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public static partial class DenoAppHostingExtensions
1414

1515
public static ApplicationModel.IResourceBuilder<ApplicationModel.DenoAppResource> AddDenoTask(this IDistributedApplicationBuilder builder, string name, string? workingDirectory = null, string taskName = "start", string[]? args = null) { throw null; }
1616

17-
public static ApplicationModel.IResourceBuilder<ApplicationModel.DenoAppResource> WithDenoPackageInstallation(this ApplicationModel.IResourceBuilder<ApplicationModel.DenoAppResource> resource) { throw null; }
17+
public static ApplicationModel.IResourceBuilder<ApplicationModel.DenoAppResource> WithDenoPackageInstallation(this ApplicationModel.IResourceBuilder<ApplicationModel.DenoAppResource> resource, System.Action<ApplicationModel.IResourceBuilder<ApplicationModel.DenoInstallerResource>>? configureInstaller = null) { throw null; }
1818
}
1919
}
2020

@@ -24,4 +24,9 @@ public partial class DenoAppResource : ExecutableResource, IResourceWithServiceD
2424
{
2525
public DenoAppResource(string name, string command, string workingDirectory) : base(default!, default!, default!) { }
2626
}
27+
28+
public partial class DenoInstallerResource : ExecutableResource
29+
{
30+
public DenoInstallerResource(string name, string workingDirectory) : base(default!, default!, default!) { }
31+
}
2732
}

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,16 @@ public FlagdResource(string name) : base(default!, default) { }
2828

2929
public EndpointReference HealthCheckEndpoint { get { throw null; } }
3030

31+
public EndpointReferenceExpression Host { get { throw null; } }
32+
3133
public EndpointReference OfrepEndpoint { get { throw null; } }
3234

35+
public EndpointReferenceExpression Port { get { throw null; } }
36+
3337
public EndpointReference PrimaryEndpoint { get { throw null; } }
38+
39+
public ReferenceExpression UriExpression { get { throw null; } }
40+
41+
System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string, ReferenceExpression>> IResourceWithConnectionString.GetConnectionProperties() { throw null; }
3442
}
3543
}

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,14 @@ public GoFeatureFlagResource(string name) : base(default!, default) { }
2828

2929
public ReferenceExpression ConnectionStringExpression { get { throw null; } }
3030

31+
public EndpointReferenceExpression Host { get { throw null; } }
32+
33+
public EndpointReferenceExpression Port { get { throw null; } }
34+
3135
public EndpointReference PrimaryEndpoint { get { throw null; } }
36+
37+
public ReferenceExpression UriExpression { get { throw null; } }
38+
39+
System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string, ReferenceExpression>> IResourceWithConnectionString.GetConnectionProperties() { throw null; }
3240
}
3341
}

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,15 @@ public KurrentDBResource(string name) : base(default!, default) { }
2626

2727
public ReferenceExpression ConnectionStringExpression { get { throw null; } }
2828

29+
public EndpointReferenceExpression Host { get { throw null; } }
30+
31+
public EndpointReferenceExpression Port { get { throw null; } }
32+
2933
public EndpointReference PrimaryEndpoint { get { throw null; } }
34+
35+
public ReferenceExpression UriExpression { get { throw null; } }
36+
37+
System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string, ReferenceExpression>> IResourceWithConnectionString.GetConnectionProperties() { throw null; }
3038
}
3139
}
3240

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,13 @@ public partial class LavinMQContainerResource : ContainerResource, IResourceWith
2525
public LavinMQContainerResource(string name) : base(default!, default) { }
2626

2727
public ReferenceExpression ConnectionStringExpression { get { throw null; } }
28+
29+
public EndpointReferenceExpression Host { get { throw null; } }
30+
31+
public EndpointReferenceExpression Port { get { throw null; } }
32+
33+
public ReferenceExpression UriExpression { get { throw null; } }
34+
35+
System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string, ReferenceExpression>> IResourceWithConnectionString.GetConnectionProperties() { throw null; }
2836
}
2937
}

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,13 @@ public partial class MailPitContainerResource : ContainerResource, IResourceWith
2525
public MailPitContainerResource(string name) : base(default!, default) { }
2626

2727
public ReferenceExpression ConnectionStringExpression { get { throw null; } }
28+
29+
public EndpointReferenceExpression Host { get { throw null; } }
30+
31+
public EndpointReferenceExpression Port { get { throw null; } }
32+
33+
public ReferenceExpression UriExpression { get { throw null; } }
34+
35+
System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string, ReferenceExpression>> IResourceWithConnectionString.GetConnectionProperties() { throw null; }
2836
}
2937
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public enum McpTransportType
4343

4444
namespace Aspire.Hosting.ApplicationModel
4545
{
46-
public partial class McpInspectorResource : ExecutableResource
46+
public partial class McpInspectorResource : JavaScriptAppResource
4747
{
4848
public const string ClientEndpointName = "client";
4949
public const string InspectorVersion = "0.17.2";

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,16 @@ public MeilisearchResource(string name, ParameterResource masterKey) : base(defa
2626

2727
public ReferenceExpression ConnectionStringExpression { get { throw null; } }
2828

29+
public EndpointReferenceExpression Host { get { throw null; } }
30+
2931
public ParameterResource MasterKeyParameter { get { throw null; } }
3032

33+
public EndpointReferenceExpression Port { get { throw null; } }
34+
3135
public EndpointReference PrimaryEndpoint { get { throw null; } }
36+
37+
public ReferenceExpression UriExpression { get { throw null; } }
38+
39+
System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string, ReferenceExpression>> IResourceWithConnectionString.GetConnectionProperties() { throw null; }
3240
}
3341
}

0 commit comments

Comments
 (0)