hailstorm75 / ModularDoc

Modular documentation generator for .NET libraries. Currently supporting Markdown only for GitHub, GitLab, and Bitbucket
MIT License
119 stars 11 forks source link

Solve build warning for TypeContentHelpers #112

Closed hailstorm75 closed 4 years ago

hailstorm75 commented 4 years ago

Libraries MarkDoc.Generators.Basic

src/Components/Generators/MarkDoc.Generator.Basic/Helpers/TypeContentHelpers.fs#L110

Note: Lambda-lifting optimizations have not been applied because of the use of this local constrained generic function as a first class value. Adding type constraints may resolve this condition.

hailstorm75 commented 4 years ago

1m

hailstorm75 commented 4 years ago

src/Components/Generators/MarkDoc.Generator.Basic/Helpers/TypeContentHelpers.fs#L760

Note: Lambda-lifting optimizations have not been applied because of the use of this local constrained generic function as a first class value. Adding type constraints may resolve this condition.

hailstorm75 commented 4 years ago

Total: 4m