Stylet icon indicating copy to clipboard operation
Stylet copied to clipboard

A very lightweight but powerful ViewModel-First MVVM framework for WPF for .NET Framework and .NET Core, inspired by Caliburn.Micro.

Results 31 Stylet issues
Sort by recently updated
recently updated
newest added
trafficstars

I created a class library project, in which there is an abstract class "**ScreenViewModelBase**", I created another class library project, and established "**ShellViewModel: ScreenViewModelBase**" When I refer to these two...

First of all, awesome project, thumb up, hope you continue this project. I'm in a unique situation that I need a child view model to create a new parent view...

We raise it without checking whether it has actually changed.

Currently, it throws an AmbiguousMatchException. We can probably do better - either a smarter exception, or trying to find the right overload.

**Description** I have a class ScreenEx that inherits from Screen, rewriting OnActivate in a new ViewModel that is unresponsive **To Reproduce** ```cs class ScreenEx : Screen { public string ContentId...

fixes #378 Up until now, when Conductor was activated, it called its ActiveItem's Activate() method from inside the Conductor's OnActivate() virtual method; Deactivate() and Close() worked the same way. If...

**Description** When call `IoC.Get().ShowDialog` or `IoC.Get().ShowMessageBox` on secondary window, the primary window will be freezen. With ShowDialog provide by the runtime, primary window works fine. **To Reproduce** Code to reproduce...

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.1 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...

dependencies

Here's why: In a recent project, I encountered an issue where after using `ShowMessageBox`, the popup window, which I will call Window-A, quickly disappeared, and my entire UI became unresponsive....

fix-scheduled