Replies: 2 comments
-
This will do it (Source):
I can get everything to compile manually running CodeGen is still on Could we create a Contribution document to put this any anything else helpful into?
Fails with netstandard2.1:
But I can get the projects working by specifying a supported version:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks Greg, I'll move this to Discussions for others to follow |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In an attempt to contribute, I've attempted to build the LanguageExt project locally, but cannot on MacOS. When I run
dotnet build
it emits some warnings then just starts dumping thousands of errors.The error repeated is "Predefined type 'System.Object' ...." which seems to signal I'm missing something fundamental.
Since the project has Net46 as a target, I'd assume it requires Mono to build (which I'm not too familiar with), but I'd assume I'm missing something there. I tried to find a flag to use to only build with the NetStandard no luck.
Tried to build specifying the target framework, but I'm not sure whether this is correct:
dotnet build -p:AppTargetFramework=netstandard2.1
. Attempted to build specifying the mono frameworkdotnet build /p:TargetFrameworkRootPath=/Library/Frameworks/Mono.framework/Versions/Current/Commands/mono
Any thoughts on what I might be missing?
Sample of warnings emitted before errors, which seem to signal I'm missing something critical.
Sample of errors:
DotNet Info:
Mono version
Beta Was this translation helpful? Give feedback.
All reactions