Skip to content

first pass at updating "PythonProjectResource" to "PythonAppResource"

Build Analysis / Build Analysis failed Sep 18, 2024 in 0s

.NET Result Analysis

Details

Tip

To unconditionally bypass the build analysis check (turn it green), you can use the escape mechanism feature. The completion time may vary, potentially taking several minutes, depending on the build analysis workload at the moment.

Build Failures

dotnet.aspire / Build / Windows / Build

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src\Aspire.Hosting.Python\PythonProjectResource.cs(17,14): error CS0101: The namespace 'Aspire.Hosting.Python' already contains a definition for 'PythonProjectResource'
    ❌src\Aspire.Hosting.Python\PythonProjectResource.cs(17,35): error CS8863: Only a single partial type declaration may have a parameter list
    ❌src\Aspire.Hosting.Python\PythonProjectResource.cs(20,27): error CS0111: Type 'PythonProjectResource' already defines a member called 'ThrowIfNull' with the same parameter types

dotnet.aspire / Build / Windows_helix_tests / Build

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src\Aspire.Hosting.Python\PythonProjectResource.cs(17,14): error CS0101: The namespace 'Aspire.Hosting.Python' already contains a definition for 'PythonProjectResource'
    ❌src\Aspire.Hosting.Python\PythonProjectResource.cs(17,35): error CS8863: Only a single partial type declaration may have a parameter list
    ❌src\Aspire.Hosting.Python\PythonProjectResource.cs(20,27): error CS0111: Type 'PythonProjectResource' already defines a member called 'ThrowIfNull' with the same parameter types

dotnet.aspire / Build / Linux / Build

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src/Aspire.Hosting.Python/PythonProjectResource.cs(17,14): error CS0101: The namespace 'Aspire.Hosting.Python' already contains a definition for 'PythonProjectResource'
    ❌src/Aspire.Hosting.Python/PythonProjectResource.cs(17,35): error CS8863: Only a single partial type declaration may have a parameter list
    ❌src/Aspire.Hosting.Python/PythonProjectResource.cs(20,27): error CS0111: Type 'PythonProjectResource' already defines a member called 'ThrowIfNull' with the same parameter types

1 other jobs are failing and were not displayed due to space limitations.
Builds with failures: [dotnet.aspire]

Was this helpful? Yes No