Caliburn 4 does not yet support .NET Core 3
See original GitHub issueCaliburn does not (yet) support .NET Core 3 (preview).
Using latest version (4.0.62-alpha) in a core3 project the .NET Standard of Caliburn version is selected.
But the definition and implementation of IWindowManager
is available only in the version for .NET Framework. So the window manager is not available in .NET Core.
Do you plan to add support for .NET Core 3.0 before release of Caliburn 4.0?
Issue Analytics
- State:
- Created 4 years ago
- Reactions:14
- Comments:12 (7 by maintainers)
Top Results From Across the Web
Caliburn 4 released
Micro 4 is released. Additional Platforms supported .NET Core 3.1 WPF .NET 5 WPF. Support for the following platforms has been removed.
Read more >Is Caliburn.Micro 4.0 still using a Bootstrapper?
I'm trying to use Caliburn.Micro 4.0.102-alpha with .Net Core 3.0 But there is no BootstrapperBase. So I have to ask: Is there now...
Read more >Announcements · Caliburn.Micro
I am pleased to anounce that Caliburn.Micro 4 is released. Additional Platforms supported .NET Core 3.1 WPF .NET 5 WPF. Support for the...
Read more >Caliburn.Micro.Core 4.0.212
A small, yet powerful framework designed for Xaml platforms, Caliburn.Micro implements a variety of UI patterns for solving real-world problems.
Read more >Caliburn.Micro 4.0.212
A small, yet powerful framework designed for Xaml platforms, Caliburn.Micro implements a variety of UI patterns for solving real-world problems.
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
.NET Core 3 support has been merged and available in the MyGet feed, would appreciate some eyes on it.
@nigel-sampson, sorry to necro this a bit. Is there a preview version that is compatible? I would Like to do some dotnet core WPF testing.