CommunityToolkit
CommunityToolkit copied to clipboard
Element in example is closed with wrong Tag
Upper XML example is wrong
<PropertyGroup>
<LangVersion>7.3</PropertyGroup>
</PropertyGroup>
The LangVersion Element is not closed properly with </LangVersion>
should be:
<PropertyGroup>
<LangVersion>7.3</LangVersion>
</PropertyGroup>
Document details
⚠ Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.
- ID: 3eca4ce8-09de-65eb-25e2-c51380a12d2e
- Version Independent ID: 3eca4ce8-09de-65eb-25e2-c51380a12d2e
- Content: MVVM Toolkit error MVVMTK0008 - .NET Community Toolkit
- Content Source: docs/mvvm/generators/errors/MVVMTK0008.md
- Product: dotnet-communitytoolkit
- GitHub Login: @Sergio0694
- Microsoft Alias: joverslu