-
Notifications
You must be signed in to change notification settings - Fork 19
Docs: Create a proper readme #9
Comments
Just curious...what help is all needed here? |
Hmm. "help needed" is sort of strong. The point is, I create terrible documentation, and would really like if somebody else could do that part :P. |
I'll be glad to help, though not exactly sure how to get started using this, if that makes sense. :] |
@jwood803 quick samples are in the
That's what you need to get up and running. Now, I should probably write a real quick README, detailing those points I just gave you (and might even do so eventually), but I would really like a solid writeup with a bit more details and explanations. |
I can do that and write down those steps with screenshots at the very least. |
@Alxandr For the project type, would one need to create just an F# Library and then add the items from above or is there another project type that must be used? |
Actually, you don't need to involve Visual Studio at all. What I tend to do is to create a FSproj (to get some tooling), and then do all of the DNX stuff outside of visual studio. If you want to go the visual studio route of DNX project, it's this one: Though, you'll get absolutely no F# tooling by going that route. |
Thanks @Alxandr! I think I have an idea to set it up. Just now getting started with this new ASP.NET 5 stuff so it's still a bit confusing. 😺 Good thing is, I can put all of what I do in the README. |
Maybe off topic (but should be somewhere in the docs)... how do you define a compile time constant? I tried to add a to the Globals PropertyGroup in the .xproj file.. but it appears to be ignored. Suggestions? |
No description provided.
The text was updated successfully, but these errors were encountered: