mvvm-dialogs icon indicating copy to clipboard operation
mvvm-dialogs copied to clipboard

Library simplifying the concept of opening dialogs from a view model when using MVVM in WPF

Results 17 mvvm-dialogs issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Pending Status Checks These updates await pending status checks. To force their creation...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [CommunityToolkit.Mvvm](https://togithub.com/CommunityToolkit/dotnet) | nuget | major | `7.0.3` -> `8.0.0` | ---...

dependencies

So firstly, this is my first time delving into MVVM and WPF, and I'm migrating a winforms app. I've already refactored the program's business logic into a dll, and have...

enhancement

# Description Replace [TestStack.White](https://github.com/TestStack/White) with [FlaUI](https://github.com/FlaUI/FlaUI) Fixes #192 # Checklist - [x] I have squashed my commits into a single one with a message that aligns with the contributing guidelines...

**Is your feature request related to a problem? Please describe.** All frameworks need testing. **Describe the solution you'd like** Test samples and project need to target the same frameworks as...

enhancement

While working on the Avalonia demos, I added a neat new feature to allow closing the View from the ViewModel [Sample ViewModel usage](https://github.com/mysteryx93/mvvm-dialogs/blob/master/samples/Avalonia/Demo.ModalCustomDialog/AddTextCustomDialogViewModel.cs#L37) All the user needs is to implement...

enhancement

NuGet now supports [adding `README.md` to the NuGet package](https://docs.microsoft.com/en-us/nuget/nuget-org/package-readme-on-nuget-org). Update the NuGet package in this repository to include this file.

bug
Hacktoberfest

Let's add [Source Link](https://github.com/dotnet/sourcelink) support to this package. I'm unsure whether this is something that only can be enabled for .NET Core projects or if it's supported for .NET Framework...

enhancement

Let's build the NuGet package using *deteministic builds*. Basically we have to add a property group in the csproj file with the `ContinuousIntegrationBuild` set to `true`. [Here](https://github.com/FantasticFiasco/aws-signature-version-4/commit/9fea7fd5e20d9009ff8998bddf0bf02318a73588) is a changeset...

enhancement

**Is your feature request related to a problem? Please describe.** When I want to open a dialog (Window type with WindowStyle=None or UserControl), and if both dialog and dialog's owner...

enhancement