Among other things, the CLI specification describes the following five aspects:
In August 2000, Microsoft, Hewlett-Packard, Intel, and others worked to standardize CLI. By December 2001, it was ratified by the Ecma, with ISO/IEC standardization following in April 2003.
Microsoft and its partners hold patents for CLI. Ecma and ISO/IEC require that all patents essential to implementation be made available under "reasonable and non-discriminatory (RAND) terms." It is common for RAND licensing to require some royalty payment, which could be a cause for concern with Mono. As of January 2013, neither Microsoft nor its partners have identified any patents essential to CLI implementations subject to RAND terms.
As of July 2009,5 Microsoft added C# and CLI to the list of specifications that the Microsoft Community Promise applies to,6 so anyone can safely implement specified editions of the standards without fearing a patent lawsuit from Microsoft. To implement the CLI standard requires conformance to one of the supported and defined profiles of the standard, the minimum of which is the kernel profile. The kernel profile is actually a very small set of types to support in comparison to the well known core library of default .NET installations. However, the conformance clause of the CLI allows for extending the supported profile by adding new methods and types to classes, as well as deriving from new namespaces. But it does not allow for adding new members to interfaces. This means that the features of the CLI can be used and extended, as long as the conforming profile implementation does not change the behavior of a program intended to run on that profile, while allowing for unspecified behavior from programs written specifically for that implementation.
In 2012, Ecma and ISO/IEC published the new edition of the CLI standard.78
"ISO/IEC 23271:2012 - Information technology -- Common Language Infrastructure (CLI)". ISO. Archived from the original on July 2, 2023. http://www.iso.org/iso/home/store/catalogue_ics/catalogue_detail_ics.htm?csnumber=58046 ↩
"ECMA-335". ECMA International. June 2012. Archived from the original on October 16, 2023. https://www.ecma-international.org/publications-and-standards/standards/ecma-335/ ↩
"Introduction to Advanced Windows Store App Development using HTML5 and JavaScript". Microsoft Press Store. October 15, 2013. Archived from the original on March 30, 2023. https://www.microsoftpressstore.com/articles/article.aspx?p=2199428&seqNum=3 ↩
de Icaza, Miguel (September 15, 2011). "WinRT demystified". Archived from the original on November 30, 2023. https://tirania.org/blog/archive/2011/Sep-15.html ↩
Galli, Peter (July 6, 2009). "The Ecma C# and CLI Standards". Port 25. Archived from the original on July 9, 2009. Retrieved September 26, 2009. https://web.archive.org/web/20090709232640/http://port25.technet.com/archive/2009/07/06/the-ecma-c-and-cli-standards.aspx ↩
v-alje (March 16, 2023). "[MS-DEVCENTLP]: Microsoft Community Promise". Microsoft Learn. Retrieved May 1, 2023. https://learn.microsoft.com/en-us/openspecs/dev_center/ms-devcentlp/8b8d1b7a-a10a-4667-9558-6d9c43adf60d ↩