Skip to content
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

Simplify development #311

Open
xperiandri opened this issue Jul 4, 2023 · 2 comments
Open

Simplify development #311

xperiandri opened this issue Jul 4, 2023 · 2 comments

Comments

@xperiandri
Copy link
Contributor

It would be nice to switch to the default NuGet package management with Packages.props file in order to simplify development.
As currently it is almost impossible to add this repo as a submodule and use it from main project.

Ideally type provider would be referenced as NuGet but the Bolero and HTML projects included as project references so that I can modify core and then submit PRs

@granicz
Copy link
Member

granicz commented Jul 5, 2023

How about building local NuGet packages and using those in your test project?

@Tarmil
Copy link
Member

Tarmil commented Jul 5, 2023

Yes, the build script (build.ps1 -t pack), when run locally, creates each time a package with an incremental version suffix -local.1, -local.2, etc. So you can add Bolero's build output folder as a NuGet source in your project, and do a NuGet update to try a new build. That's how I usually work with a local Bolero build for another project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants