Skip to content

Update ProjectToExclude paths in Build.props for MVC benchmarks#66444

Merged
BrennanConroy merged 7 commits intomainfrom
BrennanConroy-patch-3
Apr 24, 2026
Merged

Update ProjectToExclude paths in Build.props for MVC benchmarks#66444
BrennanConroy merged 7 commits intomainfrom
BrennanConroy-patch-3

Conversation

@BrennanConroy
Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings April 23, 2026 19:57
@BrennanConroy BrennanConroy requested review from a team and wtgodbe as code owners April 23, 2026 19:57
@github-actions github-actions Bot added the area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework label Apr 23, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the build-time project exclusion list to more precisely exclude MVC benchmark apps (that use PackageReference) instead of excluding all MVC perf projects, keeping the repo build project list accurate for current perf/benchmark layout.

Changes:

  • Narrowed MVC perf exclusions from src\Mvc\perf\**\*.csproj to src\Mvc\perf\benchmarkapps\**\*.csproj.
  • Removed an exclusion entry for src\Servers\Kestrel\perf\PlatformBenchmarks\**\*.csproj (no longer present/needed).

Comment thread eng/Build.props
Comment on lines 51 to 55
<!-- Exclude the benchmarks because they use <PackageReference>. -->
<ProjectToExclude Include="
$(RepoRoot)src\Components\benchmarkapps\BlazingPizza.Server\**\*.csproj;
$(RepoRoot)src\Mvc\perf\**\*.csproj;
$(RepoRoot)src\Servers\Kestrel\perf\PlatformBenchmarks\**\*.csproj;
$(RepoRoot)src\Mvc\perf\benchmarkapps\**\*.csproj;
$(RepoRoot)src\SignalR\perf\benchmarkapps\**\*.csproj;
Copy link

Copilot AI Apr 23, 2026

Choose a reason for hiding this comment

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

The comment says “Exclude the benchmarks because they use ”, but this ItemGroup now excludes only the benchmarkapps (Mvc/SignalR) plus BlazingPizza. Consider updating the comment to clarify that it’s excluding benchmark apps/projects that use PackageReference, not all benchmarks (e.g., MVC microbenchmarks are no longer excluded).

Copilot uses AI. Check for mistakes.
@DamianEdwards DamianEdwards requested a review from a team as a code owner April 23, 2026 21:39
@BrennanConroy BrennanConroy enabled auto-merge (squash) April 23, 2026 22:02
@BrennanConroy BrennanConroy merged commit 430fe8b into main Apr 24, 2026
25 checks passed
@BrennanConroy BrennanConroy deleted the BrennanConroy-patch-3 branch April 24, 2026 20:11
@dotnet-policy-service dotnet-policy-service Bot added this to the 11.0-preview5 milestone Apr 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants