Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/api-doc-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2022-01-09Build improvements (#591)Sandy Armstrong
* HtmlGenerator: Load converters lazily This is a workaround so that .NET 6 apps can use the .NET FW build of monodoc.dll without worrying about TypeInitializationExceptions for converters they don't use. * Fix netstandard2.0 compatibility * Replace SharpZipLib submodule with package reference Remove mdoc/packages.config as well. * Bump Lucene.Net.Light to latest version to support NetStandard * monodoc: Change to SDK-style project * monodoc: Move to netstandard2.0 * Replace all packages.config with PackageReference Bump mdoc.Test.FSharp.fsproj to .NET 4.7.1 to fix issues using System.ValueTuple. * Adjust to mdoc.Test.FSharp.fsproj bump to v4.7.1 * mdoc.Test.FSharp.fsproj: Convert to SDK-style Fixes errors building in VS2022. * mdoc.Test.csproj: Update to SDK-style too * mdoc.Test.csproj no longer needs a direct FSharp.Core reference * mdoc.Test.FSharp.fsproj: Fix FSharp.Core reference https://github.com/dotnet/fsharp/blob/main/docs/fsharp-core-notes.md#how-to-explicitly-reference-fsharpcore * mdoc.Test.csproj: Restore manual WPF reference * Use AppendTargetFrameworkToOutputPath to avoid touching Makefiles * Update en.expected-fsharp/index.xml
2017-10-05DocStat: Moved changed flag to file loop, out of member loopMike Norman
2017-09-29Added command to fix some common summary errors.Mike Norman
2017-08-24Rationalized reporting of types needing type summariesMike Norman
2017-07-20Forced check for TBA as default for comparereport, added 'no-check-TBA' optionMike Norman
2017-07-17Fixed bug in comparereport command. Added unit tests.Mike Norman
2017-07-11Further refactoring. Added NUnit project and tests.Mike Norman
2017-07-11Moved element extraction to static method in CommandUtilsMike Norman
2017-07-11Refactored DocStat, plus added stub for comparereport commandMike Norman
2017-06-05Add README.md back in.Mike Norman
2017-06-02Tool to report on and bulk update ECMAXML filesMike Norman