Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 977 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 977 Bytes

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.