Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix System.MissingMethodException occurring in trimmed ASF binary
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.
- Loading branch information