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
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 }}
eshack94
/
JavaScriptServices
Public
forked from
aspnet/JavaScriptServices
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
JavaScriptServices
src
Microsoft.AspNetCore.NodeServices
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 19, 2018
Fix links that assumed branch "dev" exists (which doesn't) (#1725)
Show description for 6019098
MSeifert04
authored and
SteveSandersonMS
committed
6019098
View commit details
Copy full SHA for 6019098
View code at this point
Browse repository at this point
Commits on Jul 2, 2018
[automated] Change default branch to master
Nate McMaster (automated)
committed
d742bea
View commit details
Copy full SHA for d742bea
View code at this point
Browse repository at this point
Commits on Jun 14, 2018
Set 2.1 baselines
ryanbrandenburg
committed
1e85713
View commit details
Copy full SHA for 1e85713
View code at this point
Browse repository at this point
Commits on Apr 16, 2018
Performance fix
Show description for 78f7dcc
Tadas Mazutis
authored and
SteveSandersonMS
committed
78f7dcc
View commit details
Copy full SHA for 78f7dcc
View code at this point
Browse repository at this point
Commits on Mar 16, 2018
Set 2.0 baselines
ryanbrandenburg
committed
8553647
View commit details
Copy full SHA for 8553647
View code at this point
Browse repository at this point
Commits on Nov 3, 2017
Pin tool and package versions to make builds more repeatable
Show description for 2d98a18
Nate McMaster
committed
2d98a18
View commit details
Copy full SHA for 2d98a18
View code at this point
Browse repository at this point
Commits on Aug 31, 2017
Use PackageLineup to manage PackageReference versions
Nate McMaster
committed
a0269fb
View commit details
Copy full SHA for a0269fb
View code at this point
Browse repository at this point
Commits on Aug 30, 2017
Use Directory.Build.props/targets (#1235)
natemcmaster
authored
64ed1c7
View commit details
Copy full SHA for 64ed1c7
View code at this point
Browse repository at this point
Commits on Aug 21, 2017
In non-ASP.NET apps, default project path to current working directory. Fixes #1100.
SteveSandersonMS
committed
a40adab
View commit details
Copy full SHA for a40adab
View code at this point
Browse repository at this point
Small grammatical fix to README.md
slathrop
authored and
SteveSandersonMS
committed
a7e715c
View commit details
Copy full SHA for a7e715c
View code at this point
Browse repository at this point
Commits on Aug 2, 2017
Added Timeout to HttpClient to always be longer than the InvocationTimeoutMilliseconds.
Show description for 372e597
ericgreenmix
authored and
SteveSandersonMS
committed
372e597
View commit details
Copy full SHA for 372e597
View code at this point
Browse repository at this point
Commits on Jul 12, 2017
Complete the lstat patching for #1101
SteveSandersonMS
committed
576e3de
View commit details
Copy full SHA for 576e3de
View code at this point
Browse repository at this point
Commits on Jul 11, 2017
On Windows, patch Node's lstat to work around permissions error. Fixes #1101
SteveSandersonMS
committed
22ff88a
View commit details
Copy full SHA for 22ff88a
View code at this point
Browse repository at this point
Commits on Jul 6, 2017
In core packages, set <None Remove="node_modules\**\*" /> otherwise builds are super slow
SteveSandersonMS
committed
943fb2f
View commit details
Copy full SHA for 943fb2f
View code at this point
Browse repository at this point
Commits on Jul 3, 2017
Fix error formatting by rebuilding entrypoint-http.js
SteveSandersonMS
committed
9cce26e
View commit details
Copy full SHA for 9cce26e
View code at this point
Browse repository at this point
Use GetRandomFileName instead of GetTempFileName. Fixes #1060
SteveSandersonMS
committed
513d288
View commit details
Copy full SHA for 513d288
View code at this point
Browse repository at this point
Check for null during node process disposal. Fixes #1061
SteveSandersonMS
committed
429a432
View commit details
Copy full SHA for 429a432
View code at this point
Browse repository at this point
Commits on Jun 20, 2017
Removed unused methods
rosieks
authored and
SteveSandersonMS
committed
4ceed81
View commit details
Copy full SHA for 4ceed81
View code at this point
Browse repository at this point
Throwing HttpInvocationException instead of generic Exception
rosieks
authored and
SteveSandersonMS
committed
6d85e75
View commit details
Copy full SHA for 6d85e75
View code at this point
Browse repository at this point
Commits on Jun 11, 2017
Update debugger detection to support Node v8.1+, and stop aborting if debugger messages are unrecognised.
SteveSandersonMS
committed
a3bcc0d
View commit details
Copy full SHA for a3bcc0d
View code at this point
Browse repository at this point
Commits on Jun 7, 2017
Remove System.Runtime.Loader dependency to enable net461 support. Use IApplicationLifetime instead of AssemblyLoadContext.Default.Unloading.
SteveSandersonMS
committed
b444831
View commit details
Copy full SHA for b444831
View code at this point
Browse repository at this point
Move core packages to netstandard2.0
SteveSandersonMS
committed
2aaceaa
View commit details
Copy full SHA for 2aaceaa
View code at this point
Browse repository at this point
Commits on May 24, 2017
Fix Node debugging by catching warning
novascreen
authored and
SteveSandersonMS
committed
c592282
View commit details
Copy full SHA for c592282
View code at this point
Browse repository at this point
Commits on May 22, 2017
Generate Documentation files
ryanbrandenburg
authored and
SteveSandersonMS
committed
3645ae6
View commit details
Copy full SHA for 3645ae6
View code at this point
Browse repository at this point
Commits on May 18, 2017
Remove obsolete 1.x APIs
SteveSandersonMS
committed
33cc640
View commit details
Copy full SHA for 33cc640
View code at this point
Browse repository at this point
Update libraries and samples to .NET Core 2.0
SteveSandersonMS
committed
244deca
View commit details
Copy full SHA for 244deca
View code at this point
Browse repository at this point
Rename Angular2Spa to AngularSpa, plus rephrase "Angular 2" as "Angular" in many places
SteveSandersonMS
committed
85e59ef
View commit details
Copy full SHA for 85e59ef
View code at this point
Browse repository at this point
Commits on May 4, 2017
Make versions consistent across all .NET projects
SteveSandersonMS
committed
decb13b
View commit details
Copy full SHA for decb13b
View code at this point
Browse repository at this point
Have CI build 1.1.1 RTM versions of NodeServices/SpaServices for release
SteveSandersonMS
committed
6300f6c
View commit details
Copy full SHA for 6300f6c
View code at this point
Browse repository at this point
Commits on Mar 29, 2017
Tiny shortcut to reduce string checking in non-debug scenarios
SteveSandersonMS
committed
1f03b1e
View commit details
Copy full SHA for 1f03b1e
View code at this point
Browse repository at this point
Revert IsWarning code path to avoid breaking change (e.g., if someone overrode OnErrorDataReceived to receive such lines)
SteveSandersonMS
committed
8544714
View commit details
Copy full SHA for 8544714
View code at this point
Browse repository at this point
Support V8 Inspector Integration for Node.js
Show description for 0c09c68
Thomas Hermann
authored and
SteveSandersonMS
committed
0c09c68
View commit details
Copy full SHA for 0c09c68
View code at this point
Browse repository at this point
Commits on Mar 1, 2017
Unify dependency versions across all non-template projects
natemcmaster
authored and
SteveSandersonMS
committed
3058c05
View commit details
Copy full SHA for 3058c05
View code at this point
Browse repository at this point
Commits on Feb 28, 2017
Migrate to csproj (#703)
Show description for a79bc75
SteveSandersonMS
authored
a79bc75
View commit details
Copy full SHA for a79bc75
View code at this point
Browse repository at this point
Commits on Jan 30, 2017
Bump NodeServices/SpaServices package versions to 1.1.0-rtm for release
SteveSandersonMS
committed
d69b65e
View commit details
Copy full SHA for d69b65e
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.