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

Migrate LuhnCheck and LuhnLibrary to .NET Core #21

Open
MylesFTOP opened this issue Jul 22, 2020 · 0 comments
Open

Migrate LuhnCheck and LuhnLibrary to .NET Core #21

MylesFTOP opened this issue Jul 22, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@MylesFTOP
Copy link
Owner

MylesFTOP commented Jul 22, 2020

These have already been upgrade from .NET Framework 4.6.1 to 4.7.2, but they need to migrated to .NET Core (currently expected to target 3.1, in line with LuhnLibrary.Tests). This will probably be done first with LuhnLibrary by renaming it and then creating a new .NET Core project "behind" it (i.e. with it inheriting from the .NET Core project), and then gradually moving code over to the new project until the .NET Framework version can be dropped.

This is ideally done after measuring code coverage in issue #20.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant