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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
MessagePack-CSharp
/
MessagePack-CSharp
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
771
Star
6.8k
Code
Issues
129
Pull requests
17
Discussions
Actions
Security and quality
14
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
MessagePack-CSharp
tests
on
develop
User selector
All users
All time
Commit history
Commits on May 18, 2026
Merge branch 'MESSAGEPACKCSHARP-OPEN-008' into master-fix-all
AArnott
committed
8d5757b
View commit details
Copy full SHA for 8d5757b
View code at this point
Browse repository at this point
Commits on May 17, 2026
Honor TypeFormatter options hooks for CWE-470
AArnott
committed
fb0fe9f
View commit details
Copy full SHA for fb0fe9f
View code at this point
Browse repository at this point
Commits on May 15, 2026
Fix several security issues
AArnott
committed
a26f555
View commit details
Copy full SHA for a26f555
View code at this point
Browse repository at this point
Guard LZ4 decompression length for CWE-409
Show description for 2b5a500
AArnott
committed
2b5a500
View commit details
Copy full SHA for 2b5a500
View code at this point
Browse repository at this point
Default MVC input formatter to UntrustedData for CWE-1188
Show description for f077798
AArnott
committed
f077798
View commit details
Copy full SHA for f077798
View code at this point
Browse repository at this point
Limit untrusted ExpandoObject maps for CWE-407
Show description for 25a3493
AArnott
committed
25a3493
View commit details
Copy full SHA for 25a3493
View code at this point
Browse repository at this point
Fix CWE-190 map header length overflow
Show description for 46c6a0f
AArnott
committed
46c6a0f
View commit details
Copy full SHA for 46c6a0f
View code at this point
Browse repository at this point
Guard typeless JSON depth for CWE-674
Show description for 082ba7d
AArnott
committed
082ba7d
View commit details
Copy full SHA for 082ba7d
View code at this point
Browse repository at this point
Avoid JSON separator recursion for CWE-674
Show description for 66ad089
AArnott
committed
66ad089
View commit details
Copy full SHA for 66ad089
View code at this point
Browse repository at this point
Guard JSON conversion depth for CWE-674
Show description for b3af7cf
AArnott
committed
b3af7cf
View commit details
Copy full SHA for b3af7cf
View code at this point
Browse repository at this point
Validate Unity blit lengths for CWE-789
Show description for 0555f07
AArnott
committed
0555f07
View commit details
Copy full SHA for 0555f07
View code at this point
Browse repository at this point
Guard dynamic union depth for CWE-674
Show description for b414e6d
AArnott
committed
b414e6d
View commit details
Copy full SHA for b414e6d
View code at this point
Browse repository at this point
Fix CWE-789 multidimensional array allocation validation
Show description for 9b5783a
AArnott
committed
9b5783a
View commit details
Copy full SHA for 9b5783a
View code at this point
Browse repository at this point
Reject invalid DateTime ext lengths for CWE-789
Show description for 26d4e74
AArnott
committed
26d4e74
View commit details
Copy full SHA for 26d4e74
View code at this point
Browse repository at this point
Use iteration for skipping msgpack structures for CWE-674
Show description for b9cb605
AArnott
committed
b9cb605
View commit details
Copy full SHA for b9cb605
View code at this point
Browse repository at this point
Reject nested typeless blocklist bypass for CWE-502
Show description for f093bdc
AArnott
committed
f093bdc
View commit details
Copy full SHA for f093bdc
View code at this point
Browse repository at this point
Bound LZ4 input reads for CWE-125
Show description for 719e690
AArnott
committed
719e690
View commit details
Copy full SHA for 719e690
View code at this point
Browse repository at this point
Fix WriteRawX methods to advance by written length
Show description for c1c06a6
AArnott
committed
c1c06a6
View commit details
Copy full SHA for c1c06a6
View code at this point
Browse repository at this point
Commits on May 14, 2026
Revert #2225 which broke our tests
AArnott
committed
ecba796
View commit details
Copy full SHA for ecba796
View code at this point
Browse repository at this point
Commits on Jul 18, 2025
Use 'Write' instead of 'WriteInt32' for union type keys
Show description for 8351bec
VictorNicollet
committed
8351bec
View commit details
Copy full SHA for 8351bec
View code at this point
Browse repository at this point
Commits on Apr 10, 2025
AccessModifier set.
Nirklav
committed
4b6d051
View commit details
Copy full SHA for 4b6d051
View code at this point
Browse repository at this point
Commits on Feb 8, 2025
Fix SkipClrVisibilityChecks to notice private fields in base classes
Show description for dbc31dd
AArnott
committed
dbc31dd
View commit details
Copy full SHA for dbc31dd
View code at this point
Browse repository at this point
Commits on Jan 24, 2025
add compatible list formatter
neuecc
committed
99ad5e9
View commit details
Copy full SHA for 99ad5e9
View code at this point
Browse repository at this point
Commits on Jan 15, 2025
Remove FluentAssertions, Use Shouldly
neuecc
committed
02769cc
View commit details
Copy full SHA for 02769cc
View code at this point
Browse repository at this point
Commits on Dec 25, 2024
skipping tests
neuecc
committed
1f4d04c
View commit details
Copy full SHA for 1f4d04c
View code at this point
Browse repository at this point
enable union analyzer
neuecc
committed
f0bc35a
View commit details
Copy full SHA for f0bc35a
View code at this point
Browse repository at this point
Commits on Dec 23, 2024
fix warn
neuecc
committed
847709a
View commit details
Copy full SHA for 847709a
View code at this point
Browse repository at this point
Commits on Dec 11, 2024
versiontest
neuecc
committed
b84eadd
View commit details
Copy full SHA for b84eadd
View code at this point
Browse repository at this point
Commits on Dec 10, 2024
Add OrderedDictionaryFormatter, ReadOnlySetFormatter
neuecc
committed
9284de0
View commit details
Copy full SHA for 9284de0
View code at this point
Browse repository at this point
Add RuneFormatter
neuecc
committed
f61d28a
View commit details
Copy full SHA for f61d28a
View code at this point
Browse repository at this point
Add Int128, UInt128 formatter
neuecc
committed
889dcc9
View commit details
Copy full SHA for 889dcc9
View code at this point
Browse repository at this point
update test libs
neuecc
committed
9564b8e
View commit details
Copy full SHA for 9564b8e
View code at this point
Browse repository at this point
use net80 in source generator test
neuecc
committed
906d5b8
View commit details
Copy full SHA for 906d5b8
View code at this point
Browse repository at this point
Commits on Dec 9, 2024
test to .NET 9
neuecc
committed
06fd76d
View commit details
Copy full SHA for 06fd76d
View code at this point
Browse repository at this point
Commits on Nov 19, 2024
Fix float simd serialization and add tests
pCYSl5EDgo
committed
de4aa8e
View commit details
Copy full SHA for de4aa8e
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.