Sign in Sign up
nuget

AOPMethodsGenerator

** C# 9.0 ONLY ** Autogenerates public methods from a class . ( replace below single quotes with double quotes) [AutoMethods(template = TemplateMethod.CallerAtttributes, MethodPrefix ='pub', MethodSuffix ='bup')] partial class Person { public string LastName { get; set; } public string FirstName { get; set; } private string pubFullName() { return FirstName + ' ' + LastName; } private void pubWriteToConsoleFullName() { Console.WriteLine(this.FullName()); } } // it will generate for this class the public methods public string FullName public string WriteToConsoleFullName Add also Nuget package AOPMethodsCommon You can have your own template - read the readme.txt

nuget View on Nuget

Activity

Latest release
4y ago
Total releases
15
Cadence
~3 days
Last 12 months
0

Details

License
MIT
First release
Jan 09, 2021
Releases
Version Released
2022.5.20.2101 major
2021.6.11.907 patch
2021.6.10.2012 minor
2021.5.28.1450 patch
2021.5.26.1330 patch
2021.5.26.1219 patch
2021.5.17.2230 patch
2021.5.16.2240 minor
2021.2.27.640 patch
2021.2.22.1941 patch
2021.2.22.1125 minor
2021.1.23.1000 patch
2021.1.13.1000 patch
2021.1.10.1800 patch
2021.1.9.2000 initial