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

C#-friendly api #318

Merged
merged 3 commits into from
Aug 22, 2023
Merged

C#-friendly api #318

merged 3 commits into from
Aug 22, 2023

Commits on Aug 20, 2023

  1. Make AddBoleroRemoting more C#-friendly

    * Use C#-style OptionalAttribute instead of F#-style optional arguments
    * Use Func and Action instead of F# functions
    Tarmil committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    3aca163 View commit details
    Browse the repository at this point in the history
  2. Make AddBoleroHost more C#-friendly

    * Use C#-style OptionalAttribute instead of F#-style optional arguments
    Tarmil committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    9649e68 View commit details
    Browse the repository at this point in the history
  3. Make MapFallbackToBolero more C#-friendly

    * Use Func instead of F# function
    Tarmil committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    8908ffc View commit details
    Browse the repository at this point in the history