davnavr/FSharpWrap
Utility that automatically generates F# modules and functions based on your F# project file's references
This tool helps F# developers streamline their workflow when interacting with existing .NET libraries, especially those written in C#. It automatically creates F# modules and functions that make it easier to call methods from referenced C# classes and interfaces. This means you can use C# code more naturally within your F# projects without manually writing wrapper code.
No commits in the last 6 months.
Use this if you are an F# developer frequently integrating with C# or other .NET assemblies and want to reduce the boilerplate code for interoperability.
Not ideal if you are primarily writing F# code without significant dependencies on external .NET libraries, or if you prefer to hand-craft all your interop wrappers.
Stars
14
Forks
—
Language
F#
License
Apache-2.0
Category
Last pushed
Jan 02, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/davnavr/FSharpWrap"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
serenity-is/Serenity
Business Apps Made Simple with Asp.Net Core MVC / TypeScript
sjh37/EntityFramework-Reverse-POCO-Code-First-Generator
EntityFramework Reverse POCO Code First Generator - Beautifully generated code that is fully...
mganss/XmlSchemaClassGenerator
Generate C# classes from XML Schema files
dadhi/FastExpressionCompiler
Fast Compiler for C# Expression Trees and the lightweight LightExpression alternative....
filiptrivan/spiderly
.NET (C#) boilerplate code generator that transforms an EF Core model into a fully customizable...