dotnet-foundation / projects

This repository is used for onboarding new projects
113 stars 31 forks source link

Issue: New .NET Foundation Project Application - MessagePack-CSharp #396

Open AArnott opened 2 weeks ago

AArnott commented 2 weeks ago

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

ils@neue.cc

GitHub Profile URL

https://github.com/neuecc

Committers

neuecc aarnott

Discord Ids

Governance Model

TODO

CLA

How does the project check who has signed one?

No response

CLA Notification Alias

andrewarnott@live.com

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

AArnott commented 2 weeks ago

Committers are bound by a Contributor License Agreement (CLA) and/or are willing to embrace the .NET Foundation's CLA when the project becomes a Member.

I am willing to embrace the .NET Foundation's CLA.

@neuecc can you indicate the same?

neuecc commented 2 weeks ago

@neuecc can you indicate the same?

Yes.

sbwalker commented 6 days ago

The Project Committee will review the application at the Sept 12 meeting