Skip to content
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

Detect breaking changes in released NuGet packages of JADNC #20

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bkoelman
Copy link
Member

@bkoelman bkoelman commented Feb 7, 2023

This PR runs MongoDB tests against the binaries in the released NuGet packages of JsonApiDotNetCore and JsonApiDotNetCore.MongoDb. It is used to check for binary breaking changes.

How to use: After updating JsonApiDotNetCoreFrozenVersion (in package-versions.props) and/or JsonApiDotNetCoreMongoDbVersionPrefix (in Directory.Build.props), build and run the tests.

NOTE: This PR serves as a utility. Not to be merged.

@bkoelman bkoelman force-pushed the test-against-latest-nugets branch from e9f7fe7 to aec44f7 Compare February 7, 2023 21:24
@bkoelman bkoelman force-pushed the test-against-latest-nugets branch from aec44f7 to af26609 Compare May 18, 2023 14:37
@bkoelman bkoelman changed the title Build and test against the released NuGet packages of JADNC Detect breaking changes in released NuGet packages of JADNC May 18, 2023
@bkoelman bkoelman force-pushed the test-against-latest-nugets branch from af26609 to 1c15a21 Compare May 18, 2023 19:14
@bkoelman bkoelman force-pushed the test-against-latest-nugets branch 2 times, most recently from 4f78e9e to 4bc971a Compare July 25, 2023 22:01
@bkoelman bkoelman force-pushed the test-against-latest-nugets branch 2 times, most recently from 59d3f12 to f0b297e Compare September 26, 2023 00:10
@bkoelman bkoelman force-pushed the test-against-latest-nugets branch from f0b297e to f99d5f9 Compare November 23, 2023 03:57
Copy link

codecov bot commented Nov 23, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.02%. Comparing base (2456917) to head (464035f).

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #20   +/-   ##
=======================================
  Coverage   95.02%   95.02%           
=======================================
  Files          13       13           
  Lines         241      241           
  Branches       36       36           
=======================================
  Hits          229      229           
  Misses          7        7           
  Partials        5        5           

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

…sonApiDotNetCore and JsonApiDotNetCore.MongoDb. This is used to check for binary breaking changes.

How to use: After updating `JsonApiDotNetCoreFrozenVersion` (in `package-versions.props`) and/or `JsonApiDotNetCoreMongoDbVersionPrefix` (in `Directory.Build.props`), build and run the tests.
@bkoelman bkoelman force-pushed the test-against-latest-nugets branch from f99d5f9 to 464035f Compare June 30, 2024 22:18
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