Skip to content

Tell the compiler to emit the correct reference to system.runtime.numerics for non mscorlib builds#1688

Merged
KevinRansom merged 1 commit intodotnet:masterfrom
KevinRansom:numerics
Oct 31, 2016
Merged

Tell the compiler to emit the correct reference to system.runtime.numerics for non mscorlib builds#1688
KevinRansom merged 1 commit intodotnet:masterfrom
KevinRansom:numerics

Conversation

@KevinRansom
Copy link
Contributor

@KevinRansom KevinRansom commented Oct 31, 2016

TypeForwards on netcore builds were referencing system.numerics.

This PR fixes that by having non mscorlib builds reference system.runtime.numerics

tcConfig.implicitIncludeDir,tcConfig.mlCompatibility,using40environment,
tcConfig.isInteractive,getTypeCcu, tcConfig.emitDebugInfoInQuotations)
tcConfig.isInteractive,getTypeCcu, tcConfig.emitDebugInfoInQuotations, (tcConfig.primaryAssembly.Name = "mscorlib") )

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: In a var?

@KevinRansom KevinRansom merged commit 6742723 into dotnet:master Oct 31, 2016
@KevinRansom KevinRansom deleted the numerics branch October 31, 2016 20:57
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

Successfully merging this pull request may close these issues.

3 participants