dotnet
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...
### 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....
## 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...
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() { }...
### 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...
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...
# 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...
## 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...
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...
### 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...