<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>crossnet Release Rss Feed</title><link>http://www.codeplex.com/crossnet/Release/ProjectReleases.aspx</link><description>crossnet Release Rss Description</description><item><title>Updated Release: CrossNet 0.8.0.0 (Oct 14, 2007)</title><link>http://crossnet.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=7414</link><description>&lt;div&gt;&lt;b&gt;CrossNet is a cross platform .NET runtime.&lt;/b&gt;&lt;br&gt;It parses .NET assemblies and generates unmanaged C++ code that can be compiled on any standard C++ compiler.&lt;br&gt;&lt;br&gt;This is the first official release of CrossNet.&lt;br&gt;&lt;br&gt;With this release, you should be able to understand how CrossNet works and use it for your .NET projects.&lt;br&gt;Note that you will be mostly limited by your BCL's implementation. The parser is stable so that part should not cause major issues.&lt;br&gt;Also note that predefined types in CrossNetRuntime &lt;b&gt;do not&lt;/b&gt; have complete method declarations / definitions.&lt;br&gt;They are very easy to add as needed though, the more critical things are parser bugs as it is more difficult to fix.&lt;br&gt;&lt;br&gt;Contributions are needed for &lt;a href="http://www.codeplex.com/crossnetsystem"&gt;CrossNetSystem&lt;span&gt;&lt;/span&gt;&lt;/a&gt;. This is a BCL's implementation working with CrossNet.&lt;br&gt;&lt;br&gt;&lt;b&gt;Before you get started:&lt;/b&gt;&lt;br&gt;
&lt;ul&gt;&lt;li&gt;You need to download &lt;a href="http://www.aisto.com/roeder/dotnet/"&gt;Reflector&lt;span&gt;&lt;/span&gt;&lt;/a&gt; to be able to use CrossNet.&lt;/li&gt;&lt;/ul&gt;
  To compile the parser, you will have to update the reference accordingly (rename .exe to .dll, could even add it on the GAC).&lt;br&gt;  CrossNet 0.8.0.0 has been tested against Reflector 5.0.45.0.&lt;br&gt;
&lt;ul&gt;&lt;li&gt;When running Reflector the first time, you need to set the option View &amp;gt; Options &amp;gt; Disassembler &amp;gt; Optimization to .NET 2.0.&lt;/li&gt;&lt;/ul&gt;
  Support for .NET 3.5 is in progress in CrossNet, you will have incorrect behavior if you don't switch to .NET 2.0.&lt;br&gt;  Also make sure to add Reflector.CrossNet.dll in the list of add-ins.&lt;br&gt;
&lt;ul&gt;&lt;li&gt;CrossNet can only be run from a command line in Reflector (no support in the UI yet).&lt;/li&gt;&lt;/ul&gt;
  Here is an example for the command line:&lt;br&gt;  Reflector.exe /Run:Reflector.CrossNet /crossnet:example.xml&lt;br&gt;  example.xml is under Reflector.CrossNet, you will have to modify it to reference your own assemblies.&lt;br&gt;  During the parsing, Reflector's UI will be displayed but you won't be able to interact. This is expected behavior.&lt;br&gt;
&lt;ul&gt;&lt;li&gt;Most of .NET 2.0 features are supported with CrossNet 0.8.0.0, but again the most limiting factor will be BCL's implementation.&lt;/li&gt;&lt;/ul&gt;
  The expectation for release 1.0.0.0 is that all incompatibilities with .NET 2.0 will be minimum and clearly documented,&lt;br&gt;  All known parsing bugs will have been resolved, it will compile on major C++ compilers, predefined types will be completely implemented.&lt;br&gt;
&lt;ul&gt;&lt;li&gt;Finally if you have any question, comment, don't hesitate to use the forum. Please report any bugs to the issue tracker.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</description><author>OlivierNallet</author><pubDate>Thu, 16 Apr 2009 04:22:12 GMT</pubDate><guid isPermaLink="false">Updated Release: CrossNet 0.8.0.0 (Oct 14, 2007) 20090416042212A</guid></item><item><title>Released: CrossNet 0.8.0.0 (Oct 14, 2007)</title><link>http://crossnet.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=7414</link><description>&lt;div&gt;&lt;b&gt;CrossNet is a cross platform .NET runtime.&lt;/b&gt;&lt;br&gt;It parses .NET assemblies and generates unmanaged C++ code that can be compiled on any standard C++ compiler.&lt;br&gt;&lt;br&gt;This is the first official release of CrossNet.&lt;br&gt;&lt;br&gt;With this release, you should be able to understand how CrossNet works and use it for your .NET projects.&lt;br&gt;Note that you will be mostly limited by your BCL's implementation. The parser is stable so that part should not cause major issues.&lt;br&gt;Also note that predefined types in CrossNetRuntime &lt;b&gt;do not&lt;/b&gt; have complete method declarations / definitions.&lt;br&gt;They are very easy to add as needed though, the more critical things are parser bugs as it is more difficult to fix.&lt;br&gt;&lt;br&gt;Contributions are needed for &lt;a href="http://www.codeplex.com/crossnetsystem"&gt;CrossNetSystem&lt;span&gt;&lt;/span&gt;&lt;/a&gt;. This is a BCL's implementation working with CrossNet.&lt;br&gt;&lt;br&gt;&lt;b&gt;Before you get started:&lt;/b&gt;&lt;br&gt;
&lt;ul&gt;&lt;li&gt;You need to download &lt;a href="http://www.aisto.com/roeder/dotnet/"&gt;Reflector&lt;span&gt;&lt;/span&gt;&lt;/a&gt; to be able to use CrossNet.&lt;/li&gt;&lt;/ul&gt;
  To compile the parser, you will have to update the reference accordingly (rename .exe to .dll, could even add it on the GAC).&lt;br&gt;  CrossNet 0.8.0.0 has been tested against Reflector 5.0.45.0.&lt;br&gt;
&lt;ul&gt;&lt;li&gt;When running Reflector the first time, you need to set the option View &amp;gt; Options &amp;gt; Disassembler &amp;gt; Optimization to .NET 2.0.&lt;/li&gt;&lt;/ul&gt;
  Support for .NET 3.5 is in progress in CrossNet, you will have incorrect behavior if you don't switch to .NET 2.0.&lt;br&gt;  Also make sure to add Reflector.CrossNet.dll in the list of add-ins.&lt;br&gt;
&lt;ul&gt;&lt;li&gt;CrossNet can only be run from a command line in Reflector (no support in the UI yet).&lt;/li&gt;&lt;/ul&gt;
  Here is an example for the command line:&lt;br&gt;  Reflector.exe /Run:Reflector.CrossNet /crossnet:example.xml&lt;br&gt;  example.xml is under Reflector.CrossNet, you will have to modify it to reference your own assemblies.&lt;br&gt;  During the parsing, Reflector's UI will be displayed but you won't be able to interact. This is expected behavior.&lt;br&gt;
&lt;ul&gt;&lt;li&gt;Most of .NET 2.0 features are supported with CrossNet 0.8.0.0, but again the most limiting factor will be BCL's implementation.&lt;/li&gt;&lt;/ul&gt;
  The expectation for release 1.0.0.0 is that all incompatibilities with .NET 2.0 will be minimum and clearly documented,&lt;br&gt;  All known parsing bugs will have been resolved, it will compile on major C++ compilers, predefined types will be completely implemented.&lt;br&gt;
&lt;ul&gt;&lt;li&gt;Finally if you have any question, comment, don't hesitate to use the forum. Please report any bugs to the issue tracker.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</description><author></author><pubDate>Thu, 16 Apr 2009 04:22:12 GMT</pubDate><guid isPermaLink="false">Released: CrossNet 0.8.0.0 (Oct 14, 2007) 20090416042212A</guid></item><item><title>Updated Release: CrossNet 0.8.0.0 (Oct 14, 2007)</title><link>http://crossnet.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=7414</link><description>&lt;div&gt;&lt;b&gt;CrossNet is a cross platform .NET runtime.&lt;/b&gt;&lt;br&gt;It parses .NET assemblies and generates unmanaged C++ code that can be compiled on any standard C++ compiler.&lt;br&gt;&lt;br&gt;This is the first official release of CrossNet.&lt;br&gt;&lt;br&gt;With this release, you should be able to understand how CrossNet works and use it for your .NET projects.&lt;br&gt;Note that you will be mostly limited by your BCL's implementation. The parser is stable so that part should not cause major issues.&lt;br&gt;Also note that predefined types in CrossNetRuntime &lt;b&gt;do not&lt;/b&gt; have complete method declarations / definitions.&lt;br&gt;They are very easy to add as needed though, the more critical things are parser bugs as it is more difficult to fix.&lt;br&gt;&lt;br&gt;Contributions are needed for &lt;a href="http://www.codeplex.com/crossnetsystem"&gt;CrossNetSystem&lt;span&gt;&lt;/span&gt;&lt;/a&gt;. This is a BCL's implementation working with CrossNet.&lt;br&gt;&lt;br&gt;&lt;b&gt;Before you get started:&lt;/b&gt;&lt;br&gt;
&lt;ul&gt;&lt;li&gt;You need to download &lt;a href="http://www.aisto.com/roeder/dotnet/"&gt;Reflector&lt;span&gt;&lt;/span&gt;&lt;/a&gt; to be able to use CrossNet.&lt;/li&gt;&lt;/ul&gt;
  To compile the parser, you will have to update the reference accordingly (rename .exe to .dll, could even add it on the GAC).&lt;br&gt;  CrossNet 0.8.0.0 has been tested against Reflector 5.0.45.0.&lt;br&gt;
&lt;ul&gt;&lt;li&gt;When running Reflector the first time, you need to set the option View &amp;gt; Options &amp;gt; Disassembler &amp;gt; Optimization to .NET 2.0.&lt;/li&gt;&lt;/ul&gt;
  Support for .NET 3.5 is in progress in CrossNet, you will have incorrect behavior if you don't switch to .NET 2.0.&lt;br&gt;  Also make sure to add Reflector.CrossNet.dll in the list of add-ins.&lt;br&gt;
&lt;ul&gt;&lt;li&gt;CrossNet can only be run from a command line in Reflector (no support in the UI yet).&lt;/li&gt;&lt;/ul&gt;
  Here is an example for the command line:&lt;br&gt;  Reflector.exe /Run:Reflector.CrossNet /crossnet:example.xml&lt;br&gt;  example.xml is under Reflector.CrossNet, you will have to modify it to reference your own assemblies.&lt;br&gt;  During the parsing, Reflector's UI will be displayed but you won't be able to interact. This is expected behavior.&lt;br&gt;
&lt;ul&gt;&lt;li&gt;Most of .NET 2.0 features are supported with CrossNet 0.8.0.0, but again the most limiting factor will be BCL's implementation.&lt;/li&gt;&lt;/ul&gt;
  The expectation for release 1.0.0.0 is that all incompatibilities with .NET 2.0 will be minimum and clearly documented,&lt;br&gt;  All known parsing bugs will have been resolved, it will compile on major C++ compilers, predefined types will be completely implemented.&lt;br&gt;
&lt;ul&gt;&lt;li&gt;Finally if you have any question, comment, don't hesitate to use the forum. Please report any bugs to the issue tracker.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</description><author>OlivierNallet</author><pubDate>Thu, 16 Apr 2009 04:17:31 GMT</pubDate><guid isPermaLink="false">Updated Release: CrossNet 0.8.0.0 (Oct 14, 2007) 20090416041731A</guid></item><item><title>UPDATED RELEASE: CrossNet 0.8.0.0 (Oct 14, 2007)</title><link>http://www.codeplex.com/crossnet/Release/ProjectReleases.aspx?ReleaseId=7414</link><description>&amp;#42;CrossNet is a cross platform .NET runtime.&amp;#42;&lt;br /&gt;It parses .NET assemblies and generates unmanaged C&amp;#43;&amp;#43; code that can be compiled on any standard C&amp;#43;&amp;#43; compiler.&lt;br /&gt;&lt;br /&gt;This is the first official release of CrossNet.&lt;br /&gt;&lt;br /&gt;With this release, you should be able to understand how CrossNet works and use it for your .NET projects.&lt;br /&gt;Note that you will be mostly limited by your BCL&amp;#39;s implementation. The parser is stable so that part should not cause major issues.&lt;br /&gt;Also note that predefined types in CrossNetRuntime &amp;#42;do not&amp;#42; have complete method declarations &amp;#47; definitions.&lt;br /&gt;They are very easy to add as needed though, the more critical things are parser bugs as it is more difficult to fix.&lt;br /&gt;&lt;br /&gt;Contributions are needed for &amp;#91;url&amp;#58;CrossNetSystem&amp;#124;http&amp;#58;&amp;#47;&amp;#47;www.codeplex.com&amp;#47;crossnetsystem&amp;#93;. This is a BCL&amp;#39;s implementation working with CrossNet.&lt;br /&gt;&lt;br /&gt;&amp;#42;Before you get started&amp;#58;&amp;#42;&lt;br /&gt;&lt;br /&gt;&amp;#42; You need to download &amp;#91;url&amp;#58;Reflector&amp;#124;http&amp;#58;&amp;#47;&amp;#47;www.aisto.com&amp;#47;roeder&amp;#47;dotnet&amp;#47;&amp;#93; to be able to use CrossNet.&lt;br /&gt;  To compile the parser, you will have to update the reference accordingly &amp;#40;rename .exe to .dll, could even add it on the GAC&amp;#41;.&lt;br /&gt;  CrossNet 0.8.0.0 has been tested against Reflector 5.0.45.0.&lt;br /&gt;&lt;br /&gt;&amp;#42; When running Reflector the first time, you need to set the option View &amp;#62; Options &amp;#62; Disassembler &amp;#62; Optimization to .NET 2.0.&lt;br /&gt;  Support for .NET 3.5 is in progress in CrossNet, you will have incorrect behavior if you don&amp;#39;t switch to .NET 2.0.&lt;br /&gt;  Also make sure to add Reflector.CrossNet.dll in the list of add-ins.&lt;br /&gt;&lt;br /&gt;&amp;#42; CrossNet can only be run from a command line in Reflector &amp;#40;no support in the UI yet&amp;#41;.&lt;br /&gt;  Here is an example for the command line&amp;#58;&lt;br /&gt;  Reflector.exe &amp;#47;Run&amp;#58;Reflector.CrossNet &amp;#47;crossnet&amp;#58;example.xml&lt;br /&gt;  example.xml is under Reflector.CrossNet, you will have to modify it to reference your own assemblies.&lt;br /&gt;  During the parsing, Reflector&amp;#39;s UI will be displayed but you won&amp;#39;t be able to interact. This is expected behavior.&lt;br /&gt;&lt;br /&gt;&amp;#42; Most of .NET 2.0 features are supported with CrossNet 0.8.0.0, but again the most limiting factor will be BCL&amp;#39;s implementation.&lt;br /&gt;  The expectation for release 1.0.0.0 is that all incompatibilities with .NET 2.0 will be minimum and clearly documented,&lt;br /&gt;  All known parsing bugs will have been resolved, it will compile on major C&amp;#43;&amp;#43; compilers, predefined types will be completely implemented.&lt;br /&gt;&lt;br /&gt;&amp;#42; Finally if you have any question, comment, don&amp;#39;t hesitate to use the forum. Please report any bugs to the issue tracker.</description><author></author><pubDate>Sun, 21 Oct 2007 18:40:19 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: CrossNet 0.8.0.0 (Oct 14, 2007) 20071021064019P</guid></item><item><title>UPDATED RELEASE: CrossNet 0.8.0.0 (Oct 14, 2007)</title><link>http://www.codeplex.com/crossnet/Release/ProjectReleases.aspx?ReleaseId=7414</link><description>&amp;#42;CrossNet is a cross platform .NET runtime.&amp;#42;&lt;br /&gt;It parses .NET assemblies and generates unmanaged C&amp;#43;&amp;#43; code that can be compiled on any standard C&amp;#43;&amp;#43; compiler.&lt;br /&gt;&lt;br /&gt;This is the first official release of CrossNet.&lt;br /&gt;&lt;br /&gt;With this release, you should be able to understand how CrossNet works and use it for your .NET projects.&lt;br /&gt;Note that you will be mostly limited by your BCL&amp;#39;s implementation. The parser is stable so that part should not cause major issues.&lt;br /&gt;Also note that predefined types in CrossNetRuntime &amp;#42;do not&amp;#42; have complete method declarations &amp;#47; definitions.&lt;br /&gt;They are very easy to add as needed though, the more critical things are parser bugs as it is more difficult to fix.&lt;br /&gt;&lt;br /&gt;Contributions are needed for &amp;#91;url&amp;#58;CrossNetSystem&amp;#124;http&amp;#58;&amp;#47;&amp;#47;www.codeplex.com&amp;#47;crossnetsystem&amp;#93;. This is a BCL&amp;#39;s implementation working with CrossNet.&lt;br /&gt;&lt;br /&gt;&amp;#42;Before you get started&amp;#58;&amp;#42;&lt;br /&gt;&lt;br /&gt;&amp;#42; You need to download &amp;#91;url&amp;#58;Reflector&amp;#124;http&amp;#58;&amp;#47;&amp;#47;www.aisto.com&amp;#47;roeder&amp;#47;dotnet&amp;#47;&amp;#93; to be able to use CrossNet.&lt;br /&gt;  To compile the parser, you will have to update the reference accordingly &amp;#40;rename .exe to .dll, could even add it on the GAC&amp;#41;.&lt;br /&gt;  CrossNet 0.8.0.0 has been tested against Reflector 5.0.45.0.&lt;br /&gt;&lt;br /&gt;&amp;#42; When running Reflector the first time, you need to set the option View &amp;#62; Options &amp;#62; Disassembler &amp;#62; Optimization to .NET 2.0.&lt;br /&gt;  Support for .NET 3.5 is in progress in CrossNet, you will have incorrect behavior if you don&amp;#39;t switch to .NET 2.0.&lt;br /&gt;  Also make sure to add Reflector.CrossNet.dll in the list of add-ins.&lt;br /&gt;&lt;br /&gt;&amp;#42; CrossNet can only be run from a command line in Reflector &amp;#40;no support in the UI yet&amp;#41;.&lt;br /&gt;  Here is an example for the command line&amp;#58;&lt;br /&gt;  Reflector.exe &amp;#47;Run&amp;#58;Reflector.CrossNet &amp;#47;crossnet&amp;#58;example.xml&lt;br /&gt;  example.xml is under Reflector.CrossNet, you will have to modify it to reference your own assemblies.&lt;br /&gt;  During the parsing, Reflector&amp;#39;s UI will be displayed but you won&amp;#39;t be able to interact. This is expected behavior.&lt;br /&gt;&lt;br /&gt;&amp;#42; Most of .NET 2.0 features are supported with CrossNet 0.8.0.0, but again the most limiting factor will be BCL&amp;#39;s implementation.&lt;br /&gt;  The expectation for release 1.0.0.0 is that all incompatibilities with .NET 2.0 will be minimum and clearly documented,&lt;br /&gt;  All known parsing bugs will have been resolved, it will compile on major C&amp;#43;&amp;#43; compilers, predefined types will be completely implemented.&lt;br /&gt;&lt;br /&gt;&amp;#42; Finally if you have any question, comment, don&amp;#39;t hesitate to use the forum. Please report any bugs to the issue tracker.</description><author></author><pubDate>Sat, 20 Oct 2007 04:54:44 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: CrossNet 0.8.0.0 (Oct 14, 2007) 20071020045444A</guid></item><item><title>UPDATED RELEASE: CrossNet 0.8.0.0 (Oct 14, 2007)</title><link>http://www.codeplex.com/crossnet/Release/ProjectReleases.aspx?ReleaseId=7414</link><description>&amp;#42;CrossNet is a cross platform .NET runtime.&amp;#42;&lt;br /&gt;It parses .NET assemblies and generates unmanaged C&amp;#43;&amp;#43; code that can be compiled on any standard C&amp;#43;&amp;#43; compiler.&lt;br /&gt;&lt;br /&gt;This is the first official release of CrossNet.&lt;br /&gt;&lt;br /&gt;With this release, you should be able to understand how CrossNet works and use it for your .NET projects.&lt;br /&gt;Note that you will be mostly limited by your BCL&amp;#39;s implementation. The parser is stable so that part should not cause major issues.&lt;br /&gt;Also note that predefined types in CrossNetRuntime &amp;#42;do not&amp;#42; have complete method declarations &amp;#47; definitions.&lt;br /&gt;They are very easy to add as needed though, the more critical things are parser bugs as it is more difficult to fix.&lt;br /&gt;&lt;br /&gt;Contributions are needed for &amp;#91;url&amp;#58;CrossNetSystem&amp;#124;http&amp;#58;www.codeplex.com&amp;#47;crossnetsystem&amp;#93;. This is a BCL&amp;#39;s implementation working with CrossNet.&lt;br /&gt;&lt;br /&gt;&amp;#42;Before you get started&amp;#58;&amp;#42;&lt;br /&gt;&lt;br /&gt;&amp;#42; You need to download &amp;#91;url&amp;#58;Reflector&amp;#124;http&amp;#58;&amp;#47;&amp;#47;www.aisto.com&amp;#47;roeder&amp;#47;dotnet&amp;#47;&amp;#93; to be able to use CrossNet.&lt;br /&gt;  To compile the parser, you will have to update the reference accordingly &amp;#40;rename .exe to .dll, could even add it on the GAC&amp;#41;.&lt;br /&gt;  CrossNet 0.8.0.0 has been tested against Reflector 5.0.45.0.&lt;br /&gt;&lt;br /&gt;&amp;#42; When running Reflector the first time, you need to set the option View &amp;#62; Options &amp;#62; Disassembler &amp;#62; Optimization to .NET 2.0.&lt;br /&gt;  Support for .NET 3.5 is in progress in CrossNet, you will have incorrect behavior if you don&amp;#39;t switch to .NET 2.0.&lt;br /&gt;  Also make sure to add Reflector.CrossNet.dll in the list of add-ins.&lt;br /&gt;&lt;br /&gt;&amp;#42; CrossNet can only be run from a command line in Reflector &amp;#40;no support in the UI yet&amp;#41;.&lt;br /&gt;  Here is an example for the command line&amp;#58;&lt;br /&gt;  Reflector.exe &amp;#47;Run&amp;#58;Reflector.CrossNet &amp;#47;crossnet&amp;#58;example.xml&lt;br /&gt;  example.xml is under Reflector.CrossNet, you will have to modify it to reference your own assemblies.&lt;br /&gt;  During the parsing, Reflector&amp;#39;s UI will be displayed but you won&amp;#39;t be able to interact. This is expected behavior.&lt;br /&gt;&lt;br /&gt;&amp;#42; Most of .NET 2.0 features are supported with CrossNet 0.8.0.0, but again the most limiting factor will be BCL&amp;#39;s implementation.&lt;br /&gt;  The expectation for release 1.0.0.0 is that all incompatibilities with .NET 2.0 will be minimum and clearly documented,&lt;br /&gt;  All known parsing bugs will have been resolved, it will compile on major C&amp;#43;&amp;#43; compilers, predefined types will be completely implemented.&lt;br /&gt;&lt;br /&gt;&amp;#42; Finally if you have any question, comment, don&amp;#39;t hesitate to use the forum. Please report any bugs to the issue tracker.</description><author></author><pubDate>Sun, 14 Oct 2007 06:42:33 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: CrossNet 0.8.0.0 (Oct 14, 2007) 20071014064233A</guid></item><item><title>RELEASED: CrossNet 0.8.0.0 (Oct 14, 2007)</title><link>http://www.codeplex.com/crossnet/Release/ProjectReleases.aspx?ReleaseId=7414</link><description>&amp;#42;CrossNet is a cross platform .NET runtime.&amp;#42;&lt;br /&gt;It parses .NET assemblies and generates unmanaged C&amp;#43;&amp;#43; code that can be compiled on any standard C&amp;#43;&amp;#43; compiler.&lt;br /&gt;&lt;br /&gt;This is the first official release of CrossNet.&lt;br /&gt;&lt;br /&gt;With this release, you should be able to understand how CrossNet works and use it for your .NET projects.&lt;br /&gt;Note that you will be mostly limited by your BCL&amp;#39;s implementation. The parser is stable so that part should not cause major issues.&lt;br /&gt;Also note that predefined types in CrossNetRuntime &amp;#42;do not&amp;#42; have complete method declarations &amp;#47; definitions.&lt;br /&gt;They are very easy to add as needed though, the more critical things are parser bugs as it is more difficult to fix.&lt;br /&gt;&lt;br /&gt;Contributions are needed for &amp;#91;url&amp;#58;CrossNetSystem&amp;#124;http&amp;#58;www.codeplex.com&amp;#47;crossnetsystem&amp;#93;. This is a BCL&amp;#39;s implementation working with CrossNet.&lt;br /&gt;&lt;br /&gt;&amp;#42;Before you get started&amp;#58;&amp;#42;&lt;br /&gt;&lt;br /&gt;&amp;#42; You need to download &amp;#91;url&amp;#58;Reflector&amp;#124;http&amp;#58;&amp;#47;&amp;#47;www.aisto.com&amp;#47;roeder&amp;#47;dotnet&amp;#47;&amp;#93; to be able to use CrossNet.&lt;br /&gt;  To compile the parser, you will have to update the reference accordingly &amp;#40;rename .exe to .dll, could even add it on the GAC&amp;#41;.&lt;br /&gt;  CrossNet 0.8.0.0 has been tested against Reflector 5.0.45.0.&lt;br /&gt;&lt;br /&gt;&amp;#42; When running Reflector the first time, you need to set the option View &amp;#62; Options &amp;#62; Disassembler &amp;#62; Optimization to .NET 2.0.&lt;br /&gt;  Support for .NET 3.5 is in progress in CrossNet, you will have incorrect behavior if you don&amp;#39;t switch to .NET 2.0.&lt;br /&gt;  Also make sure to add Reflector.CrossNet.dll in the list of add-ins.&lt;br /&gt;&lt;br /&gt;&amp;#42; CrossNet can only be run from a command line in Reflector &amp;#40;no support in the UI yet&amp;#41;.&lt;br /&gt;  Here is an example for the command line&amp;#58;&lt;br /&gt;  Reflector.exe &amp;#47;Run&amp;#58;Reflector.CrossNet &amp;#47;crossnet&amp;#58;example.xml&lt;br /&gt;  example.xml is under Reflector.CrossNet, you will have to modify it to reference your own assemblies.&lt;br /&gt;  During the parsing, Reflector&amp;#39;s UI will be displayed but you won&amp;#39;t be able to interact. This is expected behavior.&lt;br /&gt;&lt;br /&gt;&amp;#42; Most of .NET 2.0 features are supported with CrossNet 0.8.0.0, but again the most limiting factor will be BCL&amp;#39;s implementation.&lt;br /&gt;  The expectation for release 1.0.0.0 is that all incompatibilities with .NET 2.0 will be minimum and clearly documented,&lt;br /&gt;  All known parsing bugs will have been resolved, it will compile on major C&amp;#43;&amp;#43; compilers, predefined types will be completely implemented.&lt;br /&gt;&lt;br /&gt;&amp;#42; Finally if you have any question, comment, don&amp;#39;t hesitate to use the forum. Please report any bugs to the issue tracker.</description><author></author><pubDate>Sun, 14 Oct 2007 06:42:33 GMT</pubDate><guid isPermaLink="false">RELEASED: CrossNet 0.8.0.0 (Oct 14, 2007) 20071014064233A</guid></item><item><title>UPDATED RELEASE: CrossNet 0.8.0.0 (Oct 14, 2007)</title><link>http://www.codeplex.com/crossnet/Release/ProjectReleases.aspx?ReleaseId=7414</link><description>&amp;#42;This is the first official release of CrossNet.&amp;#42;&lt;br /&gt;&lt;br /&gt;With this release, you should be able to understand how CrossNet works and use it for your .NET projects.&lt;br /&gt;Note that you will be mostly limited by your BCL&amp;#39;s implementation. The parser is stable so that part should not cause major issues.&lt;br /&gt;Also note that predefined types in CrossNetRuntime &amp;#42;do not&amp;#42; have complete method declarations &amp;#47; definitions.&lt;br /&gt;They are very easy to add as needed though, the more critical things are parser bugs as it is more difficult to fix.&lt;br /&gt;&lt;br /&gt;Contributions are needed for &amp;#91;url&amp;#58;CrossNetSystem&amp;#124;http&amp;#58;www.codeplex.com&amp;#47;crossnetsystem&amp;#93;. This is a BCL&amp;#39;s implementation working with CrossNet.&lt;br /&gt;&lt;br /&gt;&amp;#42;Before you get started&amp;#58;&amp;#42;&lt;br /&gt;&lt;br /&gt;&amp;#42; You need to download &amp;#91;url&amp;#58;Reflector&amp;#124;http&amp;#58;&amp;#47;&amp;#47;www.aisto.com&amp;#47;roeder&amp;#47;dotnet&amp;#47;&amp;#93; to be able to use CrossNet.&lt;br /&gt;  To compile the parser, you will have to update the reference accordingly &amp;#40;rename .exe to .dll, could even add it on the GAC&amp;#41;.&lt;br /&gt;  CrossNet 0.8.0.0 has been tested against Reflector 5.0.45.0.&lt;br /&gt;&lt;br /&gt;&amp;#42; When running Reflector the first time, you need to set the option View &amp;#62; Options &amp;#62; Disassembler &amp;#62; Optimization to .NET 2.0.&lt;br /&gt;  Support for .NET 3.5 is in progress in CrossNet, you will have incorrect behavior if you don&amp;#39;t switch to .NET 2.0.&lt;br /&gt;  Also make sure to add Reflector.CrossNet.dll in the list of add-ins.&lt;br /&gt;&lt;br /&gt;&amp;#42; CrossNet can only be run from a command line in Reflector &amp;#40;no support in the UI yet&amp;#41;.&lt;br /&gt;  Here is an example for the command line&amp;#58;&lt;br /&gt;  Reflector.exe &amp;#47;Run&amp;#58;Reflector.CrossNet &amp;#47;crossnet&amp;#58;example.xml&lt;br /&gt;  example.xml is under Reflector.CrossNet, you will have to modify it to reference your own assemblies.&lt;br /&gt;  During the parsing, Reflector&amp;#39;s UI will be displayed but you won&amp;#39;t be able to interact. This is expected behavior.&lt;br /&gt;&lt;br /&gt;&amp;#42; Most of .NET 2.0 features are supported with CrossNet 0.8.0.0, but again the most limiting factor will be BCL&amp;#39;s implementation.&lt;br /&gt;  The expectation for release 1.0.0.0 is that all incompatibilities with .NET 2.0 will be minimum and clearly documented,&lt;br /&gt;  All known parsing bugs will have been resolved, it will compile on major C&amp;#43;&amp;#43; compilers, predefined types will be completely implemented.&lt;br /&gt;&lt;br /&gt;&amp;#42; Finally if you have any question, comment, don&amp;#39;t hesitate to use the forum. Please report any bugs to the issue tracker.</description><author></author><pubDate>Sun, 14 Oct 2007 06:30:31 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: CrossNet 0.8.0.0 (Oct 14, 2007) 20071014063031A</guid></item><item><title>UPDATED RELEASE: Release 0.8.0.0 (Oct 14, 2007)</title><link>http://www.codeplex.com/crossnet/Release/ProjectReleases.aspx?ReleaseId=7414</link><description>&amp;#42;This is the first official release of CrossNet.&amp;#42;&lt;br /&gt;&lt;br /&gt;With this release, you should be able to understand how CrossNet works and use it for your .NET projects.&lt;br /&gt;Note that you will be mostly limited by your BCL&amp;#39;s implementation. The parser is stable so that part should not cause major issues.&lt;br /&gt;Also note that predefined types in CrossNetRuntime &amp;#42;do not&amp;#42; have complete method declarations &amp;#47; definitions.&lt;br /&gt;They are very easy to add as needed though, the more critical things are parser bugs as it is more difficult to fix.&lt;br /&gt;&lt;br /&gt;Contributions are needed for &amp;#91;url&amp;#58;CrossNetSystem&amp;#124;http&amp;#58;www.codeplex.com&amp;#47;crossnetsystem&amp;#93;. This is a BCL&amp;#39;s implementation working with CrossNet.&lt;br /&gt;&lt;br /&gt;&amp;#42;Before you get started&amp;#58;&amp;#42;&lt;br /&gt;&lt;br /&gt;&amp;#42; You need to download &amp;#91;url&amp;#58;Reflector&amp;#124;http&amp;#58;&amp;#47;&amp;#47;www.aisto.com&amp;#47;roeder&amp;#47;dotnet&amp;#47;&amp;#93; to be able to use CrossNet.&lt;br /&gt;  To compile the parser, you will have to update the reference accordingly &amp;#40;rename .exe to .dll, could even add it on the GAC&amp;#41;.&lt;br /&gt;  CrossNet 0.8.0.0 has been tested against Reflector 5.0.45.0.&lt;br /&gt;&lt;br /&gt;&amp;#42; When running Reflector the first time, you need to set the option View &amp;#62; Options &amp;#62; Disassembler &amp;#62; Optimization to .NET 2.0.&lt;br /&gt;  Support for .NET 3.5 is in progress in CrossNet, you will have incorrect behavior if you don&amp;#39;t switch to .NET 2.0.&lt;br /&gt;  Also make sure to add Reflector.CrossNet.dll in the list of add-ins.&lt;br /&gt;&lt;br /&gt;&amp;#42; CrossNet can only be run from a command line in Reflector &amp;#40;no support in the UI yet&amp;#41;.&lt;br /&gt;  Here is an example for the command line&amp;#58;&lt;br /&gt;  Reflector.exe &amp;#47;Run&amp;#58;Reflector.CrossNet &amp;#47;crossnet&amp;#58;example.xml&lt;br /&gt;  example.xml is under Reflector.CrossNet, you will have to modify it to reference your own assemblies.&lt;br /&gt;  During the parsing, Reflector&amp;#39;s UI will be displayed but you won&amp;#39;t be able to interact. This is expected behavior.&lt;br /&gt;&lt;br /&gt;&amp;#42; Most of .NET 2.0 features are supported with CrossNet 0.8.0.0, but again the most limiting factor will be BCL&amp;#39;s implementation.&lt;br /&gt;  The expectation for release 1.0.0.0 is that all incompatibilities with .NET 2.0 will be minimum and clearly documented,&lt;br /&gt;  All known parsing bugs will have been resolved, it will compile on major C&amp;#43;&amp;#43; compilers, predefined types will be completely implemented.&lt;br /&gt;&lt;br /&gt;&amp;#42; Finally if you have any question, comment, don&amp;#39;t hesitate to use the forum. Please report any bugs to the issue tracker.</description><author></author><pubDate>Sun, 14 Oct 2007 06:17:27 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: Release 0.8.0.0 (Oct 14, 2007) 20071014061727A</guid></item></channel></rss>