Announcements from Pretty Objects for T# Studio
|
27/02/2009 5:24:35 PM
 Ludovic Dubois Administrator Posts: 155
|
Here is the latest version of T# Studio.
Lots of work done:
Release Notes - T# - Version Beta 0.9.2 build 12
** Bug * [TSHARP-13] - The "partial" keyword isn't seen as a T# keyword * [TSHARP-14] - Cannot write exception type after "assert thrown" statement when Intellisense is shown * [TSHARP-15] - Mispelling in T# options menu * [TSHARP-16] - Exception thrown from VS2008 when adding a NUnit test project to T# test runner * [TSHARP-18] - T# test runner ungrays all tests when only a single test has been selected to run * [TSHARP-19] - Wrong reason for a test's failure is given when playing around the order with multiple asserts * [TSHARP-20] - Error when combining various criterias for a test case * [TSHARP-21] - Intellisense doesn't react when invoking public static members on C# alias (string, int, etc.) * [TSHARP-22] - Out-of-this-world error message when (re)defining an alias based on an existing T# keyword. * [TSHARP-23] - Intellisense doesn't work well when defining and using custom alias based on existing .NET namespace * [TSHARP-24] - Intellisense doesn't work with test criterias * [TSHARP-25] - Strange behavior with Intellisense (seems to be iterating on hidden members when moving up and down the list) * [TSHARP-26] - Wrong method icon in Intellisense * [TSHARP-27] - Intellisense is showing me private members on instance declared outside of class * [TSHARP-28] - Wrong compilation error when declaring protected members inside a static class * [TSHARP-29] - T# allows me to create virtual or abstract members on an abstract class...this is illegal in C# * [TSHARP-30] - Static members should not be accessible to an instance * [TSHARP-31] - T# doesn't allow me to create a member that has the same name as its declaring interface * [TSHARP-32] - Missing compilation warning when potentially hiding base member * [TSHARP-33] - Intellisense shows methods in base class that are hidden in derived class. * [TSHARP-35] - assert changed myObject.* should not compile * [TSHARP-37] - #region SomeMethod...#endregion directive considers SomeMethod as a keyword (in blue) * [TSHARP-38] - T# seems to consider any directive as valid. i.e, #Brian...#EndBrian will be in blue * [TSHARP-39] - The name of the region isn't highlighted when double-clicked * [TSHARP-40] - Old value of #region directive is kept even though it has been renamed * [TSHARP-43] - I should see the comment's color (green by default) if at the end of #endregion directive * [TSHARP-44] - Intellisense doesn't show me the MoveNext() and Reset() methods of an instance pf IEnumerator< T >, except the Current property. * [TSHARP-45] - Intellisense doesn't work well when completing namespace in using clause. * [TSHARP-46] - Intellisense doesn't work well for custom types having the same names as actual interfaces * [TSHARP-49] - T# allows me to instantiate a class with a private/protected constructor if class is declared in T# file (.ts) * [TSHARP-50] - T# allows me to create a class from an external namespace whose name is a parent, even though there's no "using" directive. * [TSHARP-52] - T# allows me to compile a nested type that has the same name as its enclosing type. * [TSHARP-53] - T# allows me to create both a namespace and a type that have the same name * [TSHARP-62] - Can't see the output of my test when running a single T# test * [TSHARP-64] - I get an "object reference not set to an instance of an object" when I add a T# test to the T# Runner from Visual Studio * [TSHARP-65] - Intellisense shows me twice the same information * [TSHARP-69] - T# doesn't produce any code when testing indexer (get). Optimization problem? * [TSHARP-81] - Cannot run test that executes method belonging to another type in another (external) module * [TSHARP-83] - In T# Runner, when I select a test to copy it to a new session, its name is no longer the same[
** Improvement * [TSHARP-34] - T# and shallow assertions * [TSHARP-67] - Rename T# criterias and cases * [TSHARP-73] - Rename T# criteria PropertySetCriteria
** New Feature * [TSHARP-66] - Add a new T# criteria for Collections
To download it, you have to have an account in this forum and go to T# Download forum.
|
|
0
• permalink
|
|