This website requires JavaScript.
Explore
Help
Sign In
github
/
JavaScriptServices
Watch
1
Star
1
Fork
0
You've already forked JavaScriptServices
mirror of
https://github.com/aspnet/JavaScriptServices.git
synced
2025-12-22 17:47:53 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a3bcc0d8633f1b615ac82604107ef4b7f7f3b85c
JavaScriptServices
/
src
/
Microsoft.AspNetCore.NodeServices
/
HostingModels
History
Steve Sanderson
a3bcc0d863
Update debugger detection to support Node v8.1+, and stop aborting if debugger messages are unrecognised.
2017-06-11 20:28:14 +01:00
..
HttpNodeInstance.cs
Remove System.Runtime.Loader dependency to enable net461 support. Use IApplicationLifetime instead of AssemblyLoadContext.Default.Unloading.
2017-06-07 14:58:44 +01:00
INodeInstance.cs
Add XML docs to core packages
2016-11-29 16:03:15 +00:00
NodeInvocationException.cs
When Node is launched with a debug listener, disable connection draining on restart.
Fixes
#506
.
2017-01-20 17:32:26 +00:00
NodeInvocationInfo.cs
Add XML docs to core packages
2016-11-29 16:03:15 +00:00
NodeServicesOptionsExtensions.cs
Split out 'socket' hosting model into a separate optional NuGet package, since most developers won't need it
2016-11-30 12:18:57 +00:00
OutOfProcessNodeInstance.cs
Update debugger detection to support Node v8.1+, and stop aborting if debugger messages are unrecognised.
2017-06-11 20:28:14 +01:00