Skip to content

Update packages and formatting#211

Merged
DecSmith42 merged 3 commits intomainfrom
chore/package-updates
Jul 23, 2025
Merged

Update packages and formatting#211
DecSmith42 merged 3 commits intomainfrom
chore/package-updates

Conversation

@DecSmith42
Copy link
Owner

No description provided.

Copilot AI review requested due to automatic review settings July 23, 2025 00:41
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates several package versions and modernizes test assertion formatting patterns. The changes focus on keeping dependencies current with their latest minor/patch versions and transitioning from NUnit's Assert.Multiple syntax to the newer Assert.EnterMultipleScope() pattern.

  • Package updates across multiple projects to newer versions (JetBrains.Annotations, Verify.NUnit, Azure.Storage.Blobs, etc.)
  • Modernization of test assertion patterns from Assert.Multiple() to Assert.EnterMultipleScope()
  • Removal of unused global using statement and minor code cleanup

Reviewed Changes

Copilot reviewed 11 out of 22 changed files in this pull request and generated no comments.

Show a summary per file
File Description
_atom/_usings.cs Removes unused global using for DecSm.Atom.Artifacts
DecSm.Atom/DecSm.Atom.csproj Updates JetBrains.Annotations from 2024.3.0 to 2025.2.0
DecSm.Atom.Tests/DecSm.Atom.Tests.csproj Updates Verify.NUnit from 30.4.0 to 30.5.0
DecSm.Atom.Tests/ClassTests/Hosting/HostExtensions.cs Modernizes test assertions to use EnterMultipleScope pattern
DecSm.Atom.Tests/BuildTests/Targets/TargetTests.cs Modernizes test assertions to use EnterMultipleScope pattern
DecSm.Atom.SourceGenerators.Tests/DecSm.Atom.SourceGenerators.Tests.csproj Updates multiple packages to newer versions
DecSm.Atom.Module.GithubWorkflows.Tests/DecSm.Atom.Module.GithubWorkflows.Tests.csproj Updates Verify.NUnit from 30.4.0 to 30.5.0
DecSm.Atom.Module.AzureStorage/DecSm.Atom.Module.AzureStorage.csproj Updates Azure.Storage.Blobs from 12.24.1 to 12.25.0
DecSm.Atom.Module.AzureStorage/AzureBlobArtifactProvider.cs Removes unnecessary null coalescing operators
DecSm.Atom.Analyzers.Tests/DecSm.Atom.Analyzers.Tests.csproj Updates xunit.runner.visualstudio from 3.1.2 to 3.1.3
.editorconfig Adds XML formatting configuration for empty tags

@DecSmith42 DecSmith42 enabled auto-merge July 23, 2025 00:46
@DecSmith42 DecSmith42 merged commit 2e3ffab into main Jul 23, 2025
39 checks passed
@DecSmith42 DecSmith42 deleted the chore/package-updates branch July 23, 2025 00:48
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.

2 participants