Skip to content

Remove unused Dropbox.Api.nuspec#387

Open
AndreyVMarkelov wants to merge 1 commit into
mainfrom
chore/remove-dead-nuspec
Open

Remove unused Dropbox.Api.nuspec#387
AndreyVMarkelov wants to merge 1 commit into
mainfrom
chore/remove-dead-nuspec

Conversation

@AndreyVMarkelov

Copy link
Copy Markdown
Contributor

The package is built by dotnet pack from the SDK-style csproj, not this nuspec. Nothing in the repo references it (no workflow, script, or csproj), and its declared Newtonsoft.Json dependency (7.0.1 / 10.0.3) was stale versus the csproj (13.0.2).

Verified: after removal, dotnet pack -p:Version=7.2.0 succeeds and the produced nupkg correctly declares Newtonsoft.Json 13.0.2.

dotnet pack builds the package from the SDK-style csproj, not this
nuspec. Nothing references it, and its Newtonsoft.Json dependency
(7.0.1/10.0.3) was stale versus the csproj (13.0.2). Verified the packed
nupkg declares Newtonsoft.Json 13.0.2 after removal.
@codecov

codecov Bot commented Jul 9, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 61.60%. Comparing base (c53e8c4) to head (54de335).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #387   +/-   ##
=======================================
  Coverage   61.60%   61.60%           
=======================================
  Files          17       17           
  Lines        1654     1654           
  Branches      155      155           
=======================================
  Hits         1019     1019           
  Misses        565      565           
  Partials       70       70           
Flag Coverage Δ
integration 57.19% <ø> (ø)
unit 33.91% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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.

1 participant