We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Given the following project file, I get a "The given key was not present in the dictionary." exception when I ask for the Contents of an ItemGroup:
Contents
ItemGroup
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <ProjectGuid>{E90B1572-820F-4581-9351-DB36703E6846}</ProjectGuid> <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>Test</RootNamespace> <AssemblyName>Test</AssemblyName> </PropertyGroup> <ItemGroup> <Folder Include="Properties\" /> </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> </Project>
The text was updated successfully, but these errors were encountered:
Actually, that is not the correct exception I get... The exception was that the constructor of ItemGroupContent couldn't be found...
Sorry, something went wrong.
No branches or pull requests
Given the following project file, I get a "The given key was not present in the dictionary." exception when I ask for the
Contents
of anItemGroup
:The text was updated successfully, but these errors were encountered: