Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update "PythonProjectResource" to "PythonAppResource" #5759

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

first pass at updating "PythonProjectResource" to "PythonAppResource"

ae6dad1
Select commit
Loading
Failed to load commit list.
Open

Update "PythonProjectResource" to "PythonAppResource" #5759

first pass at updating "PythonProjectResource" to "PythonAppResource"
ae6dad1
Select commit
Loading
Failed to load commit list.
Azure Pipelines / dotnet.aspire failed Sep 18, 2024 in 11m 0s

Build #20240917.54 failed

Annotations

Check failure on line 17 in src/Aspire.Hosting.Python/PythonProjectResource.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / dotnet.aspire

src/Aspire.Hosting.Python/PythonProjectResource.cs#L17

src/Aspire.Hosting.Python/PythonProjectResource.cs(17,14): error CS0101: (NETCORE_ENGINEERING_TELEMETRY=Build) The namespace 'Aspire.Hosting.Python' already contains a definition for 'PythonProjectResource'

Check failure on line 17 in src/Aspire.Hosting.Python/PythonProjectResource.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / dotnet.aspire

src/Aspire.Hosting.Python/PythonProjectResource.cs#L17

src/Aspire.Hosting.Python/PythonProjectResource.cs(17,35): error CS8863: (NETCORE_ENGINEERING_TELEMETRY=Build) Only a single partial type declaration may have a parameter list

Check failure on line 20 in src/Aspire.Hosting.Python/PythonProjectResource.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / dotnet.aspire

src/Aspire.Hosting.Python/PythonProjectResource.cs#L20

src/Aspire.Hosting.Python/PythonProjectResource.cs(20,27): error CS0111: (NETCORE_ENGINEERING_TELEMETRY=Build) Type 'PythonProjectResource' already defines a member called 'ThrowIfNull' with the same parameter types

Check failure on line 60 in src/Aspire.Hosting.Python/PythonAppResourceBuilderExtensions.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / dotnet.aspire

src/Aspire.Hosting.Python/PythonAppResourceBuilderExtensions.cs#L60

src/Aspire.Hosting.Python/PythonAppResourceBuilderExtensions.cs(60,36): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'PythonAppResource' could not be found (are you missing a using directive or an assembly reference?)