zzarchive-fsharp-dnx icon indicating copy to clipboard operation
zzarchive-fsharp-dnx copied to clipboard

F# + ASP.NET vNext (DNX) support

Results 8 zzarchive-fsharp-dnx issues
Sort by recently updated
recently updated
newest added

I tried different ways ``` F# type public Program = static member public Main (args: string array) = let runtimeFramework = PlatformServices.Default.Application.RuntimeFramework printfn "Hello from F#, running on %s v%s"...

I'm trying to compile the example First criticism, why is the NuGet.config not in the hello world sample folder? I don't want to clone this repo, I just want to...

I can't get the samples to run. My current setup is: ``` Microsoft .NET Execution environment Version: 1.0.0-rc2-16453 Type: Clr Architecture: x86 OS Name: Windows OS Version: 6.3.9600 Runtime Id:...

Any plans to try and get this to work with the coreclr runtime?

Ok, I decided to just sprout this as a new issue (since everything I've tried doesn't work, and we're completely blocked at this point). AFAICT, the .xproj file should support:...

0 - Backlog
up for grabs

I am eager for DNX support so I can call into a F# project from a ASP.NET 5 DNX project. I would like to try the beta but lack instructions...

I'm trying to get an understanding of the codebase, and I've come across the ResolveHooker class. There's a comment saying it's an ugly hack that should be removed, and I...