Visual Studio 2010 beta 2 known issues list?
Did anyone manage to find the list开发者_运维问答 of known issues for Visual Studio 2010 beta 2? Readme in the installation folder redirects me to the beta 1 list.
FWIW, I've just posted a small unofficial list of Beta 2 known issues from the C# IDE team. This is by no means a full list, but still better than nothing until the official list is available: http://blogs.msdn.com/kirillosenkov/archive/2009/10/19/visual-studio-2010-beta-2-known-issues.aspx
I can imagine that since the general public release of Beta2 is Wednesday, and since the Beta1 doc was available on the MS download center, that perhaps the Beta2 readme will not be available until Wednesday. But I am just guessing; will update if I find more info.
EDIT
Aha!
http://download.microsoft.com/download/B/5/3/B5379D88-51D7-4240-9423-CE1427502784/VS2010Beta2Readme.htm
Custom workflow Activities don't show up in the toolbox when in Debug mode on my box. If I switch to release and rebuild they appear.
Other bugs I've submitted:
Context menu position incorrect/extends off screen
Strongly-typed dataset designer doesn't globally qualify namespaces
SortedList adds an empty entry (key and value both null) in certain situations
Xaml editor isn't picking up assembly xmlns definitions nor is giving the option for mapping namespaces to assemblies
Workflows can only extend Activity, precluding the use of custom base workflow classes
Workflow designer ignores partial class members
Tool windows forget what monitor they are on
Custom workflow actions don't show in the toolbox in Debug mode
精彩评论