Giter Club home page Giter Club logo

Comments (2)

rianjs avatar rianjs commented on August 11, 2024

It sounds like you have some private changes that you made to add WinRT support. Assuming they're safe, I'm open to merging them directly into ical.net, and publishing a new nuget package.

As you said, you shouldn't maintain a private version for WinRT, because it won't get any of the features and performance enhancements that are added to ical.net, so I would suggest you avoid your current solution.

Do you know how to contribute changes to open source projects? Here's a high-level overview of how to propose a code change to ical.net:

  1. Fork the library
  2. Clone your fork to your computer
  3. Create a new branch git checkout -b AddWinRtSupport
  4. Make the smallest number of changes that are required to add the WinRT support, making sure the unit tests pass
  5. Commit the changes git commit -m"Add WinRT support #88"
  6. Push them to a new branch of your fork git push origin AddWinRtSupport
  7. Open a pull request asking to merge your branch AddWinRtSupport to rianjs/ical.net/master (or whatever the exact name my "master" branch is -- I'm writing this offline at the moment)

If you're not comfortable doing this, you can wait a little bit. .NET Core support should fill the gap for WinRT: #23

from ical.net.

rianjs avatar rianjs commented on August 11, 2024

@pizhon - I'm going to close this as a duplicate of #23. If you have a mergeable intermediate step that works for WinRT but not all of .NET Core, feel free to re-open, and I'll have a look.

from ical.net.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.