Net standard 21#50
Closed
AlexUstinov wants to merge 78 commits intomasterfrom
Closed
Conversation
# Conflicts: # Orm/Xtensive.Orm/Orm/Rse/Providers/Compilable/IncludeProvider.cs # Orm/Xtensive.Orm/Tuples/TupleDescriptor.cs
It is to expensive to get values of Strings.Xxx properties when those are not needed for actual logging # Conflicts: # Orm/Xtensive.Orm/Orm/Entity.cs
…g small delegate cache in Expression.CreateLambda()
…ethods performance
…e etc methods in TypeHelper class
…allocations in SqlTableRef
…s closure allocation
…qBindingCollection.LinkParameters method
…pTakeRewriterState.CreateScope method
… but not quality of our code
…merator behavior change (See dotnet/runtime#26314)
… is not supported
Contributor
|
The PR contains a lot of changes which are not relevant to .NET Standard 2.1 migration - a lot of summaries for classes, changes of I assume migration to .NET Standard should contain changes of target framework for projects and some changes for code migration if needed. |
# Conflicts: # Extensions/Xtensive.Orm.BulkOperations/Internals/SetOperation.cs # Orm/Xtensive.Orm.Tests.Core/Linq/LambdaExpressionFactoryTests.cs # Orm/Xtensive.Orm/Orm/Domain.cs # Orm/Xtensive.Orm/Orm/Linq/Expressions/EntityExpression.cs # Orm/Xtensive.Orm/Orm/Linq/Expressions/EntityFieldExpression.cs # Orm/Xtensive.Orm/Orm/Linq/Expressions/FieldExpression.cs # Orm/Xtensive.Orm/Orm/Linq/Expressions/ItemProjectorExpression.cs # Orm/Xtensive.Orm/Orm/Linq/Expressions/StructureExpression.cs # Orm/Xtensive.Orm/Orm/Linq/Expressions/StructureFieldExpression.cs # Orm/Xtensive.Orm/Orm/Linq/LinqBindingCollection.cs # Orm/Xtensive.Orm/Orm/Linq/QueryHelper.cs # Orm/Xtensive.Orm/Orm/Providers/SqlCompiler.Helpers.cs # Orm/Xtensive.Orm/Orm/Providers/SqlCompiler.cs # Orm/Xtensive.Orm/Orm/Rse/Transformation/Internals/SkipTakeRewriterState.cs # Orm/Xtensive.Orm/Sql/Dml/Collections/SqlTableColumnCollection.cs # Orm/Xtensive.Orm/Sql/Dml/SqlQueryRef.cs # Orm/Xtensive.Orm/Sql/Dml/SqlTableRef.cs
# Conflicts: # .gitignore # Publish/NuGetPublish.csproj
alex-kulakov
requested changes
Sep 9, 2020
Contributor
|
Doesn't build at all. FastExpression.cs has two methods with the same signature but different body. Maybe bad merge happened? |
Contributor
|
Yep, bad merge. Commit a8056d2 |
Contributor
Author
|
We'll go forward with .Net Core 3.1 (See #58). |
alex-kulakov
pushed a commit
that referenced
this pull request
Nov 24, 2021
* Memoize MakeGenericMethod() * Memoize MakeGenericType() * Improve readability
alex-kulakov
added a commit
that referenced
this pull request
Nov 24, 2021
Memoize MakeGenericMethod(), MakeGenericType() methods (#50)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR makes project .Net Standard 2.1 compatible.
This is a move towards the suggested migration to .Net Core 3.1 (See #11).