Patch Declined: #14102
oliverbock has declined patch #14102.Comment:Regression test does not compile and therefore I have not added it. I have committed the new V8Version property. Please resubmit the test after making it work.
View ArticleClosed Issue: Note v8 version with release. [11087]
Could you tell me which version of v8 you have used for the latest release? (v0.7 at this time). Thank You.Comments: Committed new V8Version property.
View ArticleCommented Issue: Migrate to Git [10755]
Please ask CodePlex to migrate the repository from SVN/TFS to Git. This would probably simplify third-party development and help the community grow.Comments: ** Comment from web user: oliverbock ** I...
View ArticleCommented Issue: Migrate to Git [10755]
Please ask CodePlex to migrate the repository from SVN/TFS to Git. This would probably simplify third-party development and help the community grow.Comments: ** Comment from web user: chillitom **...
View ArticleReviewed: Javascript .NET v0.7 (三月 18, 2013)
Rated 5 Stars (out of 5) - good engine nonsupport .ToString()
View ArticleNew Post: Executing jquery templates on server.
I needed to provide a templating engine on the server-side for my CMS. I also want it to execute in a low permission or sandbox environment. Javascriptdotnet was the choice. Recently did something...
View ArticleCommented Issue: require not defined [11481]
I have a project that I'm working on to wrap JS to a C# Win Form, however, all but one runtime does not have require.require support: Node.JSComments: ** Comment from web user: noogen ** How would...
View ArticleCommented Issue: Global (Default) object. Like 'window' in browser [11361]
let me explain. For example we write:x = 1;In browser console it equals to window.x = 1;Is this possible to make the same thing using current JS engine? So, window is default object that will have all...
View ArticleCommented Issue: require not defined [11481]
I have a project that I'm working on to wrap JS to a C# Win Form, however, all but one runtime does not have require.require support: Node.JSComments: ** Comment from web user: ShaiHulud ** here is my...
View ArticleCommented Issue: Migrate to Git [10755]
Please ask CodePlex to migrate the repository from SVN/TFS to Git. This would probably simplify third-party development and help the community grow.Comments: ** Comment from web user: chillitom **...
View ArticleUpdated Wiki: Home
Project Description Javascript .NET integrates Google's V8 Javascript engine and exposes it to the CLI environment. Javascript .NET compiles (at runtime) and executes scripts directly from .NET code....
View ArticleUpdated Wiki: Home
Project Description Javascript .NET integrates Google's V8 Javascript engine and exposes it to the CLI environment. Javascript .NET compiles (at runtime) and executes scripts directly from .NET code....
View ArticleCommented Issue: Migrate to Git [10755]
Please ask CodePlex to migrate the repository from SVN/TFS to Git. This would probably simplify third-party development and help the community grow.Comments: ** Comment from web user: oliverbock ** I...
View ArticleNew Post: JavascriptDotNet source code is now on GitHub
chillitom has kindly copied the source code to GitHub. That is now the official source version. Binary builds are still hosted here on CodePlex, but that may change too.
View ArticleNew Post: JavascriptDotNet source code is now on GitHub
why did't convert it to GIT inplace. I think the support may do it (they convert my project to Mercurial).
View ArticleCreated Issue: Load External .js files within JavascriptContext block [11664]
Hello,Is it possible to load an external script within my JavascriptContext using block?```using (JavascriptContext context = new JavascriptContext()){// Script string script = @" var ret =...
View ArticleNew Post: JavascriptDotNet source code is now on GitHub
On 27/03/2013 11:11 PM, ShaiHulud wrote:From: ShaiHuludwhy did't convert it to GIT inplace. I think the support may do it (they convert my project to Mercurial). chillitom seemed keen, and I didn't...
View ArticleCommented Issue: Migrate to Git [10755]
Please ask CodePlex to migrate the repository from SVN/TFS to Git. This would probably simplify third-party development and help the community grow.Comments: ** Comment from web user: chillitom ** That...
View ArticleCommented Issue: Migrate to Git [10755]
Please ask CodePlex to migrate the repository from SVN/TFS to Git. This would probably simplify third-party development and help the community grow.Comments: ** Comment from web user: oliverbock **...
View Article