Skip to content

Conversation

ViktorHofer
Copy link
Member

@ViktorHofer ViktorHofer commented Jul 10, 2025

In reaction to 910f619

  • Update all .slnx files via dotnet build src\libraries\slngen.proj
  • Update the slngen infra
  • Add a sfx.slnx file that has the entire shared framework in it

This unblocks building the solution files inside VS again.

- Update all .slnx files via `dotnet build src\libraries\slngen.proj`
- Update the slngen infra
- Add a sfx.slnx file that has the entire shared framework in it
@Copilot Copilot AI review requested due to automatic review settings July 10, 2025 07:52
@github-actions github-actions bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Jul 10, 2025
Copy link
Contributor

@Copilot 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

This PR updates all existing .slnx files to include explicit configurations for new build types and platforms, enhances each project entry with <BuildType>/<Build> (or <Platform>) mappings, and adds a new sfx.slnx for the shared framework.

  • Added a <Configurations> section (Checked, Debug, Release + platforms) to each solution file.
  • Expanded every <Project> entry with per-configuration <BuildType>/<Build> or <Platform> settings.
  • Updated slngen infra and generated solution files via dotnet build src\libraries\slngen.proj and added sfx.slnx.

Reviewed Changes

Copilot reviewed 23 out of 145 changed files in this pull request and generated no comments.

Show a summary per file
File Description
src/libraries/...EventLog/Microsoft.Extensions.Logging.EventLog.slnx Added configurations and per-project build tags
src/libraries/...Logging.Debug/Microsoft.Extensions.Logging.Debug.slnx Added configurations and per-project build tags
src/libraries/...Logging.Console/Microsoft.Extensions.Logging.Console.slnx Added configurations and per-project build tags
src/libraries/...Logging.Configuration/Microsoft.Extensions.Logging.Configuration.slnx Added configurations and per-project build tags
src/libraries/...Logging.Abstractions/Microsoft.Extensions.Logging.Abstractions.slnx Added configurations and per-project build tags
Comments suppressed due to low confidence (3)

src/libraries/Microsoft.Extensions.Logging.EventLog/Microsoft.Extensions.Logging.EventLog.slnx:321

  • [nitpick] The CoreLib project block uses <Platform> entries instead of the <BuildType>/<Build> pattern used by other projects. Consider aligning the configuration syntax or verifying that this mix of tags is intentional for correct solution configuration.
    <Project Path="../../coreclr/System.Private.CoreLib/System.Private.CoreLib.csproj">

src/libraries/Microsoft.Extensions.Logging.Debug/Microsoft.Extensions.Logging.Debug.slnx:265

  • [nitpick] The CoreLib project entry uses <Platform> tags while other library projects use <BuildType>/<Build>. Double-check that this variation is intentional and that the solution configurations still behave as expected.
    <Project Path="../../coreclr/System.Private.CoreLib/System.Private.CoreLib.csproj">

src/libraries/Microsoft.Extensions.Logging.Console/Microsoft.Extensions.Logging.Console.slnx:521

  • [nitpick] This solution mixes <Platform> entries for CoreLib with <BuildType>/<Build> entries for other projects. Consider unifying the configuration style or confirming that both syntaxes work together correctly.
    <Project Path="../../coreclr/System.Private.CoreLib/System.Private.CoreLib.csproj">

@ViktorHofer ViktorHofer requested a review from akoeplinger July 10, 2025 07:54
Copy link
Member

@akoeplinger akoeplinger left a comment

Choose a reason for hiding this comment

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

See review

@akoeplinger akoeplinger added area-Infrastructure-libraries and removed needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners labels Jul 10, 2025
Copy link
Contributor

Tagging subscribers to this area: @dotnet/area-infrastructure-libraries
See info in area-owners.md if you want to be subscribed.

@ViktorHofer
Copy link
Member Author

/ba-g failures are unrelated

@ViktorHofer ViktorHofer merged commit c7b0e49 into dotnet:main Jul 15, 2025
157 of 160 checks passed
@ViktorHofer ViktorHofer deleted the UpdateSlnxsAndAddSfxSlnx branch July 15, 2025 06:30
@github-actions github-actions bot locked and limited conversation to collaborators Aug 14, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants