AOPMethodsCommon 2022.5.20.2101

dotnet add package AOPMethodsCommon --version 2022.5.20.2101
NuGet\Install-Package AOPMethodsCommon -Version 2022.5.20.2101
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AOPMethodsCommon" Version="2022.5.20.2101" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AOPMethodsCommon --version 2022.5.20.2101
#r "nuget: AOPMethodsCommon, 2022.5.20.2101"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install AOPMethodsCommon as a Cake Addin
#addin nuget:?package=AOPMethodsCommon&version=2022.5.20.2101

// Install AOPMethodsCommon as a Cake Tool
#tool nuget:?package=AOPMethodsCommon&version=2022.5.20.2101

** 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 AOPMethodsGenerator
     You can have your own template - read the readme.txt

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETStandard 2.0

NuGet packages (2)

Showing the top 2 NuGet packages that depend on AOPMethodsCommon:

Package Downloads
HandeSoft.Core

Package Description

RSCG_AMS

This package lets you put record the commit , date , and more for your software .

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2022.5.20.2101 33,356 5/21/2022
2021.6.11.907 60,261 6/11/2021
2021.6.10.2012 418 6/10/2021
2021.5.28.1450 1,797 5/28/2021
2021.5.26.1330 1,804 5/26/2021
2021.5.26.1219 319 5/26/2021
2021.5.17.2230 1,460 5/17/2021
2021.5.16.2240 465 5/16/2021
2021.2.27.640 575 2/27/2021
2021.2.22.1941 568 2/22/2021
2021.2.22.1125 331 2/22/2021
2021.1.23.1000 441 1/23/2021
2021.1.13.1000 391 1/13/2021
2021.1.10.1800 404 1/10/2021
2021.1.9.2000 347 1/9/2021