-
Notifications
You must be signed in to change notification settings - Fork 12
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
Update to latest versions #72
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for updating the packages, but can you get them updated in paket rather than the fsproj files?
Also, there seems to be some refactoring of the API in there as well, stuff that looks beyond the scope of what'd be needed to update a NuGet package. Can you go over the motivation for that in relation to the overall PR?
samples/FSharp.CosmosDb.Samples.ChangeFeed/FSharp.CosmosDb.Samples.ChangeFeed.fsproj
Outdated
Show resolved
Hide resolved
tests/FSharp.CosmosDb.Analyzer.Tests/FSharp.CosmosDb.Analyzer.Tests.fsproj
Outdated
Show resolved
Hide resolved
…dle versioning instead.
# Conflicts: # src/FSharp.CosmosDb/Types.fs
Updated to remove unintended changes. I was using Rider, and it aggressively added the PackageReference elements. I also had a few API changes that should be done on a different pull request. Those have been removed. |
This is ready to merge. Your suggested changes have been addressed. |
This PR updates this project to the latest versions of the CosmosDB and FSharp. I also applied some code style improvement suggestions provided by Rider.