Skip to content

Update frameworks, dependencies, and minor code cleanup#1

Merged
kalatchev merged 1 commit intomasterfrom
dev
Nov 12, 2025
Merged

Update frameworks, dependencies, and minor code cleanup#1
kalatchev merged 1 commit intomasterfrom
dev

Conversation

@kalatchev
Copy link
Copy Markdown
Contributor

Modernized the codebase and dependencies:

  • Updated MikEncoding.csproj to support netstandard2.0 and netstandard2.1, set LangVersion to latest, and incremented version to 1.1.0.
  • Updated MikEncodingTest.csproj to target net10.0 and upgraded test-related dependencies (Microsoft.NET.Test.Sdk, NUnit, NUnit3TestAdapter, NUnit.Analyzers, and coverlet.collector).

Performed minor adjustments in MIK.cs:

  • Reorganized using directives and moved a misplaced comment.
  • Made a formatting-only change in charCode handling logic.

These changes improve compatibility with modern frameworks and tools.

Modernized the codebase and dependencies:
- Updated `MikEncoding.csproj` to support `netstandard2.0` and `netstandard2.1`, set `LangVersion` to `latest`, and incremented version to `1.1.0`.
- Updated `MikEncodingTest.csproj` to target `net10.0` and upgraded test-related dependencies (`Microsoft.NET.Test.Sdk`, `NUnit`, `NUnit3TestAdapter`, `NUnit.Analyzers`, and `coverlet.collector`).

Performed minor adjustments in `MIK.cs`:
- Reorganized `using` directives and moved a misplaced comment.
- Made a formatting-only change in `charCode` handling logic.

These changes improve compatibility with modern frameworks and tools.
@kalatchev kalatchev merged commit 4356871 into master Nov 12, 2025
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.

1 participant