-
Notifications
You must be signed in to change notification settings - Fork 549
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
Poll: What target are you running on? #772
Comments
Note: You can only select one :( Limitation of the polling system it seems |
Attempting to upgrade from .NET Framework 4.8 to Core but I've run into issues discussed across several issues in .NET (but perhaps most notably in dotnet/runtime#23750), which leaves me unable to do this upgrade. Whether or not such things is considered bias in this poll or not is up to you, but here's a vote for Framework that would otherwise have been Core (3.x). |
@Trysor that's really helpful as well! Thanks for the feedback |
For VSTO add-ins, I‘m targeting net472 to be fully netstandard2.0 compatible. For server-side stuff, I‘m on Net Core 3.x. I would be interested to know for which use cases you would need anything older than net461. Just thinking that no longer supporting older .Net Frameworks might give developers an argument to finally deal with that technical debt. |
That's a good question, but I want to point out that running an application targeting 4.0, but running on .NET 4.8 is fully supported, hence why I'll probably continue to support a .NET 4.0 target. It is still technical debt, ie you're opting into quirks to mimic behavior for an older runtime that may cause issues if you move to targeting .NET 4.8 or .NET Core (for example, one that comes to mind for this project is #715). |
NET5 is not selectable :) |
Thanks all! Closing for now as we got the data we needed (people still use .NET 3.5 and .NET 4.0) |
As we move forward, it would be nice to drop some old platforms that add a bunch of extra technical work (ie .NET 3.5, .NET Standard 1.3). So, I'm interested in what everyone is running on?
The text was updated successfully, but these errors were encountered: