TheAlgorithms / C-Sharp

All algorithms implemented in C#.
GNU General Public License v3.0
6.93k stars 1.49k forks source link

Project AlgorithmsTests #437

Closed gmottajr closed 8 months ago

gmottajr commented 8 months ago

Project Algorithms.Tests

Switch to file-scoped namespaces Issue 425 - Migrate to DotNet 8

Compressors Crypto Encoders Graph Helpers Knapsack LinearAlgebra ModularArithmetic Numeric Other

Motivation and Context

Github issue https://github.com/TheAlgorithms/C-Sharp/issues/425: Proposed to update to File-scoped namespaces. It was requested to perform the changes in a few PRs to make them smaller and easier to review. This is the one only meant to Switch to file-scoped namespaces of the project AlgorithmsTests.

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (d79e725) 94.50% compared to head (48a8213) 94.49%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #437 +/- ## ========================================== - Coverage 94.50% 94.49% -0.02% ========================================== Files 234 234 Lines 9843 9843 Branches 1455 1455 ========================================== - Hits 9302 9301 -1 Misses 381 381 - Partials 160 161 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.