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

3.0.1 not on nuget (needed to fix #22) #24

Closed
rommsen opened this issue Jun 18, 2019 · 3 comments
Closed

3.0.1 not on nuget (needed to fix #22) #24

rommsen opened this issue Jun 18, 2019 · 3 comments

Comments

@rommsen
Copy link

rommsen commented Jun 18, 2019

Description

I am currently updating https://github.com/SAFE-Stack/SAFE-ConfPlanner to the latest and greates and I am getting the following error when building:

ERROR in ./.fable/Fable.Elmish.Browser.3.0.0/parser.fs
Module Error (from ./node_modules/fable-loader/index.js):
C:/src/SAFE-ConfPlanner/.fable/Fable.Elmish.Browser.3.0.0/parser.fs(272,19): (272,46) error FSHARP: A unique overload for method 'TryParse' could not be determined based on type information prior to this program point. A type annotation may be needed. Candidates: System.Int32.TryParse(s: System.ReadOnlySpan<char>, result: byref<int>) : bool, System.Int32.TryParse(s: string, result: byref<int>) : bool (code 41)

It seems that this is fixed in 3.0.1 (#22) but this version is not published to nuget. Would be awesome if you could do this.

grafik

@et1975
Copy link
Member

et1975 commented Jun 18, 2019

Sorry, was sure I released it this time... turns out PublishNuget target is missing from the Publish chain, doh!

@et1975
Copy link
Member

et1975 commented Jun 18, 2019

nailed it

Nailed it this time!

@et1975 et1975 closed this as completed Jun 18, 2019
@rommsen
Copy link
Author

rommsen commented Jun 18, 2019

Thanks Eugene!

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

No branches or pull requests

2 participants