Skip to content

Conversation

@@ -58,11 +59,14 @@
"_site/**"
]
}],
"xref": [
"../tools/msdn.4.5.2/content/msdn.4.5.2.zip"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All references to the default types will refer to MSDN

@@ -15,6 +15,7 @@
"src": "../src"
}],
"dest": "api",
"filter": "filterConfig.yml",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All APIs which marked with InternalApiAttribute will be removed from API referenced

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice

/// or will be failed when the stage faces an internal failure or the the <see cref="Fail"/> method is invoked.
/// </summary>
/// <returns>Task</returns>
new Task WatchCompletionAsync();
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ISourceQueueWithComplete.WatchCompletionAsync has different semantic that simple ISourceQueue.WatchCompletionAsync. What is the best way to highlight it?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like a @Silv3rcircl3 question

let docsExamplesSolution = "./docs/examples/DocsExamples.sln"
DotNetCli.Restore (fun p -> { p with Project = docsExamplesSolution })
DotNetCli.Build (fun p -> { p with Project = docsExamplesSolution; Configuration = configuration })

let docsPath = "./docs"
// install MSDN references
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! so this will allow some of the refs we use to point back to the MSDN docs from our own site going forward?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes

@alexvaluyskiy alexvaluyskiy changed the title Streams XML Docs fixes [WIP] Streams XML Docs fixes Oct 1, 2017
@alexvaluyskiy alexvaluyskiy self-assigned this Oct 1, 2017
@Aaronontheweb
Copy link
Member

@alexvaluyskiy is this ready to go?

@alexvaluyskiy
Copy link
Contributor Author

@Aaronontheweb yes

@alexvaluyskiy alexvaluyskiy changed the title [WIP] Streams XML Docs fixes Streams XML Docs fixes Oct 23, 2017
@sean-gilliam sean-gilliam merged commit e590d80 into akkadotnet:dev Oct 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants