mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 04:18:43 +00:00
25 lines
669 B
HTML
25 lines
669 B
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" >
|
|
<head>
|
|
<title>Untitled Page</title>
|
|
</head>
|
|
<body>
|
|
|
|
<p>
|
|
The common dir contains assemblies that are common to all rings and can be used
|
|
by any of them.</p>
|
|
<p>
|
|
Rules</p>
|
|
<ul>
|
|
<li>No common assembly can reference any ring assembly.</li>
|
|
<li>Referenes are inbound only, never outbound</li>
|
|
</ul>
|
|
<p>
|
|
Examples</p>
|
|
<ul>
|
|
<li>Ring attribute definitions</li>
|
|
<li>Extension methods</li>
|
|
</ul>
|
|
|
|
</body>
|
|
</html>
|