Skip to content

Conversation

@TheAngryByrd
Copy link
Owner

@TheAngryByrd TheAngryByrd commented Sep 1, 2025

Proposed Changes

Removes paket in favor of nuget's Centralized Package Management. Even though there still isn't a solution level lock file, it really only matters for applications. Libraries needing a centralized lock file is a bit less of a concern.

Types of changes

What types of changes does your code introduce to MiniScaffold?
Put an x in the boxes that apply

  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

  • Build and tests pass locally
  • I have added tests that prove my fix is effective or that my feature works (if appropriate)
  • I have added necessary documentation (if appropriate)

Further comments

If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc...

@TheAngryByrd TheAngryByrd requested a review from Copilot September 1, 2025 17:12
Copy link

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 migrates MiniScaffold from Paket to NuGet's Centralized Package Management, removing Paket dependency management in favor of NuGet's newer centralized approach using Directory.Packages.props files.

Key changes:

  • Replaces Paket with NuGet's Centralized Package Management
  • Removes all paket.dependencies, paket.references, and paket.lock files
  • Adds NuGet.config and Directory.Packages.props files for centralized package version management

Reviewed Changes

Copilot reviewed 48 out of 53 changed files in this pull request and generated 5 comments.

Show a summary per file
File Description
paket.dependencies Removes root paket dependencies file
Directory.Packages.props Adds centralized package version management
NuGet.config Adds NuGet configuration with package source mapping
build/build.fs Updates publish logic from Paket.push to NuGet.NuGetPublish
tests/MiniScaffold.Tests/*.fsproj Replaces paket.references with PackageReference elements
Content/Library/* Updates template files to use NuGet centralized management
Content/Console/* Updates console template to use NuGet centralized management

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@TheAngryByrd TheAngryByrd merged commit 5eec1a5 into master Sep 1, 2025
7 checks passed
@TheAngryByrd TheAngryByrd deleted the paket-to-nuget branch September 1, 2025 17:31
TheAngryByrd added a commit that referenced this pull request Sep 1, 2025
## [0.39.0-beta001] - 2025-09-01

### Changed

- [Paket to Nuget](#289) from @TheAngryByrd
- [Update fantomas version to 7.0.3](#290) from @TheAngryByrd
- [Update GitHub Actions to use latest action versions](#291) from @TheAngryByrd
TheAngryByrd added a commit that referenced this pull request Sep 1, 2025
## [0.39.0-beta002] - 2025-09-01

### Changed
- [Paket to Nuget](#289) from @TheAngryByrd
- [Update fantomas version to 7.0.3](#290) from @TheAngryByrd
- [Update GitHub Actions to use latest action versions](#291) from @TheAngryByrd
TheAngryByrd added a commit that referenced this pull request Sep 1, 2025
## [0.39.0] - 2025-09-01

### Changed
- [Paket to Nuget](#289) from @TheAngryByrd
- [Update fantomas version to 7.0.3](#290) from @TheAngryByrd
- [Update GitHub Actions to use latest action versions](#291) from @TheAngryByrd
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