-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue: New .NET Foundation Project Application - MessagePack-CSharp #396
Comments
I am willing to embrace the .NET Foundation's CLA. @neuecc can you indicate the same? |
Yes. |
The Project Committee will review the application at the Sept 12 meeting |
Hello! This project has been approved to join the .NET Foundation! The transfer agreement is now out for signing - thanks! |
I'm glad you said that, @ChrisSfanos because I had to dig through my Junk mail to find the docusign email. |
Thanks - we will use the following checklist as we onboard - I will email you soon with details on the list CLA
Project Onboarding
|
email sent for CLA onboarding |
CLA onboarding complete - I'll send the remaining work items in email in a few |
Project Name
MessagePack
License
MIT and BSD 2-Clause License
Contributor
Andrew Arnott, Yoshifumi Kawai
Existing OSS Project?
Yes
Source Code URL
https://github.com/MessagePack-CSharp/MessagePack-CSharp
Project Homepage URL
No response
Project Transfer Signatories
Description
Extremely Fast MessagePack Serializer for C#(.NET, .NET Core, Unity, Xamarin). / msgpack.org[C#]
Name
Yoshifumi Kawai
Email
[email protected]
GitHub Profile URL
https://github.com/neuecc
Committers
neuecc
aarnott
Discord Ids
aarnott.
(yes, the trailing period is part of the username)Governance Model
TODO
CLA
How does the project check who has signed one?
No response
CLA Notification Alias
[email protected]
Select the Project Transfer Agreement model
Contribution
Repository Layout
.gitattributes
.gitignore
README.md - a very long document explaining how to use the library
doc/ - a directory of a few satellite docs linked to from the README file.
src/ - The source code for the several libraries/packages built from this repo
tests/ - All tests
sandbox/ - test data/projects used to verify MessagePack functionality either on their own, or used by the projects under
tests/
.github - GitHub Actions
azure-pipelines - Azure Pipelines workflows
Eligibility Criteria
PR Plan Summary
.NET 9 is removing the BinaryFormatter and has documented to customers a few alternatives for existing users to switch to. These alternatives include MessagePack. Some customers have expressed hesitancy to switch to MessagePack unless it's part of the .NET Foundation.
Infrastructure Requirements Summary
A code signing certificate would be appreciated, as we don't already have one.
Additional Notes
No response
The text was updated successfully, but these errors were encountered: