Skip to content

TargetFrameworks and .csproj file optimizations#51

Merged
Seramis merged 4 commits into
ByteAether:mainfrom
Seramis:tfm-project-optimizations
Jul 11, 2026
Merged

TargetFrameworks and .csproj file optimizations#51
Seramis merged 4 commits into
ByteAether:mainfrom
Seramis:tfm-project-optimizations

Conversation

@Seramis

@Seramis Seramis commented Jul 11, 2026

Copy link
Copy Markdown
Member

Description

  • netstandard2.0 uses Microsoft.Bcl.Memory now - was able to remove the compatibility files for Span index and range functionality.
  • Moved the common .csproj config of test projects into Directory.Build.props file.
  • Adjusted LinqToDB TFM list - now supports netstandard2.0+ and aligns better with official linq2db nuget.
  • Fixed small warning in some tests.

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update
  • Other (please specify): Optimizations

Checklist

  • The PR is submitted to the correct branch (main).
  • My code follows the project's coding style. (.editorconfig)
  • I have commented my code, particularly in hard-to-understand areas and public interfaces.
  • I have added or updated tests for the changes I made.
  • All new and existing tests passed.
  • I have updated the documentation where applicable.

@Seramis Seramis self-assigned this Jul 11, 2026
@Seramis Seramis merged commit 0724d73 into ByteAether:main Jul 11, 2026
5 checks passed
@Seramis Seramis deleted the tfm-project-optimizations branch July 11, 2026 14:26
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