-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Streams XML Docs fixes #3136
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
Streams XML Docs fixes #3136
Conversation
@@ -58,11 +59,14 @@ | |||
"_site/**" | |||
] | |||
}], | |||
"xref": [ | |||
"../tools/msdn.4.5.2/content/msdn.4.5.2.zip" |
There was a problem hiding this comment.
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", |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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(); |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes
de49b75
to
d71f114
Compare
@alexvaluyskiy is this ready to go? |
@Aaronontheweb yes |
Uh oh!
There was an error while loading. Please reload this page.