Closed
Description
Type of issue
Typo
Description
Example Code says:
dotnet new classlib -o PrimeService --lang VB
This throws an error because --lang is not a valid parameter with the double hyphen
It should read
dotnet new classlib -o PrimeService -lang VB
Page URL
https://learn.microsoft.com/en-us/dotnet/core/testing/unit-testing-visual-basic-with-xunit
Content source URL
Document Version Independent Id
e0f46160-f9da-c605-be30-ae8a577c19d1
Platform Id
99d7cdfa-ec0b-a263-ae9f-91bb80335c61
Article author
Metadata
- ID: 1d004b67-1d72-b748-0606-351915ba05ca
- PlatformId: 99d7cdfa-ec0b-a263-ae9f-91bb80335c61
- Service: dotnet-fundamentals