Closed StefH closed 4 years ago
I already have problems supporting net452
(at least from language feature perspective) đ
In any case I'd think on what can be done here đ
List of concerns at the moment:
Microsoft.Extensions.ObjectPool
: the lowest supported version is netstandard1.3
which would require to bring polyfill for lower versions (or use custom pool implementation for all versions);ExpressionShortcuts
: need to bring support for lower versions here as well as it's heavily used and not possible to polyfill;Once I get to my Windows workstation Iâd be able to provide more on this.
I see. ( I did not know these two libraries yet... )
@StefH I did some investigation and it seems that supporting net451 is possible (lower version would not fit in future plans). I would update âExpressionShortcutsâ to support is as well. However if you need it in Handlebars Iâd kindly ask you to create a PR as I have other things planned. Acceptance criteria for the PR is to introduce thread-safe and fast ObjectPool implementation and use it as polyfill for net451.
Yep, most probably Iâve missed it while was thinking more about net45 and lower đ
Then the only thing needed is to add net451 as supported framework to Handlebars as Iâve already fixed âExpressionShortcutsâ.
Is it possible to support also support
net40
andnet451
for this library? I depend on version 451.HandleBars.Net