Any CPU (32-bit) also works with older target frameworks as those interpret the 32-bit preferred flag as 32-bit required; but we require the new compiler version.
Add explicit reference to System.Management.Automation version 1.0.0.0 to match NuGet.Core.dll and
prevent the Package Management Console from requiring PowerShell 3.0 to run when built on the
build server.
Replace dots with underscores in Assocation/@Name and AssociationSet/@Name
to create valid names for EdmGen.exe
<AssociationSet Name="FK_dbo_Posts_dbo_Blogs_BlogId"
Association="EFTest.BloggingContextModel.FK_dbo_Posts_dbo_Blogs_BlogId">
<Association Name="FK_dbo_Posts_dbo_Blogs_BlogId">
Adding a project template into an existing solution was running the
template actions before the project was added to the solution.
Rename AddExitingProjectToSolution class to AddExistingProjectToSolution.
Bypassing the auto-discovery of data sources by entering the data source information
in manually causes the provider manifest to not be set. This then causes EdmGen.exe
to fail since the provider manifest is missing from the Store schema definition language
(.ssdl) file.
Up/Down buttons now disabled when selected item is the first/last item in the list.
Keep the moved string selected when up/down button used. Allows a string to be moved all
the way to the top/bottom of the list without having to re-select it.
On saving the BaseAddress the first time the 0x is removed the first time it is saved.
Saving the BaseAddress then fails since it is no longer treated as a hex number.
Change the list box selection mode to Extended rather than Multiple when selecting tools otherwise
clicking another tool does not deselect the previously selected one.
If a NuGet package is not found when installing it via the Package Management Console or
when a project template tries to install the package an exception is thrown indicating the
actual problem instead of a null reference exception being thrown.