Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 543 Bytes

File metadata and controls

17 lines (12 loc) · 543 Bytes

Copilot Instructions

Propulsion is a suite of .NET/F# NuGet packages for reactive event-processing pipelines.

Build & test

dotnet build Propulsion.sln --configuration Release
dotnet test  Propulsion.sln --no-restore --verbosity minimal

Key conventions

  • All library code is F#; follow existing style in each file.
  • Keep public API changes minimal and backward-compatible where possible.
  • Do not introduce new NuGet dependencies without a strong reason.
  • Each package lives in its own subdirectory under src/.