dotnet icon indicating copy to clipboard operation
dotnet copied to clipboard

.NET Community Toolkit is a collection of helpers and APIs that work for all .NET developers and are agnostic of any specific UI platform. The toolkit is maintained and published by Microsoft, and par...

Results 252 dotnet issues
Sort by recently updated
recently updated
newest added

### Describe the bug Hi All, We are migrating our class library application from MVVMLight to MVVMToolkit. We were using SimpleIoc container. We need to use Ioc (Microsoft.Toolkit.Mvvm.DependencyInjection) for migration....

bug :bug:
needs triage :mag:
mvvm-toolkit :toolbox:

## Describe the bug Since we've been doing a lot more with the MVVM Toolkit lately, I was thinking about the scenario where your data model may be coming from...

feature request :mailbox_with_mail:
needs triage :mag:

1.) Create a new WPF Framework app and flip on C# 10 2.) Create a simple view model: ```csharp public partial class MainViewModel : ObservableObject { public MainViewModel() { }...

external :arrow_heading_up:
mvvm-toolkit :toolbox:

### Describe the bug When I assign a value : this.RootExplorerItem = new LocalFileInfo() OnPropertyChanged() raised an exception like below Image BUT!!! It is Strange that, when I change the...

bug :bug:

Add links to preview release (v8.0.0-preview*) NuGet packages in the README.md or on the release description page.

### Describe the problem **ObservableProperty** right now doesnt provide a way to initialize property or **lazy initialize the properties**. So in case where we need that we have to manually...

feature request :mailbox_with_mail:

# Motivation Streams are an easy way to store/read a chunk of data from an arbitrary source. However, the only convenient option for storing several chunks of (closely related) data...

feature request :mailbox_with_mail:

## Describe the problem this feature would solve The `Microsoft.Toolkit.Diagnostics` namespace contains the `Guard` and `ThrowHelper` APIs, which are very useful for developers on any platform and working on all...

feature request :mailbox_with_mail:
nuget 📦
diagnostics 🔬

Hello, I have a problem with validations. The validation border is still present after performing the validation of the property. I work with WPF I create a course list (with...

needs triage :mag:
mvvm-toolkit :toolbox:

### Describe the problem In order to minimize repetitivity, snippets similar to propfull ### Describe the solution I would love snippets similar to[ Prism Template Pack](https://prismlibrary.com/docs/getting-started/productivity-tools.html) ### Alternatives using Prism...