Skip to content

Conversation

@KevinRansom
Copy link
Contributor

Add a warning message to the build if we discover the use of an inbox type provider. Eventually we may stop deploying this .Dll. The warning is in the build targets and benign.

The message:
Text="This Project references the obsolete in-box TypeProvider: FSharp.Data.TypeProviders.dll. Consider Switching to the Nuget package version: https://www.nuget.org/packages/FSharp.Data.TypeProviders."

@dsyme
There is a bit of an issue with this, because the nuget package has obsoleted use of the Microsoft.FSharp namespace. I will be proposing a PR that removes that obsoletion. We would prefer that developers can switch to the nuget version without having to modify source code.

image

@KevinRansom KevinRansom requested review from brettfo and dsyme June 1, 2018 00:43
@dsyme
Copy link
Contributor

dsyme commented Jun 1, 2018

MSBuild voodoo is extraordinary to behold :)

Copy link
Contributor

@dsyme dsyme left a comment

Choose a reason for hiding this comment

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

OK, though "in-box" sounds a bit odd in the warning message, it's terminology only Microsoft people are likely to understand. "box"?

image

@KevinRansom KevinRansom merged commit aeeed79 into dotnet:master Jun 1, 2018
@KevinRansom KevinRansom deleted the warnoninboxtp branch June 14, 2018 20:28
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.

2 participants