Archive for category Visual Studio Gallery
[# VS11] NUnit plugin updated (Yahooo!)
Publicado por elbruno en EnglishPost, Visual Studio 11, Visual Studio Gallery el 13 mayo, 2012
Buenas,
today I was watching / updating a little code viejuno where used NUnit as a framework for my testing unit and clear, as we are now using 100% Visual Studio 11 development, so I decided to use the plugin to NUnit.
The good thing about VS11 is that it allows to use different plugins for unit testing (something already talked here), but better was my surprise when I found myself with a new version of the adapter for NUnit.
As in the Visual Studio Gallery PlugIn page there is no much information thereon, because I sign the following links to see innovations, because among other things that you there is no Active Bug brightens as developer ![]()
Best regards
- Download
http://visualstudiogallery.msdn.Microsoft.com/6ab922d0-21c0-4f06-ab5f-4ecd1fe7175d - More Information
http://NUnit.org/index.php?p=vsTestAdapter & r = 2. 6
Saludos @ Home
El Bruno
[#VS11] Actualizado el plugin para NUnit (yahooooo !!!)
Publicado por elbruno en Visual Studio 11, Visual Studio Gallery el 13 mayo, 2012
Buenas,
hoy me encontraba mirando/actualizando un poco de código viejuno donde utilizaba NUnit como framework para mis pruebas unitarias y claro, como ahora estamos utilizando 100% Visual Studio 11 para el desarrollo, pues me decidí a utilizar el plugin para NUnit.
Lo bueno de VS11 es que permite utilizar diferentes plugins para pruebas unitarias (algo de lo que ya hablé aquí), pero fue mejor mi sorpresa cuando me encontré con una nueva versión del adaptador para NUnit.
Como en la página del PlugIn de Visual Studio Gallery no hay mucha información al respecto, pues me apunto los siguientes enlaces para ver las novedades, porque entre otras cosas ver que no hay ningún Bug activo me alegra como developer ![]()
Saludos
- Descarga
http://visualstudiogallery.msdn.microsoft.com/6ab922d0-21c0-4f06-ab5f-4ecd1fe7175d - More Information
http://nunit.org/index.php?p=vsTestAdapter&r=2.6
Saludos @ Home
El Bruno
[# VS11] Test Scribe now with support for Microsoft Test Manager 11
Publicado por elbruno en EnglishPost, Microsoft Test Manager 11, Visual Studio Gallery el 7 mayo, 2012
Buenas,
Quick note so I will not forget about this:
Test Scribe. that extension that lets you generate documentation from Microsoft Test Manager information, now supports working with Visual Studio 11.
By the way, and if you did not know, the tool is created and supported by the Visual Studio QA team ![]()
Download: http://visualstudiogallery.msdn.microsoft.com/85b8215f-263f-4d1f-822b-307de339af38
Saludos @ Home
El Bruno
[#VS11] Test Scribe ahora con soporte para Microsoft Test Manager 11
Publicado por elbruno en Microsoft Test Manager 11, Visual Studio Gallery el 7 mayo, 2012
Buenas,
me lo apunto para no olvidarme:
Test Scribe. esa extensión que te permite generar documentación a partir de información de Microsoft Test Manager, ahora soporta trabajar con Visual Studio 11.
Por cierto y por si no lo sabías, la herramienta es creada y soportada por el equipo de QA de Visual Studio ![]()
Descarga: http://visualstudiogallery.msdn.microsoft.com/85b8215f-263f-4d1f-822b-307de339af38
Saludos @ Home
El Bruno
[#VS11] CodeMaid: Excellent extension with the 3 things that you always need
Publicado por elbruno en Visual Studio 2005, Visual Studio Gallery, Visual Studio 2010, Visual Studio, Visual Studio 11, EnglishPost el 20 abril, 2012
Buenas,
those who know me know that I am a staunch enemy of the mouse. Eye! This does not mean that he is a friend of the touch, but rather than attempt to always work with keyboard shortcuts.
So was that a couple of days ago I installed an extension in Visual Studio called CodeMaid, but it wasn’t until yesterday that I had the opportunity to use it. In fact, one of the keyboard shortcuts for keyboard "stepped" with another that I use and there I realized that had the installed extension.
I’ve been 2 days and the truth is that CodeMaid, I like. I like it because it is free, because it is open source, because it points to simple but effective things and because it works on the latest 4 updates for Visual Studio.
For example, has struck me how well it works the "Cleanup" option. This action is responsible for "clean" our code looking for details as
- unused using statements
- removes unnecessary whitespace
- delete consecutive blank lines
- etc.
So I’ve implemented a couple of files that I knew that they had room for improvement, and it has done really well.
Another option that I like is "Reorganize" a class. This option reorganizes the code of a class based on the specifications of StyleCop. If we then execute the analysis of StyleCop, we will see that it takes us much work above.
Note: recalls that in Avanade Spain , is highly probable that you touch pass a review with StyleCop as mandatory for the coding style rule.
Finally, an action which I think is great. The ability to switch between related files. As usual we usually do when edit WPF between the XAML and the XAML.cs
As well, only emphasize those 3 things although I know has more. CodeMaid has been worth for 2 days of work.
Meanwhile, I shall return to activate ReSharper and will work with it that gives me the same options
and know him much better.
Download: http://www.codemaid.net/
Saludos @ Home
El Bruno
[#VS11] CodeMaid: Excelente extensión con las 3 cosas que siempre te faltan
Publicado por elbruno en Visual Studio Gallery, Visual Studio 2010, Visual Studio, Visual Studio 11 el 20 abril, 2012
Buenas,
los que me conocen saben que soy un enemigo acérrimo del mouse. Ojo! eso no significa que sea un amigo de lo táctil, sino más bien que intento siempre trabajar con atajos de teclado.
Así fue que hace un par de días me instalé una extensión en Visual Studio llamada CodeMaid, pero no fue hasta ayer que tuve la oportunidad de utilizarla. En realidad, uno de los atajos de teclado de teclado “se pisó” con otro de los que utilizo y ahí me di cuenta de que tenía la extensión instalada.
Llevo 2 días y la verdad es que CodeMaid, me gusta. Me gusta porque es gratis, porque es de código abierto, porque apunta a cosas sencillas pero efectivas y porque funciona en las últimas 4 versiones de Visual Studio.
Por ejemplo, me ha llamado la atención lo bien que funciona la opción “Cleanup”. Esta acción se encarga de “limpiar” nuestro código buscando detalles como
- sentencias using no utilizadas
- elimina espacios en blanco no necesarios
- elimina líneas en blanco consecutivas
- etc.
Lo he ejecutado en un par de ficheros que sabía que tenían margen de mejora y lo ha hecho realmente bien.
Otra opción que me gusta es “Reorganize” una clase. Esta opción reorganiza el código de una clase basado en las especificaciones de StyleCop. Si luego ejecutamos el análisis de StyleCop, veremos que nos saca mucho trabajo de arriba.
Nota: Recuerda que en Avanade Spain, es altamente probable que te toque pasar una revisión con StyleCop como regla obligatoria para el estilo de código.
Finalmente, una acción que me parece genial. La capacidad de cambiar entre archivos relacionados. Lo más usual que solemos hacer cuando editamos WPF entre el XAML y el XAML.cs
Pues bien, solo remarcar esas 3 cosillas aunque sé que tiene más. CodeMaid ha merecido la pena para los 2 días de trabajo.
Mientras, volveré a activar ReSharper y trabajaré con el mismo que me da las mismas opciones
y lo conozco bastante mejor.
Descarga: http://www.codemaid.net/
Saludos @ Home
El Bruno
[#VS11] New Unit Testing in Visual Studio 11 adapters (NUnit, xUnit, and other superheroes more!)
Publicado por elbruno en EnglishPost, Visual Studio 11, Visual Studio Gallery el 16 abril, 2012
Buenas,
one of the great innovations of Visual Studio 11 is the ability to work with multiple engines of definition and implementation of unit testing. If you have worked in migration to Team Foundation Server safe that you’ve found scenarios where there are large code bases that have unit testing with other engines that are not Microsoft MSTest.
The most common is NUnit, and in Team Foundation Server 2010 we could do a bit of magic using the Team Build Power Tools, but it was a bit craftsmanship.
Visual Studio 11 completely redesigned the way they work unit testing within the IDE, and in this way is easier to have support for engines such as xUnit, NUnit, etc.
If you want to have at hand some of these extensions, because you have to access the "shop online" extensions and from there select which suits our needs. For example, from the menu "Tools // Extension Manager", if we filters in Online Gallery by "Nunit" we will see something similar to the following:
Some interesting links are
- http://visualstudiogallery.msdn.microsoft.com/463c5987-f82b-46c8-a97e-b1cde42b9099?SRC = VSIDE
- http://visualstudiogallery.msdn.microsoft.com/6ab922d0-21c0-4f06-ab5f-4ecd1fe7175d?SRC = VSIDE
Saludos @ La Finca
El Bruno
[#VS11] Nuevos adaptadores de Unit Testing en Visual Studio 11 (NUnit, xUnit, y otros superheroes mas!)
Publicado por elbruno en Visual Studio 11, Visual Studio Gallery el 16 abril, 2012
Buenas,
una de las grandes novedades de Visual Studio 11 es la capacidad de trabajar con varios motores de definición y ejecución de pruebas unitarias. Si has trabajado en migraciones a Team Foundation Server seguro que te has encontrado escenarios donde existen grandes bases de código que poseen pruebas unitarias con otros motores que no sean MSTest de Microsoft.
El más común es NUnit, y en Team Foundation Server 2010 podíamos hacer un poco de magia utilizando las Team Build Power Tools, pero era un trabajo un poco artesanal.
En Visual Studio 11 se rediseñó completamente la forma en que trabajan las pruebas unitarias dentro del IDE, y de esta forma es más fácil tener soporte para motores como xUnit, NUnit, etc.
Si lo que quieres es tener a mano alguna de estas extensiones, pues tienes que acceder a la “tienda online” de extensiones y a partir de allí seleccionar la que se adapte a nuestras necesidades. Por ejemplo, desde el menú “Tools // Extension Manager”, si filtramos en Online Gallery por “Nunit” veremos algo similar a lo siguiente:
Algunos enlaces interesantes son
- http://visualstudiogallery.msdn.microsoft.com/463c5987-f82b-46c8-a97e-b1cde42b9099?SRC=VSIDE
- http://visualstudiogallery.msdn.microsoft.com/6ab922d0-21c0-4f06-ab5f-4ecd1fe7175d?SRC=VSIDE
Saludos @ Home
El Bruno
[# VS2010] Debugger Canvas version 1.1 released!
Publicado por elbruno en Visual Studio Gallery, Visual Studio 2010, EnglishPost, Microsoft Research el 17 febrero, 2012
Hi,
long time ago spoke of Debugger Canvas. This extension for Visual Studio 2010 allows you to debug applications in a different way. What it does is open new bubbles or canvas with the different functions/portions than code that we are cleansed and connecting them. In this way we have a view of bubbles on the elements we treat. A video to make more clear.
Video: http://msdn.microsoft.com/en-us/devlabs/debuggercanvas
As well, he recently released a new version that has the following new features
- Are shown with a new bubble recursive calls per call (this was a bit tedious before)
- Support for multi thread debugging
- Support for switching between debugging with Debugger Canvas, and the classic debugging with a single click. This was essential in some scenarios.
So you know, if you have Visual Studio 2010 Ultimate, then you can begin to debug your applications more dynamically.
Greetings @ Home
The Bruno
HomePage: http://msdn.microsoft.com/en-us/devlabs/debuggercanvas
[#VS2010] Debugger Canvas version 1.1 released !!!
Publicado por elbruno en Visual Studio Gallery, Visual Studio 2010, Microsoft Research el 17 febrero, 2012
Buenas,
hace ya bastante tiempo hablé de Debugger Canvas. Esta extensión para Visual Studio 2010 te permite depurar aplicaciones de una forma diferente. Lo que hace es abrir nuevos bubbles o canvas con las diferentes funciones/porciones que código que vamos depurando y conectando las mismas. De esta forma tenemos una vista de bubbles sobre los elementos que depuramos. Un video para que quede más claro.
Video: http://msdn.microsoft.com/en-us/devlabs/debuggercanvas
Pues bien, hace poco tiempo se liberó una nueva versión que tiene las siguientes novedades
- Se muestran las llamadas recursivas con una nueva bubble por llamada (esto era un poco tedioso antes)
- Soporte para depuración multi thread
- Soporte para el cambio entre depuración con Debugger Canvas, y la depuración clásica con un único clic. Esto era imprescindible en algunos escenarios.
Así que ya sabes, si tienes Visual Studio 2010 Ultimate, pues ya puedes comenzar a depurar más dinámicamente tus aplicaciones.
Saludos @ Home
El Bruno
HomePage: http://msdn.microsoft.com/en-us/devlabs/debuggercanvas






SocialVibe