swlaschin / Railway-Oriented-Programming-Example

This repository contains code that demonstrates the "Railway Oriented Programming" concept for error handling in functional programming languages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Great example - does it work with the new .NET core MVC ?

mmc41 opened this issue · comments

I new to F# and looking for a way to create micro services in F# on .NET core and your example looks great. Does your example work with the new .NET core MVC ?

I haven't tried :) The code is old but only uses standard libraries, so I don't see why not (with a bit of tweaking of nuget versions)