Merged
Conversation
Upgraded the following dependencies to the latest versions: - `Spectre.Console.Testing` to `0.55.0` - `Microsoft.NET.Test.Sdk` to `18.4.0` - `Verify.NUnit` to `31.15.0` - `Spectre.Console` to `0.55.0`
Contributor
There was a problem hiding this comment.
Pull request overview
Updates NuGet dependencies (notably Spectre.Console) and adjusts console/log output code to compile and render correctly with the newer versions.
Changes:
- Bump Spectre.Console / Spectre.Console.Testing to 0.55.0 and update several test/developer dependencies.
- Update Spectre.Console table column alignment usage to the newer API.
- Fix logger markup generation to avoid emitting invalid markup when no style is applied.
Reviewed changes
Copilot reviewed 15 out of 15 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| DecSm.Atom/Reports/ConsoleOutcomeReportWriter.cs | Updates table/column alignment configuration for Spectre.Console 0.55.0 APIs. |
| DecSm.Atom/Logging/SpectreLogger.cs | Prevents invalid Spectre markup when messageStyle is empty; refactors log-level filtering. |
| DecSm.Atom/DecSm.Atom.csproj | Bumps Spectre.Console to 0.55.0. |
| DecSm.Atom.Tool.Tests/DecSm.Atom.Tool.Tests.csproj | Updates test SDK and Verify.NUnit versions. |
| DecSm.Atom.TestUtils/DecSm.Atom.TestUtils.csproj | Bumps Spectre.Console.Testing to 0.55.0. |
| DecSm.Atom.Tests/DecSm.Atom.Tests.csproj | Updates test SDK, Spectre.Console.Testing, and Verify.NUnit versions. |
| DecSm.Atom.Tests/BuildTests/Workflows/WorkflowTests.Workflows_WhenDirtyAndHeadless_RegeneratesWorkflows.verified.txt | Updates verified output formatting (line wrapping) consistent with dependency changes. |
| DecSm.Atom.Tests/ApiSurfaceTests/PublicApiSurfaceTests.cs | Minor test-model tweaks (annotation + interface cleanup) to match analyzers/tooling expectations. |
| DecSm.Atom.SourceGenerators.Tests/DecSm.Atom.SourceGenerators.Tests.csproj | Updates test SDK and Verify.NUnit versions. |
| DecSm.Atom.Module.GitVersion/IGitVersion.cs | Marks IGitVersion as PublicAPI. |
| DecSm.Atom.Module.GithubWorkflows/Expressions.cs | Minor reordering; no functional change (Expression property positioning). |
| DecSm.Atom.Module.GithubWorkflows.Tests/DecSm.Atom.Module.GithubWorkflows.Tests.csproj | Updates test SDK, Spectre.Console.Testing, and Verify.NUnit versions. |
| DecSm.Atom.Module.DevopsWorkflows.Tests/DecSm.Atom.Module.DevopsWorkflows.Tests.csproj | Updates test SDK, Spectre.Console.Testing, and Verify.NUnit versions. |
| DecSm.Atom.Module.AzureStorage/AzureBlobArtifactProvider.cs | Minor call-site update for blob listing cancellation token parameter passing. |
| DecSm.Atom.Analyzers.Tests/DecSm.Atom.Analyzers.Tests.csproj | Updates test SDK version. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.