Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
JavascriptNet
/
Javascript.Net
Public
Notifications
You must be signed in to change notification settings
Fork
156
Star
834
Code
Issues
14
Pull requests
1
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
Javascript.Net
Tests
Noesis.Javascript.Tests
on
master
User selector
All users
All time
Commit history
Commits on Mar 13, 2026
Add debugger support (#118)
Show description for 3018313
chris-james-displayr
authored
3018313
View commit details
Copy full SHA for 3018313
View code at this point
Browse repository at this point
Commits on Jan 15, 2026
Remove code that was added for debugging
bwinsley
committed
08e70b8
View commit details
Copy full SHA for 08e70b8
View code at this point
Browse repository at this point
Track converted objects in a vector to avoid destructor issues during exceptions
bwinsley
committed
a784f1d
View commit details
Copy full SHA for a784f1d
View code at this point
Browse repository at this point
Commits on Dec 19, 2025
Catch .NET exceptions that might occur during a MoveNext call inside an
Show description for 0123e73
spahnke
committed
0123e73
View commit details
Copy full SHA for 0123e73
View code at this point
Browse repository at this point
Update V8 to 11.9.169.4
Show description for 48557b9
spahnke
committed
48557b9
View commit details
Copy full SHA for 48557b9
View code at this point
Browse repository at this point
Upgrade to NET8 (#114)
Show description for 1231fcd
bwinsley
and
Copilot
authored
1231fcd
View commit details
Copy full SHA for 1231fcd
View code at this point
Browse repository at this point
Commits on Feb 2, 2022
Target .NET Framework 4.7.2
spahnke
committed
000fe9e
View commit details
Copy full SHA for 000fe9e
View code at this point
Browse repository at this point
Commits on Aug 13, 2020
Make sure zero bytes are not discarded when converting strings for exceptions
spahnke
authored and
oliverbock
committed
e65a77b
View commit details
Copy full SHA for e65a77b
View code at this point
Browse repository at this point
Use better API to determine execution termination and clean up comments
spahnke
authored and
oliverbock
committed
156b1a5
View commit details
Copy full SHA for 156b1a5
View code at this point
Browse repository at this point
Commits on Aug 11, 2020
Update V8 to 8.4.371.13
spahnke
authored and
oliverbock
committed
95b6490
View commit details
Copy full SHA for 95b6490
View code at this point
Browse repository at this point
Update V8 to 8.2 and project to Visual Studio 2019
spahnke
authored and
oliverbock
committed
e7b98f4
View commit details
Copy full SHA for e7b98f4
View code at this point
Browse repository at this point
Commits on Aug 7, 2019
Add ToString method on JavascriptFunction that returns the function definition like JS does
spahnke
authored and
oliverbock
committed
5ca68d1
View commit details
Copy full SHA for 5ca68d1
View code at this point
Browse repository at this point
Add support for the BigInt type
spahnke
authored and
oliverbock
committed
49d939e
View commit details
Copy full SHA for 49d939e
View code at this point
Browse repository at this point
Commits on May 29, 2019
Make sure zero bytes are not discarded when converting strings
Show description for 08a8acb
spahnke
committed
08a8acb
View commit details
Copy full SHA for 08a8acb
View code at this point
Browse repository at this point
Commits on Apr 11, 2019
RS-4695: Fixed error handling when string could not be converted to an enum.
oliverbock
committed
90dc8e7
View commit details
Copy full SHA for 90dc8e7
View code at this point
Browse repository at this point
Commits on Mar 20, 2019
Fix conversion of dates from C# to V8
Show description for b82bdcd
spahnke
authored and
oliverbock
committed
b82bdcd
View commit details
Copy full SHA for b82bdcd
View code at this point
Browse repository at this point
Commits on Mar 4, 2019
Correct date conversions
Show description for 262c5ac
spahnke
authored and
oliverbock
committed
262c5ac
View commit details
Copy full SHA for 262c5ac
View code at this point
Browse repository at this point
Commits on Feb 26, 2019
Add support for the `Symbol.iterator` function on objects implementing
Show description for 7763f82
spahnke
authored and
oliverbock
committed
7763f82
View commit details
Copy full SHA for 7763f82
View code at this point
Browse repository at this point
Commits on Feb 25, 2019
Added generic convenience method for registering constructors
Erik Schilling
authored and
oliverbock
committed
2f3437f
View commit details
Copy full SHA for 2f3437f
View code at this point
Browse repository at this point
Added test for prototype extension
Erik Schilling
authored and
oliverbock
committed
823e2c1
View commit details
Copy full SHA for 823e2c1
View code at this point
Browse repository at this point
Add support for registered constructors
Show description for b4e3cb5
Erik Schilling
authored and
oliverbock
committed
b4e3cb5
View commit details
Copy full SHA for b4e3cb5
View code at this point
Browse repository at this point
Commits on Nov 28, 2018
Use ReferenceEquals to prevent infinite recursion; add regression test for the equals operator
spahnke
authored and
oliverbock
committed
954401f
View commit details
Copy full SHA for 954401f
View code at this point
Browse repository at this point
Now store references to extand JavascriptFunctions in weak references, so they won't take so much space when not needed anymore.
oliverbock
committed
963c069
View commit details
Copy full SHA for 963c069
View code at this point
Browse repository at this point
Defended JavascriptFunction against use after a context has been disposed.
oliverbock
committed
f9ffa44
View commit details
Copy full SHA for f9ffa44
View code at this point
Browse repository at this point
Commits on Nov 8, 2018
Replaced RunIsolatesTest with IsolatesRunSimultaneously, which won't fail when the test machine is slow.
oliverbock
committed
5bc4e57
View commit details
Copy full SHA for 5bc4e57
View code at this point
Browse repository at this point
Commits on Nov 7, 2018
Cap length of supplied parameters array at maximum available parameters; add test case for ignoring redundant parameters
spahnke
authored and
oliverbock
committed
4a73ecf
View commit details
Copy full SHA for 4a73ecf
View code at this point
Browse repository at this point
Pass default value if optional parameters are omitted using undefined
spahnke
authored and
oliverbock
committed
12efc48
View commit details
Copy full SHA for 12efc48
View code at this point
Browse repository at this point
Revise tests and add test case for omitting default parameters in the middle using undefined
spahnke
authored and
oliverbock
committed
7e722d8
View commit details
Copy full SHA for 7e722d8
View code at this point
Browse repository at this point
Support default parameters in method invocations
Show description for 8715a39
spahnke
authored and
oliverbock
committed
8715a39
View commit details
Copy full SHA for 8715a39
View code at this point
Browse repository at this point
Add tests for method calls
spahnke
authored and
oliverbock
committed
831c985
View commit details
Copy full SHA for 831c985
View code at this point
Browse repository at this point
Commits on Oct 30, 2018
Refactor dictionary access to use indexer
Mark Schareina
authored and
oliverbock
committed
cb7d2de
View commit details
Copy full SHA for cb7d2de
View code at this point
Browse repository at this point
Allow changes in dictionaries to be synced with the managed code
Mark Schareina
authored and
oliverbock
committed
2b83a94
View commit details
Copy full SHA for 2b83a94
View code at this point
Browse repository at this point
Commits on Oct 22, 2018
Add support to convert from .NET Regex to JS RegExp objects
spahnke
authored and
oliverbock
committed
cd23836
View commit details
Copy full SHA for cd23836
View code at this point
Browse repository at this point
Add support to convert JS RegExp to .NET Regex objects
spahnke
authored and
oliverbock
committed
d73107e
View commit details
Copy full SHA for d73107e
View code at this point
Browse repository at this point
Commits on Sep 24, 2018
Add tests for the time components as well
spahnke
authored and
oliverbock
committed
80098be
View commit details
Copy full SHA for 80098be
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.