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
Just putting this here for now or maybe this should be raised with NF
When you create an interface, it would be handy to click on the interface name eg/public interface MyInterface and have a code action that says "Create Derived Type" It would then create a class that implements that interface with the methods with athrow NotImplementedException() by default.
The text was updated successfully, but these errors were encountered:
Just putting this here for now or maybe this should be raised with NF
When you create an interface, it would be handy to click on the interface name eg/
public interface MyInterface
and have a code action that says "Create Derived Type" It would then create a class that implements that interface with the methods with athrow NotImplementedException()
by default.The text was updated successfully, but these errors were encountered: