Giter VIP home page Giter VIP logo

mutatio's Introduction

Mutatio

Visual Studio for Mac add-in/extension for converting old PCLs to .NET Standard 2.0 targeting projects automatically.

Warning

This extension is making it first steps, please make sure you have a back up of your code before using it!

Installation

Automatic

You can download and install Mutatio using the Extension Manager of Visual Studio for Mac by searching the Gallery.

Manual

Alternatively you can download and install it manually using the folowing steps:

  1. Download the .mpack file from here
  2. Launch Visual Studio, open the Visual Studio menu and select Extensions...
  3. In the bottom left of the Extensions Manager dialog, click Install from file...
  4. Choose the .mpack file you downloaded in step 1
  5. When prompted, select Install

Limitations

Currently only C# projects supported.
Due to behavior differences F# support is currently postponed, however, contributors are welcome!

Usage

Mutatio can convert newly created or existing projects. Please keep in mind that there might be NuGet packages that does not support .NET Standard 2.0, in this case you may see NuGet related exceptions.

In order to convert a project, right click on it and select Convert to NET Standard 2.0.
For more details please check my blog.

Details

The technical conversion from old PCL to .NET Standard 2.0 is very simple and described here.

The conversion process is consist of:

  • Creating a backup of *.csproj, packages.config & /Properties in root/mutatio_backup
  • Generating new *.csproj
    • All the packages from packages.json will be defined in new *.csproj
  • Deleting of *.csproj, packages.config & /Properties
  • Re-opening the solution

License

This project is licensed under the MIT License - see the LICENSE.md file for details

mutatio's People

Contributors

yuv4ik avatar

Watchers

James Cloos avatar Takeshi Fujimoto avatar

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.