Argu 5.1.0 update causes MissingMethodException
See original GitHub issueAfter updating to the latest version of Argu (5.1.0) I’m receiving the following with Expecto 6.0.0:
System.MissingMethodException: 'Method not found: 'Void Argu.ArgumentParser
1…ctor(Microsoft.FSharp.Core.FSharpOption1<System.String>, Microsoft.FSharp.Core.FSharpOption
1<System.String>, Microsoft.FSharp.Core.FSharpOption1<Int32>, Microsoft.FSharp.Core.FSharpOption
1<Argu.IExiter>)‘.’`
Issue Analytics
- State:
- Created 6 years ago
- Comments:14 (12 by maintainers)
Top Results From Across the Web
MissingMethodException.. someone mind helping me out?
So I decided to try and work my way through fixing up some stuff for my scripts, most notably Filebot to Sonarr/Radarr.
Read more >System.MissingMethodException: Method not found?
I resolved this issue by installing the correct .NET Framework version on the server. The website was running under version 4.0 and the...
Read more >expecto/RELEASE_NOTES.md at main · haf/expecto
An eta-expansion caused ABI compatibility for dependents, #388, ... Update typo in README.md. ... Fix Argu 5.1.0 update causes MissingMethodException.
Read more >CHANGELOG.md - hassanhabib/CleanMoq
Update package reference to Castle.Core (DynamicProxy) from version 5.0.0 to 5.1.0 (@stakx, #1275); Removed dependency on System.Threading.Tasks.
Read more >Expecto/CHANGELOG and Expecto Releases | LibHunt
#225 thanks @AnthonyLloyd; Fix Argu 5.1.0 update causes MissingMethodException. #227 thanks @AnthonyLloyd; ➕ Added FSCheck distribution and labels ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yes look at paket’s build - ilrepack works well for this case
Released upgrade to Argu 5.1.0 in Expecto v7.0.0. Will ilrepack if this comes up again in the future.