Edited Issue: Overload resolution not working with indexed property [25]
When an class have overloaded indexed property,overload resolution with the property does not work.class definition (C#)```public class MyDictionary{ public Object this[Int32 index]{ get { return...
View ArticleEdited Issue: Class Variable passed byval is adjusted in Sub [28]
Passing a variable (Class) to a sub and using the passed variable to make changes results in the calling routine having its copy adjusted suggesting that BYVAL is not being used for Class...
View ArticleEdited Issue: ClearScript not finding function added dynamically to window...
ClearScript apparently can't find a function added dynamically to the window object.In a regular html file, I can call "var passwordAnalysis = zxcvbn($(this).val(), penalties);" just fine.However, I am...
View ArticleCommented Feature: Camel case for properties/methods [59]
Hi,I am exposing existing .NET objects to my script now following .NET conventions I am using PascalCase for my names, is there any nice way that these can become camel cased once exposed to js?I don't...
View ArticleNew Post: Global camel case support
Hi, I mentioned this on my issue but thought I would start a discussion, what do we thing about adding the ability to add global camel case support. I was thinking something like...
View ArticleCommented Feature: Camel case for properties/methods [59]
Hi,I am exposing existing .NET objects to my script now following .NET conventions I am using PascalCase for my names, is there any nice way that these can become camel cased once exposed to js?I don't...
View ArticleNew Post: Global camel case support
Hi Stefan, That's an interesting idea. Some thoughts:​In ClearScript it probably would be easier and more natural if the resolver worked in the other direction - that is, if it took names issued by...
View ArticleCreated Unassigned: SEHException or AccessViolation under xUnit [60]
Whenever I try to run a test under xUnit using the built in Visual Studio Test Runner (with xUnit plugin) containing the V8Runtime, I get either an AccessViolation or an SEHException. The strange thing...
View ArticleCommented Unassigned: SEHException or AccessViolation under xUnit [60]
Whenever I try to run a test under xUnit using the built in Visual Studio Test Runner (with xUnit plugin) containing the V8Runtime, I get either an AccessViolation or an SEHException. The strange thing...
View ArticleCommented Unassigned: SEHException or AccessViolation under xUnit [60]
Whenever I try to run a test under xUnit using the built in Visual Studio Test Runner (with xUnit plugin) containing the V8Runtime, I get either an AccessViolation or an SEHException. The strange thing...
View ArticleCommented Unassigned: SEHException or AccessViolation under xUnit [60]
Whenever I try to run a test under xUnit using the built in Visual Studio Test Runner (with xUnit plugin) containing the V8Runtime, I get either an AccessViolation or an SEHException. The strange thing...
View ArticleCommented Unassigned: SEHException or AccessViolation under xUnit [60]
Whenever I try to run a test under xUnit using the built in Visual Studio Test Runner (with xUnit plugin) containing the V8Runtime, I get either an AccessViolation or an SEHException. The strange thing...
View ArticleNew Post: You guys should totally make this work with NuGet
Hey guys, a little late on this to help you out....but I put together a new package called ClearScript.Installer (https://www.nuget.org/packages/ClearScript.Installer/). This should install a compiled...
View ArticleNew Post: ClearScript installer for .Net 4.5 on Nuget.
Hey guys, I put together a Nuget package called ClearScript.Installer (https://www.nuget.org/packages/ClearScript.Installer/). This should install a compiled 5.4 version of ClearScript and also...
View ArticleCommented Unassigned: SEHException or AccessViolation under xUnit [60]
Whenever I try to run a test under xUnit using the built in Visual Studio Test Runner (with xUnit plugin) containing the V8Runtime, I get either an AccessViolation or an SEHException. The strange thing...
View ArticleNew Post: You guys should totally make this work with NuGet
Thanks eric, this could be just what I need!
View ArticleNew Post: ClearScript installer for .Net 4.5 on Nuget.
Looks great! Thank you! By the way, recent V8 drops require the enhanced C++11 support of Visual Studio 2013, so the next ClearScript release will require it as well. We'd love to hear from users...
View ArticleEdited Issue: Access violation running V8 tests in Visual Studio [60]
Whenever I try to run a test under xUnit using the built in Visual Studio Test Runner (with xUnit plugin) containing the V8Runtime, I get either an AccessViolation or an SEHException. The strange thing...
View ArticleCommented Issue: Access violation running V8 tests in Visual Studio [60]
Whenever I try to run a test under xUnit using the built in Visual Studio Test Runner (with xUnit plugin) containing the V8Runtime, I get either an AccessViolation or an SEHException. The strange thing...
View ArticleNew Post: ClearScript installer for .Net 4.5 on Nuget.
Cool thanks guys for the great product. Not a lot of effort to create the Nuget...nothing wrong with asking the community to pitch in a bit. :) I do wish you guys would consider migrating to GitHub. I...
View Article