Skip to content
This repository has been archived by the owner on Sep 20, 2021. It is now read-only.

Updated the VSIX to make it Visual Studio 2019 compatible #72

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on May 18, 2019

  1. Configuration menu
    Copy the full SHA
    ce63d16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a208542 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07e41b7 View commit details
    Browse the repository at this point in the history
  4. Copy of the ProjectTemplates.... and took the liberty of changing the…

    … WPF451 project template. Many things were bothering me:
    
    ViewModelLocator:
    - using CommonServiceLocator;
    
    .vstemplate:
    - now points to the up-to-date NuGet versions of CommonServiceLocator and MvvmLightLibs
    
    .csproj:
    - valid ToolsVersion
    - RunCodeAnalysis is now set to false: CA0507 (https://docs.microsoft.com/en-us/visualstudio/code-quality/fxcop-analyzers-faq?view=vs-2019#i-get-warning-ca0507-even-after-ive-installed-the-fxcop-analyzers-nuget-package)
    
    No warnings or code change
    patware committed May 18, 2019
    Configuration menu
    Copy the full SHA
    7382d5a View commit details
    Browse the repository at this point in the history