Skip to content

Conversation

@vbaderks
Copy link
Contributor

No description provided.

@vbaderks vbaderks requested a review from Copilot August 16, 2025 18:54
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 resolves ReSharper 2025.2 warnings by addressing code analysis suggestions and updating package versions.

  • Simplifies parentheses usage in expressions to reduce redundancy
  • Changes default! to null! for nullable reference type suppression consistency
  • Makes local functions static where possible to improve performance
  • Updates xunit packages to latest versions

Reviewed Changes

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

Show a summary per file
File Description
test/TraitsTest.cs Simplifies parentheses in assertion expression
samples/Convert/Program.cs Makes local functions static and removes unused using
benchmark/Micro/GenericColorTransformation.cs Updates null suppressors and simplifies expressions
benchmark/Micro/ComputeReconstructedSample.cs Changes default! to null! for consistency
benchmark/Micro/BlockCopy.cs Changes default! to null! for consistency
benchmark/Micro/Abs.cs Updates null suppressors and uses pattern matching
Directory.Packages.props Updates xunit package versions
CharLSDotNet.sln.DotSettings Adds ReSharper inspection configuration
.globalconfig Adds IDE diagnostic suppressions
.editorconfig Adds code style preferences and ReSharper settings

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@github-actions
Copy link

Code Coverage

Package Line Rate Branch Rate Complexity Health
CharLS.Managed 96% 92% 1804
CharLS.Managed 96% 92% 1804
Summary 96% (6700 / 6986) 92% (2736 / 2986) 3608

@vbaderks vbaderks merged commit 67889cd into main Aug 16, 2025
11 checks passed
@vbaderks vbaderks deleted the style-checking-update branch August 16, 2025 18:57
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