Skip to content

Conversation

maca88
Copy link
Owner

@maca88 maca88 commented Oct 18, 2019

No description provided.

fredericDelaporte and others added 30 commits July 18, 2018 15:21
IObjectsFactory is meant for instantiating NHibernate dependencies, but
it was used in some cases for instantiating value types. Some of its
methods are also hard or impossible to implement with many dependency
injection frameworks.

Follow up to nhibernate#1758
…ndard and .NET Core

System.Security.Permissions package is used to check that ReflectionPermission
is granted to perform a small optimization for DynamicMethod, however in
.NET Standard and .NET Core permissions are not really supported and
SecurityManager.IsGranted always returns false.

Also for .NET Framework the obsoleted SecurityManager.IsGranted was replaced
with a preferred method of checking permissions.
Co-authored-by: Alexander Zaytsev <hazzik@gmail.com>
* Replace TransactionCompletion delegates with interfaces

Co-authored-by: Alexander Zaytsev <hazzik@gmail.com>
…traint (nhibernate#1849)

The configuration setting is used to create an instance of a factory, not of the query cache itself.
Fixes nhibernate#1631 (along with previous commit)
fredericDelaporte and others added 26 commits September 16, 2019 20:24
…ate#2225)

* Avoid unnecessary locking in SoftLimitMRUCache
* Avoid unnecessary locking in SimpleMRUCache.cs 
* Avoid unnecessary locking in StatisticsImpl
Signed-off-by: maca88 <bostjan.markezic@siol.net>
@maca88 maca88 closed this Oct 18, 2019
@maca88 maca88 reopened this Oct 18, 2019
@maca88 maca88 closed this Feb 28, 2020
@maca88 maca88 deleted the AsyncGenerator branch February 28, 2020 23:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.