Skip to content
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

Fix System.MissingMethodException occurring in trimmed ASF binary #44

Merged
merged 1 commit into from
Nov 7, 2023

Conversation

maxisoft
Copy link
Owner

@maxisoft maxisoft commented Nov 7, 2023

The Lazy constructor that takes a value parameter is trimmed in the official ASF binary, which causes a System.MissingMethodException when the plugin tries to access it. This commit fixes this issue by using a static lambda expression that returns the default cancellation token instead.

This commit closes #43.

Pull request

The Lazy<T> constructor that takes a value parameter is trimmed in the official ASF binary, which causes a System.MissingMethodException when the plugin tries to access it. This commit fixes this issue by using a static lambda expression that returns the default cancellation token instead.

This commit closes #43.
@maxisoft maxisoft self-assigned this Nov 7, 2023
@maxisoft maxisoft merged commit febccf0 into main Nov 7, 2023
@AndyShade
Copy link

a new ussie
141

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.

Incompatibility of plugin version 1.4.0 with ASF 5.4.12.5
2 participants