Where is this "XSharp Tools Library" ??

This forum is meant for questions and discussions about the XSharp Tools libraries, which contain code written by XSharp users that they want to share with others,
The development team is not responsible for this code

Moderator: wriedmann

Post Reply
Anonymous

Where is this "XSharp Tools Library" ??

Post by Anonymous »

Does this exist yet in a GitHub repo? or a download link somewhere?
User avatar
lumberjack
Posts: 723
Joined: Fri Sep 25, 2015 3:11 pm

Where is this "XSharp Tools Library" ??

Post by lumberjack »

User avatar
wriedmann
Posts: 3644
Joined: Mon Nov 02, 2015 5:07 pm
Location: Italy

Where is this "XSharp Tools Library" ??

Post by wriedmann »

Hi Matt,

here I have to add a "mea culpa": I had to stopp to work on this repo because the Italian government announced the general use of the electronic invoice: every company has to emit the invoices as XML file and to deliver it through a central system driven by the Ministry of Finance. Now, the systems seems to run (BTW: the communication part is written entirely in X# and consumed by the VO applications through a COM interface), and after cleaning up a few other projects (that were also stopped) I will return to work on the X# Tools Library.
The X# Tools library will have mainly 3 parts:
- a general purpose library that contains classes and methods without any connection to a GUI
- a WinForms GUI library that contains controls and windows for the WinForms GUI class library
- a WPF GUI library that contains controls and windows for the WPF GUI class library

Basically, these library are already there, but they contain only a fraction of the code they should contain, and hopefully also others will contribute - it should be a community effort.

Wolfgang
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
FoxProMatt

Where is this "XSharp Tools Library" ??

Post by FoxProMatt »

So, if people Fork the project on GitHub, then add changes to their Fork, then send a Pull Request, you’d be a happy man, right?

I’d love to see that happen as a display of real community involvement in X#, not just as a consumer, but as a contributor as well.

It seems many developers are just not that familiar with the workflow of Git projects in a multi-developer workflow, but I hope it can become as common and us sending an email.
User avatar
wriedmann
Posts: 3644
Joined: Mon Nov 02, 2015 5:07 pm
Location: Italy

Where is this "XSharp Tools Library" ??

Post by wriedmann »

Hi Matt,
So, if people Fork the project on GitHub, then add changes to their Fork, then send a Pull Request, you’d be a happy man, right?
of course!

But my hopes are relatively reduced since my experience with the docs wiki: several people have write access to it, but only one person has added something. But nevertheless I think it is an important project because it can have contents that the original documentation don't has.

I will be very happy if people contributes enhancement requests and corrections to the Tools library....

Wolfgang
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
FoxProMatt

Where is this "XSharp Tools Library" ??

Post by FoxProMatt »

Once I become more proficient in X#, it’s definitely something I would like to contribute to. But it’s way too early for me now but this will definitely be on my radar screen.

I’m betting there are many community libraries from FoxPro that would be handy in X# so that’s the angle from which I would probably first contribute.
User avatar
wriedmann
Posts: 3644
Joined: Mon Nov 02, 2015 5:07 pm
Location: Italy

Where is this "XSharp Tools Library" ??

Post by wriedmann »

Hi Matt,
I'm looking forward to your contributions!
I'm sure both communities can benefit a lot from each other, and it is always good to look over the edge of the plate.
Wolfgang
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
Thomas Brown
Posts: 1
Joined: Tue May 09, 2023 11:34 am

Where is this "XSharp Tools Library" ??

Post by Thomas Brown »

You would thus be pleased if users forked the project on GitHub, added changes to their fork, and then submitted a Pull Request. As an example of genuine community involvement in X#, not just as a customer but also as a contributor, I'd love to see it take place.. The process of Git projects in a multi-developer workflow seems to be unfamiliar to many developers, but I believe it can become as common as writing an email.
User avatar
wriedmann
Posts: 3644
Joined: Mon Nov 02, 2015 5:07 pm
Location: Italy

Where is this "XSharp Tools Library" ??

Post by wriedmann »

Hi Thomas,
unfortunately this plan seems to have failed. The code I have started to write thinking it could help others seems to be completely useless to others.
I had also started a Wiki so many people could contribute, but I had exactly one contribution and one correction, so this again is a complete failure.
If someone does something, he should not expect that others may contribute.... It may sound negative, but unfortunately it seems to be the reality.
Wolfgang
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
Post Reply