Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

migrate to new csproj #19

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

migrate to new csproj #19

wants to merge 2 commits into from

Conversation

halex2005
Copy link

Hi!
Thanks for this utility!

In this PR I've upgraded csproj to new format. #18

It has several advantages:

  • it requires only .NET Core SDK (for dotnet tool) and .NET Framework Dev Pack (both can be downloaded from https://www.microsoft.com/net/download or installed with Visual Studio 2017)
  • you can use any modern IDE:
    • Microsoft Visual Studio 2017 (any edition)
    • Microsoft Visual Studio Code
    • Jetbrains Rider
    • or just edit files with any notepad and build from CLI using dotnet tool
  • it caches nuget packages off from solution folder
  • it contains

Also, I've added appveyor cloud CI platform support. You can see an example of CI running here: https://ci.appveyor.com/project/halex2005/razor-converter/build/1.0.14

You can login to appveyor using your github account, add this repository and CI will build and run tests on each commit and PR.

- need .NET Core SDK for building https://www.microsoft.com/net/download)
- use nuget packages instead of reference assemblies
@halex2005
Copy link
Author

Does that project alive?

@tsvetomir
Copy link
Member

We'll need some time to review and clean up the PR.

The project is not actively developed on our side, but we hope it can be still useful. Your contribution should make it much easier to build and user, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants