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 }}
SpotLabsNET
/
scriptsharp
Public
forked from
nikhilk/scriptsharp
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
scriptsharp
tests
on
cc
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 23, 2013
Merge pull request #386 from mattjphillips/add_tests_for_bases
Show description for d3d561b
nikhilk
committed
d3d561b
View commit details
Copy full SHA for d3d561b
View code at this point
Browse repository at this point
Minor formatting changes
nikhilk
committed
0e3f288
View commit details
Copy full SHA for 0e3f288
View code at this point
Browse repository at this point
Merge pull request #385 from mattjphillips/fail_on_compiler_error
Show description for a8b0a36
nikhilk
committed
a8b0a36
View commit details
Copy full SHA for a8b0a36
View code at this point
Browse repository at this point
Commits on Jun 21, 2013
Fix some whitespace.
mattjphillips
committed
66bf380
View commit details
Copy full SHA for 66bf380
View code at this point
Browse repository at this point
Add tests for base methods, properties, and indexes.
mattjphillips
committed
7602db3
View commit details
Copy full SHA for 7602db3
View code at this point
Browse repository at this point
When a compilation error occurs, fail any of the tests that are based on that compilation.
mattjphillips
committed
1d33e49
View commit details
Copy full SHA for 1d33e49
View code at this point
Browse repository at this point
Commits on Jun 19, 2013
Merge pull request #382 from mattjphillips/cc
Show description for 6dae908
nikhilk
committed
6dae908
View commit details
Copy full SHA for 6dae908
View code at this point
Browse repository at this point
Remove problematic optimization for local base class properties.
mattjphillips
committed
87cc02e
View commit details
Copy full SHA for 87cc02e
View code at this point
Browse repository at this point
Fix for issue #379: use known compile time base to build runtime expression.
mattjphillips
committed
2be30f9
View commit details
Copy full SHA for 2be30f9
View code at this point
Browse repository at this point
Commits on Jun 4, 2013
Fixed bug in Task implementation
Show description for 283e79d
nikhilk
committed
283e79d
View commit details
Copy full SHA for 283e79d
View code at this point
Browse repository at this point
Test fixes
nikhilk
committed
09d8721
View commit details
Copy full SHA for 09d8721
View code at this point
Browse repository at this point
Commits on Apr 20, 2013
String.Trim with ability to specify trim characters + updated tests
nikhilk
committed
cb6e0f3
View commit details
Copy full SHA for cb6e0f3
View code at this point
Browse repository at this point
Commits on Apr 19, 2013
Add ss.value as runtime impl of Script.Value; ?? operator generates ss.value to honor c# semantics (#358)
nikhilk
committed
b1e3243
View commit details
Copy full SHA for b1e3243
View code at this point
Browse repository at this point
Commits on Apr 18, 2013
Validate Script.Literal strings are valid String.Format strings (fix #360)
nikhilk
committed
40dc7ea
View commit details
Copy full SHA for 40dc7ea
View code at this point
Browse repository at this point
Script.IsTruthy, IsFalsey and Or (to replace Value) to fix issue #358
nikhilk
committed
18f37b7
View commit details
Copy full SHA for 18f37b7
View code at this point
Browse repository at this point
Commits on Mar 31, 2013
Optimze generated code to not use namespace qualification. Also looks cleaner.
Show description for b94e2eb
nikhilk
committed
b94e2eb
View commit details
Copy full SHA for b94e2eb
View code at this point
Browse repository at this point
Commits on Feb 20, 2013
Optimize generation of static classes by avoiding generation of an empty prototype.
nikhilk
committed
4754f21
View commit details
Copy full SHA for 4754f21
View code at this point
Browse repository at this point
Fix baselines after addition of ';' after static members,
Show description for 80abeb8
nikhilk
committed
80abeb8
View commit details
Copy full SHA for 80abeb8
View code at this point
Browse repository at this point
Merge branch 'cc' of https://github.com/nikhilk/scriptsharp into cc
nikhilk
committed
0a2af20
View commit details
Copy full SHA for 0a2af20
View code at this point
Browse repository at this point
Use a stable sort (using LINQ OrderBy rather than List.Sort) to preserve class declaration order
nikhilk
committed
9fc1e49
View commit details
Copy full SHA for 9fc1e49
View code at this point
Browse repository at this point
Commits on Feb 15, 2013
Update tests for write ";" after static functions
Show description for 6ff5842
aschoenebeck
committed
6ff5842
View commit details
Copy full SHA for 6ff5842
View code at this point
Browse repository at this point
Commits on Jan 25, 2013
Added Script.IsNaN/IsFinite
nikhilk
committed
c7965ca
View commit details
Copy full SHA for c7965ca
View code at this point
Browse repository at this point
Fix unit test for date parsing change
nikhilk
committed
2c0cacf
View commit details
Copy full SHA for 2c0cacf
View code at this point
Browse repository at this point
Commits on Dec 20, 2012
Added ability to reference scripts for inclusion within a script template.
nikhilk
committed
7f183fa
View commit details
Copy full SHA for 7f183fa
View code at this point
Browse repository at this point
Commits on Dec 19, 2012
Allow for test code that is in a subnamespace within a Tests namespace.
nikhilk
committed
2435d8d
View commit details
Copy full SHA for 2435d8d
View code at this point
Browse repository at this point
Commits on Dec 9, 2012
Fix mapping of String.TrimEnd. #296
nikhilk
committed
26c8c71
View commit details
Copy full SHA for 26c8c71
View code at this point
Browse repository at this point
Commits on Dec 7, 2012
Fix for invoking base methods in intermediate types in class hierarchies (issue 295)
nikhilk
committed
876fed5
View commit details
Copy full SHA for 876fed5
View code at this point
Browse repository at this point
Commits on Nov 15, 2012
Enable access to registry of api modules created by scripts loaded into the page
nikhilk
committed
922683a
View commit details
Copy full SHA for 922683a
View code at this point
Browse repository at this point
Commits on Nov 12, 2012
Fix calls to base members not defined in immediate parent classes
nikhilk
committed
01290c0
View commit details
Copy full SHA for 01290c0
View code at this point
Browse repository at this point
Commits on Nov 5, 2012
Script generation tweaks to closely support node.js commonjs module pattern
Show description for b1b6818
nikhilk
committed
b1b6818
View commit details
Copy full SHA for b1b6818
View code at this point
Browse repository at this point
Commits on Oct 26, 2012
Single line delegate declaration + invocation
Show description for aab2f2e
jamescourtney
committed
aab2f2e
View commit details
Copy full SHA for aab2f2e
View code at this point
Browse repository at this point
Commits on Oct 23, 2012
Handle non-string keys in Dictionary
nikhilk
committed
a4243b1
View commit details
Copy full SHA for a4243b1
View code at this point
Browse repository at this point
Commits on Oct 19, 2012
ScriptProperty changed to ScriptField (to reflect actual semantics, and free up ScriptProperty for future use)
nikhilk
committed
7b7e43a
View commit details
Copy full SHA for 7b7e43a
View code at this point
Browse repository at this point
Special case equality checks for date objects to make them work as expected.
Show description for 408e095
nikhilk
committed
408e095
View commit details
Copy full SHA for 408e095
View code at this point
Browse repository at this point
Commits on Oct 9, 2012
Consistency with regular mscorlib for number consts
nikhilk
committed
af2d554
View commit details
Copy full SHA for af2d554
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.