telplin 0.12.0

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global telplin --version 0.12.0
                    
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 telplin --version 0.12.0
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=telplin&version=0.12.0
                    
nuke :add-package telplin --version 0.12.0
                    

Telplin

Logo

Telplin helps F# users to generate matching signature files for implementation files.

Checkout our documentation for more information.

Local development

Run online tool

dotnet fsi build.fsx -- -p Watch

Format code

dotnet fantomas src tests docs tool
Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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.17.0 122 8/30/2026
0.16.0 94 8/30/2026
0.15.0 100 8/30/2026
0.14.0 96 8/30/2026
0.13.0 96 8/30/2026
0.12.0 96 8/30/2026
0.11.0 215 4/10/2026
0.10.0 2,553 2/10/2025
0.9.6 26,567 2/22/2024
0.9.5 346 1/31/2024
0.9.4 368 1/29/2024
0.9.3 397 12/12/2023
0.9.2 328 12/1/2023
0.9.1 282 11/22/2023
0.9.0 329 11/22/2023
0.8.3 360 6/28/2023
0.8.2 328 6/14/2023
0.8.1 358 6/13/2023
0.8.0 319 6/12/2023
Loading failed

### Changed

- Update to FCS 43.12.400 and Fantomas.Core 8.0.0-alpha-026. [#370](https://github.com/nojaf/telplin/pull/370)
- A property whose accessors differ in accessibility is now a single member with per-accessor accessibility, `member Y: int with private get, set`, instead of one member per accessor.
- Records in generated signatures follow the Fantomas 8 default bracket style, braces on their own lines.
- New `--help` page and `--version` flag, Argu is no longer used. An unknown flag suggests the closest one, and errors go to standard error.