N3developertoolkit / neo3-visual-tracker

Neo N3 blockchain explorer that is directly available within Visual Studio Code for developer usage and development scenarios.
https://marketplace.visualstudio.com/items?itemName=ngd-seattle.neo3-visual-tracker
MIT License
7 stars 11 forks source link

.NET SDK extension is not meant for external use #84

Closed sfoslund closed 3 years ago

sfoslund commented 3 years ago

We have been picking up telemetry from this extension indicating that it is leveraging the vscode-dotnet-sdk extension. As noted in our README, this tool is not intended for external use and was made specifically to be leveraged by the .NET education bundle. Please remove your dependency on the SDK extension as soon as possible, as it can potentially break your users when used outside of the context of the education bundle.

sfoslund commented 3 years ago

@djnicholson @devhawk

sfoslund commented 3 years ago

Thank you for the quick action! I noticed that you removed your reference to ms-dotnettools.vscode-dotnet-runtime as well. The runtime extension is fine for external use but the SDK extension is only internal, sorry for any confusion.

devhawk commented 3 years ago

No problem @sfoslund. We need the full SDK, so there's little point to us using one without the other.

devhawk commented 3 years ago

If your team ever does ship a version of the vscode-dotnet-sdk extension that's externally usable, we'd appreciate a heads up 😄