Skip to content

Releases: CSharpBender/NHUnit

V1.2.0

04 Feb 14:12
Compare
Choose a tag to compare

Enhancements:

  • Load multiple objects by Id: IRepository.GetMany(ids)
  • Return the number of affected rows for DeleteWhere and UpdateWhere
  • Use existing row values in IRepository.UpdateWhereAsync

https://www.nuget.org/packages/NHUnit/1.2.0

V1.1.1

29 Jan 12:56
Compare
Choose a tag to compare

Add support to execute stored procedure with multiple result sets: ExecuteMultipleQueriesAsync

https://www.nuget.org/packages/NHUnit/1.1.1

V1.1.0

16 Jan 22:19
Compare
Choose a tag to compare

Enhancements and bug fixing

  • populate unproxied objects with FK object Id
  • Count() functionality without loading the data
  • Unproxy() bug fix

https://www.nuget.org/packages/NHUnit/1.1.0