<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>Script#</title>
    <link>http://projects.nikhilk.net/ScriptSharp</link>
    <description>
      Script# brings the power and productivity of C# and .NET tools to Ajax development by compiling C# source code into regular JavaScript.
      This feed keeps you updated on any new content added to the project site, including new releases.
    </description>
    <lastBuildDate>Fri, 04 Nov 2011 18:15:51 GMT</lastBuildDate>
    <copyright>Copyright (c) 2012. All Rights Reserved.</copyright>
    <image>
      <url>http://projects.nikhilk.net/Content/Projects/ScriptSharp/Logo.png</url>
      <title>Script#</title>
      <link>http://projects.nikhilk.net/ScriptSharp</link>
    </image>
    <category>Project Information</category>
    <category>Release History</category>
    <category>Pages</category>
  
    <item>
      <title>Showcase</title>
      <category>Pages</category>
      <guid isPermaLink="true">http://projects.nikhilk.net/ScriptSharp/Showcase</guid>
      <link>http://projects.nikhilk.net/ScriptSharp/Showcase</link>
      <description>
        This page lists some interesting and note-worthy applications and sites based on Script#.
      </description>
      <pubDate>Tue, 12 Jan 2010 00:23:38 GMT</pubDate>
    </item>
  
    <item>
      <title>What's in Script#</title>
      <category>Pages</category>
      <guid isPermaLink="true">http://projects.nikhilk.net/ScriptSharp/Conceptual-What</guid>
      <link>http://projects.nikhilk.net/ScriptSharp/Conceptual-What</link>
      <description>
        This page describes the Script# runtime, the various other runtime and ScriptFX assemblies and what gets installed by the Script# installer.
      </description>
      <pubDate>Wed, 17 Dec 2008 16:47:55 GMT</pubDate>
    </item>
  
    <item>
      <title>Undering and Using Script#</title>
      <category>Pages</category>
      <guid isPermaLink="true">http://projects.nikhilk.net/ScriptSharp/Conceptual-Understanding</guid>
      <link>http://projects.nikhilk.net/ScriptSharp/Conceptual-Understanding</link>
      <description>
        This page describes how Script# works to compile C# source code into regular JavaScript.
      </description>
      <pubDate>Wed, 17 Dec 2008 16:47:35 GMT</pubDate>
    </item>
  
    <item>
      <title>About Script#</title>
      <category>Project Information</category>
      <guid isPermaLink="true">http://projects.nikhilk.net/ScriptSharp</guid>
      <link>http://projects.nikhilk.net/ScriptSharp</link>
      <description>
        Script# brings the power and productivity of C# and .NET tools to Ajax development by compiling C# source code into regular JavaScript.
      </description>
      <pubDate>Fri, 04 Nov 2011 18:15:51 GMT</pubDate>
    </item>
    <item>
      <title>Release 0.7.4.0</title>
      <category>Release History</category>
      <guid isPermaLink="true">http://projects.nikhilk.net/ScriptSharp/ReleaseHistory</guid>
      <link>http://projects.nikhilk.net/ScriptSharp/ReleaseHistory</link>
      <description>
          <div>
    <h2 class="sectionTitle">Latest Release 0.7.4 (10/23/2011)</h2>
    <p>Additions and Updates:</p>
    <ul>
      <li>Fix/update bing maps metadata bug.</li>      <li>Fix observable bug where access to an observed property without an observer registration would drop existing observers.</li>      <li>Remove /copyRefs flag from ssc.exe (script references are no longer copied to output folder) Same applies to ScriptCompilerExec task. The normal ScriptCompilerTask continues to provide this capability.</li>      <li>Some enum related changes: ToString/Enum parsing support removed (it didn't work for internal enums anyway), ToString on named enum values and strings skipped from generated script, enum values inlined, and internal enums are no longer generated.</li>    </ul>    <p>Fixes/Changes:</p>    <ul>      <li>[git #25] Importing multi-dimensional arrays</li>      <li>[git #56] Switch statement when used with more then 6 cases will generate a compile error</li>      <li>[git #62] Compile error due to assembly name sort order</li>      <li>[git #66] Support Nullable.GetValueOrDefault which is needed for ?? operator on nullables</li>      <li>[git #67] BREAKING CHANGE: DateTime to Date. Also no longer a value class. Date reflects script semantics more accurately (which is not that of a value type).</li>      <li>[git #84] Raise error for code which calls Type.CreateInstance with the results of a method call/property access directly.</li>      <li>[git #92] Don't generate internal consts since their values have been inlined even in debug builds (for symmetry with release builds). Also, at the same type skip generating types for internal enums marked as Named/NumericValues, since their values have been inlined as well. Also fixes [git #42] indirectly.</li>      <li>[git #93] Error compiling cross-referenced projects in 0.7.3. Fix by requiring explicit references, and reporting failure on not doing so instead of silent failure (this is temporary ... there must be a better msbuild way of including transitive closure of assemblies, but even referencing indirect references in the targets file raises an error to include explicit references).</li>      <li>[git #94] Raise error for code which calls Type.CreateInstance with the results of a method call/property access directly.</li>      <li>[git #96] Handle '+' unary operator</li>      <li>[git #97] Unable to generate code for projects that don't reference Script.Web.dll.</li>      <li>[git #103] Fix generation of custom delegates to use "Function" as generated script name</li>      <li>[git #107] ScriptAlias is not respected on types defined in the current assembly</li>      <li>[git #114] Window.ApplicationCache.Status.ToString() generates invalid JavaScript</li>    </ul>  </div>
      </description>
      <pubDate>Sun, 23 Oct 2011 00:00:00 GMT</pubDate>
    </item>
  </channel>
</rss>

