stevewoolcock / WrenSharp

A C# wrapper for the Wren programming language.
MIT License
8 stars 2 forks source link

Nuget package #6

Open mduszenko opened 1 week ago

mduszenko commented 1 week ago

Hello! I cannot seem to find any nuget packages for this library. I tested some basic scenarios by referencing the source code directly and everything worked well. Are there any plans for publishing a package? Is the project considered mature enough to use?

stevewoolcock commented 2 days ago

Apologies for the delayed reply.

Are there any plans for publishing a package?

There is no Nuget package for the project at the moment, and I don't have any plans to create one currently. The main reasons being:

The project would need several Nuget packages to cover the possible use cases for all users, which increases the maintenance overheads for the project.

As it stands currently, users should include the parts of the project they need directly, compile it and include the binaries as they see fit, or possibly use git submodules if appropraite.

Is the project considered mature enough to use?

I am currently using this library in a private cross-platform project. Although not yet in production, but has been tested on multiple platforms without issues. It should be very stable, however I would urge you to test integrations on your target platforms.