Scan folder of views and generate websharper template type provider instanciation code in a file
2 people like thisPosted: 8 years ago by Gauthier Segay
This can be used to generate F# code from an XSD schema. Similar to xsd.exe, this can be wrapped in a console application and used for generator XML or SOAP service clients to facilitate serialization/deserialization of XML into objects.
5 people like thisPosted: 4 years ago by Aaron M Eshbach
This example shows how to add attribute in F# codebase. We use FSharp compiler to get AST, then analyze what we want to change, change it and then combine it back to source code. Example is a little bit naive, it doesn't cover all cases.
1 people like thisPosted: 5 years ago by Ayrat Hudaygulov