Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for .netstandard 2.0 #8

Merged
merged 2 commits into from
Sep 1, 2023
Merged

Added support for .netstandard 2.0 #8

merged 2 commits into from
Sep 1, 2023

Conversation

tluijken
Copy link
Contributor

@tluijken tluijken commented Sep 1, 2023

Added support for .netstandard 2.0.

I've separated the build targets for the test project and the library project. If I were to set netstandard20 as a target framework on the directory level, the xUnit runners are restored using .NET Framework 4.7.3, which isn't available on Linux.

Other notable changes:

  • netstandard 2.0 only supports string splits by string arrays, not a single string value.
  • Parsing a Enum value can not be realised using the generic API.
  • Iterating over Rexeg matches works differently in netstandard2.0.

@tluijken tluijken linked an issue Sep 1, 2023 that may be closed by this pull request
@tluijken tluijken merged commit 4a91d28 into develop Sep 1, 2023
1 check passed
@tluijken tluijken deleted the netstandard20 branch September 1, 2023 13:11
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.

Need . netstandard2.0
3 participants