Skip to content
This repository has been archived by the owner on Dec 18, 2017. It is now read-only.

Make VS show warning messages for depreciated properties. #1330

Closed
troydai opened this issue Mar 6, 2015 · 8 comments
Closed

Make VS show warning messages for depreciated properties. #1330

troydai opened this issue Mar 6, 2015 · 8 comments

Comments

@troydai
Copy link
Contributor

troydai commented Mar 6, 2015

No description provided.

@troydai
Copy link
Contributor Author

troydai commented Mar 12, 2015

extension: supporting multiple versions. VS will sends DTH the protocol version.

@davidfowl
Copy link
Member

Related to #1061

@troydai
Copy link
Contributor Author

troydai commented Mar 12, 2015

The current incoming message for initialization is not modeled to accept version: https://github.com/aspnet/DNX/blob/dev/src/Microsoft.Framework.DesignTimeHost/Models/IncomingMessages/InitializeMessage.cs

@glennc glennc added this to the 1.0.0-rc1 milestone Mar 13, 2015
@troydai
Copy link
Contributor Author

troydai commented Mar 13, 2015

@BillHiebert the diagnostic message looks like this

Information: [ProcessingQueue]: Send((64081d907daa4bddaf76f0b1515b4b9f, Diagnostics, 9) -> {
  "Framework": null,
  "Errors": [],
  "Warnings": [
    {
      "Path": "C:\\Users\\trdai\\Documents\\Visual Studio 14\\Projects\\ConsoleApp1\\src\\ConsoleApp1",
      "Line": 8,
      "Column": 22,
      "Message": "Property code is deprecated. It is replaced by compile",
      "FormattedMessage": "Property code is deprecated. It is replaced by compile"
    }
  ]
})

@troydai
Copy link
Contributor Author

troydai commented Mar 24, 2015

Changes on runtime part has been done in ac2f433

/cc @BillHiebert

@BillHiebert
Copy link
Contributor

I opened TFS bug 1144827 to get the VS side completed

@troydai
Copy link
Contributor Author

troydai commented Mar 25, 2015

Thank you @BillHiebert

@BillHiebert
Copy link
Contributor

This has been fixed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants