To write license information as raw text instead of html #135
-
There is option available in the dotnet-project-licenses to write license details in to raw text. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
This is a very tricky one... the license page may be formatted in many different forms. Most of which involve JavaScript. Thin in turn means the only good way to do what you request is to essentially spin up an entire browser. I'm not willing to include anything like this in this project. There may be an option to download licenses from the spdx specification, but that only works for licenses registered there. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the reply. |
Beta Was this translation helpful? Give feedback.
This is a very tricky one... the license page may be formatted in many different forms. Most of which involve JavaScript. Thin in turn means the only good way to do what you request is to essentially spin up an entire browser. I'm not willing to include anything like this in this project.
There may be an option to download licenses from the spdx specification, but that only works for licenses registered there.