Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,25 @@
<PartialCompositeAssemblyListPath>PartialCompositeAssemblyListPath.txt</PartialCompositeAssemblyListPath>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Internal.Runtime.AspNetCore.Transport"
Version="$(MicrosoftInternalRuntimeAspNetCoreTransportVersion)"
ExcludeAssets="All"
GeneratePathProperty="true" />
</ItemGroup>

<!-- Explicitly include symbols for libraries we redistribute from runtime -->
<ItemGroup>
<_TransportPdbs Include="$(PkgMicrosoft_Internal_Runtime_AspNetCore_Transport)\**\*.pdb"
Exclude="$(PkgMicrosoft_Internal_Runtime_AspNetCore_Transport)\**\*.ni.pdb" />

Check failure on line 46 in src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.Composite.sfxproj

View check run for this annotation

Azure Pipelines / aspnetcore-ci (Build Build: Linux ARM)

src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.Composite.sfxproj#L46

src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.Composite.sfxproj(46,9): error MSB5029: (NETCORE_ENGINEERING_TELEMETRY=Restore) The value "\**\*.ni.pdb" of the "Exclude" attribute in element <ItemGroup> in file "/home/vsts/work/1/s/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.Composite.sfxproj (46,9)" is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined and that the project and current working directory are not at the drive root.

Check failure on line 46 in src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.Composite.sfxproj

View check run for this annotation

Azure Pipelines / aspnetcore-ci (Build Build: Linux ARM64)

src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.Composite.sfxproj#L46

src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.Composite.sfxproj(46,9): error MSB5029: (NETCORE_ENGINEERING_TELEMETRY=Restore) The value "\**\*.ni.pdb" of the "Exclude" attribute in element <ItemGroup> in file "/home/vsts/work/1/s/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.Composite.sfxproj (46,9)" is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined and that the project and current working directory are not at the drive root.

Check failure on line 46 in src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.Composite.sfxproj

View check run for this annotation

Azure Pipelines / aspnetcore-ci (Build Test: macOS)

src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.Composite.sfxproj#L46

src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.Composite.sfxproj(46,9): error MSB5029: (NETCORE_ENGINEERING_TELEMETRY=Restore) The value "\**\*.ni.pdb" of the "Exclude" attribute in element <ItemGroup> in file "/Users/runner/work/1/s/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.Composite.sfxproj (46,9)" is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined and that the project and current working directory are not at the drive root.

Check failure on line 46 in src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.Composite.sfxproj

View check run for this annotation

Azure Pipelines / aspnetcore-quarantined-pr (Tests: macOS)

src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.Composite.sfxproj#L46

src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.Composite.sfxproj(46,9): error MSB5029: (NETCORE_ENGINEERING_TELEMETRY=Restore) The value "\**\*.ni.pdb" of the "Exclude" attribute in element <ItemGroup> in file "/Users/runner/work/1/s/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.Composite.sfxproj (46,9)" is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined and that the project and current working directory are not at the drive root.

<_TransportPdbsWithName Include="@(_TransportPdbs)"
Name="%(Filename)" />

<_SymbolFilesToPackage Include="@(_TransportPdbsWithName)"
Condition="'@(ExternalAspNetCoreAppReference->AnyHaveMetadataValue('Identity', '%(Name)'))' == 'true'" />
Copy link

Copilot AI Jun 20, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider refactoring this duplicated symbol packaging block into a shared targets or props file to improve maintainability across projects.

Copilot uses AI. Check for mistakes.

</ItemGroup>

<ItemGroup>
<Reference Include="@(AspNetCoreAppReference);@(AspNetCoreAppReferenceAndPackage);@(ExternalAspNetCoreAppReference)">
<IncludeAssets>Runtime;Native</IncludeAssets>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,25 @@
<GenerateVSInsertionPackages>true</GenerateVSInsertionPackages>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Internal.Runtime.AspNetCore.Transport"
Version="$(MicrosoftInternalRuntimeAspNetCoreTransportVersion)"
ExcludeAssets="All"
GeneratePathProperty="true" />
</ItemGroup>

<!-- Explicitly include symbols for libraries we redistribute from runtime -->
<ItemGroup>
<_TransportPdbs Include="$(PkgMicrosoft_Internal_Runtime_AspNetCore_Transport)\**\*.pdb"
Exclude="$(PkgMicrosoft_Internal_Runtime_AspNetCore_Transport)\**\*.ni.pdb" />

Check failure on line 63 in src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.sfxproj

View check run for this annotation

Azure Pipelines / aspnetcore-ci (Build Build: Linux ARM)

src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.sfxproj#L63

src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.sfxproj(63,9): error MSB5029: (NETCORE_ENGINEERING_TELEMETRY=Restore) The value "\**\*.ni.pdb" of the "Exclude" attribute in element <ItemGroup> in file "/home/vsts/work/1/s/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.sfxproj (63,9)" is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined and that the project and current working directory are not at the drive root.

Check failure on line 63 in src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.sfxproj

View check run for this annotation

Azure Pipelines / aspnetcore-ci (Build Build: Linux ARM64)

src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.sfxproj#L63

src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.sfxproj(63,9): error MSB5029: (NETCORE_ENGINEERING_TELEMETRY=Restore) The value "\**\*.ni.pdb" of the "Exclude" attribute in element <ItemGroup> in file "/home/vsts/work/1/s/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.sfxproj (63,9)" is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined and that the project and current working directory are not at the drive root.

Check failure on line 63 in src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.sfxproj

View check run for this annotation

Azure Pipelines / aspnetcore-ci (Build Build: Linux Musl x64)

src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.sfxproj#L63

src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.sfxproj(63,9): error MSB5029: (NETCORE_ENGINEERING_TELEMETRY=Restore) The value "\**\*.ni.pdb" of the "Exclude" attribute in element <ItemGroup> in file "/__w/1/s/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.sfxproj (63,9)" is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined and that the project and current working directory are not at the drive root.

Check failure on line 63 in src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.sfxproj

View check run for this annotation

Azure Pipelines / aspnetcore-ci (Build Build: Linux Musl x64)

src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.sfxproj#L63

src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.sfxproj(63,9): error MSB5029: (NETCORE_ENGINEERING_TELEMETRY=Restore) The value "\**\*.ni.pdb" of the "Exclude" attribute in element <ItemGroup> in file "/__w/1/s/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.sfxproj (63,9)" is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined and that the project and current working directory are not at the drive root.

Check failure on line 63 in src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.sfxproj

View check run for this annotation

Azure Pipelines / aspnetcore-ci (Build Build: macOS x64)

src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.sfxproj#L63

src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.sfxproj(63,9): error MSB5029: (NETCORE_ENGINEERING_TELEMETRY=Restore) The value "\**\*.ni.pdb" of the "Exclude" attribute in element <ItemGroup> in file "/Users/runner/work/1/s/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.sfxproj (63,9)" is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined and that the project and current working directory are not at the drive root.

Check failure on line 63 in src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.sfxproj

View check run for this annotation

Azure Pipelines / aspnetcore-ci (Build Build: macOS x64)

src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.sfxproj#L63

src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.sfxproj(63,9): error MSB5029: (NETCORE_ENGINEERING_TELEMETRY=Restore) The value "\**\*.ni.pdb" of the "Exclude" attribute in element <ItemGroup> in file "/Users/runner/work/1/s/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.sfxproj (63,9)" is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined and that the project and current working directory are not at the drive root.

Check failure on line 63 in src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.sfxproj

View check run for this annotation

Azure Pipelines / aspnetcore-ci (Build Test: macOS)

src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.sfxproj#L63

src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.sfxproj(63,9): error MSB5029: (NETCORE_ENGINEERING_TELEMETRY=Restore) The value "\**\*.ni.pdb" of the "Exclude" attribute in element <ItemGroup> in file "/Users/runner/work/1/s/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.sfxproj (63,9)" is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined and that the project and current working directory are not at the drive root.

Check failure on line 63 in src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.sfxproj

View check run for this annotation

Azure Pipelines / aspnetcore-ci (Build Build: macOS arm64)

src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.sfxproj#L63

src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.sfxproj(63,9): error MSB5029: (NETCORE_ENGINEERING_TELEMETRY=Restore) The value "\**\*.ni.pdb" of the "Exclude" attribute in element <ItemGroup> in file "/Users/runner/work/1/s/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.sfxproj (63,9)" is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined and that the project and current working directory are not at the drive root.

Check failure on line 63 in src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.sfxproj

View check run for this annotation

Azure Pipelines / aspnetcore-ci (Build Build: macOS arm64)

src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.sfxproj#L63

src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.sfxproj(63,9): error MSB5029: (NETCORE_ENGINEERING_TELEMETRY=Restore) The value "\**\*.ni.pdb" of the "Exclude" attribute in element <ItemGroup> in file "/Users/runner/work/1/s/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.sfxproj (63,9)" is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined and that the project and current working directory are not at the drive root.

Check failure on line 63 in src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.sfxproj

View check run for this annotation

Azure Pipelines / aspnetcore-quarantined-pr (Tests: macOS)

src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.sfxproj#L63

src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.sfxproj(63,9): error MSB5029: (NETCORE_ENGINEERING_TELEMETRY=Restore) The value "\**\*.ni.pdb" of the "Exclude" attribute in element <ItemGroup> in file "/Users/runner/work/1/s/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.sfxproj (63,9)" is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined and that the project and current working directory are not at the drive root.

Check failure on line 63 in src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.sfxproj

View check run for this annotation

Azure Pipelines / aspnetcore-ci (Build Test: Ubuntu x64)

src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.sfxproj#L63

src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.sfxproj(63,9): error MSB5029: (NETCORE_ENGINEERING_TELEMETRY=Restore) The value "\**\*.ni.pdb" of the "Exclude" attribute in element <ItemGroup> in file "/mnt/vss/_work/1/s/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.sfxproj (63,9)" is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined and that the project and current working directory are not at the drive root.

Check failure on line 63 in src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.sfxproj

View check run for this annotation

Azure Pipelines / aspnetcore-ci (Build Test: Ubuntu x64)

src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.sfxproj#L63

src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.sfxproj(63,9): error MSB5029: (NETCORE_ENGINEERING_TELEMETRY=Restore) The value "\**\*.ni.pdb" of the "Exclude" attribute in element <ItemGroup> in file "/mnt/vss/_work/1/s/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.sfxproj (63,9)" is a wildcard that results in enumerating all files on the drive, which was likely not intended. Check that referenced properties are always defined and that the project and current working directory are not at the drive root.

<_TransportPdbsWithName Include="@(_TransportPdbs)"
Name="%(Filename)" />

<_SymbolFilesToPackage Include="@(_TransportPdbsWithName)"
Condition="'@(ExternalAspNetCoreAppReference->AnyHaveMetadataValue('Identity', '%(Name)'))' == 'true'" />
Copy link

Copilot AI Jun 20, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider refactoring this duplicated symbol packaging block into a shared targets or props file to improve maintainability across projects.

Copilot uses AI. Check for mistakes.

</ItemGroup>

<ItemGroup>
<Reference Include="@(AspNetCoreAppReference);@(AspNetCoreAppReferenceAndPackage);@(ExternalAspNetCoreAppReference)">
<IncludeAssets>Runtime;Native</IncludeAssets>
Expand Down
Loading