ReSharper NHibernate Plugin Update

Update: Version 0.1.6 is released which works with ReSharper build 775 and above. See details.

A new build of my NHibernate plugin is available for download here.

I worked mainly on the analysis of .hbm.xml files. The access attribute is now interpreted to find mapped properties and fields. Please note that only the standard values are supported. If you have implemented your own access method (IPropertyAccessor) it is marked as an error.

You may change the severity of the inspections under the usual

  • ReSharper | Options… | Inspection severity | NHibernate mappings.

Please note that the error indicator on the right is not working, only the stripes per error are displayed. I think it is a problem of the EAP version (latest build I used was 767). JetBrainers if you are reading this: please answer my questions in your OpenAPI forum ;-)

Next features I will work on are quick-fixes and navigation.

Please drop me a note if you find any bug or would like to see some feature.

Technorati-Tags: ,
Kick it on dotnet-kicks.de

Tags: ,

6 Responses to “ReSharper NHibernate Plugin Update”

  1. Ilya Ryzhenkov Says:

    Check this: http://scb.udsu.ru/~achmed/arp/trac/wiki/nh_internal_1

  2. Jan Says:

    It would be great if it could resolve this less verbose style:

    <class name=”Distributor” ….

    But, hey, thanks and keep it coming :)

  3. Jan Says:

    [hibernate-mapping xmlns="urn:nhibernate-mapping-2.2"
    assembly="Businesslayer"
    namespace="Businesslayer"]
    [class name="Distributor" x-- this property is not found
    table="Distributor"
    lazy="true"]…
    now with pseudo xml :)

  4. Bil Simser Says:

    Only VS2008 and no source? Sorry, can’t eval this as I need (at least) a VS2005 version. Source would be nice, but not necessary.

  5. Stefan Lieser Says:

    @Jan: I will implement this tonight.

    @Bill: the plugin needs R# 4.0, which works for both VS2005 and VS2008. So I my plugin should work for VS2005 too. Source will be published in a few days…

  6. Stefan Lieser’s Blog » Blog Archive » NHibernate Plugin - Update Says:

    [...] requested by Jan here is another [...]