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 }}
csharpbuilder
/
ClearScript
Public
forked from
ClearFoundry/ClearScript
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
ClearScript
NetCore
ClearScriptConsole
on
master
User selector
All users
All time
Commit history
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 Dec 3, 2024
Don't depend on vulnerable packages (#614)
AnsisMalins
authored
b594ec1
View commit details
Copy full SHA for b594ec1
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 Aug 19, 2023
Version 7.4.3: Improved handling of anonymous host types; [V8] [JScript] added support for JSON modules; [V8] made host object toJSON method non-enumerable; [V8] added enhanced compilation APIs (Gi…
Show description for 959ec3c
ClearScriptLib
committed
959ec3c
View commit details
Copy full SHA for 959ec3c
View code at this point
Browse repository at this point
Commits on Mar 9, 2023
ClearScript 7.4: Generic script objects now implement IDictionary<string, object>; added JavaScriptExtensions.ToEnumerable and ToAsyncEnumerable (GitHub Issue #494); DocumentAccessFlags.AllowCatego…
Show description for 381b548
ClearScriptLib
committed
381b548
View commit details
Copy full SHA for 381b548
View code at this point
Browse repository at this point
Commits on Jan 23, 2023
Version 7.3.7: Added one-way CommonJS-ES6 module interop; fixed an intermittent ClearScriptV8 crash (GitHub Issue #478); added IScriptEngine, IScriptObject, IJavaScriptObject, JavaScriptObjectKind,…
Show description for 5d34842
ClearScriptLib
committed
5d34842
View commit details
Copy full SHA for 5d34842
View code at this point
Browse repository at this point
Commits on Dec 8, 2022
Bump Newtonsoft.Json in /NetCore/ClearScriptConsole (#462)
Show description for 91dd18f
dependabot[bot]
authored
91dd18f
View commit details
Copy full SHA for 91dd18f
View code at this point
Browse repository at this point
Commits on Nov 12, 2022
Version 7.3.5: Added support for script object identity comparison (GitHub Issue #422); overhauled scriptable enumerators to fix GitHub Issue #423; eliminated default V8 platform to fix process exi…
Show description for 5fe5403
ClearScriptLib
committed
5fe5403
View commit details
Copy full SHA for 5fe5403
View code at this point
Browse repository at this point
Commits on Jun 2, 2022
ClearScript 7.3: Added V8ScriptEngineFlags.EnableStringifyEnhancements (GitHub Issue #376); the V8 ICU data is now packaged as a managed library to ease deployment; V8 and JScript startup scripts a…
Show description for 51dc719
ClearScriptLib
committed
51dc719
View commit details
Copy full SHA for 51dc719
View code at this point
Browse repository at this point
Commits on May 1, 2022
Version 7.2.5: Added V8Runtime.HeapSizeViolationPolicy and V8ScriptEngine.RuntimeHeapSizeViolationPolicy (GitHub Issue #369); added ScriptEngine.VoidResultValue and made VoidResult.Value public (Gi…
Show description for 70a9c6f
ClearScriptLib
committed
70a9c6f
View commit details
Copy full SHA for 70a9c6f
View code at this point
Browse repository at this point
Commits on Mar 29, 2022
Version 7.2.4: Added V8ScriptEngineFlags.UseCaseInsensitiveMemberBinding (GitHub Issue #363); restored compatibility with older Linux systems going back to glibc-2.23 (GitHub Issue #362); overhaule…
Show description for d6cc677
ClearScriptLib
committed
d6cc677
View commit details
Copy full SHA for d6cc677
View code at this point
Browse repository at this point
Commits on May 26, 2021
Version 7.1.3: Added V8Settings.EnableTopLevelAwait; host collections and async enumerables now support "for await...of" in V8 (GitHub Issue #259 ); added ScriptEngine.DisableExtensionMethods (GitH…
Show description for 7f7cc4e
ClearScriptLib
committed
7f7cc4e
View commit details
Copy full SHA for 7f7cc4e
View code at this point
Browse repository at this point
Commits on Nov 19, 2020
Fix fast up to date check (#211)
Show description for 9cd3598
drewnoakes
authored
9cd3598
View commit details
Copy full SHA for 9cd3598
View code at this point
Browse repository at this point
Commits on Nov 18, 2020
ClearScript 7.0: Added .NET 5.0 targets; unified target-specific code via system packages; converted .NET Framework projects to SDK-style; added support for future runtimes; cleaned up project file…
Show description for c12b3e7
ClearScriptLib
committed
c12b3e7
View commit details
Copy full SHA for c12b3e7
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 Dec 17, 2019
ClearScript 6.0: Added preliminary support for .NET Core 3.1 on Windows (GitHub Issue #9); added support for system documents (GitHub Issue #143); added IList implementation to V8 arrays; added Ext…
Show description for 66738ce
ClearScriptLib
committed
66738ce
View commit details
Copy full SHA for 66738ce
View code at this point
Browse repository at this point
Loading
You can’t perform that action at this time.