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

Pinned TypeShape version to 8.0.1 to fix deployment issue #434

Conversation

Akash-Mair
Copy link

Running an azure deployment would break since a different version of TypeShape was being used (9.0.0)

For more details - Zaid-Ajaj/Fable.Remoting#226

@@ -381,8 +381,9 @@ NUGET
Thoth.Json (5.1)
Fable.Core (>= 3.1.6)
FSharp.Core (>= 4.7.2)
TypeShape (9.0)
FSharp.Core (>= 4.3.2)
TypeShape (8.0.1)

Choose a reason for hiding this comment

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

I would recommend avoiding taking a nuget dependency and embed the source file directly. You can then pin the version of the library you depend on at compile time.

https://github.com/eiriktsarpalis/TypeShape#installing

theimowski added a commit that referenced this pull request Mar 14, 2021
@theimowski
Copy link
Member

a08bd5b updates Fable.Remoting.Server to latest and removes transitive TypeShape dependency (see Zaid-Ajaj/Fable.Remoting@42bfab7)

@isaacabraham
Copy link
Member

I think we can close this PR without merging?

@Zaid-Ajaj
Copy link
Contributor

Yeah Fable.Remoting no longer requires TypeShape as a nuget dependency

@theimowski theimowski closed this Jun 21, 2021
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

Successfully merging this pull request may close these issues.

5 participants