-
**Edit: the "no .NET Framework support for ASP.NET Core 2.0" plan has been officially cancelled and running ASP.NET Core 2.0 on .NET Desktop will be supported in the next previews.** For more informat…
-
Links in these pages are of the form: "wyam.io/getting-started**\**concepts" It looks like this is coming from _ChildPages.cshtml in the /Shared folder. Does this need to be fixed in the main Wyam rep…
-
Some files I have in my project I can't edit while running `--preview`. Normally that are files I don't process like css. While I have no Problem editing `.cshtml` or `.md` files css files are problem…
-
The Git modules could use a little refactoring before release. Here's what I have in mind:
- Combine them all into one module, `Git` with fluent methods for each type of information: `WithAuthors()`, …
-
It should be able to convert images as well as possibly create images from scratch (using SVG? System.Drawing?). Would be good for things like image-based text headers, etc.
-
http://berkin.me/rant/
This will allow people to generate dummy texts to fill up their Work In Progress website.
dodyg updated
9 years ago
-
![](http://i.imgur.com/cPvMwFM.png)
Will look deeper into this tonight; wanted to give quick feedback since you just released.
-
Instead of strings, use streams for binary content (see discussion in #25). This will allow documents to contain string or binary content. It should also yield better performance in some cases where t…
-
Currently the ViewStart used by the Razor Module is magic filename "_ViewStart.cshtml". Rather than using a magic filename, have it set via the constructor. This allows the more than just directory …