All Projects → TargetFrameworkMigrator → Targetframeworkmigrator

TargetFrameworkMigrator / Targetframeworkmigrator

Licence: mit
Visual Studio Bulk Change Target Framework Extension

Projects that are alternatives of or similar to Targetframeworkmigrator

Xamlstyler
Visual Studio extension to help format your XAML source code
Stars: ✭ 553 (+309.63%)
Mutual labels:  visual-studio-extension
Caide
Automates certain common tasks that you do during programming competitions
Stars: ✭ 65 (-51.85%)
Mutual labels:  visual-studio-extension
Nsdepcop
NsDepCop is a static code analysis tool that helps to enforce namespace dependency rules in C# projects. No more unplanned or unnoticed dependencies in your system.
Stars: ✭ 114 (-15.56%)
Mutual labels:  visual-studio-extension
Dotnet Apiport
This repo contains .NET Portability Analyzer (VSIX and Console) libraries and tools
Stars: ✭ 878 (+550.37%)
Mutual labels:  visual-studio-extension
Bideveloperextensions
A Visual Studio extension that enhances development functionality in Business Intelligence Development Studio (BIDS) and SQL Server Data Tools (SSDT).
Stars: ✭ 55 (-59.26%)
Mutual labels:  visual-studio-extension
Encourage
A bit of encouragment added to Visual Studio
Stars: ✭ 69 (-48.89%)
Mutual labels:  visual-studio-extension
Disasmo
VS2019 Add-in. Click on any method or class to see what .NET Core's JIT generates for them (ASM).
Stars: ✭ 380 (+181.48%)
Mutual labels:  visual-studio-extension
Micro Profiler
Cross-platform low-footprint realtime C/C++ Profiler
Stars: ✭ 123 (-8.89%)
Mutual labels:  visual-studio-extension
Openapi Connected Service
Visual Studio extension to generate OpenAPI (Swagger) web service reference.
Stars: ✭ 57 (-57.78%)
Mutual labels:  visual-studio-extension
Google Cloud Visualstudio
Google Cloud Tools for Visual Studio
Stars: ✭ 80 (-40.74%)
Mutual labels:  visual-studio-extension
Vs Side Scroller
Scroll horizontally with the mouse wheel when holding the shift key in Visual Studio
Stars: ✭ 29 (-78.52%)
Mutual labels:  visual-studio-extension
Intrinsics Dude
Opensource Visual Studio extension for compiler instrinsics in C/C++
Stars: ✭ 44 (-67.41%)
Mutual labels:  visual-studio-extension
Codenav
Visual Studio extension to show the code structure of your current document
Stars: ✭ 70 (-48.15%)
Mutual labels:  visual-studio-extension
Headwind
An opinionated Tailwind CSS class sorter built for Visual Studio Code
Stars: ✭ 789 (+484.44%)
Mutual labels:  visual-studio-extension
Vsc Material Theme
Material Theme, the most epic theme for Visual Studio Code
Stars: ✭ 1,617 (+1097.78%)
Mutual labels:  visual-studio-extension
Asm Dude
Visual Studio extension for assembly syntax highlighting and code completion in assembly files and the disassembly window
Stars: ✭ 3,898 (+2787.41%)
Mutual labels:  visual-studio-extension
Enhanced Syntax Highlighting
[Marketplace] Lightweight "editor classifier extension" for Visual Studio based on the async Roslyn APIs to enhanced highlighting custom tags in C# code.
Stars: ✭ 69 (-48.89%)
Mutual labels:  visual-studio-extension
Googletestadapter
Visual studio extension that adds support for the C++ testing framework Google Test.
Stars: ✭ 124 (-8.15%)
Mutual labels:  visual-studio-extension
Inlininganalyzer
Inlining Analyzer is a Visual Studio Extension that shows in the source code if a method call will be inlined by the JIT compiler.
Stars: ✭ 120 (-11.11%)
Mutual labels:  visual-studio-extension
Discordrpcvs
An extension for Visual Studio 2017 that enables Discord Rich Presence.
Stars: ✭ 77 (-42.96%)
Mutual labels:  visual-studio-extension

TargetFrameworkMigrator

Visual Studio Marketplace Version

Build status

Visual Studio Bulk Change Target Framework Extension

Migrate all your .Net projects to another .Net Framework Version at once.

Please note, SDK style projects are not supported yet!

If you have solution with many projects and want to migrate to new version of .Net framework with just Visual Studio, you must manually change target framework in properties of every project. With this extension you can update all projects at one click.

Features:

  • Support .Net Frameworks 2.0-4.8
  • Support solution folders
  • Note: SDK-style csproj files (e.g. .NET Core and .NET Standard) aren't supported yet

How to use

Tools -> Target Framework Migrator

image

Select projects and press "Migrate"

image

Development

Use Visual Studio 2017 or 2019. The integration tests are currently broken.

Frameworks list

Edit Frameworks.xml in main project to add new framework. Where to get Id for new framework? I get it via runtime (change one project's framework in visual studio project properties and get it's Id in debug mode).

How to debug visual studio extension

Set "Run external program" in Debug to Visual Studio devenv.exe (e.g. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\devenv.exe) and command line arguments to /rootsuffix Exp

image

Roadmap

  • 1.7: .NET 4.7-4.8 support, VS2019 support, bugfixes
  • 1.8: SDK-style csproj files (e.g. .NET Core and .NET Standard)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].