Skip to content

Test2 #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 259 commits into from
Closed

Test2 #2

wants to merge 259 commits into from

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.
* Replace TransactionCompletion delegates with interfaces

Co-authored-by: Alexander Zaytsev <[email protected]>
…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)
@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.