-
Notifications
You must be signed in to change notification settings - Fork 6k
Update live with current master #1148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Adding " to the end of the dbml declaration so the following F# sharp code setting the connectionString doesn't look like it is a string.
* F# Blob Storage documentation This is part of an effort to document using F# for Azure. * F# Queue Storage documentation * Update queue-storage.md * table storage WIP * Update table-storage.md * Update table-storage.md * Various updates to make the walkthrough run more smoothly * Update blob-storage.md * Add file-storage.md * Write a small landing page Here's a small landing page * Update index.md * Remove uses of Console.WriteLine Let's prefer to use F# ``printf`` in samples. * Update index.md * Update blob storage to use script samples. * Update file storage to use script samples. * Update queue storage to use script samples. * Update table storage to use script samples. * Adjust NOTE * Fix relative path to .fsx snippets * Fix Open Publishing warnings and errors * Add articles to TOC * Fix code snippet references * Incorporate comments from @mairaw * Adding a small section on Virtual Machines and F# * Incorporate comments from @mairaw and @badersur * Add information on Azure Functions * fix minor typos * Add info on Event Hubs and DocumentDB * Add some more Azure use cases covered by F# for Azure Functions * Add notes about provisioning * Update index.md * Update index.md * Update index.md * file share names must be lower case * Update file-storage.fsx * Update file-storage.fsx * Update file-storage.fsx * Adjust file storage to show upload of file * Adjust references to script * Update queue-storage.fsx * Update queue-storage.md * Updates to make tables script run end-to-end * Update table-storage.fsx * Update blob-storage.fsx * Update file-storage.fsx * Update queue-storage.fsx * Update blob-storage.md * Update file-storage.md * Update blob-storage.fsx * Update index.md * Update table-storage.fsx * Update table-storage.md * Update table-storage.md * Update index.md * Minor updates * Update index.md * updates from review * Fix link? * Fix header * Link package management doc into TOC
* Update generating-fsharp-types-from-edmx.md In the step "To find or create the connection string for the Entity Data Model," correcting the indentation of the getEDMConnectionString function. Also in that function, correcting the name of the parameter passed into the new SqlConnection() function. * Update generating-fsharp-types-from-edmx.md In the section "Configuring the type provider," add the closing " on the ResolutionFolder static parameter when initializing the edmx. This fix allows the next line to longer look like it is a string. In the same section, also correct the indentation of the call to getEDMConnectionString * Update generating-fsharp-types-from-edmx.md Based on a code review, renaming EDMConnectionString functions and variables to EDMConnection * Update generating-fsharp-types-from-edmx.md Based on code-review suggestions, replaced a few let keywords with use since the variables are instances of IDisposable
* Installation and setup * First draft of getting started with ionide * Remove NOTE and fix image * Fix links * Fix links * Various fixes * Simplify code and samples * Feedback * Address @mairaw feedback * Feedback * Feedback * Finish feedback from @cloudRoutine
* Basic types, classes and structs Split Types topic and added C# 7 literala features * Fixed snippet links * Fixed two more links * Addressed all review comments * Removed wrenches again after esolving conflict
|
Open Publishing Build Service: The pull request content has been published and here are some changed files links of this time:
Status: Succeeded. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.