C#C
C#11mo ago
nathanAjacobs

Prevent Visual Studio from adding NotImplementedException when generating method

Is it possible to configure Visual Studio to not add the
throw new NotImplementedException();
line when generating methods via quick actions?

I just want it to create an empty method.
Was this page helpful?