-
Notifications
You must be signed in to change notification settings - Fork 74
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
NuGet package missing assembly #28
Comments
I think this can be achieved by modifying
|
@runxc1 Another option is to Publish NuGet package with GitHub Actions instead of using a batch file. One benefit would be that updated packages can be pushed to NuGet by repo contributors if you are busy/unavailable. |
So I wouldn't be opposed to having a separate Nuget that contains a compiled version of the MRE for those that need it but probably wouldn't want to alter the current package. |
Thanks for your reply. I've just asked the package owner of MicroRuleEngine (which is no longer used) if they would add another owner so that a new package can be published there. Could you explain how the existing package is used? My understanding it that the initial install copies the MRE.cs file into the project, but doesn't for subsequent package updates. I tried this using VS 2019 in a new .NET Core project, but the MRE.cs was never copied into the project - it appears a NuGet change for Content Files stops this from happening? |
Thanks for creating a great library. I tried to use the NuGet package at https://www.nuget.org/packages/MRE/ but it doesn't include an assembly (only the source code) which limits it's usability. Can a new package be published that includes an assembly? Thanks in advance.
The text was updated successfully, but these errors were encountered: