-
I updated `FSharp.Formatting` package in `FSharp.Configuration` to 2.7.1 and tried to generate docs. It crashes with
```
FS0192: internal error: null: GetTRefType
```
on https://github.com/fsprojec…
-
I have a template that **worked in 3.0.8 but not in 3.1.0/3.2.0**. The following example is tested on 3.2.0:
I have an typed viewmodel. In this there is an array of type Foo like so:
```
namespace F…
-
`Postal.Mvc4.nuspec` has the `RazorEngine` dependency version ranged from `(2.1.-3.0]`, but the `Postal.Mvc4` project references `RazorEngine` version `3.3.0`.
This is causing exceptions like
System…
-
Is it possible to create custom views that don't use a client side framework like angular? Can I use normal mvc controller actions and views? The fact that the view service needs a stream of the view …
-
Andrew, we've been stuck in our own little DLL Hell for the last couple days and we've ultimately tracked it down to the older version of Postal we were using (0.8.2) but unfortunately upgrading to 1.…
-
Project A has a dependency on B, which in turn depends on TaskParallelLibrary, but only for target platform .Net 3.5. TaskParallelLibrary is an indirect dependency only and not mentioned in paket.refe…
-
I honestly don't know where exactly this breaks, but here's a demo of the problem:
```
#I "../packages/FsReveal.0.0.5-beta/fsreveal"
#I "../packages/FSharp.Formatting.2.4.20/lib/net40"
#I "../package…
-
On [this source tree](https://github.com/SuaveIO/suave/commit/8667baaedbaf8b2da04f497c13a0e99c58aac88c)
It's getting a bit old. So far I have successfully converted zero projects to paket. =s
```
mo…
-
In the following example, the first section renders as expected.
```
Razor.Compile ("@RenderBody() @RenderSection(\"Scripts\")", "layout-working");
Razor.Compile ("@{ Layout = \"layou…
-
Firefox V32 needs Selenium Web Driver 2.43 to work. However Canopy dependency in Nuget is currently 2.42.
The only solution at the moment is to downgrade FF to V31.
Guess just have to wait for thing…