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.
Tags: NHibernate, ReSharper
April 2nd, 2008 at 17:18
Check this: http://scb.udsu.ru/~achmed/arp/trac/wiki/nh_internal_1
April 2nd, 2008 at 22:02
It would be great if it could resolve this less verbose style:
<class name=”Distributor” ….
But, hey, thanks and keep it coming
April 2nd, 2008 at 22:03
[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
April 3rd, 2008 at 6:20
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.
April 3rd, 2008 at 12:57
@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…
April 4th, 2008 at 15:28
[...] requested by Jan here is another [...]