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

Address F# Assembly Resolution Issues #893

Closed
wants to merge 16 commits into from

Commits on Nov 8, 2016

  1. add twilio test

    dsyme committed Nov 8, 2016
    Configuration menu
    Copy the full SHA
    159e37c View commit details
    Browse the repository at this point in the history
  2. function renaming

    dsyme committed Nov 8, 2016
    Configuration menu
    Copy the full SHA
    0d20f6b View commit details
    Browse the repository at this point in the history
  3. add nuget references test

    dsyme committed Nov 8, 2016
    Configuration menu
    Copy the full SHA
    5fbc7ff View commit details
    Browse the repository at this point in the history
  4. Address F# Assembly Resolution Issues

    Previously, F# was compiling to a dynamic assembly, which was causing
    assembly resolution issues. Now, F# compiles to a static assembly, then
    loads the bytes from disk, emulating the way the C# compile works.
    
    In order to make this work, the mangled assembly name had to be changed
    to create a name with no illegal path characters in it.
    sylvanc committed Nov 8, 2016
    Configuration menu
    Copy the full SHA
    a0b687e View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2016

  1. Configuration menu
    Copy the full SHA
    2a7090f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5e81d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    31e7b3c View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2016

  1. Update run.csx

    dsyme committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    d22c965 View commit details
    Browse the repository at this point in the history
  2. Update function.json

    dsyme committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    f5aeaf4 View commit details
    Browse the repository at this point in the history
  3. Update run.csx

    dsyme committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    6e6a926 View commit details
    Browse the repository at this point in the history
  4. add new tests to csproj

    sylvanc committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    ad90d51 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b1f21cb View commit details
    Browse the repository at this point in the history
  6. fix file references

    sylvanc committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    785a86c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    40053e2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    05093fa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4395106 View commit details
    Browse the repository at this point in the history