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

Remove internal scoping and add Async extension methods for validation contexts #22

Merged
merged 3 commits into from
Dec 10, 2024

Conversation

RJSonnenberg
Copy link
Contributor

Description

Add the FSharp.Data.Validation.Async project that adds the following asynchronous functions for use with VCtx:

  • bindToAsync
  • bindAsync
  • bindFromAsync

@RJSonnenberg RJSonnenberg added the enhancement New feature or request label Dec 10, 2024
@RJSonnenberg RJSonnenberg self-assigned this Dec 10, 2024
@devinlyons
Copy link
Contributor

@RJSonnenberg, make sure to update the docs.

run: dotnet nuget push FSharp.Data.Validation.${VERSION}.nupkg --source https://api.nuget.org/v3/index.json --api-key ${MTA_NUGET_KEY} --symbol-source https://symbols.nuget.org/download/symbols --symbol-api-key ${MTA_NUGET_KEY}
run: |
dotnet nuget push FSharp.Data.Validation.${VERSION}.nupkg --source https://api.nuget.org/v3/index.json --api-key ${MTA_NUGET_KEY} --symbol-source https://symbols.nuget.org/download/symbols --symbol-api-key ${MTA_NUGET_KEY}
dotnet nuget push FSharp.Data.Validation.Async.${VERSION}.nupkg --source https://api.nuget.org/v3/index.json --api-key ${MTA_NUGET_KEY} --symbol-source https://symbols.nuget.org/download/symbols --symbol-api-key ${MTA_NUGET_KEY}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@devinlyons Does it make sense to release this in lock-step with FSharp.Data.Validation? I opted to do it this way since it directly references FSharp.Data.Validation.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That direct reference will be converted to a NuGet reference. However, the version range will be locked down to the exact version. I guess that's a long way of saying yes, let's release them in lock step.

@RJSonnenberg RJSonnenberg merged commit ab803c7 into main Dec 10, 2024
1 check passed
@RJSonnenberg RJSonnenberg deleted the async-extensions branch December 10, 2024 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants