net9.0
namespace Aspire.Hosting
{
[Obsolete("PythonProjectResource is deprecated. Please use PythonAppResource instead.")]
public static class PythonProjectResourceBuilderExtensions
{
[Obsolete("AddPythonProject is deprecated. Please use AddPythonApp instead.")]
public static IResourceBuilder<PythonProjectResource!>! AddPythonProject(this IDistributedApplicationBuilder! builder, [ResourceName] string! name, string! projectDirectory, string! scriptPath, params string![]! scriptArgs);
}
}
.NET | 8.09.0 |
---|---|
Information specific to net9.0 | |
Assemblies | Aspire.Hosting.Python , Version=9.1.0.0, PublicKeyToken=cc7b13ffcd2ddd51 Aspire.Hosting.Python , Version=9.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 |
Referencing | Your project needs a package reference to |
Package | Aspire.Hosting.Python (9.1.0-preview.1.24561.5) net8.0 |
Obsolete | AddPythonProject is deprecated. Please use AddPythonApp instead. |
Platform Restrictions | This API is supported on all platforms. |