[AOT] Trim compatibility for project WorkflowCore#1233
Open
ling921 wants to merge 1 commit intodanielgerlag:masterfrom
Open
[AOT] Trim compatibility for project WorkflowCore#1233ling921 wants to merge 1 commit intodanielgerlag:masterfrom
ling921 wants to merge 1 commit intodanielgerlag:masterfrom
Conversation
Contributor
|
Suggest to drop of .NET 7.0. And upgrade to .NET8.0 since it is a long support release (3 years), while .NET 7.0 is one year. |
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.
Describe the change
Since the release of .NET 7.0, many libraries have started to support the Ahead-of-Time (AOT) compilation feature. I believe it is essential for this library to stay current, so I invested some time in making it compatible.
Describe your implementation or design
Follow official document
Tests
Not yet, this topic may require further discussion.
Breaking change
None
Additional context
By the way, I've made some improvements:
ConcurrentHashSet-1.1.0Microsoft.Extensions.DependencyInjection.Abstractions-2.2.0Microsoft.Extensions.Hosting.Abstractions-2.2.0Microsoft.Extensions.Hosting.Abstractions-*Microsoft.Extensions.Logging.Abstractions-2.2.0Microsoft.Extensions.Logging.Abstractions-?Microsoft.Extensions.ObjectPool-2.2.0Microsoft.Extensions.ObjectPoolNewtonsoft.Json-13.0.1System.Text.Json-*System.Threading.Tasks.Parallel-4.3.0System.Threading.ThreadPool-4.3.0System.Reflection-4.3.0System.Reflection.TypeExtensions-4.7.0System.Threading.Thread-4.3.0System.Linq.Queryable-4.3.0OpenTelemetry.Api-1.1.0OpenTelemetry.Api-*System.Diagnostics.DiagnosticSource-6.0.0System.Linq.Queryable-4.3.0System.Linq.Queryable-4.3.0System.Linq.Queryable-4.3.0System.Linq.Queryable-4.3.0System.Linq.Queryable-4.3.0-*indicates version dependency on the framework;-?indicates usage of references in certain frameworks.