File tree Expand file tree Collapse file tree 6 files changed +5
-14
lines changed Expand file tree Collapse file tree 6 files changed +5
-14
lines changed Original file line number Diff line number Diff line change 1
- using CommunityToolkit . Aspire . Hosting . Java ;
2
-
3
1
var builder = DistributedApplication . CreateBuilder ( args ) ;
4
2
5
3
var apiapp = builder . AddProject < Projects . CommunityToolkit_Aspire_Java_ApiApp > ( "apiapp" ) ;
Original file line number Diff line number Diff line change 1
- using Aspire . Hosting ;
2
- using Aspire . Hosting . ApplicationModel ;
3
-
4
- namespace CommunityToolkit . Aspire . Hosting . Java ;
1
+ namespace Aspire . Hosting . ApplicationModel ;
5
2
6
3
/// <summary>
7
4
/// A resource that represents a Java application.
Original file line number Diff line number Diff line change 1
- namespace CommunityToolkit . Aspire . Hosting . Java ;
1
+ namespace Aspire . Hosting . ApplicationModel ;
2
2
3
3
/// <summary>
4
4
/// This represents the options entity for configuring a Java application running in a container.
Original file line number Diff line number Diff line change 1
- using Aspire . Hosting ;
2
- using Aspire . Hosting . ApplicationModel ;
3
-
4
- namespace CommunityToolkit . Aspire . Hosting . Java ;
1
+ namespace Aspire . Hosting . ApplicationModel ;
5
2
6
3
/// <summary>
7
4
/// A resource that represents a Java application.
Original file line number Diff line number Diff line change 1
- namespace CommunityToolkit . Aspire . Hosting . Java ;
1
+ namespace Aspire . Hosting . ApplicationModel ;
2
2
3
3
/// <summary>
4
4
/// This represents the options entity for configuring an executable Java application.
Original file line number Diff line number Diff line change 1
1
using System . Globalization ;
2
2
3
3
using CommunityToolkit . Aspire . Hosting . Java . Utils ;
4
- using Aspire . Hosting ;
5
4
using Aspire . Hosting . ApplicationModel ;
6
5
7
- namespace CommunityToolkit . Aspire . Hosting . Java ;
6
+ namespace Aspire . Hosting ;
8
7
9
8
/// <summary>
10
9
/// Provides extension methods for adding Java applications to an <see cref="IDistributedApplicationBuilder"/>.
You can’t perform that action at this time.
0 commit comments