Skip to content

Bump coverlet.collector from 6.0.0 to 8.0.1#5

Open
dependabot[bot] wants to merge 9 commits intomainfrom
dependabot/nuget/src/SnipLink.Tests/coverlet.collector-8.0.1
Open

Bump coverlet.collector from 6.0.0 to 8.0.1#5
dependabot[bot] wants to merge 9 commits intomainfrom
dependabot/nuget/src/SnipLink.Tests/coverlet.collector-8.0.1

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Apr 1, 2026

Updated coverlet.collector from 6.0.0 to 8.0.1.

Release notes

Sourced from coverlet.collector's releases.

8.0.1

Fixed

  • Fix [BUG] TypeInitializationException when targeting .NET Framework #​1818
  • Fix [BUG] coverlet.MTP build fails with CS0400 due to developmentDependency=true #​1827

Improvements

  • Additional improvements needed for .NET Framework instrumentation type import #​1825

Diff between 8.0.0 and 8.0.1

8.0.0

Special Thanks: A huge thank you to @​Bertk for driving the majority of the work in this release! 🎉

Fixed

Improvements

  • Coverlet MTP extension feature #​1788
  • Generate SBOM for nuget packages #​1752
  • Use multi targets projects for coverlet.collector, coverlet.msbuild.tasks packages #​1742
  • Use .NET 8.0 target framework for coverlet.core and remove Newtonsoft.Json #​1733
  • Use latest System.CommandLine version #​1660
  • Upgraded minimum required .NET SDK and runtime to .NET 8.0 LTS (Long Term Support) (Breaking Change)
  • Use xunit.v3 for tests and example code

Diff between 6.0.4 and 8.0.0

6.0.4

Fixed

  • Fix empty coverage report when using include and exclude filters #​1726

Diff between 6.0.3 and 6.0.4

6.0.3

Fixed

Improvements

  • Cache the regex used in InstrumentationHelper #​1693
  • Enable dotnetTool integration tests for linux #​660

Diff between 6.0.2 and 6.0.3

6.0.2

Fixed

  • Threshold-stat triggers error #​1634
  • Fixed coverlet collector 6.0.1 requires dotnet sdk 8 #​1625
  • Type initializer errors after updating from 6.0.0 to 6.0.1 #​1629
  • Exception when multiple exclude-by-attribute filters specified #​1624

Improvements

  • More concise options to specify multiple parameters in coverlet.console #​1624

Diff between 6.0.1 and 6.0.2

6.0.1

Fixed

Improvements

Diff between 6.0.0 and 6.0.1

Commits viewable in compare view.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

daniyalmlik and others added 9 commits March 19, 2025 00:00
- SlugGeneratorTests: length, uniqueness, valid/invalid slug validation
- AbuseDetectionServiceTests: URL safety (schemes, extensions)
- LinkServiceTests: create/delete with SQLite in-memory + SqliteTestDbContext
- ApiIntegrationTests: register, auth guard, create link, redirect, 404
- 34/34 tests passing
- Add email verification on register (token sent via SMTP or Resend)
- Add GET /api/auth/verify-email endpoint to confirm tokens
- Add POST /api/auth/resend-verification endpoint
- Add IEmailService abstraction with SmtpEmailService and ResendEmailService
- Auto-select Resend if ApiKey is configured, otherwise fall back to SMTP
- Add VerifyEmail.razor page and update Register/Login Blazor pages
- Add ResendVerificationRequest DTO and EmailOptions/ResendOptions
- Add appsettings.Local.json to .gitignore and provide .example file
- GitHub Actions workflow: build/test, CodeQL, Docker smoke test
- Dependabot: weekly updates for nuget and github-actions
- Multi-stage Dockerfiles for API and Blazor (aspnet:8.0-alpine, non-root user)
- docker-compose.yml with SQLite named volume and service health checks
- MIT License and GitHub issue templates
---
updated-dependencies:
- dependency-name: coverlet.collector
  dependency-version: 8.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code labels Apr 1, 2026
@daniyalmlik daniyalmlik force-pushed the main branch 3 times, most recently from 49869cb to cc9ba6f Compare April 2, 2026 18:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant