MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.26k stars 21.43k forks source link

C# Code Block Missing / Incorrect Formatting #59796

Closed luisquintanilla closed 4 years ago

luisquintanilla commented 4 years ago

One of the C# code blocks appears to be incomplete or the formatting may be off.

image


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

ram-msft commented 4 years ago

@luisquintanilla Thanks for the feedback. We will update you shortly.

ram-msft commented 4 years ago

Thanks for the feedback. Here is the link to the quick start code. https://github.com/Azure-Samples/cognitive-services-quickstart-code/blob/master/dotnet/ComputerVision/ComputerVisionQuickstart.cs#L151 @PatrickFarley The following section of the document needs improvement in the following section. Can you please check on this. image

PatrickFarley commented 4 years ago

This is by design, since the feature implementation code comes next - and each feature is optional, but it must end with a closing bracket. I've fixed the code indentation, which was off.

please-close