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

Update Unit Testing Project Framework from .NET Core to .NET Framework #23

Open
mrkoggles opened this issue Jul 13, 2019 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@mrkoggles
Copy link
Owner

Change unit testing project to be .net framework instead of a .net core. Apparently there are issues when trying to use new features of 4.7 dotnetframework (e.g. named tuples) within a project and then referencing that project in one built upon dotnetcore. Manually changing the dependency bindings doesn't seem to work.

Would have to find a different way of storing user secrets as .netframework doesn't have a built in way like .netcore does.

This is just a request.

@mrkoggles mrkoggles added the enhancement New feature or request label Jul 13, 2019
@mrkoggles mrkoggles changed the title Update Unit Testing Project Update Unit Testing Project Framework from .NET Core to .NET Framework Jul 13, 2019
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