Skip to content
Chen edited this page Mar 21, 2021 · 26 revisions

Welcome to the Wiki Client Library wiki!

This wiki contains general introduction for WCL, as well as some example code. If you have any suggestions on the wiki, feel free to open an issue.

If you are new to this, consider getting started from [MediaWiki] Getting started.

Prerequisites

WCL is targeting .NET 5.0 and .NET Standard 2.1. For a list of platform supporting .NET Standard 2.1, see .NET Standard#.NET implementation support. Generally speaking, you can consume this package on .NET Core 3.0 or above.

If you are on any platform versions prior than the ones mentioned above, you may use prior version of the WCL packages. WCL v0.7.x libraries target .NET Standard 1.1 and should support as low as .NET Core 1.0 / .NET Framework 4.5.

Hands-on experience

You do not need Visual Studio to try out WCL now.

There is also a WIP PSWikiClient that gives you a taste of WCL on PowerShell.

See also