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
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
.
ClearFoundry
/
ClearScript
Public
Notifications
You must be signed in to change notification settings
Fork
167
Star
2k
Code
Issues
17
Pull requests
6
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
ClearScript
ClearScriptConsole
ClearScriptConsole.cs
on
master
User selector
All users
All time
Commit history
Commits on Dec 22, 2025
Version 7.5.1-preview: [V8] Added support for JavaScript explicit resource management and script-side host object disposal (GitHub Issue #533); [V8] added support for JavaScript object disposal fro…
Show description for c217047
ClearScriptLib
committed
c217047
View commit details
Copy full SHA for c217047
View code at this point
Browse repository at this point
Commits on Mar 7, 2025
ClearScript 7.5: [V8] added initial support for the new FastProxy API; overhauled the codebase in favor of static lambdas; replaced most scope objects with ref structures; minimized boxing and stru…
Show description for ebfa426
ClearScriptLib
committed
ebfa426
View commit details
Copy full SHA for ebfa426
View code at this point
Browse repository at this point
Commits on Mar 25, 2024
Version 7.4.5: [V8] Added AddPerformanceObject and SetTimerResolution to V8ScriptEngineFlags (GitHub Discussion #568); [V8] Enhanced execution and termination transitions, fixing GitHub Issue #560;…
Show description for 28663e5
ClearScriptLib
committed
28663e5
View commit details
Copy full SHA for 28663e5
View code at this point
Browse repository at this point
Commits on Apr 8, 2023
Version 7.4.1: Performance improvements: .NET method arguments and property/field values are now passed pre-decoded, eliminating decoding hops; property, field, and constructor bind caching acceler…
Show description for 3661fca
ClearScriptLib
committed
3661fca
View commit details
Copy full SHA for 3661fca
View code at this point
Browse repository at this point
Commits on Jan 22, 2021
ClearScript 7.1: Split out ClearScript.Windows.Core from ClearScript.Windows; added "core" Windows Script engine classes that don't require the Windows Desktop runtime; added support for Windows an…
Show description for 6aec9cd
ClearScriptLib
committed
6aec9cd
View commit details
Copy full SHA for 6aec9cd
View code at this point
Browse repository at this point
Commits on Nov 5, 2020
ClearScript 7.0 RC5: ClearScript.dll has been split into ClearScript.Core.dll, ClearScript.Windows.dll, and ClearScript.V8.dll; the project no longer builds distinct .NET Core libraries for non-Win…
Show description for be0de00
ClearScriptLib
committed
be0de00
View commit details
Copy full SHA for be0de00
View code at this point
Browse repository at this point
Commits on Oct 17, 2020
ClearScript 7.0 RC: Removed all C++/CLI code, paving the way for non-Windows builds and resolving GitHub Issue #197; switched to static linking for V8 and C++ libraries; added initial support for .…
Show description for 28d6aa2
ClearScriptLib
committed
28d6aa2
View commit details
Copy full SHA for 28d6aa2
View code at this point
Browse repository at this point
Commits on May 28, 2020
Version 6.0.2: Fixed error handling in JavaScriptExtensions.ToPromise; added JavaScriptExtensions.ToTask (GitHub Issue #182); added DocumentLoader.MaxCacheSize and DocumentCategory.MaxCacheSize; ad…
Show description for ee1a5e3
ClearScriptLib
committed
ee1a5e3
View commit details
Copy full SHA for ee1a5e3
View code at this point
Browse repository at this point
Commits on Apr 13, 2020
Version 6.0.1: Improved support for IIS least-privilege accounts (GitHub Issue #160); fixed 64-bit V8 initialization on Azure App Service (GitHub Issue #166); enabled DirectAccess for ComVisible .N…
Show description for 19ca67c
ClearScriptLib
committed
19ca67c
View commit details
Copy full SHA for 19ca67c
View code at this point
Browse repository at this point
Commits on Jul 31, 2019
ClearScript 5.6: Added initial support for JavaScript modules (V8 only, GitHub Issue #114); added initial support for CommonJS modules (V8 and JScript); added ScriptEngine.ExecuteDocument and Scrip…
Show description for 3f4e25e
ClearScriptLib
committed
3f4e25e
View commit details
Copy full SHA for 3f4e25e
View code at this point
Browse repository at this point
Commits on May 2, 2019
Version 5.5.6: Added experimental support for CPU profiling in V8ScriptEngine and V8Runtime; improved support for newer V8 features such as promises and WebAssembly; added Nothing class for better …
Show description for d4d6ba2
ClearScriptLib
committed
d4d6ba2
View commit details
Copy full SHA for d4d6ba2
View code at this point
Browse repository at this point
Commits on Aug 20, 2018
Version 5.5.3: Changed V8Update to use V8's GN-based build system; fixed VB.NET access to nonexistent JavaScript properties (GitHub Issue #47, Take 2); fixed script object serialization via Json.NE…
Show description for 8591cc5
ClearScriptLib
committed
8591cc5
View commit details
Copy full SHA for 8591cc5
View code at this point
Browse repository at this point
Commits on Dec 26, 2017
Version 5.5.1: Switched to custom WebSocket implementation for V8 Inspector; added V8ScriptEngineFlags.AwaitDebuggerAndPauseOnStart (GitHub Issue #22); added ToString() overrides to exception class…
Show description for 18710eb
ClearScriptLib
committed
18710eb
View commit details
Copy full SHA for 18710eb
View code at this point
Browse repository at this point
Commits on Nov 7, 2017
ClearScript 5.5: Added support for the V8 Inspector debugging protocol; added V8ScriptEngineFlags.EnableRemoteDebugging and V8RuntimeFlags.EnableRemoteDebugging; updated deployment, debugging, and …
Show description for 3273d22
ClearScriptLib
committed
3273d22
View commit details
Copy full SHA for 3273d22
View code at this point
Browse repository at this point
Commits on Apr 30, 2017
Switched to MIT license for GitHub migration.
ClearScriptLib
committed
47c60bd
View commit details
Copy full SHA for 47c60bd
View code at this point
Browse repository at this point
Commits on Feb 28, 2017
Version 5.4.9: Enabled V8 snapshot feature to accelerate V8ScriptEngine initialization; overhauled V8 interface, eliminating deprecated API usage and fixing Issue #116. Tested with V8 5.5.372.40.
ClearScriptLib
committed
a7ba104
View commit details
Copy full SHA for a7ba104
View code at this point
Browse repository at this point
Commits on Aug 2, 2013
Version 5.3.5: Fixed invocation of base interface methods on derived interface targets (Issue #14), fixed V8 and ClearScript builds on certain non-English locales (Issue #13), added boxed enum refe…
Show description for f961ab5
ClearScriptLib
committed
f961ab5
View commit details
Copy full SHA for f961ab5
View code at this point
Browse repository at this point
Commits on May 21, 2013
ClearScript 5.3: New V8 features (V8Runtime, compiled scripts, memory restrictions), simplified V8 deployment, V8Update enhancements, ScriptEngine.CollectGarbage(), host item caching, new tests.
ClearScriptLib
committed
9ebc236
View commit details
Copy full SHA for 9ebc236
View code at this point
Browse repository at this point
Commits on Mar 27, 2013
ClearScript 5.2: Revamped error handling, host member type restriction, V8Update improvements, bug fixes, test fixes.
ClearScriptLib
committed
6a0f089
View commit details
Copy full SHA for 6a0f089
View code at this point
Browse repository at this point
Commits on Jan 7, 2013
Project creation.
ClearScriptLib
committed
84a26f4
View commit details
Copy full SHA for 84a26f4
View code at this point
Browse repository at this point
Loading
You can’t perform that action at this time.