-
-
Notifications
You must be signed in to change notification settings - Fork 71
NUGET Packages for Embedded Server #1215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@TonyValenti I am working on creating a nuget pacakage for .net/firebird embedded for my own needs. I'd be interested in discussing it with you. |
Would you grab a time with me to discuss? |
I'm assigning "nuget" label, although this is not directly related to provider(s) NuGet packages. |
@cincuranet So I have created a series of packages that are currently named |
@JakeSays Where are the sources for these packages? |
@cincuranet Well, I don't have them on github yet, but the package contents are literally nothing but the unmodified binaries extracted from the firebird install .zip/tarballs, and the nuget package metadata (.nuspec, etc.). The only source will be the tool I wrote to generate them, which won't be packaged, and a simple class that provides the path to the packaged fbclient.dll. This class will be in its own package, separate from the binary only packages. The whole thing is designed to work seamlessly with the firebird .net provider. |
Once the sources are available, we can discuss it more. You can, obviously, publish under different prefix than |
@cincuranet Sounds good. I should have the source on github by tomorrow afternoon, but I'll let you know. |
IMO, outside packages (from github FirebirdSQL org) should not use same prefix as official Firebird ones. |
Absolutely. To onboard these we should first see that it's worth it, has some quality and has good maintenance plan going forward. Would be also good to evaluate existing ones. |
I would ultimately like to contribute this work back to firebird. I will have it set up (via github actions) to automatically generate new packages every time a firebird release is made. Going forward I'm also willing to maintain the packaging tool and fix any packaging bugs that should arise. |
Hi Firebird team,
Our company makes software that moves data between lots of different database systems.
We would like to add support for firebird embedded so our customers can work directly with FDB databases.
We are interested in funding the creation of .NET nuget packages which can easily include the necessary binaries, similar to how SQLITE binaries are easily addable to .NET via a Nuget package.
Is there anyone with FirebirdSQL we can work with to make this possible?
The text was updated successfully, but these errors were encountered: