Support all .NET Framework versions?
See original GitHub issueInvestigate whether we should support all framework versions. Lets see how Newtonsoft.Json
is supporting different versions.
For more on specifically .NET Core 3:
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:14 (14 by maintainers)
Top Results From Across the Web
.NET Framework official support policy
The Support Lifecycle information for all versions of .NET Framework can be seen on the Microsoft Product Lifecycle site. ASP.
Read more >Microsoft .NET Framework - Microsoft Lifecycle
Microsoft .NET Framework follows the Component Lifecycle Policy. ... .NET Framework 4.5.2, 4.6, and 4.6.1 retired on April 26, 2022. These specific releases...
Read more >NET Framework & Windows OS versions
.NET Framework 4.8.1.NET Framework 4.8.NET Framework 4.7.2.NET Framework 4.7.1.NET Framework 4.7.NET Framework 4.6.2.NET Framework 4.6.1.NET Framework 4.6
Read more >NET Framework system requirements
Supported server operating systems ; Windows Server 2019, 64-bit .NET Framework 4.7.2 ; Windows Server, version 1809, 64-bit .NET Framework 4.7.2 ...
Read more >.NET Official Support Policy
The .NET Framework is updated machine-wide automatically by Windows Update. .NET Framework 4.8 is the latest version of .NET Framework and will continue...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@virzak I’ve hacked up a pre-release preview of the .NET Core 3.0 support, you can find it here on nuget.org.
For now I’m satisfied. When .NET Core 3.0 finally ships we’ll be able to let MvvmDialogs support it.
Best of lucks with validating your own application for .NET Core 3.0 support!
Perfect, then I’ll start the process of releasing an official version.
I would definitely like that. When creating the new .NET Core samples, I noted that the can-execute function wasn’t triggered as it does in .NET Framework. Or I made a mistake when I copied the samples and migrated them to .NET Core. Whatever it is, I am eager for your contribution. Thank you very much for your support!
I’ll look into that IoC container. I opted to chose sample dependencies that would be familiar to new WPF developers. I’ll look into the popularity of Microsoft.Extensions.DependencyInjection. If it gains traction over SimpleIoc I’ll have no problem doing the switch.