depman-fsproj 0.2.11

dotnet tool install --global depman-fsproj --version 0.2.11
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local depman-fsproj --version 0.2.11
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=depman-fsproj&version=0.2.11
                    
nuke :add-package depman-fsproj --version 0.2.11
                    

NuGet Package GitHub Actions Status

[!NOTE] This is almost entirely based on the work of Ionide and the subsequent fork of Thomas Leko. I've updated some things there and there to run on the latest .NET Core SDK (9.0.x) and Ionide.ProjInfo. I personally daily drive this tool for development purposes.

DependencyManager.FsProj

This NuGet package enables loading .fsproj files in .fsx scripts. It extends #r syntax with fsproj dependency manager, so you can do #r "fsproj: PATH_TO_FSPROJ.fsproj", and it will load all references and files from the project.

Sample:

#r "fsproj: ./test/test.fsproj"

let t = test.Say.hello "Chris"
printfn "RESULT: %s" t

Installation

Run dotnet tool install --global depman-fsproj and once it is installed run depman-fsproj for instructions.

Build locally

  1. Clone the repository
  2. run dotnet tool restore; dotnet build
  3. increment version in Directory.Build.props
  4. run publish-locally.ps1

How to contribute

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

There might be a little voice inside that tells 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!

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.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
0.2.11 140 3/13/2025
0.2.9 241 3/17/2024
0.2.7 266 8/4/2023
0.2.6 260 7/17/2023
0.2.4 644 4/4/2022
0.2.3 533 4/3/2022
0.2.2 544 4/3/2022
0.2.1 537 4/3/2022
0.2.0 542 4/3/2022