You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor the templating engine and the command tool cache et al. (#615)
* Use a more efficient implementation of the Common module functions.
Use an allocation-free implementation of the ParamKey type.
Fix formatting in BuildCommand.fs and syntax highlighting in _template.html.
* Rewrite the template engine to be more memory-efficient.
It uses spans. For the most of allocation savings, FSharp.Formatting.Common now targets .NET Standard 2.1 too but the package is not yet updated; only the command tool will take advantage of all improvements.
* Ignore files generated by the AssemblyInfo FAKE target.
Remove an unused source file.
And use LINQ-to-XML to generate version.props.
* Serialize the command tool cache with the data contract serializer.
The cache is both more secure and more compact (the cache's size for this project was reduced by a third, after using binary XML).
And use a more reliable way to install the command tools during documentation generation.
* Override ParamKey.ToString.
0 commit comments