Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
using FSharpLint.Core with
net
fails
``` Error Message: System.TypeInitializationException : The type initializer for 'FSharpLint.Framework.Configuration' threw an exception. ----> System.TypeInitializationException : The type initializer for '<StartupCode$FSharpLint-Core>.$Configuration' threw an exception. ----> System.IO.FileLoadException : Could not load file or assembly 'FParsecCS, Version=1.0.3.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) ``` That's caused by bad packaging of FParsec ref stephan-tolksdorf/fparsec#34
- Loading branch information