You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.NET Command Line Tools (1.0.1)
Product Information:
Version: 1.0.1
Commit SHA-1 hash: 005db40cd1
Runtime Environment:
OS Name: Mac OS X
OS Version: 10.12
OS Platform: Darwin
RID: osx.10.12-x64
Base Path: /usr/local/share/dotnet/sdk/1.0.1
VS Code version: 1.10.2
C# Extension version: 1.7.0
Steps to reproduce
Create a class, inherit a base class with virtual methods defined on it, and attempt to define the virtual method overrides from the base class.
Expected behavior
Visual Studio Code should automatically prompt the developer to insert virtual method overrides for base classes.
Environment data
dotnet --info
output:VS Code version: 1.10.2
C# Extension version: 1.7.0
Steps to reproduce
Create a class, inherit a base class with virtual methods defined on it, and attempt to define the virtual method overrides from the base class.
Expected behavior
Visual Studio Code should automatically prompt the developer to insert virtual method overrides for base classes.
Actual behavior
Nothing happens.
Cheers,
Trevor Sullivan
Docker Captain
Microsoft MVP: Cloud & Data Center Management
https://trevorsullivan.net
https://twitter.com/pcgeek86
The text was updated successfully, but these errors were encountered: