Skip to content

Apply review suggestion: use ConfigurationManager package in ApplicationSettingsBase snippet project#12796

Closed
Copilot wants to merge 2 commits into
mainfrom
copilot/fix-review-comment-3470577144
Closed

Apply review suggestion: use ConfigurationManager package in ApplicationSettingsBase snippet project#12796
Copilot wants to merge 2 commits into
mainfrom
copilot/fix-review-comment-3470577144

Conversation

Copilot AI commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

This PR addresses a single linked review comment on System.Configuration/ApplicationSettingsBase/Overview/Project.csproj. The change is intentionally scoped to that comment and applies the suggested dependency update directly.

  • Scope

    • Updated only one file:
      • snippets/csharp/System.Configuration/ApplicationSettingsBase/Overview/Project.csproj
  • Dependency correction

    • Replaced the legacy assembly reference with the NuGet package required for ApplicationSettingsBase on modern .NET target frameworks.
<ItemGroup>
  <PackageReference Include="System.Configuration.ConfigurationManager" Version="6.0.0" />
</ItemGroup>
  • What changed in practical terms
    • Removed:
      • Reference Include="System.Configuration.Install"
    • Added:
      • PackageReference Include="System.Configuration.ConfigurationManager" Version="6.0.0"

Copilot AI changed the title [WIP] Fix code based on review comment 3470577144 Apply review suggestion: use ConfigurationManager package in ApplicationSettingsBase snippet project Jun 24, 2026
Copilot AI requested a review from gewarren June 24, 2026 23:55
@gewarren gewarren closed this Jun 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants