Skip to content

Emit warning about renamed NuGet package on build #1596

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 14, 2024

Conversation

bkoelman
Copy link
Member

@bkoelman bkoelman commented Jul 14, 2024

This helps notify users using the preview packages from GitHub Actions to migrate.

image

To suppress the warning, add the following to your .csproj:

<PropertyGroup>
    <NoWarn>$(NoWarn);JADNC-OA</NoWarn>
</PropertyGroup>

Contributes to #1578.

@bkoelman bkoelman marked this pull request as ready for review July 14, 2024 14:20
Copy link

codecov bot commented Jul 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.45%. Comparing base (47a1589) to head (f3eb383).

Additional details and impacted files
@@           Coverage Diff            @@
##           openapi    #1596   +/-   ##
========================================
  Coverage    91.45%   91.45%           
========================================
  Files          413      413           
  Lines        13479    13479           
  Branches      2104     2104           
========================================
  Hits         12327    12327           
  Misses         747      747           
  Partials       405      405           

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

@bkoelman bkoelman merged commit 3152e9d into openapi Jul 14, 2024
16 checks passed
@bkoelman bkoelman deleted the openapi-pkg-rename-warn branch July 14, 2024 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant