mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 12:30:32 +00:00
| .. | ||
| Cosmos.Common | ||
| Cosmos.Common.Extensions | ||
| ReadMe.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>