Skip to content

chore(deps): Bump the nuget-dependencies group with 5 updates#70

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/src/StableDiffusionStudio.ServiceDefaults/nuget-dependencies-79f2ecee85
Open

chore(deps): Bump the nuget-dependencies group with 5 updates#70
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/src/StableDiffusionStudio.ServiceDefaults/nuget-dependencies-79f2ecee85

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor

Updated Microsoft.NET.Test.Sdk from 18.6.0 to 18.7.0.

Release notes

Sourced from Microsoft.NET.Test.Sdk's releases.

18.7.0

What's Changed

New Contributors

Full Changelog: microsoft/vstest@v18.6.0...v18.7.0

Commits viewable in compare view.

Updated Microsoft.Playwright from 1.60.0 to 1.61.0.

Release notes

Sourced from Microsoft.Playwright's releases.

1.61.0

🔑 WebAuthn passkeys

New Credentials virtual authenticator, available via BrowserContext.Credentials, lets tests register passkeys and answer navigator.credentials.create() / navigator.credentials.get() ceremonies in the page — no real hardware key required, works in all browsers:

var context = await browser.NewContextAsync();

// Seed a passkey your backend provisioned for a test user.
await context.Credentials.CreateAsync("example.com", new()
{
    Id = credentialId,
    UserHandle = userHandle,
    PrivateKey = privateKey,
    PublicKey = publicKey,
});
await context.Credentials.InstallAsync();

var page = await context.NewPageAsync();
await page.GotoAsync("https://example.com/login");
// The page's navigator.credentials.get() is answered with the seeded passkey.

You can also let the app register a passkey once in a setup test, read it back with Credentials.GetAsync(), and seed it into later tests — see Credentials for details.

🗃️ Web Storage

New WebStorage API, available via Page.LocalStorage and Page.SessionStorage, reads and writes the page's storage for the current origin:

await page.LocalStorage.SetItemAsync("token", "abc");
var token = await page.LocalStorage.GetItemAsync("token");
var items = await page.SessionStorage.ItemsAsync();

New APIs

🛠️ Other improvements

  • Playwright now supports Ubuntu 26.04.
  • HAR and trace recordings now include WebSocket requests.

Browser Versions

  • Chromium 149.0.7827.55
  • Mozilla Firefox 151.0
  • WebKit 26.5

This version was also tested against the following stable channels:
... (truncated)

Commits viewable in compare view.

Updated MudBlazor from 9.5.0 to 9.6.0.

Release notes

Sourced from MudBlazor's releases.

9.6.0

What's Changed

New Features

Bug Fixes

New Contributors

Commits viewable in compare view.

Updated OpenTelemetry.Instrumentation.AspNetCore from 1.15.2 to 1.16.0.

Release notes

Sourced from OpenTelemetry.Instrumentation.AspNetCore's releases.

1.16.0

1.16.0-beta.1

1.16.0-alpha.1

Commits viewable in compare view.

Updated OpenTelemetry.Instrumentation.Http from 1.15.1 to 1.16.0.

Release notes

Sourced from OpenTelemetry.Instrumentation.Http's releases.

1.16.0

1.16.0-beta.1

1.16.0-alpha.1

1.15.2

Commits viewable in compare view.

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

Bumps Microsoft.NET.Test.Sdk from 18.6.0 to 18.7.0
Bumps Microsoft.Playwright from 1.60.0 to 1.61.0
Bumps MudBlazor from 9.5.0 to 9.6.0
Bumps OpenTelemetry.Instrumentation.AspNetCore from 1.15.2 to 1.16.0
Bumps OpenTelemetry.Instrumentation.Http from 1.15.1 to 1.16.0

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.Playwright
  dependency-version: 1.61.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: MudBlazor
  dependency-version: 9.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: MudBlazor
  dependency-version: 9.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: OpenTelemetry.Instrumentation.AspNetCore
  dependency-version: 1.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: OpenTelemetry.Instrumentation.Http
  dependency-version: 1.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
...

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

Copy link
Copy Markdown
Contributor

⚠️ Deprecation Warning: The deny-licenses option is deprecated for possible removal in the next major release. For more information, see issue 997.

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 10 package(s) with unknown licenses.
See the Details below.

License Issues

src/StableDiffusionStudio.ServiceDefaults/StableDiffusionStudio.ServiceDefaults.csproj

PackageVersionLicenseIssue Type
OpenTelemetry.Instrumentation.AspNetCore1.16.0NullUnknown License
OpenTelemetry.Instrumentation.Http1.16.0NullUnknown License

src/StableDiffusionStudio.Web/StableDiffusionStudio.Web.csproj

PackageVersionLicenseIssue Type
MudBlazor9.6.0NullUnknown License

tests/StableDiffusionStudio.Application.Tests/StableDiffusionStudio.Application.Tests.csproj

PackageVersionLicenseIssue Type
Microsoft.NET.Test.Sdk18.7.0NullUnknown License

tests/StableDiffusionStudio.Domain.Tests/StableDiffusionStudio.Domain.Tests.csproj

PackageVersionLicenseIssue Type
Microsoft.NET.Test.Sdk18.7.0NullUnknown License

tests/StableDiffusionStudio.E2E.Tests/StableDiffusionStudio.E2E.Tests.csproj

PackageVersionLicenseIssue Type
Microsoft.NET.Test.Sdk18.7.0NullUnknown License
Microsoft.Playwright1.61.0NullUnknown License

tests/StableDiffusionStudio.Infrastructure.Tests/StableDiffusionStudio.Infrastructure.Tests.csproj

PackageVersionLicenseIssue Type
Microsoft.NET.Test.Sdk18.7.0NullUnknown License

tests/StableDiffusionStudio.Web.Tests/StableDiffusionStudio.Web.Tests.csproj

PackageVersionLicenseIssue Type
Microsoft.NET.Test.Sdk18.7.0NullUnknown License
MudBlazor9.6.0NullUnknown License
Denied Licenses: GPL-2.0, GPL-3.0, AGPL-3.0

OpenSSF Scorecard

PackageVersionScoreDetails
nuget/OpenTelemetry.Instrumentation.AspNetCore 1.16.0 🟢 8.3
Details
CheckScoreReason
Code-Review🟢 10all changesets reviewed
Maintained🟢 1030 commit(s) and 26 issue activity found in the last 90 days -- score normalized to 10
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Dependency-Update-Tool🟢 10update tool detected
Token-Permissions🟢 10GitHub workflow tokens follow principle of least privilege
Binary-Artifacts🟢 10no binaries found in the repo
CII-Best-Practices🟢 5badge detected: Passing
Pinned-Dependencies🟢 9dependency not pinned by hash detected -- score normalized to 9
Vulnerabilities🟢 100 existing vulnerabilities detected
SAST🟢 10SAST tool is run on all commits
Packaging🟢 10packaging workflow detected
License🟢 10license file detected
Fuzzing⚠️ 0project is not fuzzed
Security-Policy🟢 10security policy file detected
Signed-Releases⚠️ 0Project has not signed or included provenance with any releases.
Branch-Protection🟢 5branch protection is not maximal on development and all release branches
CI-Tests🟢 1030 out of 30 merged PRs checked by a CI test -- score normalized to 10
Contributors🟢 10project has 23 contributing companies or organizations
nuget/OpenTelemetry.Instrumentation.Http 1.16.0 🟢 8.3
Details
CheckScoreReason
Code-Review🟢 10all changesets reviewed
Maintained🟢 1030 commit(s) and 26 issue activity found in the last 90 days -- score normalized to 10
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Dependency-Update-Tool🟢 10update tool detected
Token-Permissions🟢 10GitHub workflow tokens follow principle of least privilege
Binary-Artifacts🟢 10no binaries found in the repo
CII-Best-Practices🟢 5badge detected: Passing
Pinned-Dependencies🟢 9dependency not pinned by hash detected -- score normalized to 9
Vulnerabilities🟢 100 existing vulnerabilities detected
SAST🟢 10SAST tool is run on all commits
Packaging🟢 10packaging workflow detected
License🟢 10license file detected
Fuzzing⚠️ 0project is not fuzzed
Security-Policy🟢 10security policy file detected
Signed-Releases⚠️ 0Project has not signed or included provenance with any releases.
Branch-Protection🟢 5branch protection is not maximal on development and all release branches
CI-Tests🟢 1030 out of 30 merged PRs checked by a CI test -- score normalized to 10
Contributors🟢 10project has 23 contributing companies or organizations
nuget/MudBlazor 9.6.0 UnknownUnknown
nuget/Microsoft.NET.Test.Sdk 18.7.0 🟢 4.9
Details
CheckScoreReason
Code-Review🟢 6Found 18/29 approved changesets -- score normalized to 6
Maintained🟢 1030 commit(s) and 28 issue activity found in the last 90 days -- score normalized to 10
Security-Policy🟢 10security policy file detected
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
License🟢 10license file detected
Binary-Artifacts⚠️ 0binaries present in source code
Signed-Releases⚠️ -1no releases found
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Packaging⚠️ -1packaging workflow not detected
Fuzzing⚠️ 0project is not fuzzed
Branch-Protection⚠️ 2branch protection is not maximal on development and all release branches
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Pinned-Dependencies🟢 9dependency not pinned by hash detected -- score normalized to 9
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
nuget/Microsoft.NET.Test.Sdk 18.7.0 🟢 4.9
Details
CheckScoreReason
Code-Review🟢 6Found 18/29 approved changesets -- score normalized to 6
Maintained🟢 1030 commit(s) and 28 issue activity found in the last 90 days -- score normalized to 10
Security-Policy🟢 10security policy file detected
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
License🟢 10license file detected
Binary-Artifacts⚠️ 0binaries present in source code
Signed-Releases⚠️ -1no releases found
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Packaging⚠️ -1packaging workflow not detected
Fuzzing⚠️ 0project is not fuzzed
Branch-Protection⚠️ 2branch protection is not maximal on development and all release branches
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Pinned-Dependencies🟢 9dependency not pinned by hash detected -- score normalized to 9
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
nuget/Microsoft.NET.Test.Sdk 18.7.0 🟢 4.9
Details
CheckScoreReason
Code-Review🟢 6Found 18/29 approved changesets -- score normalized to 6
Maintained🟢 1030 commit(s) and 28 issue activity found in the last 90 days -- score normalized to 10
Security-Policy🟢 10security policy file detected
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
License🟢 10license file detected
Binary-Artifacts⚠️ 0binaries present in source code
Signed-Releases⚠️ -1no releases found
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Packaging⚠️ -1packaging workflow not detected
Fuzzing⚠️ 0project is not fuzzed
Branch-Protection⚠️ 2branch protection is not maximal on development and all release branches
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Pinned-Dependencies🟢 9dependency not pinned by hash detected -- score normalized to 9
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
nuget/Microsoft.Playwright 1.61.0 UnknownUnknown
nuget/Microsoft.NET.Test.Sdk 18.7.0 🟢 4.9
Details
CheckScoreReason
Code-Review🟢 6Found 18/29 approved changesets -- score normalized to 6
Maintained🟢 1030 commit(s) and 28 issue activity found in the last 90 days -- score normalized to 10
Security-Policy🟢 10security policy file detected
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
License🟢 10license file detected
Binary-Artifacts⚠️ 0binaries present in source code
Signed-Releases⚠️ -1no releases found
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Packaging⚠️ -1packaging workflow not detected
Fuzzing⚠️ 0project is not fuzzed
Branch-Protection⚠️ 2branch protection is not maximal on development and all release branches
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Pinned-Dependencies🟢 9dependency not pinned by hash detected -- score normalized to 9
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
nuget/Microsoft.NET.Test.Sdk 18.7.0 🟢 4.9
Details
CheckScoreReason
Code-Review🟢 6Found 18/29 approved changesets -- score normalized to 6
Maintained🟢 1030 commit(s) and 28 issue activity found in the last 90 days -- score normalized to 10
Security-Policy🟢 10security policy file detected
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
License🟢 10license file detected
Binary-Artifacts⚠️ 0binaries present in source code
Signed-Releases⚠️ -1no releases found
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Packaging⚠️ -1packaging workflow not detected
Fuzzing⚠️ 0project is not fuzzed
Branch-Protection⚠️ 2branch protection is not maximal on development and all release branches
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Pinned-Dependencies🟢 9dependency not pinned by hash detected -- score normalized to 9
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
nuget/MudBlazor 9.6.0 UnknownUnknown

Scanned Files

  • src/StableDiffusionStudio.ServiceDefaults/StableDiffusionStudio.ServiceDefaults.csproj
  • src/StableDiffusionStudio.Web/StableDiffusionStudio.Web.csproj
  • tests/StableDiffusionStudio.Application.Tests/StableDiffusionStudio.Application.Tests.csproj
  • tests/StableDiffusionStudio.Domain.Tests/StableDiffusionStudio.Domain.Tests.csproj
  • tests/StableDiffusionStudio.E2E.Tests/StableDiffusionStudio.E2E.Tests.csproj
  • tests/StableDiffusionStudio.Infrastructure.Tests/StableDiffusionStudio.Infrastructure.Tests.csproj
  • tests/StableDiffusionStudio.Web.Tests/StableDiffusionStudio.Web.Tests.csproj

@github-actions

Copy link
Copy Markdown
Contributor

Test Results

417 tests   417 ✅  37s ⏱️
  1 suites    0 💤
  1 files      0 ❌

Results for commit 25f00bd.

@github-actions

Copy link
Copy Markdown
Contributor

PR Validation Results

Version: 0.36.26

Validation Steps

  • Build solution
  • Run tests
  • Build documentation

This comment was automatically generated by the PR validation workflow.

@github-actions

Copy link
Copy Markdown
Contributor

Code Coverage

Summary
  Generated on: 06/29/2026 - 11:27:43
  Coverage date: 06/29/2026 - 11:27:27 - 06/29/2026 - 11:27:40
  Parser: MultiReport (5x Cobertura)
  Assemblies: 3
  Classes: 181
  Files: 161
  Line coverage: 48.5%
  Covered lines: 2930
  Uncovered lines: 3107
  Coverable lines: 6037
  Total lines: 11344
  Branch coverage: 40.3% (893 of 2213)
  Covered branches: 893
  Total branches: 2213
  Method coverage: 56.8% (703 of 1236)
  Full method coverage: 54.3% (672 of 1236)
  Covered methods: 703
  Fully covered methods: 672
  Total methods: 1236

StableDiffusionStudio.Application                                                                       47.5%
  StableDiffusionStudio.Application.Commands.CreateGenerationCommand                                     100%
  StableDiffusionStudio.Application.Commands.CreateProjectCommand                                        100%
  StableDiffusionStudio.Application.Commands.RenameProjectCommand                                        100%
  StableDiffusionStudio.Application.Commands.SavePresetCommand                                           100%
  StableDiffusionStudio.Application.Commands.ScanModelsCommand                                           100%
  StableDiffusionStudio.Application.DTOs.DiscoveredModel                                                 100%
  StableDiffusionStudio.Application.DTOs.DownloadProgress                                                100%
  StableDiffusionStudio.Application.DTOs.DownloadRequest                                                 100%
  StableDiffusionStudio.Application.DTOs.DownloadResult                                                  100%
  StableDiffusionStudio.Application.DTOs.ExperimentDto                                                     0%
  StableDiffusionStudio.Application.DTOs.ExperimentRunDto                                                  0%
  StableDiffusionStudio.Application.DTOs.ExperimentRunImageDto                                             0%
  StableDiffusionStudio.Application.DTOs.ExportedEdge                                                      0%
  StableDiffusionStudio.Application.DTOs.ExportedNode                                                      0%
  StableDiffusionStudio.Application.DTOs.GeneratedImageData                                              100%
  StableDiffusionStudio.Application.DTOs.GeneratedImageDto                                                50%
  StableDiffusionStudio.Application.DTOs.GenerationJobDto                                                 70%
  StableDiffusionStudio.Application.DTOs.GenerationPresetDto                                              50%
  StableDiffusionStudio.Application.DTOs.GenerationStatusDto                                            85.7%
  StableDiffusionStudio.Application.DTOs.InferenceCapabilities                                           100%
  StableDiffusionStudio.Application.DTOs.InferenceProgress                                               100%
  StableDiffusionStudio.Application.DTOs.InferenceRequest                                               88.2%
  StableDiffusionStudio.Application.DTOs.InferenceResult                                                 100%
  StableDiffusionStudio.Application.DTOs.JobRecordDto                                                     75%
  StableDiffusionStudio.Application.DTOs.LoraLoadInfo                                                    100%
  StableDiffusionStudio.Application.DTOs.ModelCardViewModel                                                0%
  StableDiffusionStudio.Application.DTOs.ModelFileVariant                                                100%
  StableDiffusionStudio.Application.DTOs.ModelFilter                                                     100%
  StableDiffusionStudio.Application.DTOs.ModelLoadRequest                                               83.3%
  StableDiffusionStudio.Application.DTOs.ModelProviderCapabilities                                       100%
  StableDiffusionStudio.Application.DTOs.ModelProviderInfo                                               100%
  StableDiffusionStudio.Application.DTOs.ModelRecordDto                                                   80%
  StableDiffusionStudio.Application.DTOs.ModelSearchQuery                                                100%
  StableDiffusionStudio.Application.DTOs.ProjectDto                                                      100%
  StableDiffusionStudio.Application.DTOs.ProjectFilter                                                   100%
  StableDiffusionStudio.Application.DTOs.PromptAssistantContext                                            0%
  StableDiffusionStudio.Application.DTOs.RemoteModelInfo                                                 100%
  StableDiffusionStudio.Application.DTOs.ScanResult                                                      100%
  StableDiffusionStudio.Application.DTOs.SearchResult                                                    100%
  StableDiffusionStudio.Application.DTOs.WorkflowDto                                                       0%
  StableDiffusionStudio.Application.DTOs.WorkflowEdgeDto                                                   0%
  StableDiffusionStudio.Application.DTOs.WorkflowExportFormat                                              0%
  StableDiffusionStudio.Application.DTOs.WorkflowListItemDto                                               0%
  StableDiffusionStudio.Application.DTOs.WorkflowNodeDto                                                   0%
  StableDiffusionStudio.Application.DTOs.WorkflowNodePluginDto                                             0%
  StableDiffusionStudio.Application.DTOs.WorkflowRunDto                                                    0%
  StableDiffusionStudio.Application.DTOs.WorkflowRunStepDto                                                0%
  StableDiffusionStudio.Application.Interfaces.ContentClassification                                    57.1%
  StableDiffusionStudio.Application.Interfaces.ContentSafetyThresholds                                     0%
  StableDiffusionStudio.Application.Interfaces.DataUsageSummary                                          100%
  StableDiffusionStudio.Application.Interfaces.FluxComponents                                            100%
  StableDiffusionStudio.Application.Interfaces.ModelEnrichmentResult                                       0%
  StableDiffusionStudio.Application.Interfaces.WorkflowData                                                0%
  StableDiffusionStudio.Application.Interfaces.WorkflowExecutionContext                                    0%
  StableDiffusionStudio.Application.Interfaces.WorkflowPortDefinition                                      0%
  StableDiffusionStudio.Application.Interfaces.WorkflowStepProgress                                        0%
  StableDiffusionStudio.Application.Services.ExperimentJobData                                             0%
  StableDiffusionStudio.Application.Services.ExperimentService                                             0%
  StableDiffusionStudio.Application.Services.GenerationService                                          64.4%
  StableDiffusionStudio.Application.Services.ModelCatalogService                                          75%
  StableDiffusionStudio.Application.Services.PresetService                                               100%
  StableDiffusionStudio.Application.Services.ProjectService                                              100%
  StableDiffusionStudio.Application.Services.PromptHistoryService                                        100%
  StableDiffusionStudio.Application.Services.WorkflowService                                               0%
  StableDiffusionStudio.Application.Validation.CreateProjectCommandValidator                             100%
  StableDiffusionStudio.Application.Validation.RenameProjectCommandValidator                             100%

StableDiffusionStudio.Domain                                                                            67.8%
  StableDiffusionStudio.Domain.Entities.Experiment                                                       100%
  StableDiffusionStudio.Domain.Entities.ExperimentRun                                                    100%
  StableDiffusionStudio.Domain.Entities.ExperimentRunImage                                               100%
  StableDiffusionStudio.Domain.Entities.GeneratedImage                                                   100%
  StableDiffusionStudio.Domain.Entities.GenerationJob                                                    100%
  StableDiffusionStudio.Domain.Entities.GenerationPresetEntity                                           100%
  StableDiffusionStudio.Domain.Entities.JobRecord                                                        100%
  StableDiffusionStudio.Domain.Entities.ModelRecord                                                       77%
  StableDiffusionStudio.Domain.Entities.Project                                                          100%
  StableDiffusionStudio.Domain.Entities.PromptHistory                                                    100%
  StableDiffusionStudio.Domain.Entities.Setting                                                         93.3%
  StableDiffusionStudio.Domain.Entities.Workflow                                                           0%
  StableDiffusionStudio.Domain.Entities.WorkflowEdge                                                       0%
  StableDiffusionStudio.Domain.Entities.WorkflowNode                                                       0%
  StableDiffusionStudio.Domain.Entities.WorkflowRun                                                        0%
  StableDiffusionStudio.Domain.Entities.WorkflowRunStep                                                    0%
  StableDiffusionStudio.Domain.Services.GenerationPreset                                                  90%
  StableDiffusionStudio.Domain.Services.ModelFamilyPresets                                               100%
  StableDiffusionStudio.Domain.Services.ModelFileAnalyzer                                               95.2%
  StableDiffusionStudio.Domain.Services.ModelFileInfo                                                    100%
  StableDiffusionStudio.Domain.Services.PromptMatrixParser                                               100%
  StableDiffusionStudio.Domain.Services.PromptTokenEstimator                                             100%
  StableDiffusionStudio.Domain.Services.SweepCombination                                                 100%
  StableDiffusionStudio.Domain.Services.SweepExpander                                                   87.5%
  StableDiffusionStudio.Domain.ValueObjects.ContentSafetySettings                                        100%
  StableDiffusionStudio.Domain.ValueObjects.DownloadLocationSettings                                     100%
  StableDiffusionStudio.Domain.ValueObjects.FileLocation                                                   0%
  StableDiffusionStudio.Domain.ValueObjects.GenerationParameters                                         100%
  StableDiffusionStudio.Domain.ValueObjects.InferenceSettings                                            100%
  StableDiffusionStudio.Domain.ValueObjects.InterrogationSettings                                          0%
  StableDiffusionStudio.Domain.ValueObjects.LoraReference                                                100%
  StableDiffusionStudio.Domain.ValueObjects.ModelEnrichmentSettings                                        0%
  StableDiffusionStudio.Domain.ValueObjects.ModelIdentifier                                              100%
  StableDiffusionStudio.Domain.ValueObjects.ModelRuleSet                                                   0%
  StableDiffusionStudio.Domain.ValueObjects.NsfwClassification                                             0%
  StableDiffusionStudio.Domain.ValueObjects.OutputSettings                                               100%
  StableDiffusionStudio.Domain.ValueObjects.PromptAssistantSettings                                        0%
  StableDiffusionStudio.Domain.ValueObjects.StorageRoot                                                  100%
  StableDiffusionStudio.Domain.ValueObjects.SweepAxis                                                    100%

StableDiffusionStudio.Infrastructure                                                                    43.5%
  StableDiffusionStudio.Infrastructure.Inference.LazyInferenceBackend                                      0%
  StableDiffusionStudio.Infrastructure.Inference.StableDiffusionCppBackend                              35.2%
  StableDiffusionStudio.Infrastructure.Jobs.BackgroundJobProcessor                                      89.7%
  StableDiffusionStudio.Infrastructure.Jobs.ChannelJobQueue                                             81.4%
  StableDiffusionStudio.Infrastructure.Jobs.DirectProgress<T>                                            100%
  StableDiffusionStudio.Infrastructure.Jobs.ExperimentJobHandler                                           0%
  StableDiffusionStudio.Infrastructure.Jobs.GenerationJobHandler                                        76.9%
  StableDiffusionStudio.Infrastructure.Jobs.JobChannel                                                   100%
  StableDiffusionStudio.Infrastructure.Jobs.MockInferenceBackend                                         100%
  StableDiffusionStudio.Infrastructure.Jobs.ModelDownloadJobHandler                                     94.8%
  StableDiffusionStudio.Infrastructure.Jobs.ModelScanJobHandler                                          100%
  StableDiffusionStudio.Infrastructure.ModelSources.CivitAIProvider                                     98.6%
  StableDiffusionStudio.Infrastructure.ModelSources.HttpDownloadClient                                  95.4%
  StableDiffusionStudio.Infrastructure.ModelSources.HuggingFaceProvider                                 96.9%
  StableDiffusionStudio.Infrastructure.ModelSources.LocalFolderProvider                                 90.1%
  StableDiffusionStudio.Infrastructure.Persistence.AppDbContext                                         57.8%
  StableDiffusionStudio.Infrastructure.Persistence.Configurations.ExperimentConfiguration                100%
  StableDiffusionStudio.Infrastructure.Persistence.Configurations.ExperimentRunConfiguration             100%
  StableDiffusionStudio.Infrastructure.Persistence.Configurations.ExperimentRunImageConfiguration        100%
  StableDiffusionStudio.Infrastructure.Persistence.Configurations.GeneratedImageConfiguration            100%
  StableDiffusionStudio.Infrastructure.Persistence.Configurations.GenerationJobConfiguration             100%
  StableDiffusionStudio.Infrastructure.Persistence.Configurations.GenerationPresetEntityConfiguration    100%
  StableDiffusionStudio.Infrastructure.Persistence.Configurations.JobRecordConfiguration                 100%
  StableDiffusionStudio.Infrastructure.Persistence.Configurations.ModelRecordConfiguration               100%
  StableDiffusionStudio.Infrastructure.Persistence.Configurations.ProjectConfiguration                   100%
  StableDiffusionStudio.Infrastructure.Persistence.Configurations.PromptHistoryConfiguration             100%
  StableDiffusionStudio.Infrastructure.Persistence.Configurations.SettingConfiguration                   100%
  StableDiffusionStudio.Infrastructure.Persistence.Configurations.WorkflowConfiguration                  100%
  StableDiffusionStudio.Infrastructure.Persistence.Configurations.WorkflowEdgeConfiguration              100%
  StableDiffusionStudio.Infrastructure.Persistence.Configurations.WorkflowNodeConfiguration              100%
  StableDiffusionStudio.Infrastructure.Persistence.Configurations.WorkflowRunConfiguration               100%
  StableDiffusionStudio.Infrastructure.Persistence.Configurations.WorkflowRunStepConfiguration           100%
  StableDiffusionStudio.Infrastructure.Persistence.DesignTimeDbContextFactory                              0%
  StableDiffusionStudio.Infrastructure.Persistence.Repositories.ExperimentRepository                       0%
  StableDiffusionStudio.Infrastructure.Persistence.Repositories.GenerationJobRepository                 95.4%
  StableDiffusionStudio.Infrastructure.Persistence.Repositories.ModelCatalogRepository                  93.9%
  StableDiffusionStudio.Infrastructure.Persistence.Repositories.PresetRepository                         100%
  StableDiffusionStudio.Infrastructure.Persistence.Repositories.ProjectRepository                        100%
  StableDiffusionStudio.Infrastructure.Persistence.Repositories.PromptHistoryRepository                 93.9%
  StableDiffusionStudio.Infrastructure.Persistence.Repositories.WorkflowRepository                         0%
  StableDiffusionStudio.Infrastructure.Plugins.PluginManager                                              65%
  StableDiffusionStudio.Infrastructure.Services.A1111ParameterParser                                      98%
  StableDiffusionStudio.Infrastructure.Services.AppPaths                                                 100%
  StableDiffusionStudio.Infrastructure.Services.CivitAIEnrichmentProvider                                  0%
  StableDiffusionStudio.Infrastructure.Services.DatabaseHealthCheck                                        0%
  StableDiffusionStudio.Infrastructure.Services.DataManagementService                                     94%
  StableDiffusionStudio.Infrastructure.Services.FluxComponentResolver                                   91.6%
  StableDiffusionStudio.Infrastructure.Services.GridCompositor                                             0%
  StableDiffusionStudio.Infrastructure.Services.HuggingFaceEnrichmentProvider                              0%
  StableDiffusionStudio.Infrastructure.Services.ImageBlurService                                           0%
  StableDiffusionStudio.Infrastructure.Services.ModelMetadataEnrichmentService                             0%
  StableDiffusionStudio.Infrastructure.Services.ModelPreloadService                                        0%
  StableDiffusionStudio.Infrastructure.Services.ModelRuleService                                           0%
  StableDiffusionStudio.Infrastructure.Services.NsfwImageScannerService                                    0%
  StableDiffusionStudio.Infrastructure.Services.NsfwScanQueue                                              0%
  StableDiffusionStudio.Infrastructure.Services.NsfwSpyContentSafetyService                                0%
  StableDiffusionStudio.Infrastructure.Services.OllamaImageInterrogator                                    0%
  StableDiffusionStudio.Infrastructure.Services.OllamaPromptAssistantService                               0%
  StableDiffusionStudio.Infrastructure.Services.PngMetadataService                                      60.9%
  StableDiffusionStudio.Infrastructure.Services.WorkflowTemplateSeeder                                     0%
  StableDiffusionStudio.Infrastructure.Settings.DbInferenceSettingsProvider                              100%
  StableDiffusionStudio.Infrastructure.Settings.DbOutputSettingsProvider                                   0%
  StableDiffusionStudio.Infrastructure.Settings.DbSettingsProvider                                       100%
  StableDiffusionStudio.Infrastructure.Settings.ProviderCredentialStore                                  100%
  StableDiffusionStudio.Infrastructure.Settings.SettingsExportService                                    100%
  StableDiffusionStudio.Infrastructure.Storage.DbStorageRootProvider                                     100%
  StableDiffusionStudio.Infrastructure.Storage.InMemoryStorageRootProvider                                 0%
  StableDiffusionStudio.Infrastructure.Telemetry.StudioMetrics                                             0%
  StableDiffusionStudio.Infrastructure.Workflows.ConditionalNodePlugin                                     0%
  StableDiffusionStudio.Infrastructure.Workflows.GenerateNodePlugin                                        0%
  StableDiffusionStudio.Infrastructure.Workflows.Img2ImgNodePlugin                                         0%
  StableDiffusionStudio.Infrastructure.Workflows.InpaintNodePlugin                                         0%
  StableDiffusionStudio.Infrastructure.Workflows.OutputNodePlugin                                          0%
  StableDiffusionStudio.Infrastructure.Workflows.ScriptNodePlugin                                          0%
  StableDiffusionStudio.Infrastructure.Workflows.UpscaleNodePlugin                                         0%
  StableDiffusionStudio.Infrastructure.Workflows.WorkflowExecutionHandler                                  0%

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants