You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[WebToolsE2E][Aspire] Building version 9.0.0 of AspireWithPython fails with an error: " 'Aspire.Hosting.PythonAppResourceBuilderExtensions.AddPythonApp()' is for evaluation purposes only and is subject to change or removal in future updates."
#527
Open
v-sherryfan opened this issue
Oct 30, 2024
· 3 comments
REGRESSION INFO: worked in main branch [Aspire 9.0.0 rc 1]
INSTALL STEPS
Clean machine: Win11 x64 23h2 ENU
Install VS 17.12 Preview 4
Install Python [3.13.0]
Install Docker Desktop
Install azd [1.10.3]
REPRO STEPS
Clone aspire-samples repo, checkout to UpdateTo9GA branch
Add aspire 9.0.0 feed/mapping to nuget.config
Open samples\AspireWithPython and build
ACTUAL
'Aspire.Hosting.PythonAppResourceBuilderExtensions.AddPythonApp(Aspire.Hosting.IDistributedApplicationBuilder, string, string, string, params string[])' is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed.
NOTE
This issue does not reproduce on aspire-samples main branch [Aspire 9.0.0 rc 1]
EXPECTED
Building project without any errors.
The text was updated successfully, but these errors were encountered:
#pragma warning disable ASPIREHOSTINGPYTHON001 // Type is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed.
REGRESSION INFO: worked in
main
branch [Aspire 9.0.0 rc 1]INSTALL STEPS
REPRO STEPS
UpdateTo9GA
branchACTUAL
'Aspire.Hosting.PythonAppResourceBuilderExtensions.AddPythonApp(Aspire.Hosting.IDistributedApplicationBuilder, string, string, string, params string[])' is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed.
NOTE
main
branch [Aspire 9.0.0 rc 1]EXPECTED
Building project without any errors.
The text was updated successfully, but these errors were encountered: