Skip to content

Fix is packable#2063

Merged
ChrisPulman merged 3 commits intomainfrom
FixIsPackable
Mar 21, 2026
Merged

Fix is packable#2063
ChrisPulman merged 3 commits intomainfrom
FixIsPackable

Conversation

@ChrisPulman
Copy link
Member

What kind of change does this PR introduce?

fix

What is the new behavior?

Add false to example .csproj files to prevent packing sample projects.

Affected files:

  • examples/Meow.Common/Meow.Common.csproj
  • examples/Meow/Meow.csproj
  • examples/SampleUsingLocalApi/ConsoleApplication/ConsoleSampleUsingLocalApi.csproj
  • examples/SampleUsingLocalApi/LibraryWithSDKandRefitService/LibraryWithSDKandRefitService.csproj
  • examples/SampleUsingLocalApi/RestApiforTest/RestApiForTest.csproj

What might this PR break?

N/A

Please check if the PR fulfills these requirements

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

Other information:

Add <IsPackable>false</IsPackable> to example .csproj files to prevent packing sample projects.

Affected files:
- examples/Meow.Common/Meow.Common.csproj
- examples/Meow/Meow.csproj
- examples/SampleUsingLocalApi/ConsoleApplication/ConsoleSampleUsingLocalApi.csproj
- examples/SampleUsingLocalApi/LibraryWithSDKandRefitService/LibraryWithSDKandRefitService.csproj
- examples/SampleUsingLocalApi/RestApiforTest/RestApiForTest.csproj
@ChrisPulman ChrisPulman merged commit 71e7a32 into main Mar 21, 2026
3 checks passed
@ChrisPulman ChrisPulman deleted the FixIsPackable branch March 21, 2026 01:33
@codecov
Copy link

codecov bot commented Mar 21, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.68%. Comparing base (2f43b67) to head (f3c9c60).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2063   +/-   ##
=======================================
  Coverage   82.68%   82.68%           
=======================================
  Files          36       36           
  Lines        2731     2731           
  Branches      442      442           
=======================================
  Hits         2258     2258           
  Misses        371      371           
  Partials      102      102           

☔ View full report in Codecov by Sentry.
📢 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.

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