Skip to content

deps: Bump the testing group with 1 update - #143

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/marginalia-service/testing-89437b9470
Open

deps: Bump the testing group with 1 update#143
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/marginalia-service/testing-89437b9470

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 9, 2026

Copy link
Copy Markdown
Contributor

Updated NSubstitute from 6.0.0 to 6.1.0.

Release notes

Sourced from NSubstitute's releases.

6.1.0

NSubstitute v6.1.0

This release reverts nullability support introduced in 6.0. This change caused a number of problems for callers (#​973, #​976), and trying to resolve these (#​976) revealed the need for more fundamental changes to NSubstitute to effectively support this. As a result, nullability is again disabled for public API. Huge thanks to @​jdb0123, @​Romfos, and @​Moha-sami for their PRs addressing this, and thanks for all those who raised issues. We also humbly award @​zvirja with one unlimited "I told you so" pass to use as he sees fit.

What's Changed

New Contributors

Full Changelog: nsubstitute/NSubstitute@v6.0.0...v6.1.0

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

This change is Reviewable

Bumps NSubstitute from 6.0.0 to 6.1.0

---
updated-dependencies:
- dependency-name: NSubstitute
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: testing
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Aug 9, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: .net, dependencies, nuget. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot
dependabot Bot requested a review from PlagueHO as a code owner August 9, 2026 06:09
@github-actions

github-actions Bot commented Aug 9, 2026

Copy link
Copy Markdown

Summary

Summary
Generated on: 08/09/2026 - 06:11:46
Parser: MultiReport (16x Cobertura)
Assemblies: 6
Classes: 70
Files: 68
Line coverage: 33.4% (1108 of 3308)
Covered lines: 1108
Uncovered lines: 2200
Coverable lines: 3308
Total lines: 5512
Branch coverage: 28.2% (293 of 1036)
Covered branches: 293
Total branches: 1036
Method coverage: Feature is only available for sponsors

Coverage

Marginalia.Api - 31.1%
Name Line Branch
Marginalia.Api 31.1% 25%
Marginalia.Api.Authentication.AiFoundryTokenCredential 0% 0%
Marginalia.Api.Controllers.ConfigController 0% 0%
Marginalia.Api.Controllers.DocumentsController 51.8% 50%
Marginalia.Api.Controllers.ExportsController 54.9% 52.7%
Marginalia.Api.Controllers.ImportsController 80.6% 61.5%
Marginalia.Api.Controllers.SessionResponse 0%
Marginalia.Api.Controllers.SessionsController 0% 0%
Marginalia.Api.HealthChecks.AiFoundryHealthCheck 100% 100%
Marginalia.Api.HealthChecks.CosmosDbHealthCheck 100% 87.5%
Marginalia.Api.HealthChecks.ManagedIdentityHealthCheck 0%
Marginalia.Api.Middleware.AccessCodeMiddleware 100% 92.8%
Marginalia.Api.Models.ImportExportJobResponse 100%
Microsoft.AspNetCore.OpenApi.Generated 0% 0%
Program 0% 0%
System.Runtime.CompilerServices 0%
Marginalia.Api.Client - 91.7%
Name Line Branch
Marginalia.Api.Client 91.7% 70%
Marginalia.Api.Client.ApiClient 100%
Marginalia.Api.Client.ApiClient 100%
Marginalia.Api.Client.ApiClient<TRequest, TResponse> 100%
Marginalia.Api.Client.ApiClientOptions 100%
Marginalia.Api.Client.Extensions.ServiceCollectionExtensions 72.4% 70%
Marginalia.Domain - 86.7%
Name Line Branch
Marginalia.Domain 86.7% 100%
Marginalia.Domain.Configuration.AccessControlOptions 100%
Marginalia.Domain.Configuration.LlmEndpointOptions 100%
Marginalia.Domain.Models.AccessControlStatusResponse 100%
Marginalia.Domain.Models.AnalysisRequest 100% 100%
Marginalia.Domain.Models.ContentFilterException 55.5%
Marginalia.Domain.Models.ContentFilterResult 100%
Marginalia.Domain.Models.Document 100% 100%
Marginalia.Domain.Models.DocumentListResponse 100%
Marginalia.Domain.Models.DocumentSummary 100%
Marginalia.Domain.Models.ImportDocumentsResponse 0%
Marginalia.Domain.Models.ImportExportCounts 100%
Marginalia.Domain.Models.ImportExportJob 100%
Marginalia.Domain.Models.ImportExportJobQueueItem 100%
Marginalia.Domain.Models.LlmConfigResponse 0%
Marginalia.Domain.Models.LlmHealthResponse 0%
Marginalia.Domain.Models.Paragraph 100%
Marginalia.Domain.Models.PasteDocumentRequest 100%
Marginalia.Domain.Models.Suggestion 100%
Marginalia.Domain.Models.UpdateDocumentTitleRequest 0%
Marginalia.Domain.Models.UpdateSuggestionRequest 100%
Marginalia.Domain.Models.UploadDocumentResponse 0%
Marginalia.Domain.Models.UserSession 100%
Marginalia.Infrastructure - 28.3%
Name Line Branch
Marginalia.Infrastructure 28.3% 21.1%
InspectTypes.Program 0% 0%
Marginalia.Infrastructure.Repositories.CosmosDocumentRepository 0% 0%
Marginalia.Infrastructure.Repositories.CosmosSessionRepository 0% 0%
Marginalia.Infrastructure.Repositories.InMemoryDocumentRepository 0% 0%
Marginalia.Infrastructure.Repositories.InMemoryImportExportJobRepository 92.5% 83.3%
Marginalia.Infrastructure.Repositories.InMemorySessionRepository 0% 0%
Marginalia.Infrastructure.Services.ExportJobProcessor 100% 50%
Marginalia.Infrastructure.Services.ExportService 100%
Marginalia.Infrastructure.Services.FoundrySerializerContext 0% 0%
Marginalia.Infrastructure.Services.FoundrySuggestionService 0% 0%
Marginalia.Infrastructure.Services.ImportExportBackgroundWorker 0% 0%
Marginalia.Infrastructure.Services.ImportJobProcessor 81.2% 54.1%
Marginalia.Infrastructure.Services.ImportService 100% 100%
Marginalia.Infrastructure.Services.InMemoryImportExportJobQueue 0%
Marginalia.Infrastructure.Services.NoOpSuggestionService 0%
Marginalia.Infrastructure.Services.RawSuggestion 0%
Marginalia.Infrastructure.Services.SuggestionMergeService 100% 100%
Marginalia.Infrastructure.Services.SuggestionWrapper 0%
Marginalia.Infrastructure.Services.WordDocumentService 60.3% 60%
Marginalia.ServiceDefaults - 24.2%
Name Line Branch
Marginalia.ServiceDefaults 24.2% 50%
Marginalia.ServiceDefaults.Logging.LogSanitizer 96.7% 90.3%
Marginalia.ServiceDefaults.Logging.SanitizingLogRecordProcessor 0% 0%
Microsoft.Extensions.Hosting.Extensions 0% 0%
Microsoft.Extensions.Hosting.Extensions 0% 0%
Marginalia.Tools.Cli - 37.7%
Name Line Branch
Marginalia.Tools.Cli 37.7% 73%
Marginalia.Tools.Cli.CliRunner 54.8% 95%
Marginalia.Tools.Cli.MarginaliaCliClient 0% 0%
Marginalia.Tools.Cli.MarginaliaCliClient.JobIdResponse 0%
Marginalia.Tools.Cli.Models.JobStatusResponse 100%
Program 0% 0%

@github-actions

github-actions Bot commented Aug 9, 2026

Copy link
Copy Markdown

Unit Test Results

277 tests  ±0   277 ✅ ±0   17s ⏱️ +7s
  8 suites ±0     0 💤 ±0 
  8 files   ±0     0 ❌ ±0 

Results for commit cf3e2a4. ± Comparison against base commit 90f2c56.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants