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

**Description** Binding an abstract base type `ToAllImplementations()` when there is an abstract type in the assembly which inherits from it causes a `StyletIoCRegistrationException`. **To Reproduce** ```cs abstract class Foo {...

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Dear, First of all, thank you for all your work, I find this project truly useful for my developments. I'm using the WindowManager to show Stylet's own MessageBox as discussed...

**Description** Stylet/PropertyChangedBase.cs is missing the attribute [System.Text.Json.Serialization.JsonIgnore] to make classes serializable and deserializable. **To Reproduce** ``` public class Test : Stylet.PropertyChangedBase { public string TestString {get; set; } } ```...

fix-scheduled

Unable to get MessageBoxView through ViewManager **Checklist** Thanks for contributing! Before we start, there are a few things we need to check: 1. This Pull Request has a corresponding Issue....

### Discussed in https://github.com/canton7/Stylet/discussions/306 Originally posted by **Yoooi0** November 21, 2021 There seems to be an issue with thread safety in BindableCollection. When two threads modify the collection at the...

### Discussed in https://github.com/canton7/Stylet/discussions/309 Originally posted by **duners88** November 24, 2021 It would be nice if the MessageBoxButtons.YesNo parameter option disabled the Window close "X" and the ESC key functionality...

### Discussed in https://github.com/canton7/Stylet/discussions/289 Originally posted by **sm-g** October 1, 2021 ``` Object reference not set to an instance of an object. at Stylet.Xaml.View.c.b__10_0(DependencyObject d, DependencyPropertyChangedEventArgs e) at System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)...

Bumps System.Text.RegularExpressions from 4.3.0 to 4.3.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=System.Text.RegularExpressions&package-manager=nuget&previous-version=4.3.0&new-version=4.3.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies