barry-jones / live-documenter

.NET documentation generator and live reader. Generate documentation from .NET code and xml comments, fast, quick and easy.
https://livedocumenter.barryjones.me.uk
MIT License
71 stars 4 forks source link

Migration to .net core #3

Open barry-jones opened 5 years ago

barry-jones commented 5 years ago

Migrate all projects (except Desktop application and PE Viewer) to netstandard 2.0 libraries and net core 2.2. To enable the use of the API (and future web applications and projects) to run on other platforms.

barry-jones commented 5 years ago

All projects have been upgraded to net standard however there is still a dependancy on .NET Framework 4.6.1 due to the Saxon HE processor. This will need to be removed #2 .

barry-jones commented 5 years ago

Progress has been made in commit https://github.com/barry-jones/live-documenter/commit/38038d529ab77d81e042a14d3225ee6c16eb5cb4. References to Saxon HE have been removed. We have also migrated all projects to netstandard and the exporter console application netcore 2.2.

The WPF Live Documenter application can not be migrated to .NET Core.