Skip to content

Handle duplicate static web asset identities gracefully#53305

Open
ilonatommy wants to merge 4 commits into
dotnet:mainfrom
ilonatommy:fix/handle-duplicate-static-web-assets
Open

Handle duplicate static web asset identities gracefully#53305
ilonatommy wants to merge 4 commits into
dotnet:mainfrom
ilonatommy:fix/handle-duplicate-static-web-assets

Handle duplicate static web asset identities gracefully

d09cdcb
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Mar 6, 2026 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-sdk-public-ci / Build / TestBuild: windows (x64) / 🟣 Build

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src\StaticWebAssetsSdk\Tasks\Data\StaticWebAsset.cs(1233,89): error CS0103: The name 'OSPath' does not exist in the current context
    ❌src\StaticWebAssetsSdk\Tasks\Data\StaticWebAsset.cs(1233,65): error CS1503: Argument 1: cannot convert from 'int' to 'System.Collections.Generic.IDictionary<string, Microsoft.AspNetCore.StaticWebAssets.Tasks.StaticWebAsset>'

dotnet-sdk-public-ci / Build / FullFramework: windows (x64) / 🟣 Build

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src\StaticWebAssetsSdk\Tasks\Data\StaticWebAsset.cs(1233,89): error CS0103: The name 'OSPath' does not exist in the current context
    ❌src\StaticWebAssetsSdk\Tasks\Data\StaticWebAsset.cs(1233,65): error CS1503: Argument 1: cannot convert from 'int' to 'System.Collections.Generic.IDictionary<string, Microsoft.AspNetCore.StaticWebAssets.Tasks.StaticWebAsset>'

dotnet-sdk-public-ci / Build / TemplateEngine: windows (x64) / 🟣 Build

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src\StaticWebAssetsSdk\Tasks\Data\StaticWebAsset.cs(1233,89): error CS0103: The name 'OSPath' does not exist in the current context
    ❌src\StaticWebAssetsSdk\Tasks\Data\StaticWebAsset.cs(1233,65): error CS1503: Argument 1: cannot convert from 'int' to 'System.Collections.Generic.IDictionary<string, Microsoft.AspNetCore.StaticWebAssets.Tasks.StaticWebAsset>'

7 other jobs are failing and were not displayed due to space limitations.
Builds with failures: [dotnet-sdk-public-ci]

Was this helpful? Yes No