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 }}
Astn
/
JSON-RPC.NET
Public
Notifications
You must be signed in to change notification settings
Fork
86
Star
328
Code
Issues
0
Pull requests
1
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Add .Net Standard support
- #90
#90
Closed
Astn
wants to merge 14 commits into
master
Astn/JSON-RPC.NET:master
from
NetStandard
Astn/JSON-RPC.NET:NetStandard
Copy head branch name to clipboard
Conversation
Commits
14
(14)
Checks
Files changed
Closed
Add .Net Standard support
#90
Astn
wants to merge 14 commits into
master
Astn/JSON-RPC.NET:master
from
NetStandard
Astn/JSON-RPC.NET:NetStandard
Copy head branch name to clipboard
Commits
Commits on Jan 6, 2018
Add .net standard project
Astn
committed
feb8399
View commit details
Copy full SHA for feb8399
Browse repository at this point
Commits on Jan 20, 2018
Begin removing the dependency on Json.Net
Astn
committed
0c2d07b
View commit details
Copy full SHA for 0c2d07b
Browse repository at this point
Commits on Jan 22, 2018
Vanilla implementation of Json.net serialization
Astn
committed
17f7677
View commit details
Copy full SHA for 17f7677
Browse repository at this point
Commits on Jan 23, 2018
Make it faster
Astn
committed
d4c78ec
View commit details
Copy full SHA for d4c78ec
Browse repository at this point
Got most of the tests to pass. Still failing 4.
Astn
committed
cf9ccc7
View commit details
Copy full SHA for cf9ccc7
Browse repository at this point
A few tiny tweaks.
Astn
committed
151d0c5
View commit details
Copy full SHA for 151d0c5
Browse repository at this point
Commits on Jan 24, 2018
Improve deserialization contract for performance.
Astn
committed
7169a81
View commit details
Copy full SHA for 7169a81
Browse repository at this point
InProgress: Rewriting invoke and deserialization handlers. Next: Capture ID
Astn
committed
ab3349f
View commit details
Copy full SHA for ab3349f
Browse repository at this point
Commits on Jan 25, 2018
Lots of performance refactoring. funcs 1,2,3 are working.
Astn
committed
a42f865
View commit details
Copy full SHA for a42f865
Browse repository at this point
Some cleanup, try to get the tests adapted to new function sigs. Lots of tests failing. Single thread perf ~120k, Taskpool ~170k ??? why is the multithread performace so bad?.
Astn
committed
d3607dd
View commit details
Copy full SHA for d3607dd
Browse repository at this point
Begin adding Jsmn port
Astn
committed
aa20933
View commit details
Copy full SHA for aa20933
Browse repository at this point
Commits on Jan 26, 2018
Some JSMN stuff
Astn
committed
0130bf5
View commit details
Copy full SHA for 0130bf5
Browse repository at this point
Reducing allocations further.
Astn
committed
aef919d
View commit details
Copy full SHA for aef919d
Browse repository at this point
Commits on Oct 22, 2019
Fixed a bunch of the unit tests to use strict json
Astn
committed
2b44623
View commit details
Copy full SHA for 2b44623
Browse repository at this point
You can’t perform that action at this time.