title | description | ms.date | ai-usage | ms.custom |
---|---|---|---|---|
Python hosting integration parameter name changes |
Update parameter names in Python hosting integration preview for Aspire to refer to apps instead of projects. |
02/13/2025 |
ai-assisted |
In .NET Aspire 9.1, the Python hosting integration preview updates parameter names to refer to Python apps instead of projects. This change ensures consistent naming across the API.
.NET Aspire 9.1
Some parameter names on methods and constructors in the Python hosting integration preview for .NET Aspire referred to the Python app as a project
rather than an app
.
Parameter names on methods and constructors in the Python hosting integration preview for .NET Aspire now refer to the Python app as an app
instead of project
where applicable.
This change is a source incompatible.
The change ensures consistent naming across the API.
Update application source as appropriate to use the new parameter names.
- xref:Aspire.Hosting.PythonAppResourceBuilderExtensions.AddPythonApp*
- xref:Aspire.Hosting.Python.PythonAppResource