-
Notifications
You must be signed in to change notification settings - Fork 400
Comparing changes
Open a pull request
base repository: coverlet-coverage/coverlet
base: v8.0.0
head repository: coverlet-coverage/coverlet
compare: v8.0.1
- 7 commits
- 12 files changed
- 3 contributors
Commits on Feb 15, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 79bb77c - Browse repository at this point
Copy the full SHA 79bb77cView commit details
Commits on Feb 19, 2026
-
Update README.md to specify .NET 8.0 SDK requirement for coverlet.msb…
Configuration menu - View commit details
-
Copy full SHA for 14f3a85 - Browse repository at this point
Copy the full SHA 14f3a85View commit details
Commits on Feb 21, 2026
-
Update devcontainer configuration to use .NET 10.0 and remove obsolet…
…e .mcp.json (#1826) * Update devcontainer configuration to use .NET 10.0 and remove obsolete .mcp.json * Remove unused customizations section from devcontainer.json and add Documentation/Plans/ to .gitignore * Update .devcontainer/Dockerfile Co-authored-by: Copilot <[email protected]> * update format no-tabs --------- Co-authored-by: Copilot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5274e64 - Browse repository at this point
Copy the full SHA 5274e64View commit details
Commits on Feb 28, 2026
-
Ensure type/method refs use target module's core library (#1824)
* Fix type/method import for .NET Framework instrumentation Add ImportToCoreLibrary helpers to redirect type and method references to mscorlib when instrumenting .NET Framework targets. This ensures compatibility when the coverlet assembly (built for .NET 8) references types through System.Runtime, which does not exist on .NET Framework. Replaces direct ImportReference calls with these helpers to prevent runtime errors and ensure correct cross-targeting behavior. * Delete coverage.net9.0.cobertura.xml in build process Add deletion of coverage.net9.0.cobertura.xml file. * Add regression test: Tracker uses mscorlib on .NET Framework Introduce a regression test to verify that the injected Tracker class in instrumented .NET Framework assemblies references mscorlib instead of System.Runtime. The test uses Mono.Cecil to inspect type references and is only run on Windows if the sample assembly is available. Also, update usages of Document to explicitly reference Coverlet.Core.Instrumentation.Document for clarity.
Configuration menu - View commit details
-
Copy full SHA for 7d599be - Browse repository at this point
Copy the full SHA 7d599beView commit details -
Update .gitignore, changelog, and MTP integration docs (#1830)
Configuration menu - View commit details
-
Copy full SHA for 7c66023 - Browse repository at this point
Copy the full SHA 7c66023View commit details
Commits on Mar 5, 2026
-
Remove DevelopmentDependency from coverlet.MTP.csproj (#1832)
* Remove DevelopmentDependency from coverlet.MTP.csproj The project no longer marks its package as a development-only dependency, allowing it to be included as a regular dependency in consuming projects. * Document fix for coverlet.MTP CS0400 build error (#1827) Updated Changelog.md to note resolution of CS0400 build failure in coverlet.MTP caused by developmentDependency=true.
Configuration menu - View commit details
-
Copy full SHA for eda5c79 - Browse repository at this point
Copy the full SHA eda5c79View commit details
Commits on Mar 16, 2026
-
Configuration menu - View commit details
-
Copy full SHA for f101a20 - Browse repository at this point
Copy the full SHA f101a20View 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 v8.0.0...v8.0.1