-
Notifications
You must be signed in to change notification settings - Fork 266
Comparing changes
Open a pull request
base repository: TestableIO/System.IO.Abstractions
base: v22.0.9
head repository: TestableIO/System.IO.Abstractions
compare: v22.0.10
- 15 commits
- 93 files changed
- 1 contributor
Commits on Feb 22, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f5db2e2 - Browse repository at this point
Copy the full SHA f5db2e2View commit details -
Add API tests, that ensure that no accidental changes on the public API are made. All changes have to be accepted by executing the explict `AcceptApiChanges` unit test and are included in the repo/pull request.
Configuration menu - View commit details
-
Copy full SHA for 2c7f001 - Browse repository at this point
Copy the full SHA 2c7f001View commit details -
refactor: consolidate use of meta project packages (#1215)
Remaining issue from #1211: Also adapt the projects for Meta packages.
Configuration menu - View commit details
-
Copy full SHA for e075fe8 - Browse repository at this point
Copy the full SHA e075fe8View commit details -
refactor: add explicit API test step in the build pipeline (#1214)
* Add explicit API build and test step in the pipeline
Configuration menu - View commit details
-
Copy full SHA for 9a0630b - Browse repository at this point
Copy the full SHA 9a0630bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dbe741 - Browse repository at this point
Copy the full SHA 0dbe741View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43ce42d - Browse repository at this point
Copy the full SHA 43ce42dView commit details -
refactor: avoid
InternalsVisibleTo(#1217)Remove tests that only verify internal behavior and get rid of `InternalsVisibleTo` except for `DynamicProxyGenAssembly2`.
Configuration menu - View commit details
-
Copy full SHA for ecadf25 - Browse repository at this point
Copy the full SHA ecadf25View commit details -
refactor: add separate project for parity tests (#1219)
Also get rid of the [Snapshooter.NUnit](https://www.nuget.org/packages/Snapshooter.NUnit) dependency.
Configuration menu - View commit details
-
Copy full SHA for 5e332ec - Browse repository at this point
Copy the full SHA 5e332ecView commit details -
refactor: use Nuke.build pipeline (#1218)
Use [Nuke.build](https://nuke.build/) in pipelines
Configuration menu - View commit details
-
Copy full SHA for 9cbb9d6 - Browse repository at this point
Copy the full SHA 9cbb9d6View commit details -
docs: update badges in README (#1220)
After using Nuke.Build in #1218, update the badges in the README file to use: - [Build pipeline](https://github.com/TestableIO/System.IO.Abstractions/actions/workflows/build.yml) instead of continuous integration badge - [Sonarcloud](https://sonarcloud.io/summary/new_code?id=TestableIO_System.IO.Abstractions&branch=main) for quality gate instead of [Codacy](https://app.codacy.com/gh/TestableIO/System.IO.Abstractions/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
Configuration menu - View commit details
-
Copy full SHA for a6b4bd0 - Browse repository at this point
Copy the full SHA a6b4bd0View commit details -
refactor: remove dependency on
Nerdbank.GitVersioning(#1221)The version is set explicitly within the Nuke.build pipeline.
Configuration menu - View commit details
-
Copy full SHA for 832a0f5 - Browse repository at this point
Copy the full SHA 832a0f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 650d0d2 - Browse repository at this point
Copy the full SHA 650d0d2View commit details -
docs: add coverage badge (#1223)
After enabling code coverage analysis in #1222, add a corresponding badge to the README.md file.
Configuration menu - View commit details
-
Copy full SHA for fdc757e - Browse repository at this point
Copy the full SHA fdc757eView commit details -
refactor: support pre-release versions (#1224)
Support creating pre-release nuget packages.
Configuration menu - View commit details
-
Copy full SHA for 19aeed3 - Browse repository at this point
Copy the full SHA 19aeed3View commit details -
fix: avoid duplicate commit ID in file version (#1225)
Currently the Commit SHA is added twice in the file version. Set `IncludeSourceRevisionInInformationalVersion` to false, to avoid the automatic suffix and only use the explicit one in the pipeline.
Configuration menu - View commit details
-
Copy full SHA for ddbbb82 - Browse repository at this point
Copy the full SHA ddbbb82View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v22.0.9...v22.0.10