All Projects → ionide → proj-info

ionide / proj-info

Licence: MIT license
Parse and evaluate MsBuild project files

Programming Languages

F#
602 projects
C#
18002 projects

Projects that are alternatives of or similar to proj-info

DotPurple-App
Bug reports, feature requests, and tool list for DotPurple -- the only cross-platform GUI for the .NET (dotnet) command-line interface (CLI)
Stars: ✭ 20 (-65.52%)
Mutual labels:  dotnet-cli
MvsSln
🧩 Customizable VisualStudio .sln parser, Complex support of the projects (.vcxproj, .csproj., …), Pluginable lightweight r/w handlers at runtime, and more …
Stars: ✭ 86 (+48.28%)
Mutual labels:  csproj
tnt
Command line tool for organizing translation strings extracted from .NET assemblies. Supports Excel, XLIFF roundtrips and machine translations.
Stars: ✭ 17 (-70.69%)
Mutual labels:  dotnet-cli
dotnet-setversion
.NET Core CLI tool to update the version information in .NET Core *.csproj files
Stars: ✭ 61 (+5.17%)
Mutual labels:  dotnet-cli
ASPNETcoreAngularJWT
Angular in ASP.NET Core with JWT solution by systemjs
Stars: ✭ 48 (-17.24%)
Mutual labels:  csproj
vscode-csproj
📕 Visual Studio Code extension to keep your csproj files up to date.
Stars: ✭ 19 (-67.24%)
Mutual labels:  csproj
TSLint.MSBuild
[Deprecated] An MSBuild task for running TSLint.
Stars: ✭ 13 (-77.59%)
Mutual labels:  csproj
Dotnet Tools
A list of tools to extend the .NET Core command line (dotnet)
Stars: ✭ 1,551 (+2574.14%)
Mutual labels:  dotnet-cli

Ionide.ProjInfo

NuGet GitHub Workflow Status

Parsing and evaluating of .fsproj files. This repository contains several packages:

  • Ionide.ProjInfo - library for parsing and evaluating .fsproj files, using Microsoft.Build libraries
  • Ionide.ProjInfo.Sln - library for parsing .sln files
  • Ionide.ProjInfo.FCS - library providing utility for mapping project data types used by Ionide.ProjInfo into FSharpProjectOptions type used by FSharp.Compiler.Service
  • Ionide.ProjInfo.ProjectSystem - library providing high level project system component that can be used by editor tooling. It supports features like tracking changes, event-driven notifications about project loading status, and persistent caching of the data for fast initial load.
  • Ionide.ProjInfo.Tool - a CLI tool intended to help with debugging the cracking of various projects easily

You can support Ionide development on Open Collective.

Open Collective


Used by:

Deprecated

  • as .NET Core Tool: NuGet
  • as dotnet cli tool: dotnet proj-info NuGet.
  • old libraries (Dotnet.ProjInfo.*): NuGet

How to contribute

Imposter syndrome disclaimer: I want your help. No really, I do.

There might be a little voice inside that tells you you're not ready; that you need to do one more tutorial, or learn another framework, or write a few more blog posts before you can help me with this project.

I assure you, that's not the case.

This project has some clear Contribution Guidelines and expectations that you can read here.

The contribution guidelines outline the process that you'll need to follow to get a patch merged. By making expectations and process explicit, I hope it will make it easier for you to contribute.

And you don't just have to write code. You can help out by writing documentation, tests, or even by giving feedback about this work. (And yes, that includes giving feedback about the contribution guidelines.)

Thank you for contributing!

Contributing and copyright

The project is hosted on GitHub where you can report issues, fork the project and submit pull requests.

The library is available under MIT license, which allows modification and redistribution for both commercial and non-commercial purposes.

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

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].