-
Notifications
You must be signed in to change notification settings - Fork 832
Closed
Labels
BugImpact-Medium(Internal MS Team use only) Describes an issue with moderate impact on existing code.(Internal MS Team use only) Describes an issue with moderate impact on existing code.
Description
I decided to give .net core for F# a try (due to the last couple of days problems I've had) for our project. It gives a StackOverflowException during compilation for .Net 4.6.1.
Repro steps
For Mono's clickety-click installer for v5.2.0:
export FrameworkPathOverride=/Library/Frameworks/Mono.framework/Versions/Current/Commands/../lib/mono/4.6.1-api/
dotnet build src/Domain --no-restore --framework net461 --verbosity detailed
using the pattern established here https://github.com/haf/Http.fs/blob/master/Rakefile#L52
To get the logs which contain detailed output, screen-share and/or git repo, please e-mail me at henrik at haf dot se.
Expected behavior
No stack overflows in the compiler bitte.
Actual behavior
Crash and burn.
Known workarounds
Don't use .Net core.
Related information
Provide any related information
- Operating system, macOS 10.12
- Branch, see log
- .NET Runtime, CoreCLR or Mono Version, 2.0 as downloaded through
brew cask install dotnet-sdk - Editing Tools (e.g. Visual Studio Version); none
- Indications of severity: major, complete failure to compile software
chanjunweimy
Metadata
Metadata
Assignees
Labels
BugImpact-Medium(Internal MS Team use only) Describes an issue with moderate impact on existing code.(Internal MS Team use only) Describes an issue with moderate impact on existing code.