Giter Site home page Giter Site logo

fantasticfiasco / mvvm-dialogs-contrib Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 1.0 251 KB

Features and functionality complementing MVVM Dialogs

Home Page: https://github.com/FantasticFiasco/mvvm-dialogs

License: Apache License 2.0

C# 95.19% PowerShell 4.81%
dialogs mvvm windows wpf

mvvm-dialogs-contrib's Introduction

Well, hello there!

I'm FantasticFiasco.
My work is, as my name, sometimes debatable...

I've had the fortune of making my personal interest in software development into a career.

I believe in open source and am in awe of the responsibility developers take on their code created in the public space. I can't imagine where we'd been if it wasn't for open source. Because of this I'd like to do my part.

I'm a Jack of all trades and master of none which reflects on my contributions in the open source community. The majority of my work has been done in the .NET ecosystem, but there are contributions in JavaScript/TypeScript as well. A couple of my projects have been successful, with millions of downloads and hundreds of GitHub stars. A few of them are showcased in reference applications created by Microsoft.

Please get in touch with me if you have any questions regarding my work, either by opening an issue on one of my projects, or by contacting me on LinkedIn.



mvvm-dialogs-contrib's People

Contributors

daiplusplus avatar fantasticfiasco avatar github-actions[bot] avatar renovate-bot avatar renovate[bot] avatar savaged avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

daiplusplus

mvvm-dialogs-contrib's Issues

[Security] Workflow update-copyright-years-in-license-file.yml is using vulnerable action FantasticFiasco/action-update-license-year

The workflow update-copyright-years-in-license-file.yml is referencing action FantasticFiasco/action-update-license-year using references v2. However this reference is missing the commit 0dd479f24c62cdbbbce52c7f2ee4277c778cae06 which may contain fix to the some vulnerability.
The vulnerability fix that is missing by actions version could be related to:
(1) CVE fix
(2) upgrade of vulnerable dependency
(3) fix to secret leak and others.
Please consider to update the reference to the action.

Show existing window

Hello, I'm sorry this might be the wrong forum to ask this, but I've found no other suitable place.

I'm trying to use mvvm-dialogs to open a non-modal window used to display some application settings and if the settings window is already opened I want to show it instead of opening a new one.

I know this is possible using the modal window, but I don't really want to halt code execution.

Is there a way to do this? I cant quite wrap my head around how I should proceed?

private void OpenSettings()
{
     var dialogViewModel = new SettingsViewModel();
     DialogService.Show<SettingsView>(this, dialogViewModel);
}

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Ignored or Blocked

These are blocked by an existing closed PR and will not be recreated unless you click a checkbox below.

Detected dependencies

cake
build/build.cake
build/utils.cake
github-actions
.github/workflows/codeql-analysis.yml
  • actions/checkout v2
  • github/codeql-action v1
  • github/codeql-action v1
  • github/codeql-action v1
.github/workflows/update-copyright-years-in-license-file.yml
  • actions/checkout v2
  • FantasticFiasco/action-update-license-year v2
nuget
samples/net/ComShellDialogs/ComShellFolderBrowserDialog/ComShellFolderBrowserDialog.csproj
  • MvvmLight 5.4.1.1
samples/net/ComShellDialogs/ComShellFolderBrowserDialogTest/ComShellFolderBrowserDialogTest.csproj
  • TestStack.White.ScreenObjects 0.13.3
  • SpecFlow.NUnit 3.1.97
  • NUnit 3.13.2
  • Moq 4.16.1
samples/net/ComShellDialogs/ComShellMessageBox/ComShellMessageBox.csproj
  • MvvmLight 5.4.1.1
samples/net/ComShellDialogs/ComShellMessageBoxTest/ComShellMessageBoxTest.csproj
  • TestStack.White.ScreenObjects 0.13.3
  • SpecFlow.NUnit 3.1.97
  • NUnit 3.13.2
  • Moq 4.16.1
samples/net/ComShellDialogs/ComShellOpenFileDialog/ComShellOpenFileDialog.csproj
  • MvvmLight 5.4.1.1
samples/net/ComShellDialogs/ComShellOpenFileDialogTest/ComShellOpenFileDialogTest.csproj
  • TestStack.White.ScreenObjects 0.13.3
  • SpecFlow.NUnit 3.1.97
  • NUnit 3.13.2
  • Moq 4.16.1
samples/net/ComShellDialogs/ComShellSaveFileDialog/ComShellSaveFileDialog.csproj
  • MvvmLight 5.4.1.1
samples/net/ComShellDialogs/ComShellSaveFileDialogTest/ComShellSaveFileDialogTest.csproj
  • TestStack.White.ScreenObjects 0.13.3
  • SpecFlow.NUnit 3.1.97
  • NUnit 3.13.2
  • Moq 4.16.1
samples/net/ComShellDialogs/TestBaseClasses/TestBaseClasses.csproj
  • TestStack.White.ScreenObjects 0.13.3
  • SpecFlow.NUnit 3.1.97
  • NUnit 3.13.2
  • Moq 4.16.1
src/net/MvvmDialogs.Contrib.csproj
test/net/MvvmDialogs.ContribTest.csproj
  • NUnit 3.13.2

  • Check this box to trigger a request for Renovate to run again on this repository

Action Required: Fix Renovate Configuration

There is an error with this repository's Renovate configuration that needs to be fixed. As a precaution, Renovate will stop PRs until it is resolved.

Error type: undefined. Note: this is a nested preset so please contact the preset author if you are unable to fix it yourself.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.