Contributing? #1072
Replies: 3 comments 1 reply
-
Hi @the-black-wolf - I maintain a fork that I strive to be more accessible and active. You're welcome to submit some ideas to https://github.com/viceroypenguin/SuperLinq/, and I'd be glad to review and hopefully include in SuperLinq. I hope you are able to contribute your ideas to MoreLinq at some point, but this would be a good alternative in the meantime. |
Beta Was this translation helpful? Give feedback.
-
That's a great call and thanks for reaching out.
There's a If you delete [
You shouldn't have to go in there most of the time, but I'd like to understand what parts appear specifically convoluted.
Yes, that's sorely missing, but contributing requires a pretty common sense approach:
Here are some guidelines that will help up the chances for ideas getting accepted:
|
Beta Was this translation helpful? Give feedback.
-
@the-black-wolf This is being tracked in #1073 and hopefully addressed by PR #1074 so you should be able to build on the latest version of the .NET SDK without any issues. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I made some extensions of my own, which I think might benefit the community. Since you guys already have this thing going, I figure its better if I contribute than to make my own package.
Now, how does one contribute to this project?
I forked, and setup the devenv, however, for start you have
TreatWarningsAsErrors
set and there seem to be a dozen code-styling warnings that are now preventing the build (IDE0036, IDE0058, etc), making me wonder how you build the code while working on it. csprojs seem to be very convoluted at this point, most of it seems part of some legacy build processes. But its fine, not looking to rain on that, I just want to know how to setup the work environment locally so I can add extensions and tests and create a PR for you. There does not seem to be any CONTRIBUTING document explaining things.Any help is appreciated.
Beta Was this translation helpful? Give feedback.
All reactions