fsprojects / fsprojects/Paket

API for adding binaries from packages when packing

Open
#3,163 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
F#
Stars
2.1k
Forks
528
Avg merge
1d 12m
Merged PRs (30d)
54

Description

When packing analyzers I think the idea is that binaries from nuget dependencies are supposed to go into the analyzer package.

It can be solved via:

    <CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>

And:

  bin/Release/Gu.Roslyn.AnalyzerExtensions.dll ==> analyzers/dotnet/cs

Probably not worth it to add paket.template API for this but asking any way. Maybe something like:

included_files:
  Gu.Roslyn.AnalyzerExtensions.dll ==> analyzers/dotnet/cs

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by examining Paket's paket.template handling and the packing flow for analyzer packages. Check how CopyLocalLockFileAssemblies and the bin/Release/Gu.Roslyn.AnalyzerExtensions.dll to analyzers/dotnet/cs mapping could be represented, then determine what tests would verify an included_files API and its resulting package contents.

Written by the indexing model from the issue text.

Assessment

Tech stack
xml
Domain
build-system, tooling
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.