dotnet-foundation / projects

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

Issue: New .NET Foundation Project Application #333

Open TonyTroeff opened 11 months ago

TonyTroeff commented 11 months ago

Project Name

TryAtSoftware.Extensions

License

MIT

Contributor

TonyTroeff

Existing OSS Project?

Yes

Source Code URL

https://github.com/TryAtSoftware/Extensions

Project Homepage URL

No response

Project Transfer Signatories

Description

TryAtSoftware.Extensions is a repository containing many libraries with extension methods and utility components one can use to reduce repetitive code or simplify common tasks.

Name

Tonyslav Troeff

Email

tonyslav_troeff@outlook.com

GitHub Profile URL

https://github.com/TonyTroeff

Committers

No response

Governance Model

In order to propose new changes, the repository should be forked and a Pull Request must be created (from the forked repository) to the original one. The whole process is described within the CONTRIBUTING.md file.

CLA

How does the project check who has signed one?

I am willing to make the required changes in order to introduce CLA.

CLA Notification Alias

No response

Select the Project Transfer Agreement model

Contribution

Repository Layout

Currently, within this repository, there are multiple projects from the TryAtSoftware.Extensions.* family. If necessary, each one of them may be separated.

Eligibility Criteria

PR Plan Summary

No response

Infrastructure Requirements Summary

There are no requirements - the projects can be consumed as a NuGet package.

Additional Notes

No response

sbwalker commented 11 months ago

@TonyTroeff can you please clarify if you are applying to have your entire open source project https://github.com/TryAtSoftware/Extensions join the .NET Foundation... or if you are only submitting the TryAtSoftware.Extensions.Reflection class.

TonyTroeff commented 11 months ago

I do not know which would be easier. Potentially, I would like to apply with all of them. However, they may consist of multiple separate NuGet packages (and there are more yet to come). I would appreciate your advices.

sbwalker commented 11 months ago

Usually an application includes all of the IP which is grouped under the same open source license. So in your case it appears that the entire repo including all of your extensions is offered under the same MIT-based permissive license. So your application should include the entire repo. If you wanted to only contribute a specific Extension then you would need to manage that extension as an independent piece of IP under its own distinct license. However I don't think that is your intent in this situation. Note that it does not matter if you may have 1 or more Nuget packages depending on your deployment strategy. What matters is that all items in your distribution are licensed under the same open source license. I hope this makes sense.

TonyTroeff commented 11 months ago

Yes, it does, In that case, it makes sense to include everything that is included within the repository. Should I create a new application or edit this one?

sbwalker commented 11 months ago

I would suggest simply editing this application

TonyTroeff commented 11 months ago

Done! Excuse me for the delayed response. I was sick the last few days...

sbwalker commented 10 months ago

@TonyTroeff the Project Committee reviewed your application and it was noted that the Windows Community Toolkit (https://github.com/CommunityToolkit/WindowsCommunityToolkit) is a "utility" project that is already a member of the .NET Foundation - so perhaps there may be an option to approach its maintainer(s) to determine if there is interest in joining forces. From a maintainers point of view, I completely understand if this does not align with your personal goals for the project... but the Committee thought it would be a good idea to raise the question with you regardless. Please share your thoughts so that we can determine next steps for your application.

TonyTroeff commented 9 months ago

Hello!

From what I know and have seen, the Windows Community Toolkit is mostly focused on the development of UI components. However, the idea of TryAtSoftware.Extensions is to expose extension methods and utility components simplifying common tasks at lower or higher level of abstraction and complexity. It is platform-independent and, moreover, all libraries are developed under .NET Standard. The two projects just look too different to me.