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

Add support for .NET 5 #7

Closed
mfas2410 opened this issue Jan 26, 2021 · 3 comments
Closed

Add support for .NET 5 #7

mfas2410 opened this issue Jan 26, 2021 · 3 comments
Milestone

Comments

@mfas2410
Copy link

When compiling a .NET 5 project, the Aliases.Map() method doesn't process the connection string. Only .Net Core projects are supported.

I have put in a PR for supporting .NET 5 (and hopefully onwards) projects: #6

@mfas2410 mfas2410 changed the title SqlAlias doesn't support .NET 5 Add support for .NET 5 Jan 26, 2021
@droyad
Copy link
Owner

droyad commented Jan 27, 2021

I'll have a look today or tomorrow

@volikag
Copy link

volikag commented Feb 19, 2021

Any plans to include this fix soon?

@droyad
Copy link
Owner

droyad commented Feb 20, 2021

This is now done. .NET 5 reports as .NET 5.0.0 while .NET 4.7.2 and earlier report as .NET Framework x.y.z.

@droyad droyad closed this as completed Feb 20, 2021
@droyad droyad added this to the 2.1.0 milestone Feb 20, 2021
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

No branches or pull requests

3 participants