Cosmos/source/Cosmos.Debug.Kernel
Elia Sulimanov 32aeb7f2c3 Made API documentation visable while using the userkit
Added GenerateDocumentationFile property in all the libs, so xml documentation would be generated with the NuGet package.
2020-06-01 16:13:22 +03:00
..
Properties
.editorconfig
Cosmos.Debug.Kernel.csproj Made API documentation visable while using the userkit 2020-06-01 16:13:22 +03:00
Debugger.cs
ReadMe.html

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
	<head>
		<title></title>
	</head>
	<body>
	
	    <p>
            Cosmos.Debug.Kernel is a special assembly and is not in any ring. It can also be 
            accessed from any ring. Special care must be kept to keep only debugging 
            functions in this assembly, and not to allow such ringless behaviour to be 
            implemented in other assemblies.</p>
        <p>
            Cosmos.Debug.Kernel must not contain any references to any kernel units. All 
            references from kernel units must be incoming only.</p>
	
	</body>
</html>