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

proposal: Change minimum .net supported version #53

Closed
SimonCropp opened this issue Jun 22, 2018 · 7 comments
Closed

proposal: Change minimum .net supported version #53

SimonCropp opened this issue Jun 22, 2018 · 7 comments
Assignees

Comments

@SimonCropp
Copy link

SimonCropp commented Jun 22, 2018

So the current min is .net 3.5. which was released ~11 years ago.

Perhaps the new min could be 4.5.2, released ~4 years ago ?

I know this is a breaking change, but people still using 3.5 can stay on the old nuget until they can move on to 4.5.2.

related to: #52

@kbilsted
Copy link
Owner

Sure de could. What advantages will we get ?

@SimonCropp
Copy link
Author

I was looking at adding netstandard support to stateprinter. Which means using the new sdk csproj format with targetframworks, so u can multi target

Unfortunately net35 and lower can be problematic depending on machine setup dotnet/msbuild#1333

Aslo net35 is an obstacle for contributers as a decreasing number of devs have the 35 sdk installed

@kbilsted
Copy link
Owner

.net standard could be fun. Haven't looked into whether it can be mapped at all. E.g. what introspective capabilities .net standard has. Or how we can read external environment settings. Perhaps we can look into these matters first.

So far no one has said they couldn't contribute due to the 3.5 restriction.

@SimonCropp
Copy link
Author

so is that a "yes we can move to min of 4.5.2"? :)

@kbilsted
Copy link
Owner

I may be slow but I still don't understand how going to 4.5.2 brings us closer to core:)

@kbilsted kbilsted self-assigned this Jun 25, 2018
@kbilsted
Copy link
Owner

kbilsted commented Jul 9, 2018

@SimonCropp have you looked into .net core and whether it supports the reflection used?

@SimonCropp
Copy link
Author

i no longer need this. so will close for now

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

2 participants