TheAlgorithms / C-Sharp

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

Complete project Algorithms - Switch to file-scoped namespace #433

Closed gmottajr closed 8 months ago

gmottajr commented 8 months ago

Issue 425 - Migrate to DotNet 8 - File-scoped namespaces:

Algorithms --> Sorters and Strings.

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 update .NET version.

codecov[bot] commented 8 months ago

Codecov Report

Attention: 20 lines in your changes are missing coverage. Please review.

Comparison is base (691d270) 94.42% compared to head (965d7ef) 94.48%.

Files Patch % Lines
Algorithms/Sorters/Comparison/TimSorter.cs 94.09% 12 Missing and 6 partials :warning:
Algorithms/Strings/Similarity/JaroSimilarity.cs 94.87% 0 Missing and 2 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #433 +/- ## ========================================== + Coverage 94.42% 94.48% +0.06% ========================================== Files 234 234 Lines 9843 9843 Branches 1455 1455 ========================================== + Hits 9294 9300 +6 + Misses 387 384 -3 + Partials 162 159 -3 ```

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