Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / xhafan/coreddd issues and pull requests
#47 - .NET 8: warning CS0618: 'ISession.Transaction' is obsolete: 'Use GetCurrentTransaction extension method instead, and check for null.'
Issue -
State: open - Opened by xhafan 2 months ago
#46 - CoreDdd.AspNetCore referencing deprecated package 'Microsoft.AspNetCore.Http' 2.1.1 with high severity vulnerability
Issue -
State: open - Opened by xhafan 2 months ago
#45 - Add support for exception data in Guard.Hope
Issue -
State: closed - Opened by xhafan 4 months ago
#44 - Lot of "known high severity vulnerability" during the build
Issue -
State: open - Opened by xhafan 4 months ago
#43 - No way to determine if IoC service locator was initialized
Issue -
State: closed - Opened by xhafan 4 months ago
#42 - Component maps nullable properties as not nullable
Issue -
State: open - Opened by xhafan 10 months ago
Labels: bug
#41 - Add support for session-scoped interceptors
Issue -
State: open - Opened by xhafan about 1 year ago
Labels: enhancement
#40 - Support for multiple units of work with different connection string
Issue -
State: open - Opened by xhafan about 1 year ago
#39 - Support NativeAOT and trimming
Issue -
State: open - Opened by xhafan about 1 year ago
#38 - NhibernateUnitOfWork is not gracefully disposed when begin transaction throws
Issue -
State: closed - Opened by xhafan over 1 year ago
#37 - Cannot map IDictionary AsMap
Issue -
State: closed - Opened by xhafan almost 2 years ago
#36 - Do not map dtos into the database automatically
Issue -
State: open - Opened by xhafan almost 2 years ago
Labels: enhancement
#35 - Bump System.Data.SqlClient from 4.5.1 to 4.8.5 in /src/IntegrationTestsShared
Pull Request -
State: open - Opened by dependabot[bot] about 2 years ago
Labels: dependencies
#34 - Bump System.Data.SqlClient from 4.5.1 to 4.8.5 in /src/CoreDdd.Nhibernate.Tests
Pull Request -
State: open - Opened by dependabot[bot] about 2 years ago
Labels: dependencies
#33 - Bump System.Data.SqlClient from 4.5.1 to 4.8.5 in /src/CoreDdd.AspNetCore.Tests
Pull Request -
State: open - Opened by dependabot[bot] about 2 years ago
Labels: dependencies
#32 - Bump System.Data.SqlClient from 4.5.1 to 4.8.5 in /src/CoreDdd.Rebus.UnitOfWork.Tests
Pull Request -
State: open - Opened by dependabot[bot] about 2 years ago
Labels: dependencies
#31 - Static classes RebusUnitOfWork and RebusTransactionScopeUnitOfWork not allowing to be used in multiple hosted services within one process
Issue -
State: closed - Opened by xhafan about 2 years ago
Labels: enhancement
#30 - remove sync method from IQueryHandler in .NET Core to eliminate confusion when implementing the interface
Pull Request -
State: open - Opened by Buthrakaur over 2 years ago
#29 - Enable TreatWarningsAsErrors
Issue -
State: open - Opened by xhafan over 2 years ago
Labels: enhancement
#28 - Upgrade to .NET 6, upgrade nuget references
Issue -
State: open - Opened by xhafan over 2 years ago
#27 - Bump Microsoft.AspNetCore.Http from 2.1.1 to 2.1.22 in /src/CoreDdd.AspNetCore
Pull Request -
State: open - Opened by dependabot[bot] over 2 years ago
Labels: dependencies
#26 - Hot Reload seems not to work properly for ASP.NET Core
Issue -
State: open - Opened by xhafan almost 3 years ago
- 3 comments
Labels: bug
#25 - Add support for not creating the default request database transaction in CoreDdd.AspNetCore middlewares for certain requests
Issue -
State: closed - Opened by xhafan almost 3 years ago
- 1 comment
Labels: enhancement
#24 - Breaking change suggestion: derive Entity from Entity<long>
Issue -
State: open - Opened by xhafan almost 3 years ago
Labels: enhancement
#23 - Implement async domain event handling together with sync domain event handling
Issue -
State: open - Opened by xhafan almost 3 years ago
Labels: enhancement
#22 - Prepare libraries for trimming
Issue -
State: open - Opened by xhafan almost 3 years ago
Labels: enhancement
#21 - add convention for DTO persistence to make them load read-only withou…
Pull Request -
State: closed - Opened by Buthrakaur almost 4 years ago
#20 - FluentNHibernate 3 is now strongly named - make CoreDdd libs strongly named
Issue -
State: open - Opened by xhafan about 4 years ago
Labels: enhancement
#19 - Add support for nullable reference types
Issue -
State: open - Opened by xhafan about 4 years ago
- 1 comment
Labels: enhancement
#18 - Custom convention clashing with default CoreDdd.Nhibernate convention
Issue -
State: closed - Opened by xhafan over 4 years ago
Labels: bug
#17 - Guard.Hope() checking for object being null results in Resharper's "Possible System.NullReferenceException" warning
Issue -
State: closed - Opened by xhafan over 4 years ago
#16 - ASP.NET: Raising delayed domain events on application_endrequest where domain event handler throws an exception
Issue -
State: closed - Opened by xhafan almost 5 years ago
- 1 comment
Labels: bug
#15 - "Transaction not connected, or was disconnected" thrown by rollback within commit
Issue -
State: closed - Opened by xhafan almost 5 years ago
#14 - RebusUnitOfWork does not support delayed domain events
Issue -
State: open - Opened by xhafan almost 5 years ago
Labels: bug
#13 - Delayed domain events are raised even when the main transaction fails and rolls back
Issue -
State: closed - Opened by xhafan almost 5 years ago
- 1 comment
Labels: bug
#12 - Support NHibernate interceptors in BaseNhibernateConfigurator
Issue -
State: closed - Opened by xhafan about 5 years ago
- 1 comment
#11 - Support more dependency injection frameworks?
Issue -
State: open - Opened by xhafan over 5 years ago
Labels: enhancement
#10 - Child entity collection of type IList<TChildEntity> is not mapped AsList by default
Issue -
State: closed - Opened by xhafan over 5 years ago
- 1 comment
#9 - NhibernateUnitOfWork rollback throws "Transaction not connected, or was disconnected" on disconnected transaction
Issue -
State: closed - Opened by xhafan over 5 years ago
- 2 comments
#8 - Cannot load an aggregate root entity with locking using NhibernateRepository
Issue -
State: closed - Opened by xhafan over 5 years ago
- 1 comment
#7 - NhibernateUnitOfWork rollback throwing an exception when flushing the session
Issue -
State: closed - Opened by xhafan almost 6 years ago
- 1 comment
#6 - Improvement - NHibernate configuration - Add attributes to mark classes for NHibernate mapping
Issue -
State: open - Opened by xhafan almost 6 years ago
Labels: enhancement
#5 - Allow Dto classes to be marked as not mapped by NHibernate into a database
Issue -
State: closed - Opened by xhafan almost 6 years ago
- 1 comment
#4 - Support NHibernate component automapping
Issue -
State: closed - Opened by xhafan almost 6 years ago
- 1 comment
#3 - Dependency injection does not dispose NhibernateConfigurator
Issue -
State: closed - Opened by xhafan almost 6 years ago
- 1 comment
#2 - Support to have a connection string in the appsettings.json file instead of hibernate.cfg.xml
Issue -
State: closed - Opened by xhafan almost 6 years ago
- 2 comments
#1 - Add a Gitter chat badge to README.md
Pull Request -
State: closed - Opened by gitter-badger over 6 years ago