71 / Fast.Fody

Quickly weave an assembly using C# or F# scripts, for extra productivity.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fast.Fody

Weave an assembly using .NET scripts, for extra productivity.

Documentation

The add-in is available for both C# and F# scripts.

  • For C# scripts, documentation is available in Fast.CSharp.
  • For F# scripts, documentation is available in Fast.FSharp.

Project structure

  • .vscode: Visual Studio Code config files that improve the debugging experience.
  • Common: F# sources and MSBuild properties used by both Fast.CSharp and Fast.FSharp.
  • Fast.CSharp: Sources for the Fody addin that invokes C# scripts, as well as tests.
  • Fast.FSharp: Sources for the Fody addin that invokes F# scripts, as well as tests.
  • Tools: Various tools written in PowerShell for a better building / testing experience.

About

Quickly weave an assembly using C# or F# scripts, for extra productivity.

License:MIT License


Languages

Language:F# 80.1%Language:PowerShell 13.4%Language:C# 6.5%