Skip to content

Updated benchmark project to .NET 10 and bumped package versions.#18

Merged
temonk merged 2 commits intomainfrom
bugfix/domainPrimitives
Jan 13, 2026
Merged

Updated benchmark project to .NET 10 and bumped package versions.#18
temonk merged 2 commits intomainfrom
bugfix/domainPrimitives

Conversation

@temonk
Copy link
Copy Markdown
Contributor

@temonk temonk commented Jan 13, 2026

Suppressed select compiler warnings and cleaned up namespace usage.

Temo Nikolaishvili added 2 commits January 13, 2026 11:04
Suppressed select compiler warnings and cleaned up namespace usage.
Copy link
Copy Markdown
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 the benchmark project from .NET 8.0 to .NET 10.0, bumps dependency package versions, suppresses specific compiler warnings, and modernizes the namespace declaration to use file-scoped namespaces.

Changes:

  • Updated benchmark project target framework from net8.0 to net10.0
  • Bumped AltaSoft.DomainPrimitives packages from 7.0.1 to 7.0.2
  • Incremented project version from 2.0.0 to 2.0.1
  • Modernized namespace declaration to file-scoped syntax and cleaned up unused using directive

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

File Description
tests/AltaSoft.Simpra.Benchmark/Program.cs Converted to file-scoped namespace, removed unused using AltaSoft.Simpra, and changed variable assignment to discard pattern
tests/AltaSoft.Simpra.Benchmark/AltaSoft.Simpra.Benchmark.csproj Updated target framework to net10.0 and added compiler warning suppressions (1701, 1702, 1591)
Directory.Packages.props Bumped AltaSoft.DomainPrimitives packages from version 7.0.1 to 7.0.2
Directory.Build.props Incremented project version from 2.0.0 to 2.0.1

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@@ -11,7 +11,7 @@
<Product>Simpra</Product>
<Company>ALTA Software llc.</Company>
<Copyright>Copyright © 2024 ALTA Software llc.</Copyright>
Copy link

Copilot AI Jan 13, 2026

Choose a reason for hiding this comment

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

The copyright year is 2024, but this update is being made in 2026. Consider updating the copyright year to 2026 or using a range like "2024-2026" to reflect the current year.

Suggested change
<Copyright>Copyright © 2024 ALTA Software llc.</Copyright>
<Copyright>Copyright © 2024-2026 ALTA Software llc.</Copyright>

Copilot uses AI. Check for mistakes.
@temonk temonk merged commit 1e9837e into main Jan 13, 2026
7 checks passed
@temonk temonk deleted the bugfix/domainPrimitives branch January 13, 2026 07:10
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